Source-Changes archive

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

CVS commit: src/sys/fs/ptyfs



Module Name:    src
Committed By:   joerg
Date:           Sun Oct 26 23:06:41 UTC 2008

Modified Files:
        src/sys/fs/ptyfs: ptyfs_vfsops.c

Log Message:
Remove logic to compute relative pathes to chroots. It breaks the
default case of ptyfs mounted under /dev/pts as any chroot would get
/%d as slave names. This allows null mounts of ptyfs to work.
To allow pty allocation from within chroots, either no ptyfs must be
mounted or a null mount exist.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/fs/ptyfs/ptyfs_vfsops.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