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_physio.c
Age
Commit message (
Expand
)
Author
2003-11-08
typos from Jonathon Gray;
Jason McIntyre
2003-07-21
remove caddr_t casts. it's just silly to cast something when the function
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-10
No need for uvm_useracc here now. vslock catches those problems.
Artur Grabowski
2001-11-28
Sync in more uvm changes from NetBSD.
Artur Grabowski
2001-11-15
Remove creds from struct buf, move the creds that nfs need into the nfs node.
Artur Grabowski
2001-11-09
Use bufpool, not malloc.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-06-27
remove old vm
Artur Grabowski
2001-06-26
Appease gcc by not using void pointers in arithmetic operations; art@ ok
Aaron Campbell
2001-06-22
KNF
Theo de Raadt
2001-05-07
Check for failure now that uvm_vslock can return one. Before this, there was
Artur Grabowski
2000-11-09
Use PHOLD/PRELE instead of manually fiddling with p_holdcnt.
Artur Grabowski
2000-03-16
Bring in some new UVM code from NetBSD (not current).
Artur Grabowski
1999-12-02
Init the buffer dependency list.
Artur Grabowski
1999-11-05
s/memset/bzero/; art@ ok
Michael Shalayeff
1999-02-26
mostly name changes and allocation chnges for uvm
Artur Grabowski
1997-07-25
indent properly
Theo de Raadt
1997-07-25
from netbsd: check user access rights only if UIO_USERSPACE
Michael Shalayeff
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt