summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs/hpfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings (mostly harmless, due to struct bio being embedded in buf):peter2001-06-151-2/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-19/+2
* Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY.phk2001-04-301-6/+6
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-1/+2
* The lock being destroyed was misnamed, not unused. Add the lockdestroy()jhb2001-01-241-0/+2
* - FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdefjhb2001-01-231-4/+2
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+2
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-41/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-19/+0
* First version of HPFS stuff.semenu1999-12-091-0/+1480
OpenPOWER on IntegriCloud