summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs/hpfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* Replace 'p' with 'td' as appropriate.jhb2001-11-271-21/+21
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-5/+5
* Expand LOCKMGR() compat macro.jhb2001-11-271-2/+2
* GC some KSE compatiblity macros that were somehow still here.jhb2001-11-261-12/+7
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-196/+3
* Restore these files to being portable:jhb2001-09-121-42/+44
* KSE Milestone 2julian2001-09-121-37/+43
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-10/+7
* 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