Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   atatat
Date:           Sat Oct  1 03:17:37 UTC 2005

Modified Files:
        src/sbin/mount_procfs: mount_procfs.8
        src/sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vnops.c

Log Message:
Add "cwd" and "root" symlinks to each process's directory.  The cwd
link points to the process's current working directory, and the root
link points to the process's root directory.  What else would you
expect?

For directories that are out of reach (caller is in a chroot, target
process is in a different chroot, etc), the links point to "/"
instead.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sbin/mount_procfs/mount_procfs.8
cvs rdiff -r1.57 -r1.58 src/sys/miscfs/procfs/procfs.h
cvs rdiff -r1.65 -r1.66 src/sys/miscfs/procfs/procfs_subr.c
cvs rdiff -r1.125 -r1.126 src/sys/miscfs/procfs/procfs_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