aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2496-96/+96
* Fix issues which allow snooping on ptys. [08:01]Colin Percival2008-01-141-37/+35
* MFC: Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends.John Baldwin2007-12-311-22/+23
* MFC: Update posix_openpt(3) to handle 512 ptys.John Baldwin2007-12-181-2/+2
* Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea inRobert Watson2007-12-061-0/+4
* Turn on MALLOC_PRODUCTION which turns off some stuff used for debuggingKen Smith2007-10-111-1/+1
* The precision for a string argument in a call to warnx() needs to be castSean Farley2007-09-221-1/+2
* Skip rebuilding environ in setenv() only upon reuse of an active variable;Sean Farley2007-09-151-2/+2
* Added environ-replacement detection. For programs that "clean" (i.e., su)Sean Farley2007-07-201-78/+163
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-045-259/+622
* Add information about the implications of using mmap(2) instead of sbrk(2).Jason Evans2007-06-151-1/+19
* Fix junk/zero filling for realloc(). Junk filling was missing in one case,Jason Evans2007-06-151-36/+48
* Backout 1.5 as requested by deischenJonathan Chen2007-05-221-1/+0
* __cleanup() is needed for ports/devel/valgrind, export it.Jonathan Chen2007-05-221-0/+1
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-014-96/+41
* Bump .DdAndrey A. Chernov2007-04-301-1/+1
* Add phraseAndrey A. Chernov2007-04-301-1/+2
* Make putenv() fully conforms to Open Group specs Issue 6Andrey A. Chernov2007-04-304-26/+58
* Remove special case skipping initial '=' of the setenv() value "forAndrey A. Chernov2007-04-302-7/+0
* Make setenv, putenv, getenv and unsetenv conforming to Open Group specsAndrey A. Chernov2007-04-304-19/+48
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-2/+4
* Swap "underflow"/"overflow" in the table header.Ruslan Ermilov2007-04-101-2/+2
* Use size_t instead of unsigned for pagesize-related values, in order toJason Evans2007-03-291-4/+8
* Remove the run promotion/demotion machinery. Replace it with red-blackJason Evans2007-03-281-430/+219
* Update the IMPLEMENTATION NOTES section to reflect recent mallocJason Evans2007-03-281-13/+30
* Add a HISTORY section.Jason Evans2007-03-281-0/+5
* Fix some subtle bugs for posix_memalign() having to do with integerJason Evans2007-03-241-18/+43
* Fix posix_memalign() for large objects. Now that runs are extents ratherJason Evans2007-03-231-151/+297
* Use extents rather than binary buddies to track free pages withinJason Evans2007-03-231-323/+332
* Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order toJason Evans2007-03-201-152/+233
* Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory.Jason Evans2007-02-221-36/+40
* Fix a utrace(2)-related bug in calloc(3).Jason Evans2007-01-311-44/+56
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0958-232/+0
* Implement chunk allocation/deallocation hysteresis by caching one spareJason Evans2006-12-231-51/+86
* Note that the value from getenv() should not be modified by applications.Tom Rhodes2006-10-121-1/+5
* getenv.3: Put "is" on a line with other wordsTom Rhodes2006-10-071-2/+1
* Revise markup in recently added manpages.Ruslan Ermilov2006-09-303-43/+48
* Keep compatible parts in sync with OpenBSD v1.21, add some comments.Andrey A. Chernov2006-09-231-15/+7
* Remove code #ifndef'ed in prev. commit to stay in sync with OpenBSDAndrey A. Chernov2006-09-221-12/+0
* Be more GNU compatible:Andrey A. Chernov2006-09-221-2/+5
* Markup fixes.Ruslan Ermilov2006-09-171-51/+51
* Change the way base allocation is done for internal malloc dataJason Evans2006-09-081-56/+93
* alloca() cannot check if the allocation is valid; mention the consequences.Ruslan Ermilov2006-09-051-4/+13
* Enable TLS on PowerPC.Marcel Moolenaar2006-09-011-1/+0
* Enable TLS on ia64.Marcel Moolenaar2006-09-011-1/+0
* Correctly handle the case in calloc(num, size) whereColin Percival2006-08-131-1/+1
* Define NO_TLS on PowerPC.Marcel Moolenaar2006-08-091-0/+1
* Conditionally expand the size_invs lookup table in arena_run_reg_dalloc()Jason Evans2006-07-271-1/+12
* Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoidOlivier Houchard2006-07-271-1/+1
* Fix cpp logic in arena_malloc() to adjust size when assertions are enabled,Jason Evans2006-07-271-23/+19