1454 Commits (8533fe6f16b5206d213b1774132e13851c731eb7)

Author SHA1 Message Date
  todd ef8dd643ed permit -DMALLOC_STATS to compile again 14 years ago
  sobrado 2101574acc s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). 14 years ago
  deraadt e44f0a8fb7 Do not need -DLIBC_SCCS anymore 14 years ago
  deraadt 46f44e2831 rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 14 years ago
  pirofti 5e4aca2f5f Check mmap return value against MAP_FAILED not NULL. 14 years ago
  martynas f30cf48cfa teach gdtoa & its subroutines that malloc can fail; in which case 14 years ago
  otto 65dc48b142 rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ 14 years ago
  jmc db67d7c77d remove unsupported LIBRARY section; from Alan R. S. Bueno 14 years ago
  millert 4bfe74412c Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@ 15 years ago
  martynas e1c2ed5d72 abs conforms c99 -> imaxabs conforms c99. ok millert@ 15 years ago
  martynas b263bc8a8a use llabs instead of the home-grown version; and some comment changes 15 years ago
  deraadt d4f78c2955 quieten compiler by converting pointers to uintptr_t before truncating them 15 years ago
  millert 63a463cfbd Don't assume that we can overwrite strings in the environment. 15 years ago
  millert d3d9cc08f7 Make putenv(), setenv() and unsetenv() standards compliant. The 15 years ago
  djm 8b81695079 allow building without SHA384 and SHA512 (i.e. SHA256 only) with 15 years ago
  okan 3bc42fd077 document that no leading whitespace is permitted between the option and 15 years ago
  jmc 2024268fd6 kill whitespace at eol; 15 years ago
  otto 69f875a94f decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ 15 years ago
  jmc d69225c623 correct function definitions; from Markus Bergkvist 15 years ago
  djm 10887343e6 reintroduce extra malloc protections, but avoiding the use of 15 years ago
  deraadt 69d34d79a8 PAGE_SIZE is not a valid symbol to use in that way. In particular, 15 years ago
  djm d835fe24d1 Remove mprotecting of struct dir_info introduced in previous commit 15 years ago
  djm b1b6e37e4e extra paranoia for malloc(3): 15 years ago
  deraadt 81a1885e03 repair the ARC4 story; ok jmc djm millert 15 years ago
  otto ce9fb22525 shave off more bytes than you expect by declaring a few const local arrays 15 years ago
  pedro 09239b2280 Fix typo, okay jmc@. 15 years ago
  otto 5b2827b23a move allocations between half a page and a page as close to the end of 15 years ago
  otto c2a4892aa1 Reduce the leeway malloc allows when moving allocations to the end of 15 years ago
  otto c85d8de1f7 To allow for easier playing with more strict settings introduce 15 years ago
  otto 7fae3fd69f avoid a few strlen calls for constant strings; prompted by tg; ok djm@ 15 years ago
  otto 2e3909a133 if the freeprot flag (F) is set, do not do delayed frees for chunks 15 years ago
  otto e19c3ba2dd fix markup of example line and description of G flag; partly from and 15 years ago
  otto 96f3e731f5 remove distinction between warnings and errors, ok deraadt@ djm@ 15 years ago
  otto 02508dddff if MALLOC_STATS is defined, record how many "cheap reallocs" were 15 years ago
  otto 2fbc2b3c20 oops, assign errno the right way. caught by david running regress tests 15 years ago
  otto b0a0d24cc7 reduce rbyte cache to 512 bytes, no measurable slowdown (even in the 15 years ago
  otto cc05412197 save and restore errno on success. while it is not stricly needed for 15 years ago
  otto 0f36e15025 zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ 15 years ago
  otto cdd5a2c930 when increasing the size of a larger than a page allocation try 15 years ago
  otto 013c97fa02 avoid spitting up regions when purging stuff from the cache, it puts 15 years ago
  martynas 72651265ea document strtold. ok millert@ 16 years ago
  martynas 9bbd0127b8 strtof has been introduced in c99 16 years ago
  djm bbe209e122 the last example doesn't need a ctx variable; 16 years ago
  martynas 8805441321 - replace dtoa w/ David's gdtoa, version 2008-03-15 16 years ago
  djm a8fb71fc6a Rename SHA256/384/512 API to avoid namespace collisions with 16 years ago
  otto 5725b7bab8 remove now obsolete calloc implementation; prompted by miod 16 years ago
  otto f8fb73633b Make all combinations of G, P, J and zero-fill work with as little 16 years ago
  djm f4d35a1a7f unbreak MALLOC_OPTIONS=G that I broke in my last commit; 16 years ago
  djm e2b5c86e43 fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled into 16 years ago
  djm 11ee72166d unbreak wcschr(string, L'\0') which was incorrectly returning NULL 16 years ago