summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in lazy deallocation that was introduced whenjasone2008-02-081-7/+10
* Clean up manipulation of chunk page map elements to remove some tenuousjasone2008-02-081-362/+357
* Track dirty unused pages so that they can be purged if they exceed ajasone2008-02-062-679/+973
* Remove some now-unused macros.jhb2008-01-151-3/+1
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)jhb2008-01-151-46/+31
* Back out last commit, since it accidentally broke pts.cperciva2008-01-151-37/+48
* Fix issues which allow snooping on ptys. [08:01]cperciva2008-01-141-48/+37
* Changing 'r' to a size_t in the previous commit turned quicksortdas2008-01-141-4/+5
* Use size_t to avoid overflow when sorting arrays larger than 2 GB.das2008-01-132-2/+3
* Enable both sbrk(2)- and mmap(2)-based memory acquisition methods byjasone2008-01-032-19/+20
* Fix a major chunk-related memory leak in chunk_dealloc_dss_record(). [1]jasone2007-12-311-65/+56
* Fix a bug related to sbrk() calls that could cause address space leaks.jasone2007-12-311-186/+268
* Back out premature commit of previous version.jasone2007-12-281-183/+113
* Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) injasone2007-12-281-113/+183
* Release chunks_mtx for all paths through chunk_dealloc().jasone2007-12-281-1/+4
* Add the 'D' and 'M' run time options, and use them to control whetherjasone2007-12-272-315/+492
* Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends:jhb2007-12-211-22/+23
* Use fixed point integer math instead of floating point math whenjasone2007-12-181-42/+47
* Refactor features a bit in order to make it possible to disable lazyjasone2007-12-171-52/+127
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-161-4/+23
* Update posix_openpt(3) to handle 512 ptys. This was missed in the earlierjhb2007-12-131-2/+2
* Fix typo in the commentache2007-12-111-1/+1
* Only zero large allocations when necessary (for calloc()).jasone2007-11-281-1/+1
* Document the B and L MALLOC_OPTIONS.jasone2007-11-271-1/+26
* Implement dynamic load balancing of thread-->arena mapping, based on lockjasone2007-11-271-58/+297
* Implement lazy deallocation of small objects. For each arena, maintain ajasone2007-11-271-0/+218
* Avoid re-zeroing memory in calloc() when possible.jasone2007-11-271-143/+218
* Fix stats printing of the amount of memory currently consumed by hugejasone2007-11-271-36/+37
* Remove out of date notes, the atoi code is thread-safe and async-canceldavidxu2007-10-191-4/+0
* The precision for a string argument in a call to warnx() needs to be castscf2007-09-221-1/+2
* Skip rebuilding environ in setenv() only upon reuse of an active variable;scf2007-09-151-2/+2
* Added environ-replacement detection. For programs that "clean" (i.e., su)scf2007-07-201-78/+163
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-045-259/+622
* Add information about the implications of using mmap(2) instead of sbrk(2).jasone2007-06-151-1/+19
* Fix junk/zero filling for realloc(). Junk filling was missing in one case,jasone2007-06-151-36/+48
* Backout 1.5 as requested by deischenjon2007-05-221-1/+0
* __cleanup() is needed for ports/devel/valgrind, export it.jon2007-05-221-0/+1
* Back out all POSIXified *env() changes.ache2007-05-014-96/+41
* Bump .Ddache2007-04-301-1/+1
* Add phraseache2007-04-301-1/+2
* Make putenv() fully conforms to Open Group specs Issue 6ache2007-04-304-26/+58
* Remove special case skipping initial '=' of the setenv() value "forache2007-04-302-7/+0
* Make setenv, putenv, getenv and unsetenv conforming to Open Group specsache2007-04-304-19/+48
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-2/+4
* Swap "underflow"/"overflow" in the table header.ru2007-04-101-2/+2
* Use size_t instead of unsigned for pagesize-related values, in order tojasone2007-03-291-4/+8
* Remove the run promotion/demotion machinery. Replace it with red-blackjasone2007-03-281-430/+219
* Update the IMPLEMENTATION NOTES section to reflect recent mallocjasone2007-03-281-13/+30
* Add a HISTORY section.jasone2007-03-281-0/+5
* Fix some subtle bugs for posix_memalign() having to do with integerjasone2007-03-241-18/+43
OpenPOWER on IntegriCloud