summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs/hpfs_hash.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-5/+13
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-2/+1
* Expand LOCKMGR() compat macro.jhb2001-11-271-1/+2
* KSE Milestone 2julian2001-09-121-3/+3
* 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
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-14/+14
* - Remove unused header include.jhb2001-01-231-5/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-1/+13
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* First version of HPFS stuff.semenu1999-12-091-0/+173
OpenPOWER on IntegriCloud