summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_ihash.c
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-2/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-3/+3
* Change and clean the mutex lock interface.bmilekic2001-02-091-6/+6
* Use <sys/queue.h> macro API.phk2001-02-041-1/+1
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.phk2001-02-041-4/+0
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-10/+10
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+9
* 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
* Merged NetBSD version, as they have done improvements:semenu1999-12-031-2/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Driver is now ported to NetBSD.semenu1999-05-121-2/+5
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Added limited write ability. Now we can use some kindsemenu1999-02-191-56/+24
* First version.semenu1999-02-031-0/+157
OpenPOWER on IntegriCloud