index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ntfs
Age
Commit message (
Expand
)
Author
2005-05-24
Fix our NTFS readdir function.
Brad Smith
2005-05-22
The printf(9) `%p' conversion specifier puts an "0x" in
Brad Smith
2005-05-21
fix parenthesis
Brad Smith
2005-05-21
- use MIN()/MAX() rather than min()/max(), to avoid possible truncation
Brad Smith
2005-04-20
fix comment
Brad Smith
2005-04-16
comment out some code which is causing ntfs panics due
Joris Vink
2005-03-08
fix a page fault that occurs when a reclaimed vnode is then reused.
Patrick Latifi
2005-02-01
Before carrying on with the mount request, make sure the process has
Pedro Martelletto
2004-12-09
* plug memory leak on mount failure.
Patrick Latifi
2003-08-14
constify vfsops; tedu@ ok
Michael Shalayeff
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-24
rename export to export_info for c++ safety. report by naddy@
Ted Unangst
2003-05-20
un __P
Ted Unangst
2003-05-20
fix the tags
Michael Shalayeff
2003-05-20
by popular request, NTFS support. read only.
Ted Unangst