summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix posix_memalign() for large objects. Now that runs are extents ratherjasone2007-03-231-151/+297
* Use extents rather than binary buddies to track free pages withinjasone2007-03-231-323/+332
* Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order tojasone2007-03-201-152/+233
* Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory.jasone2007-02-221-36/+40
* Fix a utrace(2)-related bug in calloc(3).jasone2007-01-311-44/+56
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-0958-232/+0
* Implement chunk allocation/deallocation hysteresis by caching one sparejasone2006-12-231-51/+86
* Note that the value from getenv() should not be modified by applications.trhodes2006-10-121-1/+5
* getenv.3: Put "is" on a line with other wordstrhodes2006-10-071-2/+1
* Revise markup in recently added manpages.ru2006-09-303-43/+48
* Keep compatible parts in sync with OpenBSD v1.21, add some comments.ache2006-09-231-15/+7
* Remove code #ifndef'ed in prev. commit to stay in sync with OpenBSDache2006-09-221-12/+0
* Be more GNU compatible:ache2006-09-221-2/+5
* Markup fixes.ru2006-09-171-51/+51
* Change the way base allocation is done for internal malloc datajasone2006-09-081-56/+93
* alloca() cannot check if the allocation is valid; mention the consequences.ru2006-09-051-4/+13
* Enable TLS on PowerPC.marcel2006-09-011-1/+0
* Enable TLS on ia64.marcel2006-09-011-1/+0
* Correctly handle the case in calloc(num, size) wherecperciva2006-08-131-1/+1
* Define NO_TLS on PowerPC.marcel2006-08-091-0/+1
* Conditionally expand the size_invs lookup table in arena_run_reg_dalloc()jasone2006-07-271-1/+12
* Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoidcognet2006-07-271-1/+1
* Fix cpp logic in arena_malloc() to adjust size when assertions are enabled,jasone2006-07-271-23/+19
* Use some math tricks in arena_run_reg_dalloc() to avoid actual division, asjasone2006-07-011-83/+90
* Make the behavior of malloc(0) standards-compliant by getting rid of nil,jasone2006-06-301-48/+46
* twalk() expects an `action' function not a comparison function.keramida2006-06-231-1/+1
* Add a missing case for the switch statement in arena_run_reg_dalloc(). [1]jasone2006-06-201-8/+20
* o .Xr strtonum(3).maxim2006-05-202-0/+2
* Correct decoding a string containing '/'.jkim2006-05-191-1/+1
* Increase the minimum chunk size by a power of two (32kB --> 64kB, assumingjasone2006-05-101-2/+2
* Change the semantics of brk_max to dynamically deal with data segmentjasone2006-04-271-71/+83
* s/soley/solelyschweikh2006-04-131-1/+1
* Add an unreachable return statement, in order to avoid a compiler warningjasone2006-04-051-0/+1
* Only initialize the first per-chunk page map element for free runs. Thisjasone2006-04-051-31/+16
* Add malloc_usable_size() to the RETURN VALUES section.jasone2006-04-041-1/+6
OpenPOWER on IntegriCloud