summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-261-17/+20
* Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):tjr2003-06-201-1/+15
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-19/+19
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-19/+19
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-191-4/+4
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-1/+1
* Expand LOCKMGR() compat macro.jhb2001-11-271-8/+11
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-21/+0
* Missing KSE s/curproc/curthread/peter2001-11-171-1/+1
* KSE Milestone 2julian2001-09-121-1/+1
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-081-16/+107
* Fix opening particular file's attributes (as described in man page).semenu2001-09-081-9/+14
* Reference devvp on ntnode creation and dereference on removal. Previoussemenu2001-09-081-17/+17
* Fix errors and warnings when compiling with NTFS_DEBUG > 1semenu2001-09-081-2/+2
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-7/+7
* Change and clean the mutex lock interface.bmilekic2001-02-091-7/+7
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-5/+5
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-7/+5
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-7/+21
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Merged NetBSD version, as they have done improvements:semenu1999-12-031-476/+572
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+1
* Driver is now ported to NetBSD.semenu1999-05-121-11/+15
* Removed annoying messaged during boot,added some checksemenu1999-04-201-62/+256
* Added limited write ability. Now we can use some kindsemenu1999-02-191-184/+437
* First version.semenu1999-02-031-0/+1450
OpenPOWER on IntegriCloud