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
/
ntfs_vnops.c
Age
Commit message (
Expand
)
Author
2010-08-12
clean up some macro obfuscation and assorted styling problems.
Ted Unangst
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2009-08-13
- remove super-obvious comments from vnodeop_entries[]
Jasper Lievisse Adriaanse
2009-07-09
Remove the VREF() macro and replaces all instances with a call to verf(),
Thordur I. Bjornsson
2009-06-02
- make sure biodone() gets run at IPL_BIO
Jasper Lievisse Adriaanse
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2007-12-09
MALLOC/FREE -> malloc/free
Hans-Joerg Hoexer
2007-06-01
more vop argument "ap = v" comment removal; ok pedro
Theo de Raadt
2006-01-09
Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.
Pedro Martelletto
2005-10-19
Remove v_vnlock from struct vnode, okay krw@ tedu@
Pedro Martelletto
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-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
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
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