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
/
subr_pool.c
Age
Commit message (
Expand
)
Author
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-07
We now have predict_{true,false}
Artur Grabowski
2001-07-15
(define simple_lock_only_held): add dummy nop macro
assar
2001-06-27
remove old vm
Artur Grabowski
2001-06-24
No need to define splvm() here anymore.
Miod Vallat
2001-06-24
Add a sysctl for getting pool information out of the kernel.
Artur Grabowski
2001-06-23
ooops. remove unfinished work in progress.
Artur Grabowski
2001-06-23
Bring in a bunch of improvements from NetBSD.
Artur Grabowski
2001-03-21
Ok, I'm breaking my promise. I promised to not do anything with the
Artur Grabowski
2001-02-19
Fix LOCKDEBUG compile.
Artur Grabowski
2000-12-05
Bring in fresh pool from NetBSD. Some improvements and fixes.
Artur Grabowski
1999-11-11
Pool will not work with old vm and is only used by uvm. Remove non-uvm code.
Artur Grabowski
1999-02-26
pool allocator from NetBSD (stays until uvm is ready)
Artur Grabowski