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
/
compat
/
common
/
vfs_syscalls_25.c
Age
Commit message (
Expand
)
Author
2011-04-05
Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no
Philip Guenthe
2006-06-25
rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT
Nikolay Sturm
2006-06-14
move vfs_busy() to rwlocks and properly hide the locking api from vfs
Nikolay Sturm
2006-04-30
remove the simplelock argument from vfs_busy() which is currently not
Nikolay Sturm
2006-04-19
Remove unused mount list simple_lock() goo
Pedro Martelletto
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2005-11-30
No need for vfs_busy() and vfs_unbusy() to take a process pointer
Pedro Martelletto
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-08-23
Cleanup change. Since almost all callers (except one) of getvnode did a FREF
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-12
More FREF/FRELE protection. This time all users of getvnode.
Artur Grabowski
2001-05-16
Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.
Todd C. Miller