summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2011-06-20as man page states, lower case undoes upper case. add support for little s,Ted Unangst
2011-05-20save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@Otto Moerbeek
2011-05-18introduce symbolic constant for initial number of regionsOtto Moerbeek
2011-05-18zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@Otto Moerbeek
2011-05-12Avoid fp computations for stats, this make calling malloc_dump() safe in moreOtto Moerbeek
2011-05-12fix comment, the bitmap is an array of u_short nowOtto Moerbeek
2011-05-12Introduce leak detection code for MALLOC_STATSOtto Moerbeek
2011-05-08Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top.Otto Moerbeek
2011-05-05Up until now, malloc scanned the bits of the chunk bitmap fromOtto Moerbeek
2011-04-30Now that we use an array of u_short for the chunk bitmap change a fewOtto Moerbeek
2011-04-30More efficient scanning for free chunks while not losing any randomization;Otto Moerbeek
2011-04-27Tweak the description of the optional parts around =. Found this in myOtto Moerbeek
2011-03-21tweak for clarity, ok millert@, jmc@Marc Espie
2011-03-06wrong type for variable; spotted by christian.siebert@cs.tu-chemnitz.deTheo de Raadt
2011-03-05Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a newPhilip Guenthe
2011-03-02Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properlyMatthew Dempsky
2011-01-24Correctly escape a literal colon in an enclosure;Ingo Schwarze
2011-01-14superceded -> superseded;Jason McIntyre
2010-12-16avoid pointer arithmetic on void *David Hill
2010-11-30involes -> involves; from Carlos Alberto Pereira GomesJason McIntyre
2010-10-21print the pointer value that caused the error (if available); okOtto Moerbeek
2010-09-25Make gcvt() better match printf("%g") behavior, it now passes regress.Todd C. Miller
2010-09-19more wacky macro fixing;Jason McIntyre
2010-08-23Check for duplicate variables in the environment when setting a valueTodd C. Miller
2010-07-28Sync hcreate(3) with NetBSD, adding some caveats.Ray Lai
2010-07-22getopt_long.c replaced getopt.c 6+ years ago; we can retireBret Lambert
2010-07-06Document new unsetenv() error returns.Christian Weisgerber
2010-06-29Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@Christian Weisgerber
2010-05-26oops - forgot to check for trailing whitespace;Jason McIntyre
2010-05-26reword the 'D' dump bit to make it clear that the malloc.out file needsThordur I. Bjornsson
2010-05-19tweak previous;Jason McIntyre
2010-05-18add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromTed Unangst
2010-04-07- nuke some unneeded Pp; from kristapsJason McIntyre
2010-04-01WARNINGS -> CAVEATS, and a little neccessary cleanup;Jason McIntyre
2010-03-10It's unsetenv() that doesn't like `=' in the argument, not putenv().Matthias Kilian
2010-02-08Use size_t in appropriate places; fixes sorting of big arrays;Otto Moerbeek
2010-02-08use size_t to index arrays; avoids big array bugs; ok millert@ guenther@Otto Moerbeek
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-01-25stucture -> structure;Jason McIntyre
2010-01-13New options 'S', as a shorthand for the options most suitable as anOtto Moerbeek
2009-12-16save calls to arc4random() by using a nibble at a time; not becauseOtto Moerbeek
2009-12-07Make userland malloc use __LDPGSZ granularity on mips, regardless of theMiod Vallat
2009-11-27Switch the chunk_info lists to doubly-linked lists and use the queueOtto Moerbeek
2009-11-27Don't forget to fill region from the cache with junk if needed in one case;Otto Moerbeek
2009-11-27No need to clear a mmapped region; from Fabien Romano and JonathanOtto Moerbeek
2009-11-02permit -DMALLOC_STATS to compile againTodd T. Fries
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-20Check mmap return value against MAP_FAILED not NULL.Paul Irofti
2009-10-16teach gdtoa & its subroutines that malloc can fail; in which caseMartynas Venckus
2009-10-10rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@Otto Moerbeek