Age | Commit message (Expand) | Author |
2012-06-20 | two small fixes to free page cache. first, we need two nibbles of random | Ted Unangst |
2012-06-18 | Support larger-than-page-alignment requests in posix_memalign() by | Matthew Dempsky |
2012-06-02 | Update STANDARDS section for a few <stdlib.h> functions | Philip Guenthe |
2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), | Philip Guenthe |
2012-04-12 | alloca is NOT machine dependent; it has exactly the same | Theo de Raadt |
2012-03-21 | Fix a bug where random() always returns 0 when srandom() is seeded | Todd C. Miller |
2012-02-29 | - Test for the retrieved page address not being NULL. This turns free((void*)1) | Otto Moerbeek |
2012-02-06 | Revert previous diff as it resulted in the wrong return code when | Philip Guenthe |
2011-11-17 | Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. | Ingo Schwarze |
2011-10-06 | Make struct chunk_info a variable sized struct, wasting less | Otto Moerbeek |
2011-09-03 | some minor tweaks; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-08-30 | in column lists, enforce the following ordering: | Jason McIntyre |
2011-07-24 | occured -> occurred; | Jason McIntyre |
2011-07-24 | Recent Single Unix will malloc memory if the second argument of realpath() | Miod Vallat |
2011-07-22 | Show (in the example) that < and > can be used multiple times; ok jmc@ | Otto Moerbeek |
2011-07-21 | - add a MALLOC_OPTIONS section header. the content is already there, but having | Jasper Lievisse Adriaanse |
2011-07-12 | on malloc flag S, set cache size to 0; will catch even more | Otto Moerbeek |
2011-07-07 | no more math(3); | Jason McIntyre |
2011-06-20 | as man page states, lower case undoes upper case. add support for little s, | Ted Unangst |
2011-05-20 | save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@ | Otto Moerbeek |
2011-05-18 | introduce symbolic constant for initial number of regions | Otto Moerbeek |
2011-05-18 | zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@ | Otto Moerbeek |
2011-05-12 | Avoid fp computations for stats, this make calling malloc_dump() safe in more | Otto Moerbeek |
2011-05-12 | fix comment, the bitmap is an array of u_short now | Otto Moerbeek |
2011-05-12 | Introduce leak detection code for MALLOC_STATS | Otto Moerbeek |
2011-05-08 | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. | Otto Moerbeek |
2011-05-05 | Up until now, malloc scanned the bits of the chunk bitmap from | Otto Moerbeek |
2011-04-30 | Now that we use an array of u_short for the chunk bitmap change a few | Otto Moerbeek |
2011-04-30 | More efficient scanning for free chunks while not losing any randomization; | Otto Moerbeek |
2011-04-27 | Tweak the description of the optional parts around =. Found this in my | Otto Moerbeek |
2011-03-21 | tweak for clarity, ok millert@, jmc@ | Marc Espie |
2011-03-06 | wrong type for variable; spotted by christian.siebert@cs.tu-chemnitz.de | Theo de Raadt |
2011-03-05 | Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a new | Philip Guenthe |
2011-03-02 | Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properly | Matthew Dempsky |
2011-01-24 | Correctly escape a literal colon in an enclosure; | Ingo Schwarze |
2011-01-14 | superceded -> superseded; | Jason McIntyre |
2010-12-16 | avoid pointer arithmetic on void * | David Hill |
2010-11-30 | involes -> involves; from Carlos Alberto Pereira Gomes | Jason McIntyre |
2010-10-21 | print the pointer value that caused the error (if available); ok | Otto Moerbeek |
2010-09-25 | Make gcvt() better match printf("%g") behavior, it now passes regress. | Todd C. Miller |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-08-23 | Check for duplicate variables in the environment when setting a value | Todd C. Miller |
2010-07-28 | Sync hcreate(3) with NetBSD, adding some caveats. | Ray Lai |
2010-07-22 | getopt_long.c replaced getopt.c 6+ years ago; we can retire | Bret Lambert |
2010-07-06 | Document new unsetenv() error returns. | Christian Weisgerber |
2010-06-29 | Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@ | Christian Weisgerber |
2010-05-26 | oops - forgot to check for trailing whitespace; | Jason McIntyre |
2010-05-26 | reword the 'D' dump bit to make it clear that the malloc.out file needs | Thordur I. Bjornsson |
2010-05-19 | tweak previous; | Jason McIntyre |