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: Thu Mar 27 17:31:56 UTC 2014
Modified Files:
src/sys/fs/ptyfs: ptyfs_subr.c ptyfs_vfsops.c
src/sys/kern: tty_bsdpty.c tty_ptm.c tty_pty.c
src/sys/sys: pty.h
Log Message:
>From Ilya Zykov:
- ifdef out some code that is only used for NO_DEV_PTM
- pass the mountpoint instead of the ptm structure to the implementation
dependent (ptyfs or bsdpty) functions.
- add a function to return the correct ptyfs mountpoint for the current lwp
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/fs/ptyfs/ptyfs_subr.c
cvs rdiff -u -r1.47 -r1.48 src/sys/fs/ptyfs/ptyfs_vfsops.c
cvs rdiff -u -r1.18 -r1.19 src/sys/kern/tty_bsdpty.c
cvs rdiff -u -r1.30 -r1.31 src/sys/kern/tty_ptm.c
cvs rdiff -u -r1.135 -r1.136 src/sys/kern/tty_pty.c
cvs rdiff -u -r1.8 -r1.9 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