| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 97 | -97/+97 |
| * | MFC r214147: | Benedict Reuschling | 2010-10-26 | 1 | -2/+1 |
| * | MFC r213476: | Konstantin Belousov | 2010-10-13 | 2 | -1/+11 |
| * | MFC r206622,207939,208593,208732,209031: mdoc cleanup | Ulrich Spörlein | 2010-08-27 | 2 | -2/+2 |
| * | MFC r211704: | Konstantin Belousov | 2010-08-26 | 1 | -2/+2 |
| * | MFC r204636: | Jaakko Heinonen | 2010-08-02 | 1 | -1/+8 |
| * | MFC: r207946 | Christian Brueffer | 2010-07-04 | 1 | -3/+2 |
| * | MFC r207009: | Konstantin Belousov | 2010-05-05 | 1 | -2/+2 |
| * | MFC r206893: | Konstantin Belousov | 2010-05-04 | 2 | -11/+62 |
| * | MFC r203077: | Ed Maste | 2010-02-09 | 1 | -0/+1 |
| * | MFC r197524 | Alan Cox | 2009-11-02 | 2 | -2/+19 |
| * | MFC r196861: | Konstantin Belousov | 2009-09-12 | 1 | -0/+9 |
| * | Remove extra debugging support that is turned on for head but turned off | Ken Smith | 2009-09-10 | 1 | -1/+1 |
| * | MFC r196508: | Ed Schouten | 2009-08-28 | 1 | -15/+11 |
| * | Simplify. We can just use .sinclude here. | Ed Schouten | 2009-06-23 | 1 | -3/+1 |
| * | Our grantpt(3) and unlockpt(3) don't comply with POSIX. | Ed Schouten | 2009-05-04 | 1 | -3/+7 |
| * | "-isoC-99" should be spelled without 'c'. | Xin LI | 2009-03-01 | 1 | -1/+1 |
| * | Add two new routines: fdevname() and fdevname_r(). | Ed Schouten | 2009-02-11 | 1 | -5/+3 |
| * | Fix language on atol(3) manpage. Add a COMPATIBILITY section | Giorgos Keramidas | 2009-02-08 | 1 | -3/+32 |
| * | Fix a lock order reversal bug that could cause deadlock during fork(2). | Jason Evans | 2008-12-01 | 1 | -11/+37 |
| * | Adjust an assertion to handle the case where a lock is contested, but | Jason Evans | 2008-11-30 | 1 | -1/+1 |
| * | Do not spin when trying to lock on a single-CPU system. | Jason Evans | 2008-11-30 | 1 | -10/+12 |
| * | Revert to preferring mmap(2) over sbrk(2) when mapping memory, due to | Jason Evans | 2008-11-03 | 2 | -13/+18 |
| * | MTC r183949: | Alexander Leidinger | 2008-10-17 | 1 | -0/+5 |
| * | 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 |