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
/
dev
/
ramdisk.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-10-24
Use macros from sys/disklabel.h instead of custom ones with slightly
Todd C. Miller
2001-09-19
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Michael Shalayeff
2001-07-08
Add missing call to minor() in RDLABELDEV macro.
Todd C. Miller
2001-06-27
zap old vm
Artur Grabowski
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
1999-11-16
We don't need a prototype for kmem_alloc.
Artur Grabowski
1999-09-14
vaddr_t/vsize_t
Michael Shalayeff
1999-02-26
compatibility with uvm kmem allocators
Artur Grabowski
1998-10-03
Add a "spoofonly" argument to readdisklabel() which will be used to
Todd C. Miller
1997-10-18
avoid "no disklabel" error messages
Theo de Raadt
1997-02-06
Changes to ramdisk driver to support disklabels. Work done by Theo.
Dale S. Rahn
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-18
NetBSD 960317 merge
Niklas Hallqvist
1996-01-12
from netbsd;
Theo de Raadt
1995-11-19
from netbsd; get size of softc right
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt