summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-2197-97/+97
* MFC r185514 (by jasone):Konstantin Belousov2009-05-031-11/+37
* Mostly synchronize lib/libthr and sys/kern/kern_umtx.c with the codeKonstantin Belousov2009-03-242-0/+12
* MFC:Jason Evans2008-11-102-13/+18
* MFC r183565:Ed Schouten2008-10-262-9/+10
* MFC allocator improvements and fixes:Jason Evans2008-08-161-398/+339
* MFC: r181150, r181266Sean Farley2008-08-081-13/+20
* MFC r180323:Daniel Gerzo2008-07-111-3/+3
* MFC r180325 and r180329:Daniel Gerzo2008-07-111-3/+35
* MFC rev. 180024:Daniel Gerzo2008-06-301-1/+1
* MFC allocator improvements and fixes:Jason Evans2008-06-162-158/+1152
* MFC: 1.16: Use calloc() instead of zeroing memory ourselves.Ruslan Ermilov2008-04-221-3/+13
* MFC: Merge malloc(3) improvements and fixes. The highlights are:Jason Evans2008-03-072-1258/+2259
* MFC:Sean Farley2008-03-061-12/+36
* MFC qsort.c,v 1.14-1.15, heapsort.c,v 1.6David Schultz2008-01-262-6/+8
* MFC: Update openpty(3) manpage for the recent pty fixes and remove someJohn Baldwin2008-01-231-12/+1
* 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-257/+620
* 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-321/+330
* 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