aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ntfs/ntfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an integer overflow and allow access to files larger than 4GB onLukas Ertl2006-11-201-11/+11
* o Typo in the debug message: s/skiped/skipped.Maxim Konovalov2006-01-051-1/+1
* Fix -Wundef.Ruslan Ermilov2005-12-041-2/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-4/+4
* The printf(9) `%p' conversion specifier puts an "0x" inRobert Drehmel2005-05-061-2/+2
* Fix our NTFS readdir function.Robert Drehmel2005-05-061-3/+3
* Make NTFS at least minimally usable after bufobj and GEOM fallout.Peter Edwards2005-01-271-0/+1
* Make a more whole-hearted attempt at GEOM'ifying NTFS.Poul-Henning Kamp2004-11-031-2/+2
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Avoid sign extension when casting signed characters to unsigned wideTim J. Robbins2003-12-161-2/+2
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-31/+135
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timeTim J. Robbins2003-07-261-17/+20
* Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):Tim J. Robbins2003-06-201-1/+15
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-041-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-19/+19
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-19/+19
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-1/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Remove __P.Alfred Perlstein2002-03-191-4/+4
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-1/+1
* Expand LOCKMGR() compat macro.John Baldwin2001-11-271-8/+11
* GC non-FreeBSD code that didn't work anyways.John Baldwin2001-11-261-21/+0
* Missing KSE s/curproc/curthread/Peter Wemm2001-11-171-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Stole unicode translation table from mount_msdos. Add kernel codeSemen Ustimenko2001-09-081-16/+107
* Fix opening particular file's attributes (as described in man page).Semen Ustimenko2001-09-081-9/+14
* Reference devvp on ntnode creation and dereference on removal. PreviousSemen Ustimenko2001-09-081-17/+17
* Fix errors and warnings when compiling with NTFS_DEBUG > 1Semen Ustimenko2001-09-081-2/+2
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-261-7/+7
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-7/+7
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-5/+5
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-7/+5
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-7/+21
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Merged NetBSD version, as they have done improvements:Semen Ustimenko1999-12-031-476/+572
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-3/+1
* Driver is now ported to NetBSD.Semen Ustimenko1999-05-121-11/+15
* Removed annoying messaged during boot,added some checkSemen Ustimenko1999-04-201-62/+256
* Added limited write ability. Now we can use some kindSemen Ustimenko1999-02-191-184/+437
* First version.Semen Ustimenko1999-02-031-0/+1450