Age | Commit message (Expand) | Author |
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 |
2009-06-21 | abs conforms c99 -> imaxabs conforms c99. ok millert@ | Martynas Venckus |
2009-06-08 | quieten compiler by converting pointers to uintptr_t before truncating them | Theo de Raadt |
2009-06-04 | Don't assume that we can overwrite strings in the environment. | Todd C. Miller |
2009-06-03 | Make putenv(), setenv() and unsetenv() standards compliant. The | Todd C. Miller |
2009-04-12 | document that no leading whitespace is permitted between the option and | Okan Demirmen |
2009-02-13 | kill whitespace at eol; | Jason McIntyre |
2009-02-13 | decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ | Otto Moerbeek |
2009-02-10 | correct function definitions; from Markus Bergkvist | Jason McIntyre |
2009-01-03 | reintroduce extra malloc protections, but avoiding the use of | Damien Miller |
2008-12-31 | PAGE_SIZE is not a valid symbol to use in that way. In particular, | Theo de Raadt |
2008-12-30 | Remove mprotecting of struct dir_info introduced in previous commit | Damien Miller |
2008-12-29 | extra paranoia for malloc(3): | Damien Miller |