Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   bouyer
Date:           Tue Aug 31 12:30:36 UTC 1999

Modified Files:
        syssrc/sys/kern: kern_sig.c vfs_vnops.c
        syssrc/sys/sys: fcntl.h

Log Message:
Add a new flag, used by vn_open() which prevent symlinks from being followed
at open time. Use this to prevent coredump to follow symlinks when the
kernel opens/creates the file.


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 syssrc/sys/kern/kern_sig.c
cvs rdiff -r1.37 -r1.38 syssrc/sys/kern/vfs_vnops.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/sys/fcntl.h

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