#
69574 |
| 20-May-1995 |
mckusick |
merge vfs_lock and vfs_busy; interlock mount points properly |
#
69424 |
| 14-May-1995 |
mckusick |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK and vget |
#
69368 |
| 10-May-1995 |
mckusick |
return error rather than panic when mountroot fails; use vfs_rootmountalloc |
#
69346 |
| 10-May-1995 |
mckusick |
check for forcible unmount at syscall level |
#
69315 |
| 09-May-1995 |
mckusick |
change mountlist to CIRCLEQ so we can do unmountall (from mycroft) |
#
69135 |
| 01-May-1995 |
mckusick |
check for current nfs_args structure |
#
68789 |
| 12-Apr-1995 |
mckusick |
add vfsconf support |
#
68653 |
| 30-Mar-1995 |
mckusick |
massive update to incorporate version 3 protocol from Rick Macklem |
#
67708 |
| 18-Aug-1994 |
mckusick |
conversion to queue.h list manipulation (from mycroft) |
#
65467 |
| 04-Jan-1994 |
bostic |
lint |
#
65251 |
| 30-Dec-1993 |
mckusick |
new queue structure; vget now locks optionally |
#
63235 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59759 |
| 06-May-1993 |
mckusick |
update for pwd bug from Rick Macklem |
#
59005 |
| 08-Apr-1993 |
sklower |
in_sockmaskof has gone away; just do right thing for default. |
#
57790 |
| 02-Feb-1993 |
mckusick |
update for 4.4BSD from Rick Macklem |
#
56535 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
56467 |
| 08-Oct-1992 |
mckusick |
use new queue routines for buffer lists hanging off vnode |
#
56331 |
| 22-Sep-1992 |
mckusick |
rootvp and swapvp now done in ?fs_mountroot |
#
56288 |
| 16-Sep-1992 |
mckusick |
update from Rick Macklem |
#
55082 |
| 12-Jul-1992 |
torek |
move common diskless mount code to subroutine; must set time for arp to work; setup for update mount (incomplete); lint |
#
54985 |
| 12-Jul-1992 |
mckusick |
set mnt_maxsymlinklen to a non-zero value so that COMPAT_43 routines will know that we are setting the d_type field in directories (and can zero it for unsuspecting binaries) |
#
54737 |
| 06-Jul-1992 |
mckusick |
new parameters for fhtovp |
#
54667 |
| 03-Jul-1992 |
mckusick |
delete USES; nfs_vget moves from nfs_vnops.c |
#
54450 |
| 25-Jun-1992 |
mckusick |
new parameters to sync plus inline expand mntflushbuf; drop setgen parameter from fhtovp |
#
53937 |
| 05-Jun-1992 |
pendry |
use getnewfsid instead of rolling our own |