Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/13/2006 17:44:24
Module Name: src
Committed By: christos
Date: Thu Apr 13 17:44:24 UTC 2006
Modified Files:
src/sys/fs/ptyfs: ptyfs_subr.c ptyfs_vfsops.c
src/sys/kern: tty_bsdpty.c tty_ptm.c tty_pty.c
src/sys/sys: pty.h
Log Message:
Strip the chrooted portion of the path from the reported pty path. Reported
and tested by Lasse Kliemann. Thanks!
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/fs/ptyfs/ptyfs_subr.c
cvs rdiff -r1.12 -r1.13 src/sys/fs/ptyfs/ptyfs_vfsops.c
cvs rdiff -r1.6 -r1.7 src/sys/kern/tty_bsdpty.c
cvs rdiff -r1.7 -r1.8 src/sys/kern/tty_ptm.c
cvs rdiff -r1.87 -r1.88 src/sys/kern/tty_pty.c
cvs rdiff -r1.5 -r1.6 src/sys/sys/pty.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.