summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_vnops.c
AgeCommit message (Collapse)Author
2005-04-16comment out some code which is causing ntfs panics dueJoris Vink
to the fact ntfs uses the generic locking functions which do not lock anything right now. ok pedro@
2005-03-08fix a page fault that occurs when a reclaimed vnode is then reused.Patrick Latifi
from FreeBSD ok pedro tedu miod, tested by millert and myself
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-20un __PTed Unangst
2003-05-20fix the tagsMichael Shalayeff
2003-05-20by popular request, NTFS support. read only.Ted Unangst
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@