CVS commit: src/sys/fs/ptyfs

2022-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 5 10:36:02 UTC 2022 Modified Files: src/sys/fs/ptyfs: ptyfs_vnops.c Log Message: ptyfs: Don't copy out cookies past end of buffer. Reported-by: syzbot+2aae7c4eddc796f91...@syzkaller.appspotmail.com

CVS commit: src/sys/fs/ptyfs

2022-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 5 10:36:02 UTC 2022 Modified Files: src/sys/fs/ptyfs: ptyfs_vnops.c Log Message: ptyfs: Don't copy out cookies past end of buffer. Reported-by: syzbot+2aae7c4eddc796f91...@syzkaller.appspotmail.com

CVS commit: src/sys/fs/ptyfs

2019-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 18:35:48 UTC 2019 Modified Files: src/sys/fs/ptyfs: ptyfs_vnops.c Log Message: cast VNOVAL to the the va_size type which is u_quad_t... I think it is time to change this to uint64_t... To generate a diff of this

CVS commit: src/sys/fs/ptyfs

2019-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 18:35:48 UTC 2019 Modified Files: src/sys/fs/ptyfs: ptyfs_vnops.c Log Message: cast VNOVAL to the the va_size type which is u_quad_t... I think it is time to change this to uint64_t... To generate a diff of this

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(). -

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

2012-10-24 Thread Christos Zoulas
In article 20121024204834.ga11...@netbsd.org, David Holland dholland-sourcechan...@netbsd.org 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: