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.c
Age
Commit message (
Expand
)
Author
1999-11-25
Use PAGE_SIZE instead of NBPG.
Artur Grabowski
1999-09-10
use clrnd(round_page(size)) instead of roundup(size, CLBYTES).
Artur Grabowski
1999-07-15
vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t
Artur Grabowski
1999-06-23
apparently we need to have kmemstats in the kernel even if we don't use it.
Artur Grabowski
1999-06-03
Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should re...
Todd C. Miller
1999-05-06
put a sanity check behind DIAGNOSTIC and give it a better panic message
Artur Grabowski
1999-02-26
kmem allocation changes for uvm
Artur Grabowski
1999-01-20
put some more stuff behind #ifdef KMEMSTATS
Artur Grabowski
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1998-02-20
Please GCC 2.8 -Wall
Niklas Hallqvist
1997-12-12
Fixed spelling in a comment.
gene
1997-03-01
prevent warning about unused variable when NO_KMEMSTATS is in effect
kstailey
1996-06-20
kern_malloc() can fail in canwait case if no more map space; return NULL in
Theo de Raadt
1996-06-10
data structure handling fix
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-19
NetBSD 960317 merge
Niklas Hallqvist
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt