summaryrefslogtreecommitdiff
path: root/sys/ntfs
AgeCommit message (Expand)Author
2005-05-24Fix our NTFS readdir function.Brad Smith
2005-05-22The printf(9) `%p' conversion specifier puts an "0x" inBrad Smith
2005-05-21fix parenthesisBrad Smith
2005-05-21- use MIN()/MAX() rather than min()/max(), to avoid possible truncationBrad Smith
2005-04-20fix commentBrad Smith
2005-04-16comment out some code which is causing ntfs panics dueJoris Vink
2005-03-08fix a page fault that occurs when a reclaimed vnode is then reused.Patrick Latifi
2005-02-01Before carrying on with the mount request, make sure the process hasPedro Martelletto
2004-12-09* plug memory leak on mount failure.Patrick Latifi
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-24rename export to export_info for c++ safety. report by naddy@Ted Unangst
2003-05-20un __PTed Unangst
2003-05-20fix the tagsMichael Shalayeff
2003-05-20by popular request, NTFS support. read only.Ted Unangst