Re: CVS commit: src/sys/fs/ptyfs

2014-08-13 Thread Alan Barrett
On Wed, 13 Aug 2014, Juergen Hannken-Illjes wrote: Modified Files: src/sys/fs/ptyfs: ptyfs.h ptyfs_subr.c ptyfs_vfsops.c ptyfs_vnops.c Log Message: - Add a map of active controlling ptys per mount and no longer abuse the vnode lifecycle. - No longer set "recycle" on VOP_INACTIVE(). - Ma

Re: CVS commit: src/sys/fs/ptyfs

2012-10-24 Thread Christos Zoulas
In article <20121024204834.ga11...@netbsd.org>, David Holland wrote: >On Tue, Oct 23, 2012 at 07:31:01PM -0400, Christos Zoulas wrote: > > Module Name:src > > Committed By: christos > > Date: Tue Oct 23 23:31:01 UTC 2012 > > > > Modified Files: > > src/sys/fs/ptyf

Re: CVS commit: src/sys/fs/ptyfs

2012-10-24 Thread David Holland
On Tue, Oct 23, 2012 at 07:31:01PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By:christos > Date:Tue Oct 23 23:31:01 UTC 2012 > > Modified Files: > src/sys/fs/ptyfs: ptyfs_subr.c > > Log Message: > fix the mystery of the bad directory times.

Re: CVS commit: src/sys/fs/ptyfs

2009-03-24 Thread Joerg Sonnenberger
On Tue, Mar 24, 2009 at 05:14:53AM +, YAMAMOTO Takashi wrote: > however, if the change mean to make ptyfs know the particular setup of > null mount over it, it sounds like an unacceptable hack to me. It is the least intrusive way to get the result without hacking the whole pts subsystem to all

Re: CVS commit: src/sys/fs/ptyfs

2009-03-23 Thread YAMAMOTO Takashi
> On Mon, Mar 23, 2009 at 03:00:35AM +, YAMAMOTO Takashi wrote: >> > Case 1: You have /dev/pts mounted outside the chroot and want to use >> > e.g. sshd inside the chroot. >> >> in this case, there is no "correct" pathname anyway, right? >> i think it's more appropriate to return an error so t

Re: CVS commit: src/sys/fs/ptyfs

2009-03-23 Thread Joerg Sonnenberger
On Mon, Mar 23, 2009 at 03:00:35AM +, YAMAMOTO Takashi wrote: > > Case 1: You have /dev/pts mounted outside the chroot and want to use > > e.g. sshd inside the chroot. > > in this case, there is no "correct" pathname anyway, right? > i think it's more appropriate to return an error so that an

Re: CVS commit: src/sys/fs/ptyfs

2009-03-22 Thread YAMAMOTO Takashi
hi, > On Mon, Mar 23, 2009 at 01:34:16AM +, YAMAMOTO Takashi wrote: >> probably i'm missing something obvious. >> i don't understand why you need to have two different behaviours. >> the chroot one can't work for the non-chroot case? > > Case 1: You have /dev/pts mounted outside the chroot an

Re: CVS commit: src/sys/fs/ptyfs

2009-03-22 Thread Christos Zoulas
On Mar 23, 2:57am, jo...@britannica.bec.de (Joerg Sonnenberger) wrote: -- Subject: Re: CVS commit: src/sys/fs/ptyfs | On Mon, Mar 23, 2009 at 01:34:16AM +, YAMAMOTO Takashi wrote: | > probably i'm missing something obvious. | > i don't understand why you need to have two diff

Re: CVS commit: src/sys/fs/ptyfs

2009-03-22 Thread Christos Zoulas
On Mar 23, 1:34am, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: -- Subject: Re: CVS commit: src/sys/fs/ptyfs | > How else you could select either behavior? | | probably i'm missing something obvious. | i don't understand why you need to have two different behaviours. | the chr

Re: CVS commit: src/sys/fs/ptyfs

2009-03-22 Thread Joerg Sonnenberger
On Mon, Mar 23, 2009 at 01:34:16AM +, YAMAMOTO Takashi wrote: > probably i'm missing something obvious. > i don't understand why you need to have two different behaviours. > the chroot one can't work for the non-chroot case? Case 1: You have /dev/pts mounted outside the chroot and want to use

Re: CVS commit: src/sys/fs/ptyfs

2009-03-22 Thread YAMAMOTO Takashi
> On Mar 23, 12:52am, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: > -- Subject: Re: CVS commit: src/sys/fs/ptyfs > > | hi, > | > | > Module Name: src > | > Committed By: christos > | > Date: Sun Mar 15 16:43:55 UTC 2009 > | > &

Re: CVS commit: src/sys/fs/ptyfs

2009-03-22 Thread Christos Zoulas
On Mar 23, 12:52am, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: -- Subject: Re: CVS commit: src/sys/fs/ptyfs | hi, | | > Module Name:src | > Committed By: christos | > Date: Sun Mar 15 16:43:55 UTC 2009 | > | > Modified Files: | > src/sys

Re: CVS commit: src/sys/fs/ptyfs

2009-03-22 Thread YAMAMOTO Takashi
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 sh