summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs/hpfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: jlemonadrian2001-03-011-9/+5
* 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-241-1/+2
* Proc locking to protect p_ucred while we obtain an additional reference.jhb2001-01-231-1/+9
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* 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-041-1/+12
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+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
* First version of HPFS stuff.semenu1999-12-091-0/+770
OpenPOWER on IntegriCloud