238 Commits (58ab07947812c58e487382d39e82d93c2d754c2b)

Author SHA1 Message Date
  otto 5b40b56851 move recallocarray to malloc.c and 8 years ago
  jsg d08f908fca Add a NULL test to wrterror() to avoid a NULL deref when called from a 8 years ago
  otto a82fcd44e6 fix a comment and rm some dead code as a result of the previous diff 8 years ago
  otto 4a9a7195d2 Let realloc handle and produce moved pointers for allocations between 8 years ago
  otto 3d80117872 1. When shrinking a chunk allocation, compare the size of the current 8 years ago
  otto 099c1cfdb8 MALLOC_STATS tweaks, by default not compiled in 8 years ago
  otto a197637f0f small tweak to also check canaries if F is in effect 8 years ago
  otto 8119a345a7 remove some old option letters and also make P non-settable. It has 8 years ago
  otto ae5357c652 Pages in the malloc cache are either reused quickly or unmapped 8 years ago
  otto 992807bce2 - fix MALLOC_STATS compile 8 years ago
  otto 03ffdf003d fix some void * arithmetic by casting 8 years ago
  otto 1255da53a3 and recommit with fixed GC 8 years ago
  otto 5d783ecc04 backout for now; flag combination GC is not ok 8 years ago
  otto 5656d7bf98 Also place canaries in > page sized objects (if C is in effect); ok tb@ 8 years ago
  guenther 71af4d5f52 Wrap _malloc_init() so internal calls go directly 8 years ago
  otto c00ceb22a8 0xd0 -> 0xdb; ok deraadt@ millert@ tedu@ 8 years ago
  otto 8b706cc40e optimize canary code a bit by storing offset of sizes table instead of 8 years ago
  otto 3eeb2e7bb1 stray tab 8 years ago
  otto 2c67f40d2b Beter implementation of chunk canaries: store size in chunk meta data 8 years ago
  guenther 1a1f277cca Delete casts to off_t and size_t that are implied by assignments 8 years ago
  otto 814803d97e move page junking tp unmap(), right before we stick the region in the cache; 8 years ago
  otto 7f29e95497 Less lock contention by using more pools for mult-threaded programs. 8 years ago
  tedu 6c73827bf7 black magic for sparc page size can go 8 years ago
  otto 8b9a47cd4e wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@ 8 years ago
  otto 48a1ebbb9c J/j is a three valued option, document and fix code to actuall support that 8 years ago
  otto 4e61a98ad4 adapt S option: add C, rm F (not relevant with 0 cache and disables 8 years ago
  tb 071457b57b Back out previous; otto saw a potential race that could lead to a 8 years ago
  tedu 86a8b4eb22 defer munmap to after unlocking malloc. this can (unfortunately) be an 8 years ago
  otto 6ff3199d0a two times a define to an inline function, from Michael McConville; ok djm@ 9 years ago
  otto dc2fbbc2b1 tweak MALLOC_STATS printing (switched off by default), prodded by 9 years ago
  otto 848e061151 redundant memset(3), from Michael McConville, ok armani@ 9 years ago
  mmcc 71aec69783 properly guard to macros 9 years ago
  otto 32c6baecf9 small step towards multiple pools: move two globls into the struct dir_info 9 years ago
  guenther 34213b2037 environ and __progname are not declared in a public header; declare them 9 years ago
  deraadt 90378d363e refactor option letter parsing into a subfunction, to increase clarity 9 years ago
  otto 0af523ebbd Don't crash dumping malloc stats if malloc_init hasn't been called, noted by 9 years ago
  tedu c3dcc81b75 Long ago, malloc internally had two kinds of failures, warnings and errors. 9 years ago
  tedu 5724f1ae45 another case where bad things would happen after wrterror 9 years ago
  tedu 57beaad82f if somebody makes the mistake of disabling abort, don't deref null in 9 years ago
  tedu 1bd8c9e70f Integrate two patches originally from Daniel Micay. 9 years ago
  guenther ec1a04d68c For now, permit overriding of the malloc family, to make emacs happy 9 years ago
  guenther c8272cfe98 Wrap <stdlib.h> so that calls go direct and the symbols not in the 9 years ago
  tedu b4484c676a improve realloc. when expanding a region, actually use the free page cache 10 years ago
  deraadt 75d428b273 Move to the <limits.h> universe. 10 years ago
  tedu 06084f37f2 rename kern enter/exit macros to malloc enter/leave to better reflect 10 years ago
  tedu 69d8bb8294 a small tweak to improve malloc in multithreaded programs. we don't need 10 years ago
  tedu 705f1bf46e reduce obvious dependency on global g_pool by moving to local aliases 10 years ago
  deraadt df559b50e4 extra evil spaces snuck in over the last while 10 years ago
  otto 08ecfcb5b8 Move to a smaller rbytes buffer and skip a random part. Not to 10 years ago
  otto 7626939dd1 move random bytes buffer to be part of mmaped pages; ok tedu@ 10 years ago