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.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
apparently we need to have kmemstats in the kernel even if we don't use it.
art
1999-06-23
1
-3
/
+1
|
|
|
|
vmstat will fail if we don't have symbol even when it doesn't need it. XXX
*
Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should really only use memname ifdef DIAGNOSTIC but that isn't feasible right now
millert
1999-06-03
1
-2
/
+2
|
*
put a sanity check behind DIAGNOSTIC and give it a better panic message
art
1999-05-06
1
-2
/
+4
|
*
kmem allocation changes for uvm
art
1999-02-26
1
-2
/
+45
|
*
put some more stuff behind #ifdef KMEMSTATS
art
1999-01-20
1
-1
/
+5
|
*
panic prints a newline for you, don't do it in the panic string
millert
1999-01-11
1
-2
/
+2
|
*
Please GCC 2.8 -Wall
niklas
1998-02-20
1
-2
/
+3
|
*
Fixed spelling in a comment.
gene
1997-12-12
1
-2
/
+2
|
*
prevent warning about unused variable when NO_KMEMSTATS is in effect
kstailey
1997-03-01
1
-1
/
+3
|
*
kern_malloc() can fail in canwait case if no more map space; return NULL in
deraadt
1996-06-20
1
-2
/
+12
|
|
|
|
that case so that callers can deal with shortage rather than deadlocking.
*
data structure handling fix
deraadt
1996-06-10
1
-3
/
+4
|
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-5
/
+5
|
*
NetBSD 960317 merge
niklas
1996-04-19
1
-5
/
+4
|
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-3
/
+7
|
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+396
[prev]