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
/
ufs
/
mfs
/
mfs_vfsops.c
Age
Commit message (
Expand
)
Author
2005-11-30
No need for vfs_busy() and vfs_unbusy() to take a process pointer
Pedro Martelletto
2005-07-03
Extended Attributes was a piece to get to ACLs, however ACLs have not
Dale Rahn
2004-06-04
rootvp is already externed in systm.h, no need for a local extern
Ted Unangst
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-11
revert part of previous. if mfs gets a signal, it doesn't attempt to
Ted Unangst
2003-05-06
attempt to put a process's cwd back in place after a forced umount.
Ted Unangst
2002-07-12
Change the locking on the mountpoint slightly. Instead of using mnt_lock
Artur Grabowski
2002-06-21
Remove pointless macro.
Artur Grabowski
2002-04-23
In mount.h, rename field export -> export_info, to avoid collision with C++.
Marc Espie
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-22
Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@
Dale Rahn
2002-02-18
fix possible panic on reboot for mfs mounted fs.
Eric Jackson
2002-01-23
minor cleanup I just happened to do when in this area.
Artur Grabowski
2001-07-05
makedev is a macro. Admittedly, it's not function-like at all,
Marc Espie
2001-04-12
Allow kernels with just MFS and no FFS. Fixes PR#323.
Constantine Sapuntzakis
2001-02-20
use void * consistently in vfs_mount and sys_mount. ok @art
assar
2000-02-07
update to use new checkexp vfs operation
assar
1999-12-06
Yet another solution to the mfs unmount/kill race (not ugly this time).
Artur Grabowski
1999-10-15
Yet another unmount/kill race. (I hate this)
Artur Grabowski
1999-09-03
Horrible workaround for hanging mount_mfs processes that received a signal.
Artur Grabowski
1999-05-31
New struct statfs with mount options. NOTE: this replaces statfs(2),
Todd C. Miller
1999-03-09
workaround deadlocks in the unmount/kill mount_mfs race.
Artur Grabowski
1998-02-08
Updates to match type changes in syscall tables
Thorsten Lockert
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1996-02-27
From NetBSD: update to 960217 sources
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt