summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Fix language on atol(3) manpage. Add a COMPATIBILITY sectionkeramida2009-02-081-3/+32
* Fix a lock order reversal bug that could cause deadlock during fork(2).jasone2008-12-011-11/+37
* Adjust an assertion to handle the case where a lock is contested, butjasone2008-11-301-1/+1
* Do not spin when trying to lock on a single-CPU system.jasone2008-11-301-11/+13
* Revert to preferring mmap(2) over sbrk(2) when mapping memory, due tojasone2008-11-032-13/+18
* MTC r183949:netchild2008-10-171-0/+5
* Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-codingjasone2008-09-101-120/+88
* Unbreak ia64: pges are 8KB.marcel2008-09-061-1/+1
* Add thread-specific caching for small size classes, based on magazines.jasone2008-08-273-256/+1133
* Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit.ed2008-08-201-286/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-204-100/+129
* Move CPU_SPINWAIT into the innermost spin loop, in order to allow fasterjasone2008-08-141-2/+3
* Re-order the terms of an expression in arena_run_reg_dalloc() to correctlyjasone2008-08-141-2/+2
* Remove variables which are assigned values and never used thereafter.cperciva2008-08-081-5/+1
* 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
OpenPOWER on IntegriCloud