aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ntfs/ntfs_ihash.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect NTFS bits which are now completely disconnected fromAttilio Rao2013-03-021-130/+0
* Don't enforce unique device minor number policy anymore.Ed Schouten2008-06-111-3/+3
* o Do not leak inodes hash table at module unload.Maxim Konovalov2007-11-131-0/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.John Baldwin2001-11-271-2/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-261-3/+3
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-6/+6
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-1/+1
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.Poul-Henning Kamp2001-02-041-4/+0
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-10/+10
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+9
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Merged NetBSD version, as they have done improvements:Semen Ustimenko1999-12-031-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Driver is now ported to NetBSD.Semen Ustimenko1999-05-121-2/+5
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* Added limited write ability. Now we can use some kindSemen Ustimenko1999-02-191-56/+24
* First version.Semen Ustimenko1999-02-031-0/+157