aboutsummaryrefslogtreecommitdiff
path: root/sys/ntfs
Commit message (Expand)AuthorAgeFilesLines
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-251-6/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-084-11/+4
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-2/+2
* Driver is now ported to NetBSD.Semen Ustimenko1999-05-1213-117/+254
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-113-7/+7
* One too many vfsops..Peter Wemm1999-05-061-2/+1
* Removed annoying messaged during boot,added some checkSemen Ustimenko1999-04-207-177/+434
* Removed DIAGNOSTIC opion redefinition.Semen Ustimenko1999-04-131-2/+1
* Added limited write ability. Now we can use some kindSemen Ustimenko1999-02-1912-551/+875
* First version.Semen Ustimenko1999-02-0311-0/+4205