Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: christos
Date: Wed Oct 15 15:00:03 UTC 2014
Modified Files:
src/sys/fs/ptyfs: ptyfs_subr.c ptyfs_vfsops.c
src/sys/kern: tty_ptm.c
src/sys/sys: pty.h
Log Message:
>From Ilia Zykov:
- correct some incorrect comments
- add XXX warning
- increase security by activating when get the slave
- make pty_vn_open() private to tty_ptm.c
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/fs/ptyfs/ptyfs_subr.c
cvs rdiff -u -r1.53 -r1.54 src/sys/fs/ptyfs/ptyfs_vfsops.c
cvs rdiff -u -r1.34 -r1.35 src/sys/kern/tty_ptm.c
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/pty.h
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