index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_malloc_debug.c
Age
Commit message (
Expand
)
Author
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-03-28
Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of
Martin Pieuchot
2013-08-08
Uncomment kprintf format attributes for sys/kern
Sylvestre Gallon
2013-06-25
allow kernel to compile with MALLOC_DEBUG.
syl
2013-02-17
Comment out recently added __attribute__((__format__(__kprintf__))) annotations
Miod Vallat
2013-02-09
Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and
Miod Vallat
2011-07-28
Kill integer from pointer warning when compiling with MALLOC_DEBUG.
Ryan Thomas McBride
2009-04-24
Change format strings to allow 64 bit addresses to display properly,
Jonathan Gray
2007-04-13
While splitting flags and pqflags might have been a good idea in theory
Artur Grabowski
2007-04-11
Instead of managing pages for intrsafe maps in special objects (aka.
Artur Grabowski
2007-04-04
Mechanically rename the "flags" and "version" fields in struct vm_page
Artur Grabowski
2004-06-20
Fix inversed logic in handling the "nowait/waitok" flags. Bugs in two places
Artur Grabowski
2003-06-03
license cleaning.
Artur Grabowski
2002-12-20
Add a special malloc type M_DEBUG.
Artur Grabowski
2002-12-05
Hmm.. I don't think we want the default to be to debug every allocation.
Artur Grabowski
2002-12-05
Do not use debug_malloc if it hasn't been initialized.
Artur Grabowski
2002-07-01
Don't abuse VM_PROT_ALL. Use VM_PROT_READ|VM_PROT_WRITE here.
Artur Grabowski
2002-06-11
splassert where needed
Artur Grabowski
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
Artur Grabowski
2001-12-08
Sprinkle pmap_update calls where relevant and some other
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-19
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Michael Shalayeff
2001-08-30
typo in the comment.
Mike Pechkin
2001-08-17
When this code was imported to NetBSD by Jason Thorpe he did a bunch of
Artur Grabowski
2001-07-26
Be more careful with ranges.
Artur Grabowski
2001-07-18
Typo.
Artur Grabowski
2001-07-18
Get rid of the PMAP_NEW option by making it mandatory for all archs.
Artur Grabowski
2001-07-17
Since normal malloc reports "data modified on free list" with
Artur Grabowski
2001-06-27
remove old vm
Artur Grabowski
2000-06-07
Allow passing an address to 'show malloc' and print out some information about
Artur Grabowski
2000-06-07
Change debug_malloc_print so that it can be called from ddb.
Artur Grabowski
2000-06-07
Default type and size to -1.
Artur Grabowski
2000-06-06
This code will not work without UVM.
Artur Grabowski
2000-06-06
malloc debugging code. Enabled by option MALLOC_DEBUG.
Artur Grabowski