summaryrefslogtreecommitdiffstats
path: root/sys/ntfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Before carrying on with the mount request, make sure the process haspedro2005-02-011-2/+18
| | | | enough permissions to access the given device. ok millert@
* * plug memory leak on mount failure.pat2004-12-091-8/+16
| | | | | | * spacing ok tedu pedro millert otto
* constify vfsops; tedu@ okmickey2003-08-141-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* rename export to export_info for c++ safety. report by naddy@tedu2003-05-241-2/+2
|
* un __Ptedu2003-05-206-142/+142
|
* fix the tagsmickey2003-05-2014-13/+14
|
* by popular request, NTFS support. read only.tedu2003-05-2014-0/+5756
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@