summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs.h
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect NTFS bits which are now completely disconnected fromattilio2013-03-021-308/+0
* Fix style and consistency:ed2012-05-271-158/+158
* Remove an unused structure and unnecessary castkevlo2012-02-241-1/+1
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-1/+1
* Fix ntfs such that it understand media with a non-512-bytes sector size:guido2009-12-071-0/+2
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-211-3/+3
* Do not declare M_NTFSMNT with extern linkage here, sincerodrigc2005-09-111-1/+0
* Convert to nmount. Add omount compat.phk2004-12-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Make a more whole-hearted attempt at GEOM'ifying NTFS.phk2004-11-031-1/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-0/+2
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-5/+0
* Expand LOCKMGR() compat macro.jhb2001-11-271-1/+0
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-26/+0
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-081-0/+2
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-0/+2
* PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.peter2000-10-021-4/+0
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofbde2000-01-141-1/+1
* Merged NetBSD version, as they have done improvements:semenu1999-12-031-21/+28
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Driver is now ported to NetBSD.semenu1999-05-121-1/+29
* Removed annoying messaged during boot,added some checksemenu1999-04-201-1/+4
* Removed DIAGNOSTIC opion redefinition.semenu1999-04-131-2/+1
* Added limited write ability. Now we can use some kindsemenu1999-02-191-12/+10
* First version.semenu1999-02-031-0/+301
OpenPOWER on IntegriCloud