#
69736 |
| 27-May-1995 |
mckusick |
delete read-only checking; it must be done by the filesystem layers |
#
69578 |
| 20-May-1995 |
mckusick |
merge vfs_lock and vfs_busy; interlock mount points properly |
#
69409 |
| 14-May-1995 |
mckusick |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK |
#
69083 |
| 28-Apr-1995 |
mckusick |
move relookup in from ufs_vnops.c |
#
67959 |
| 21-Nov-1994 |
mckusick |
check for symbolic links after mount points to keep AMD hard mounts happy |
#
67207 |
| 21-May-1994 |
mckusick |
check for ENOTDIR before EISDIR in null pathname case |
#
66128 |
| 16-Feb-1994 |
pendry |
vref -> VREF |
#
65771 |
| 21-Jan-1994 |
bostic |
add USL's copyright notice |
#
64414 |
| 05-Sep-1993 |
bostic |
Cleanups for 4.4BSD-Lite |
#
63180 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59371 |
| 27-Apr-1993 |
mckusick |
delete incorrect comment; allow NULL lookup to return parent |
#
57653 |
| 22-Jan-1993 |
mckusick |
names may be up to NAME_MAX |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
56313 |
| 21-Sep-1992 |
hibler |
must always check for absolute root, ow a chroot'ed process could ".." its way past its own local root and go beyond the real root (i.e. crash the kernel) |
#
55451 |
| 20-Jul-1992 |
pendry |
added union mounts |
#
55181 |
| 13-Jul-1992 |
mckusick |
who wrote this code in such a retched style! |
#
55091 |
| 12-Jul-1992 |
pendry |
allow lower layers to consume more of the pathname |
#
54640 |
| 03-Jul-1992 |
mckusick |
delete USES |
#
53546 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
52798 |
| 02-Mar-1992 |
mckusick |
disallow creation of files in removed directories |
#
52634 |
| 21-Feb-1992 |
mckusick |
use continue rather than goto |
#
52633 |
| 21-Feb-1992 |
heideman |
lookup converted to new form |
#
52230 |
| 22-Jan-1992 |
heideman |
lookup converted to new form |
#
52181 |
| 13-Jan-1992 |
mckusick |
refine read-only checking for new NFS |
#
52116 |
| 07-Jan-1992 |
marc |
minor optimization |