index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
vm
/
memguard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Make memguard(9) capable to guard uma(9) allocations.
glebius
2011-10-12
1
-8
/
+40
*
Change memguard_fudge() so that it can handle km_max being zero. Not
alc
2010-12-14
1
-2
/
+3
*
Have memguard(9) crash with an easier-to-debug message on double-free.
mdf
2010-08-31
1
-1
/
+5
*
The realloc case for memguard(9) will copy too many bytes when
mdf
2010-08-31
1
-0
/
+25
*
Fix compile. It seemed better to have memguard.c include opt_vm.h in
mdf
2010-08-12
1
-0
/
+2
*
Rework memguard(9) to reserve significantly more KVA to detect
mdf
2010-08-11
1
-257
/
+289
*
Start copyright notice with /*-
joel
2010-04-07
1
-1
/
+1
*
Provide the new argument to kmem_suballoc().
alc
2008-05-10
1
-1
/
+1
*
Improve memguard a bit:
pjd
2005-12-30
1
-0
/
+90
*
Well, it seems that I pre-maturely removed the "All rights reserved"
bmilekic
2005-02-16
1
-1
/
+1
*
Rather than overloading the page->object field like UMA does, use instead
bmilekic
2005-02-15
1
-17
/
+13
*
Implement support for buffers larger than PAGE_SIZE in MemGuard. Adds
bmilekic
2005-02-10
1
-32
/
+129
*
s/round_page/trunc_page/g
bmilekic
2005-01-22
1
-4
/
+4
*
Bring in MemGuard, a very simple and small replacement allocator
bmilekic
2005-01-21
1
-0
/
+222