| Commit message (Expand) | Author | Age | Files | Lines |
* | In reallocf(3), free the memory only when size != 0. Otherwise, when the | jh | 2010-03-03 | 1 | -1/+8 |
* | Rewrite red-black trees to do lazy balance fixup. This improves | jasone | 2010-02-28 | 2 | -772/+837 |
* | Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I, | marcel | 2010-02-16 | 1 | -0/+1 |
* | Unbreak ia64: tls_model("initial-exec") is invalid, because it assumes | marcel | 2010-02-16 | 1 | -11/+9 |
* | Fix PR | cracauer | 2010-02-10 | 1 | -2/+2 |
* | Fix bugs: | jasone | 2010-01-31 | 4 | -1352/+2256 |
* | Add missing return, in a rare case where we can't allocate memory in | emaste | 2010-01-27 | 1 | -0/+1 |
* | Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrect | jasone | 2009-12-10 | 1 | -89/+28 |
* | Fix the posix_memalign() changes in r196861 to actually return a NULL pointer | jasone | 2009-12-10 | 1 | -0/+1 |
* | Revert behavior change to setenv(), unsetenv() and putenv() until a more | scf | 2009-12-07 | 1 | -3/+6 |
* | Update the getenv(3) man page to reflect the recent change to the behavior | scf | 2009-12-06 | 1 | -9/+9 |
* | Change the behavior of setenv(), putenv() and unsetenv() to continue parsing | scf | 2009-12-06 | 1 | -6/+3 |
* | Improve the comment within getenv() explaining the search order it takes to | scf | 2009-12-06 | 1 | -8/+9 |
* | Fix many "function declaration isn't a prototype" warnings in libc. | ed | 2009-12-05 | 1 | -2/+1 |
* | Temporarily revert the previous change because the linker has been | green | 2009-12-01 | 1 | -36/+28 |
* | Do not gratuitously fail *env(3) operations due to corrupt ('='-less) | green | 2009-12-01 | 1 | -28/+36 |
* | Change the utrace log entry for malloc_init from (0, 0, 0) to (-1, 0, 0) | cperciva | 2009-11-14 | 1 | -1/+1 |
* | Make malloc(3) superpage aware. Specifically, if getpagesizes(3) returns | alc | 2009-09-26 | 2 | -2/+19 |
* | Handle zero size for posix_memalign. Return NULL or unique address | kib | 2009-09-05 | 1 | -0/+9 |
* | Our implementation of granpt(3) could be valid in the future. | ed | 2009-08-24 | 1 | -15/+11 |
* | Simplify. We can just use .sinclude here. | ed | 2009-06-23 | 1 | -3/+1 |
* | Our grantpt(3) and unlockpt(3) don't comply with POSIX. | ed | 2009-05-04 | 1 | -3/+7 |
* | "-isoC-99" should be spelled without 'c'. | delphij | 2009-03-01 | 1 | -1/+1 |
* | Add two new routines: fdevname() and fdevname_r(). | ed | 2009-02-11 | 1 | -5/+3 |
* | Fix language on atol(3) manpage. Add a COMPATIBILITY section | keramida | 2009-02-08 | 1 | -3/+32 |
* | Fix a lock order reversal bug that could cause deadlock during fork(2). | jasone | 2008-12-01 | 1 | -11/+37 |
* | Adjust an assertion to handle the case where a lock is contested, but | jasone | 2008-11-30 | 1 | -1/+1 |
* | Do not spin when trying to lock on a single-CPU system. | jasone | 2008-11-30 | 1 | -11/+13 |
* | Revert to preferring mmap(2) over sbrk(2) when mapping memory, due to | jasone | 2008-11-03 | 2 | -13/+18 |
* | MTC r183949: | netchild | 2008-10-17 | 1 | -0/+5 |
* | Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-coding | jasone | 2008-09-10 | 1 | -120/+88 |
* | Unbreak ia64: pges are 8KB. | marcel | 2008-09-06 | 1 | -1/+1 |
* | Add thread-specific caching for small size classes, based on magazines. | jasone | 2008-08-27 | 3 | -256/+1133 |
* | Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit. | ed | 2008-08-20 | 1 | -286/+0 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 4 | -100/+129 |
* | Move CPU_SPINWAIT into the innermost spin loop, in order to allow faster | jasone | 2008-08-14 | 1 | -2/+3 |
* | Re-order the terms of an expression in arena_run_reg_dalloc() to correctly | jasone | 2008-08-14 | 1 | -2/+2 |
* | Remove variables which are assigned values and never used thereafter. | cperciva | 2008-08-08 | 1 | -5/+1 |
* | Restructure and use different variables in the tests that involve | scf | 2008-08-03 | 1 | -13/+15 |
* | Detect if the application has cleared the environ variable by setting | scf | 2008-08-02 | 1 | -7/+12 |
* | Enhance arena_chunk_map_t to directly support run coalescing, and use | jasone | 2008-07-18 | 1 | -394/+338 |
* | - This code was intially obtained from NetBSD, but it's missing licence | danger | 2008-07-06 | 1 | -1/+29 |
* | - Add description about a missing return value | danger | 2008-07-06 | 1 | -2/+6 |
* | - remove superfluous word | danger | 2008-07-06 | 1 | -3/+3 |
* | Mark the section describing return values with an appropriate section flag. | danger | 2008-06-26 | 1 | -1/+1 |
* | Don't export the unused __use_pts() routine. | ed | 2008-06-17 | 2 | -2/+1 |
* | In the error path through base_alloc(), release base_mtx [1]. | jasone | 2008-06-10 | 1 | -3/+7 |
* | Clean up cpp logic and comments. | jasone | 2008-05-14 | 1 | -8/+21 |
* | Fix a comment. | jasone | 2008-05-03 | 1 | -1/+1 |
* | Add a separate tree to track arena chunks that contain dirty pages. | jasone | 2008-05-01 | 1 | -157/+133 |