summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* Merged NetBSD version, as they have done improvements:semenu1999-12-0312-1014/+1111
* Next step in the device cleanup process.phk1999-11-091-0/+2
* useracc() the prequel:phk1999-10-292-2/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-3/+5
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-10/+23
* Fix the sense of the vn_isdisk() check.phk1999-09-011-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2812-12/+12
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-084-11/+4
* Simplify cdevsw registration.phk1999-05-311-2/+2
* Driver is now ported to NetBSD.semenu1999-05-1212-116/+251
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-113-7/+7
* One too many vfsops..peter1999-05-061-2/+1
* Removed annoying messaged during boot,added some checksemenu1999-04-207-177/+434
* Removed DIAGNOSTIC opion redefinition.semenu1999-04-131-2/+1
* Added limited write ability. Now we can use some kindsemenu1999-02-1911-552/+874
* First version.semenu1999-02-0310-0/+4176
OpenPOWER on IntegriCloud