hi, > Module Name: src > Committed By: christos > Date: Sun Mar 15 16:43:55 UTC 2009 > > Modified Files: > src/sys/fs/ptyfs: ptyfs.h ptyfs_vfsops.c > > Log Message: > Add a chroot flag, so that ptyfs can be mounted in a chrooted environment. > XXX: This is a hack, in reality we should allow multiple ptyfs mounts.
why does this need to be a mount flag? YAMAMOTO Takashi > > > To generate a diff of this commit: > cvs rdiff -u -r1.7 -r1.8 src/sys/fs/ptyfs/ptyfs.h > cvs rdiff -u -r1.38 -r1.39 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.