Age | Commit message (Expand) | Author |
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 |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2010-04-07 | - nuke some unneeded Pp; from kristaps | Jason McIntyre |
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre |
2010-03-10 | It's unsetenv() that doesn't like `=' in the argument, not putenv(). | Matthias Kilian |
2010-02-08 | Use size_t in appropriate places; fixes sorting of big arrays; | Otto Moerbeek |
2010-02-08 | use size_t to index arrays; avoids big array bugs; ok millert@ guenther@ | Otto Moerbeek |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2010-01-25 | stucture -> structure; | Jason McIntyre |
2010-01-13 | New options 'S', as a shorthand for the options most suitable as an | Otto Moerbeek |
2009-12-16 | save calls to arc4random() by using a nibble at a time; not because | Otto Moerbeek |
2009-12-07 | Make userland malloc use __LDPGSZ granularity on mips, regardless of the | Miod Vallat |
2009-11-27 | Switch the chunk_info lists to doubly-linked lists and use the queue | Otto Moerbeek |
2009-11-27 | Don't forget to fill region from the cache with junk if needed in one case; | Otto Moerbeek |
2009-11-27 | No need to clear a mmapped region; from Fabien Romano and Jonathan | Otto Moerbeek |
2009-11-02 | permit -DMALLOC_STATS to compile again | Todd T. Fries |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-20 | Check mmap return value against MAP_FAILED not NULL. | Paul Irofti |
2009-10-16 | teach gdtoa & its subroutines that malloc can fail; in which case | Martynas Venckus |
2009-10-10 | rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ | Otto Moerbeek |