| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 97 | -97/+97 |
| * | MFC r185514 (by jasone): | Konstantin Belousov | 2009-05-03 | 1 | -11/+37 |
| * | Mostly synchronize lib/libthr and sys/kern/kern_umtx.c with the code | Konstantin Belousov | 2009-03-24 | 2 | -0/+12 |
| * | MFC: | Jason Evans | 2008-11-10 | 2 | -13/+18 |
| * | MFC r183565: | Ed Schouten | 2008-10-26 | 2 | -9/+10 |
| * | MFC allocator improvements and fixes: | Jason Evans | 2008-08-16 | 1 | -398/+339 |
| * | MFC: r181150, r181266 | Sean Farley | 2008-08-08 | 1 | -13/+20 |
| * | MFC r180323: | Daniel Gerzo | 2008-07-11 | 1 | -3/+3 |
| * | MFC r180325 and r180329: | Daniel Gerzo | 2008-07-11 | 1 | -3/+35 |
| * | MFC rev. 180024: | Daniel Gerzo | 2008-06-30 | 1 | -1/+1 |
| * | MFC allocator improvements and fixes: | Jason Evans | 2008-06-16 | 2 | -158/+1152 |
| * | MFC: 1.16: Use calloc() instead of zeroing memory ourselves. | Ruslan Ermilov | 2008-04-22 | 1 | -3/+13 |
| * | MFC: Merge malloc(3) improvements and fixes. The highlights are: | Jason Evans | 2008-03-07 | 2 | -1258/+2259 |
| * | MFC: | Sean Farley | 2008-03-06 | 1 | -12/+36 |
| * | MFC qsort.c,v 1.14-1.15, heapsort.c,v 1.6 | David Schultz | 2008-01-26 | 2 | -6/+8 |
| * | MFC: Update openpty(3) manpage for the recent pty fixes and remove some | John Baldwin | 2008-01-23 | 1 | -12/+1 |
| * | Fix issues which allow snooping on ptys. [08:01] | Colin Percival | 2008-01-14 | 1 | -37/+35 |
| * | MFC: Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends. | John Baldwin | 2007-12-31 | 1 | -22/+23 |
| * | MFC: Update posix_openpt(3) to handle 512 ptys. | John Baldwin | 2007-12-18 | 1 | -2/+2 |
| * | Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea in | Robert Watson | 2007-12-06 | 1 | -0/+4 |
| * | Turn on MALLOC_PRODUCTION which turns off some stuff used for debugging | Ken Smith | 2007-10-11 | 1 | -1/+1 |
| * | The precision for a string argument in a call to warnx() needs to be cast | Sean Farley | 2007-09-22 | 1 | -1/+2 |
| * | Skip rebuilding environ in setenv() only upon reuse of an active variable; | Sean Farley | 2007-09-15 | 1 | -2/+2 |
| * | Added environ-replacement detection. For programs that "clean" (i.e., su) | Sean Farley | 2007-07-20 | 1 | -78/+163 |
| * | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 5 | -257/+620 |
| * | Add information about the implications of using mmap(2) instead of sbrk(2). | Jason Evans | 2007-06-15 | 1 | -1/+19 |
| * | Fix junk/zero filling for realloc(). Junk filling was missing in one case, | Jason Evans | 2007-06-15 | 1 | -36/+48 |
| * | Backout 1.5 as requested by deischen | Jonathan Chen | 2007-05-22 | 1 | -1/+0 |
| * | __cleanup() is needed for ports/devel/valgrind, export it. | Jonathan Chen | 2007-05-22 | 1 | -0/+1 |
| * | Back out all POSIXified *env() changes. | Andrey A. Chernov | 2007-05-01 | 4 | -96/+41 |
| * | Bump .Dd | Andrey A. Chernov | 2007-04-30 | 1 | -1/+1 |
| * | Add phrase | Andrey A. Chernov | 2007-04-30 | 1 | -1/+2 |
| * | Make putenv() fully conforms to Open Group specs Issue 6 | Andrey A. Chernov | 2007-04-30 | 4 | -26/+58 |
| * | Remove special case skipping initial '=' of the setenv() value "for | Andrey A. Chernov | 2007-04-30 | 2 | -7/+0 |
| * | Make setenv, putenv, getenv and unsetenv conforming to Open Group specs | Andrey A. Chernov | 2007-04-30 | 4 | -19/+48 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -2/+4 |
| * | Swap "underflow"/"overflow" in the table header. | Ruslan Ermilov | 2007-04-10 | 1 | -2/+2 |
| * | Use size_t instead of unsigned for pagesize-related values, in order to | Jason Evans | 2007-03-29 | 1 | -4/+8 |
| * | Remove the run promotion/demotion machinery. Replace it with red-black | Jason Evans | 2007-03-28 | 1 | -430/+219 |
| * | Update the IMPLEMENTATION NOTES section to reflect recent malloc | Jason Evans | 2007-03-28 | 1 | -13/+30 |
| * | Add a HISTORY section. | Jason Evans | 2007-03-28 | 1 | -0/+5 |
| * | Fix some subtle bugs for posix_memalign() having to do with integer | Jason Evans | 2007-03-24 | 1 | -18/+43 |
| * | Fix posix_memalign() for large objects. Now that runs are extents rather | Jason Evans | 2007-03-23 | 1 | -151/+297 |
| * | Use extents rather than binary buddies to track free pages within | Jason Evans | 2007-03-23 | 1 | -321/+330 |
| * | Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order to | Jason Evans | 2007-03-20 | 1 | -152/+233 |
| * | Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory. | Jason Evans | 2007-02-22 | 1 | -36/+40 |
| * | Fix a utrace(2)-related bug in calloc(3). | Jason Evans | 2007-01-31 | 1 | -44/+56 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 58 | -232/+0 |
| * | Implement chunk allocation/deallocation hysteresis by caching one spare | Jason Evans | 2006-12-23 | 1 | -51/+86 |
| * | Note that the value from getenv() should not be modified by applications. | Tom Rhodes | 2006-10-12 | 1 | -1/+5 |