Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   christos
Date:           Thu Sep 11 17:33:44 UTC 2003

Modified Files:
        src/sys/kern: vfs_lookup.c vfs_syscalls.c
        src/sys/sys: namei.h
        src/sys/ufs/ufs: ufs_lookup.c ufs_vnops.c

Log Message:
PR/15397: Jason Thorpe: directory operations on pathnames that refer to
directories and have trailing slashes should succeed. Ok'd by kjk.
Fix provided by enami.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/kern/vfs_lookup.c
cvs rdiff -r1.192 -r1.193 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.33 -r1.34 src/sys/sys/namei.h
cvs rdiff -r1.50 -r1.51 src/sys/ufs/ufs/ufs_lookup.c
cvs rdiff -r1.107 -r1.108 src/sys/ufs/ufs/ufs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index