| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 96 | -96/+96 |
| * | 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 | -259/+622 |
| * | 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 | -323/+332 |
| * | 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 |
| * | getenv.3: Put "is" on a line with other words | Tom Rhodes | 2006-10-07 | 1 | -2/+1 |
| * | Revise markup in recently added manpages. | Ruslan Ermilov | 2006-09-30 | 3 | -43/+48 |
| * | Keep compatible parts in sync with OpenBSD v1.21, add some comments. | Andrey A. Chernov | 2006-09-23 | 1 | -15/+7 |
| * | Remove code #ifndef'ed in prev. commit to stay in sync with OpenBSD | Andrey A. Chernov | 2006-09-22 | 1 | -12/+0 |
| * | Be more GNU compatible: | Andrey A. Chernov | 2006-09-22 | 1 | -2/+5 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-17 | 1 | -51/+51 |
| * | Change the way base allocation is done for internal malloc data | Jason Evans | 2006-09-08 | 1 | -56/+93 |
| * | alloca() cannot check if the allocation is valid; mention the consequences. | Ruslan Ermilov | 2006-09-05 | 1 | -4/+13 |
| * | Enable TLS on PowerPC. | Marcel Moolenaar | 2006-09-01 | 1 | -1/+0 |
| * | Enable TLS on ia64. | Marcel Moolenaar | 2006-09-01 | 1 | -1/+0 |
| * | Correctly handle the case in calloc(num, size) where | Colin Percival | 2006-08-13 | 1 | -1/+1 |
| * | Define NO_TLS on PowerPC. | Marcel Moolenaar | 2006-08-09 | 1 | -0/+1 |
| * | Conditionally expand the size_invs lookup table in arena_run_reg_dalloc() | Jason Evans | 2006-07-27 | 1 | -1/+12 |
| * | Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoid | Olivier Houchard | 2006-07-27 | 1 | -1/+1 |
| * | Fix cpp logic in arena_malloc() to adjust size when assertions are enabled, | Jason Evans | 2006-07-27 | 1 | -23/+19 |