| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | MFC | John Birrell | 2008-08-27 | 1 | -0/+63 | 
| *  | Merge r177253, r177255 from head to stable/7: | Robert Watson | 2008-07-22 | 1 | -1/+1 | 
| *  | Use vm_offset_t for kmembase and kmemlimit rather than char *, avoiding | Robert Watson | 2007-06-27 | 1 | -4/+4 | 
| *  | Spell statistics more correctly in comments. | Robert Watson | 2007-06-14 | 1 | -1/+1 | 
| *  | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -5/+4 | 
| *  | Remove #if 0'd check for 0-size allocations, which if enabled, called | Robert Watson | 2007-05-27 | 1 | -4/+0 | 
| *  |  - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -4/+5 | 
| *  | Add support for specifying a minimal size for vm.kmem_size in the loader via | Stephane E. Potvin | 2007-04-21 | 1 | -0/+12 | 
| *  | Increase usefulness of "show malloc" by moving from displaying the basic | Robert Watson | 2006-10-26 | 1 | -5/+11 | 
| *  | Remove old kern.malloc sysctl, which generated a text representation of | Robert Watson | 2006-07-23 | 1 | -104/+0 | 
| *  | Expand comments for malloc(9) to better describe the design and | Robert Watson | 2006-07-23 | 1 | -8/+44 | 
| *  | Fix bug in malloc_uninit(): | Paul Saab | 2006-03-03 | 1 | -1/+3 | 
| *  | Add buffer corruption protection (RedZone) for kernel's malloc(9). | Pawel Jakub Dawidek | 2006-01-31 | 1 | -1/+22 | 
| *  | Improve memguard a bit: | Pawel Jakub Dawidek | 2005-12-30 | 1 | -13/+17 | 
| *  | In realloc(9), determine size of the original block based on | Pawel Jakub Dawidek | 2005-12-28 | 1 | -1/+1 | 
| *  | Detect memory leaks when memory type is being destroyed. | Pawel Jakub Dawidek | 2005-11-03 | 1 | -0/+21 | 
| *  | Change format string for u_int64_t to %ju from %llu, in order to use the | Robert Watson | 2005-10-20 | 1 | -1/+1 | 
| *  | Add a "show malloc" command to DDB, which prints out the current stats for | Robert Watson | 2005-10-20 | 1 | -0/+27 | 
| *  | Long overdue, keep up with mbuf.h,v 1.148. | Ruslan Ermilov | 2005-08-02 | 1 | -3/+2 | 
| *  | Fix the way how "InUse" column in 'vmstat -m' output works: | Pawel Jakub Dawidek | 2005-07-27 | 1 | -3/+6 | 
| *  | Correct build on 64-bit: cast u_int64_t to (unsigned long long) before | Robert Watson | 2005-07-14 | 1 | -1/+1 | 
| *  | Introduce a new sysctl, kern.malloc_stats, which exports kernel malloc | Robert Watson | 2005-07-14 | 1 | -5/+93 | 
| *  | Remove a variable that became unused as a result of changes made | Ken Smith | 2005-06-16 | 1 | -1/+0 | 
| *  | Fix typo. | Joseph Koshy | 2005-06-10 | 1 | -1/+1 | 
| *  | Kernel malloc layers malloc_type allocation over one of two underlying | Robert Watson | 2005-05-29 | 1 | -130/+159 | 
| *  | Consistently style function declarations in kern_malloc.c. | Robert Watson | 2005-04-12 | 1 | -23/+7 | 
| *  | Bring in MemGuard, a very simple and small replacement allocator | Bosko Milekic | 2005-01-21 | 1 | -0/+53 | 
| *  | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 | 
| *  | Turn VM_KMEM_SIZE_MAX and VM_KMEM_SIZE_SCALE into tunables. | Dag-Erling Smørgrav | 2004-09-29 | 1 | -4/+17 | 
| *  | Reimplement contigmalloc(9) with an algorithm which stands a greatly- | Brian Feldman | 2004-07-19 | 1 | -27/+47 | 
| *  | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -2/+3 | 
| *  | Bring in mbuma to replace mballoc. | Bosko Milekic | 2004-05-31 | 1 | -17/+10 | 
| *  | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 | 
| *  | Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size.  To | Dag-Erling Smørgrav | 2004-01-27 | 1 | -1/+7 | 
| *  |  - Only use UMA to cache malloc requests up to PAGE_SIZE.  Values larger than | Jeff Roberson | 2003-09-19 | 1 | -1/+12 | 
| *  | Revert stuff which accidentally ended up in the previous commit. | Poul-Henning Kamp | 2003-07-22 | 1 | -6/+3 | 
| *  | Don't attempt to inline large functions mb_alloc() and mb_free(), | Poul-Henning Kamp | 2003-07-22 | 1 | -3/+6 | 
| *  | Add init_param3() to subr_param.  This function is called | Mike Silbersack | 2003-07-11 | 1 | -0/+5 | 
| *  | Don't overflow when calculating vm_kmem_size.  This fixes kmem_map | Paul Saab | 2003-06-11 | 1 | -4/+4 | 
| *  | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 | 
| *  | Don't pass NULL pointer to memset if we are compiled with DIAGNOSTIC | Poul-Henning Kamp | 2003-05-12 | 1 | -4/+3 | 
| *  | Add two KASSERTS which trigger if free(9) would drag the "memuse" statistic | Poul-Henning Kamp | 2003-05-05 | 1 | -0/+6 | 
| *  | Update the "last malloc failure timestamp" also for simulated | Poul-Henning Kamp | 2003-04-25 | 1 | -0/+1 | 
| *  | Permit debug.malloc.failure_rate to be specified using a tunable so | Robert Watson | 2003-03-26 | 1 | -0/+1 | 
| *  | Add a new kernel option, MALLOC_MAKE_FAILURES, which compiles | Robert Watson | 2003-03-26 | 1 | -0/+26 | 
| *  | PHCC[1]: | Poul-Henning Kamp | 2003-03-10 | 1 | -2/+2 | 
| *  | Make malloc and mbuf allocation mode flags nonoverlapping. | Poul-Henning Kamp | 2003-03-10 | 1 | -1/+18 | 
| *  | o Allow "buckets" in mb_alloc to be differently sized (according to | Bosko Milekic | 2003-02-20 | 1 | -2/+1 | 
| *  | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 | 
| *  | Under #ifdef DIAGNOSTIC, fill malloc(9) allocations which do not have | Poul-Henning Kamp | 2003-02-01 | 1 | -0/+8 |