Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts). | |||
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 | |