summaryrefslogtreecommitdiff
path: root/sys/kern/kern_malloc_debug.c
AgeCommit message (Expand)Author
2002-12-20Add a special malloc type M_DEBUG.Artur Grabowski
2002-12-05Hmm.. I don't think we want the default to be to debug every allocation.Artur Grabowski
2002-12-05Do not use debug_malloc if it hasn't been initialized.Artur Grabowski
2002-07-01Don't abuse VM_PROT_ALL. Use VM_PROT_READ|VM_PROT_WRITE here.Artur Grabowski
2002-06-11splassert where neededArtur Grabowski
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-08-30typo in the comment.Mike Pechkin
2001-08-17When this code was imported to NetBSD by Jason Thorpe he did a bunch ofArtur Grabowski
2001-07-26Be more careful with ranges.Artur Grabowski
2001-07-18Typo.Artur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-17Since normal malloc reports "data modified on free list" withArtur Grabowski
2001-06-27remove old vmArtur Grabowski
2000-06-07Allow passing an address to 'show malloc' and print out some information aboutArtur Grabowski
2000-06-07Change debug_malloc_print so that it can be called from ddb.Artur Grabowski
2000-06-07Default type and size to -1.Artur Grabowski
2000-06-06This code will not work without UVM.Artur Grabowski
2000-06-06malloc debugging code. Enabled by option MALLOC_DEBUG.Artur Grabowski