summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: jlemonadrian2001-03-011-9/+5
* Change and clean the mutex lock interface.bmilekic2001-02-091-12/+12
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.phk2001-02-041-4/+0
* Zap last remaining references to (and a use use of) of simple_locks.peter2001-01-311-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-9/+1
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-244-19/+19
* The lock being destroyed was misnamed, not unused. Add the lockdestroy()jhb2001-01-241-0/+2
* - Remove unused header include.jhb2001-01-231-5/+3
* Proc locking to protect p_ucred while we obtain an additional reference.jhb2001-01-231-1/+9
* - FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdefjhb2001-01-231-4/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-1/+0
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-3/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-044-2/+28
* 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
* Back out the previous change to the queue(3) interface.jake2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-055-0/+5
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-3/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-19/+0
* First version of HPFS stuff.semenu1999-12-0910-0/+4993
OpenPOWER on IntegriCloud