aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/memguard.h
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+2
* Fix a bug with memguard(9) on 32-bit architectures without aMatthew D Fleming2012-07-151-1/+1
* Make memguard(9) capable to guard uma(9) allocations.Gleb Smirnoff2011-10-121-2/+4
* The realloc case for memguard(9) will copy too many bytes whenMatthew D Fleming2010-08-311-0/+2
* Fix compile. It seemed better to have memguard.c include opt_vm.h inMatthew D Fleming2010-08-121-0/+8
* Rework memguard(9) to reserve significantly more KVA to detectMatthew D Fleming2010-08-111-5/+16
* Start copyright notice with /*-Joel Dahl2010-04-071-1/+1
* Improve memguard a bit:Pawel Jakub Dawidek2005-12-301-0/+3
* Well, it seems that I pre-maturely removed the "All rights reserved"Bosko Milekic2005-02-161-1/+1
* Bring in MemGuard, a very simple and small replacement allocatorBosko Milekic2005-01-211-0/+31