1454 Commits (8533fe6f16b5206d213b1774132e13851c731eb7)

Author SHA1 Message Date
  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
  otto 1e4c360dbd make sure we always map and unmap multiples of MALLOC_PAGESIZE; 16 years ago
  otto 74022f5554 Smarter implementation of calloc(3), which uses the fact that mmap(2) 16 years ago
  otto 3b4110eeac small cleanup of error/warning strings 16 years ago
  miod af2d1d10b8 Split SHA1Transform() back into smaller pieces when compiling on landisk, 16 years ago
  jmc 04276713d5 example code fix from Will Maier; ok otto 16 years ago
  otto 1eac738a69 man page bits for new malloc; ok jmc@ 16 years ago
  otto c2d85e2043 Almost complete rewrite of malloc, to have a more efficient data 16 years ago
  ray 8e0491f90a First pass at removing clauses 3 and 4 from NetBSD licenses. 16 years ago