summaryrefslogtreecommitdiffstats
path: root/sys/ntfs/ntfs_vnops.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* un __Ptedu2003-05-201-19/+19
|
* fix the tagsmickey2003-05-201-1/+1
|
* by popular request, NTFS support. read only.tedu2003-05-201-0/+1074
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@