Source-Changes archive

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

CVS commit: [netbsd-6] src



Module Name:    src
Committed By:   riz
Date:           Mon Oct  1 17:35:05 UTC 2012

Modified Files:
        src/sbin/mount_ptyfs [netbsd-6]: mount_ptyfs.8 mount_ptyfs.c
        src/sys/fs/ptyfs [netbsd-6]: ptyfs.h ptyfs_vfsops.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #566):
        sbin/mount_ptyfs/mount_ptyfs.8: revision 1.11
        sbin/mount_ptyfs/mount_ptyfs.8: revision 1.12
        sys/fs/ptyfs/ptyfs.h: revision 1.9
        sbin/mount_ptyfs/mount_ptyfs.c: revision 1.14
        sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.43
        sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.44
Does not make sense to mount this as NFS, so it is not a bug.
We can now mount multiple instances, but all of them show all the ptys.
let us get mounted multiple times.
remove -c and chroot option; they are always on now
Always do the chroot filename mapping; it is pointless not to do it.


To generate a diff of this commit:
cvs rdiff -u -r1.8.8.1 -r1.8.8.2 src/sbin/mount_ptyfs/mount_ptyfs.8
cvs rdiff -u -r1.12 -r1.12.4.1 src/sbin/mount_ptyfs/mount_ptyfs.c
cvs rdiff -u -r1.8 -r1.8.18.1 src/sys/fs/ptyfs/ptyfs.h
cvs rdiff -u -r1.42 -r1.42.18.1 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