| Commit message (Expand) | Author | Age | Files | Lines |
* | Make memguard(9) capable to guard uma(9) allocations. | glebius | 2011-10-12 | 1 | -1/+1 |
* | Fix the handling of an empty kmem map by sysctl_kmem_map_free(). In | alc | 2011-10-08 | 1 | -2/+2 |
* | Modestly increase the maximum allowed size of the kmem map on i386. | alc | 2011-03-23 | 1 | -5/+0 |
* | Explicitly wire the user buffer rather than doing it implicitly in | mdf | 2011-01-27 | 1 | -0/+6 |
* | add kmem_map_free sysctl: query largest contiguous free range in kmem_map | avg | 2010-10-09 | 1 | -0/+17 |
* | vm.kmem_map_size: a sysctl to query current kmem_map->size | avg | 2010-10-07 | 1 | -0/+14 |
* | kmem_size* sysctls: hint that these are also tunables | avg | 2010-09-30 | 1 | -4/+4 |
* | Re-add r212370 now that the LOR in powerpc64 has been resolved: | mdf | 2010-09-16 | 1 | -49/+9 |
* | Revert r212370, as it causes a LOR on powerpc. powerpc does a few | mdf | 2010-09-13 | 1 | -9/+49 |
* | Add a drain function for struct sysctl_req, and use it for a variety of | mdf | 2010-09-09 | 1 | -49/+9 |
* | The realloc case for memguard(9) will copy too many bytes when | mdf | 2010-08-31 | 1 | -9/+2 |
* | Rework memguard(9) to reserve significantly more KVA to detect | mdf | 2010-08-11 | 1 | -18/+21 |
* | Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma | mdf | 2010-07-28 | 1 | -24/+124 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -4/+4 |
* | If we're passed garbage in malloc_init(), panic() rather than expecting | brian | 2009-06-05 | 1 | -3/+7 |
* | Retire kern.vm.kmem.size. It was marked as obsolete prior to 5.2, so | imp | 2009-05-09 | 1 | -4/+0 |
* | struct malloc_type has had a 'magic' field statically initialized to | rwatson | 2009-04-19 | 1 | -1/+13 |
* | Remove even more unneeded variable assignments. | ed | 2009-02-26 | 1 | -2/+0 |
* | - Make the keg abstraction more complete. Permit a zone to have multiple | jeff | 2009-01-25 | 1 | -4/+1 |
* | Enable the creation of a kmem map larger than 4GB. | alc | 2008-07-05 | 1 | -11/+11 |
* | Correct an error in the comments for init_param3(). | alc | 2008-07-04 | 1 | -1/+1 |
* | Add support for the DTrace malloc provider which can enable probes | jb | 2008-05-23 | 1 | -0/+63 |
* | Introduce a new parameter "superpage_align" to kmem_suballoc() that is | alc | 2008-05-10 | 1 | -1/+1 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Use vm_offset_t for kmembase and kmemlimit rather than char *, avoiding | rwatson | 2007-06-27 | 1 | -4/+4 |
* | Spell statistics more correctly in comments. | rwatson | 2007-06-14 | 1 | -1/+1 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -5/+4 |
* | Remove #if 0'd check for 0-size allocations, which if enabled, called | rwatson | 2007-05-27 | 1 | -4/+0 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -4/+5 |
* | Add support for specifying a minimal size for vm.kmem_size in the loader via | sepotvin | 2007-04-21 | 1 | -0/+12 |
* | Increase usefulness of "show malloc" by moving from displaying the basic | rwatson | 2006-10-26 | 1 | -5/+11 |
* | Remove old kern.malloc sysctl, which generated a text representation of | rwatson | 2006-07-23 | 1 | -104/+0 |
* | Expand comments for malloc(9) to better describe the design and | rwatson | 2006-07-23 | 1 | -8/+44 |
* | Fix bug in malloc_uninit(): | ps | 2006-03-03 | 1 | -1/+3 |
* | Add buffer corruption protection (RedZone) for kernel's malloc(9). | pjd | 2006-01-31 | 1 | -1/+22 |
* | Improve memguard a bit: | pjd | 2005-12-30 | 1 | -13/+17 |
* | In realloc(9), determine size of the original block based on | pjd | 2005-12-28 | 1 | -1/+1 |
* | Detect memory leaks when memory type is being destroyed. | pjd | 2005-11-03 | 1 | -0/+21 |
* | Change format string for u_int64_t to %ju from %llu, in order to use the | rwatson | 2005-10-20 | 1 | -1/+1 |
* | Add a "show malloc" command to DDB, which prints out the current stats for | rwatson | 2005-10-20 | 1 | -0/+27 |
* | 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 |