| Commit message (Expand) | Author | Age | Files | Lines |
* | Long overdue, keep up with mbuf.h,v 1.148. | ru | 2005-08-02 | 1 | -3/+2 |
* | Fix the way how "InUse" column in 'vmstat -m' output works: | pjd | 2005-07-27 | 1 | -3/+6 |
* | Correct build on 64-bit: cast u_int64_t to (unsigned long long) before | rwatson | 2005-07-14 | 1 | -1/+1 |
* | Introduce a new sysctl, kern.malloc_stats, which exports kernel malloc | rwatson | 2005-07-14 | 1 | -5/+93 |
* | Remove a variable that became unused as a result of changes made | kensmith | 2005-06-16 | 1 | -1/+0 |
* | Fix typo. | jkoshy | 2005-06-10 | 1 | -1/+1 |
* | Kernel malloc layers malloc_type allocation over one of two underlying | rwatson | 2005-05-29 | 1 | -130/+159 |
* | Consistently style function declarations in kern_malloc.c. | rwatson | 2005-04-12 | 1 | -23/+7 |
* | Bring in MemGuard, a very simple and small replacement allocator | bmilekic | 2005-01-21 | 1 | -0/+53 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Turn VM_KMEM_SIZE_MAX and VM_KMEM_SIZE_SCALE into tunables. | des | 2004-09-29 | 1 | -4/+17 |
* | Reimplement contigmalloc(9) with an algorithm which stands a greatly- | green | 2004-07-19 | 1 | -27/+47 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -2/+3 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -17/+10 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. To | des | 2004-01-27 | 1 | -1/+7 |
* | - Only use UMA to cache malloc requests up to PAGE_SIZE. Values larger than | jeff | 2003-09-19 | 1 | -1/+12 |
* | Revert stuff which accidentally ended up in the previous commit. | phk | 2003-07-22 | 1 | -6/+3 |
* | Don't attempt to inline large functions mb_alloc() and mb_free(), | phk | 2003-07-22 | 1 | -3/+6 |
* | Add init_param3() to subr_param. This function is called | silby | 2003-07-11 | 1 | -0/+5 |
* | Don't overflow when calculating vm_kmem_size. This fixes kmem_map | ps | 2003-06-11 | 1 | -4/+4 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Don't pass NULL pointer to memset if we are compiled with DIAGNOSTIC | phk | 2003-05-12 | 1 | -4/+3 |
* | Add two KASSERTS which trigger if free(9) would drag the "memuse" statistic | phk | 2003-05-05 | 1 | -0/+6 |
* | Update the "last malloc failure timestamp" also for simulated | phk | 2003-04-25 | 1 | -0/+1 |
* | Permit debug.malloc.failure_rate to be specified using a tunable so | rwatson | 2003-03-26 | 1 | -0/+1 |
* | Add a new kernel option, MALLOC_MAKE_FAILURES, which compiles | rwatson | 2003-03-26 | 1 | -0/+26 |
* | PHCC[1]: | phk | 2003-03-10 | 1 | -2/+2 |
* | Make malloc and mbuf allocation mode flags nonoverlapping. | phk | 2003-03-10 | 1 | -1/+18 |
* | o Allow "buckets" in mb_alloc to be differently sized (according to | bmilekic | 2003-02-20 | 1 | -2/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Under #ifdef DIAGNOSTIC, fill malloc(9) allocations which do not have | phk | 2003-02-01 | 1 | -0/+8 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |
* | Introduce malloc_last_fail() which returns the number of seconds since | phk | 2002-11-01 | 1 | -0/+16 |
* | - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH. | jeff | 2002-09-18 | 1 | -33/+9 |
* | - Replace the bandaid introduced in revision 1.110 with | robert | 2002-05-31 | 1 | -1/+3 |
* | Add a bandaid so that sysctl kern.malloc works on sparc64. | jake | 2002-05-20 | 1 | -1/+1 |
* | Fix the td_intr_nesting_level check to work ok if a flag like M_ZERO is | jhb | 2002-05-20 | 1 | -3/+1 |
* | Hide a pointer to the malloc_type bucket at the end of the freed memory. If | jeff | 2002-05-02 | 1 | -1/+19 |
* | malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the | jeff | 2002-05-02 | 1 | -1/+21 |
* | Remove the temporary alignment check in free(). | jeff | 2002-05-02 | 1 | -6/+0 |
* | Convert longs to u_longs in stats. This will hold off wrap arounds for a | jeff | 2002-04-30 | 1 | -1/+1 |
* | Add a new UMA debugging facility. This will overwrite freed memory with | jeff | 2002-04-30 | 1 | -2/+8 |
* | Move the implementation of M_ZERO into UMA so that it can be passed to | jeff | 2002-04-30 | 1 | -3/+0 |
* | Re-add the 16384 bucket also. | rwatson | 2002-04-29 | 1 | -0/+1 |
* | Revert a portion of kern_malloc.c:1.99, which (in addition to adding | rwatson | 2002-04-29 | 1 | -1/+3 |
* | Add a basic sanity check on pointers passed to free(9). | phk | 2002-04-23 | 1 | -0/+10 |
* | Finish adding support code for sysctl kern.mprof. This dumps some malloc | jeff | 2002-04-15 | 1 | -11/+68 |
* | Remove malloc_type's ks_limit. | jeff | 2002-04-15 | 1 | -84/+135 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |