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