| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-coding | Jason Evans | 2008-09-10 | 1 | -120/+88 |
| * | Unbreak ia64: pges are 8KB. | Marcel Moolenaar | 2008-09-06 | 1 | -1/+1 |
| * | Add thread-specific caching for small size classes, based on magazines. | Jason Evans | 2008-08-27 | 3 | -253/+1130 |
| * | Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit. | Ed Schouten | 2008-08-20 | 1 | -286/+0 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 4 | -100/+129 |
| * | Move CPU_SPINWAIT into the innermost spin loop, in order to allow faster | Jason Evans | 2008-08-14 | 1 | -2/+3 |
| * | Re-order the terms of an expression in arena_run_reg_dalloc() to correctly | Jason Evans | 2008-08-14 | 1 | -2/+2 |
| * | Remove variables which are assigned values and never used thereafter. | Colin Percival | 2008-08-08 | 1 | -5/+1 |
| * | Restructure and use different variables in the tests that involve | Sean Farley | 2008-08-03 | 1 | -13/+15 |
| * | Detect if the application has cleared the environ variable by setting | Sean Farley | 2008-08-02 | 1 | -7/+12 |
| * | Enhance arena_chunk_map_t to directly support run coalescing, and use | Jason Evans | 2008-07-18 | 1 | -392/+336 |
| * | - This code was intially obtained from NetBSD, but it's missing licence | Daniel Gerzo | 2008-07-06 | 1 | -1/+29 |
| * | - Add description about a missing return value | Daniel Gerzo | 2008-07-06 | 1 | -2/+6 |
| * | - remove superfluous word | Daniel Gerzo | 2008-07-06 | 1 | -3/+3 |
| * | Mark the section describing return values with an appropriate section flag. | Daniel Gerzo | 2008-06-26 | 1 | -1/+1 |
| * | Don't export the unused __use_pts() routine. | Ed Schouten | 2008-06-17 | 2 | -2/+1 |
| * | In the error path through base_alloc(), release base_mtx [1]. | Jason Evans | 2008-06-10 | 1 | -3/+7 |
| * | Clean up cpp logic and comments. | Jason Evans | 2008-05-14 | 1 | -8/+21 |
| * | Fix a comment. | Jason Evans | 2008-05-03 | 1 | -1/+1 |
| * | Add a separate tree to track arena chunks that contain dirty pages. | Jason Evans | 2008-05-01 | 1 | -154/+130 |
| * | Add rb_wrap(), which creates C function wrappers for most rb_*() | Jason Evans | 2008-05-01 | 1 | -36/+194 |
| * | Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters for MIPS | Oleksandr Tymoshenko | 2008-04-29 | 1 | -0/+5 |
| * | Check for integer overflow before calling sbrk(2), since it uses a | Jason Evans | 2008-04-29 | 1 | -0/+7 |
| * | Stricter check for integer overflow. | Ruslan Ermilov | 2008-04-24 | 1 | -0/+2 |
| * | Implement red-black trees without using parent pointers, and store the | Jason Evans | 2008-04-23 | 2 | -116/+947 |
| * | Don't forget to free() currency_symbol and asciivalue when multiple | Ruslan Ermilov | 2008-04-19 | 1 | -0/+4 |
| * | Better strfmon(3) conversion specifiers sanity checking. | Ruslan Ermilov | 2008-04-19 | 1 | -1/+8 |
| * | Use calloc() instaed of zeroing memory ourselves. | Xin LI | 2008-04-13 | 1 | -2/+1 |
| * | Remove stale #include <machine/atomic.h>, which as needed by lazy | Jason Evans | 2008-03-07 | 1 | -4/+4 |
| * | Replace the use of warnx() with direct output to stderr using _write(). | Sean Farley | 2008-02-28 | 1 | -12/+36 |
| * | Fix a race condition in arena_ralloc() for shrinking in-place large | Jason Evans | 2008-02-17 | 1 | -25/+41 |
| * | Remove support for lazy deallocation. Benchmarks across a wide range of | Jason Evans | 2008-02-17 | 2 | -221/+4 |
| * | Fix a bug in lazy deallocation that was introduced when | Jason Evans | 2008-02-08 | 1 | -7/+10 |
| * | Clean up manipulation of chunk page map elements to remove some tenuous | Jason Evans | 2008-02-08 | 1 | -362/+357 |
| * | Track dirty unused pages so that they can be purged if they exceed a | Jason Evans | 2008-02-06 | 2 | -675/+969 |
| * | Remove some now-unused macros. | John Baldwin | 2008-01-15 | 1 | -3/+1 |
| * | Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3) | John Baldwin | 2008-01-15 | 1 | -46/+31 |
| * | Back out last commit, since it accidentally broke pts. | Colin Percival | 2008-01-15 | 1 | -35/+46 |
| * | Fix issues which allow snooping on ptys. [08:01] | Colin Percival | 2008-01-14 | 1 | -46/+35 |
| * | Changing 'r' to a size_t in the previous commit turned quicksort | David Schultz | 2008-01-14 | 1 | -4/+5 |
| * | Use size_t to avoid overflow when sorting arrays larger than 2 GB. | David Schultz | 2008-01-13 | 2 | -2/+3 |
| * | Enable both sbrk(2)- and mmap(2)-based memory acquisition methods by | Jason Evans | 2008-01-03 | 2 | -19/+20 |
| * | Fix a major chunk-related memory leak in chunk_dealloc_dss_record(). [1] | Jason Evans | 2007-12-31 | 1 | -64/+55 |
| * | Fix a bug related to sbrk() calls that could cause address space leaks. | Jason Evans | 2007-12-31 | 1 | -186/+268 |
| * | Back out premature commit of previous version. | Jason Evans | 2007-12-28 | 1 | -181/+111 |
| * | Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) in | Jason Evans | 2007-12-28 | 1 | -111/+181 |
| * | Release chunks_mtx for all paths through chunk_dealloc(). | Jason Evans | 2007-12-28 | 1 | -1/+4 |
| * | Add the 'D' and 'M' run time options, and use them to control whether | Jason Evans | 2007-12-27 | 2 | -315/+492 |
| * | Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends: | John Baldwin | 2007-12-21 | 1 | -22/+23 |
| * | Use fixed point integer math instead of floating point math when | Jason Evans | 2007-12-18 | 1 | -42/+47 |