summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Restructure and use different variables in the tests that involvescf2008-08-031-13/+15
* Detect if the application has cleared the environ variable by settingscf2008-08-021-7/+12
* Enhance arena_chunk_map_t to directly support run coalescing, and usejasone2008-07-181-394/+338
* - This code was intially obtained from NetBSD, but it's missing licencedanger2008-07-061-1/+29
* - Add description about a missing return valuedanger2008-07-061-2/+6
* - remove superfluous worddanger2008-07-061-3/+3
* Mark the section describing return values with an appropriate section flag.danger2008-06-261-1/+1
* Don't export the unused __use_pts() routine.ed2008-06-172-2/+1
* In the error path through base_alloc(), release base_mtx [1].jasone2008-06-101-3/+7
* Clean up cpp logic and comments.jasone2008-05-141-8/+21
* Fix a comment.jasone2008-05-031-1/+1
* Add a separate tree to track arena chunks that contain dirty pages.jasone2008-05-011-157/+133
* Add rb_wrap(), which creates C function wrappers for most rb_*()jasone2008-05-011-36/+194
* Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters for MIPSgonzo2008-04-291-0/+5
* Check for integer overflow before calling sbrk(2), since it uses ajasone2008-04-291-0/+7
* Stricter check for integer overflow.ru2008-04-241-0/+2
* Implement red-black trees without using parent pointers, and store thejasone2008-04-232-116/+947
* Don't forget to free() currency_symbol and asciivalue when multipleru2008-04-191-0/+4
* Better strfmon(3) conversion specifiers sanity checking.ru2008-04-191-1/+8
* Use calloc() instaed of zeroing memory ourselves.delphij2008-04-131-2/+1
* Remove stale #include <machine/atomic.h>, which as needed by lazyjasone2008-03-071-4/+4
* Replace the use of warnx() with direct output to stderr using _write().scf2008-02-281-12/+36
* Fix a race condition in arena_ralloc() for shrinking in-place largejasone2008-02-171-25/+41
* Remove support for lazy deallocation. Benchmarks across a wide range ofjasone2008-02-172-221/+4
* 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
OpenPOWER on IntegriCloud