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
/
vfs_default.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-26
fucntion->function.
Federico G. Schwindt
2002-02-22
Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@
Dale Rahn
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-10
Big cleanup inspired by NetBSD with some parts of the code from NetBSD.
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-12-04
Readd VOP_MMAP, will be used soon. Right now it's just a question to
Artur Grabowski
2001-11-30
Call buf_cleanout, which handles wakeups
Constantine Sapuntzakis
2001-11-29
Bunch of bug fixes from NetBSD.
Artur Grabowski
2001-11-29
Make sure the whole buffer is initialized before calling bgetvp.
Artur Grabowski
2001-11-29
Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-06-25
Remove NQNFS
Constantine Sapuntzakis
2001-06-22
KNF
Theo de Raadt
2001-06-05
generic kqfilter that just like select returns ready for read and write.
Niels Provos
2001-03-16
Locking bug on spechash. Thanks to Dawson Engler and team
Constantine Sapuntzakis
1998-08-06
Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock
Constantine Sapuntzakis
1998-01-11
Fix a couple spinlock references. More code motion in vfs_subr.c
Constantine Sapuntzakis
1998-01-10
A couple more splbio()s in vfs_bio plus moving around a couple functions.
Constantine Sapuntzakis