maxv 66b146ac99 Several changes and improvements in KMEM_GUARD:
- merge uvm_kmguard.{c,h} into subr_kmem.c. It is only user there, and
   makes it more consistent. Also, it allows us to enable KMEM_GUARD
   without enabling DEBUG.
 - rename uvm_kmguard_XXX to kmem_guard_XXX, for consistency
 - improve kmem_guard_alloc() so that it supports allocations bigger than
   PAGE_SIZE
 - remove the canary value, and use directly the kmem header as underflow
   pattern.
 - fix some comments

(The UAF fifo is disabled for the moment; we actually need to register
the va and its size, and add a weight support not to consume too much
memory.)
2015-07-27 09:24:28 +00:00
2015-07-26 19:31:19 +00:00
2015-07-26 09:04:15 +00:00
2015-07-26 22:22:24 +00:00
2015-07-26 02:20:30 +00:00
2015-07-24 06:59:31 +00:00
2015-07-25 10:37:22 +00:00
2015-07-24 07:40:58 +00:00
2015-07-23 11:05:34 +00:00
2015-07-26 14:01:53 +00:00
2015-07-25 10:37:22 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%