cvs commit: src/share/man/man4 pts.4 src/sys/kern tty.c tty_pts.c
src/sys/sys ttydevsw.h
Ed Schouten
ed at FreeBSD.org
Thu Sep 4 16:44:15 UTC 2008
ed 2008-09-04 16:39:02 UTC
FreeBSD src repository
Modified files:
share/man/man4 pts.4
sys/kern tty.c tty_pts.c
sys/sys ttydevsw.h
Log:
SVN rev 182764 on 2008-09-04 16:39:02Z by ed
Implement pts(4) packet mode.
As reported by several users on the mailing lists, applications like
screen(1) fail to properly handle ^S and ^Q characters. This was because
MPSAFE TTY didn't implement packet mode (TIOCPKT) yet. Add basic packet
mode support to make these applications work again.
Obtained from: //depot/projects/mpsafetty/...
Revision Changes Path
1.2 +0 -6 src/share/man/man4/pts.4
1.287 +21 -0 src/sys/kern/tty.c
1.21 +85 -28 src/sys/kern/tty_pts.c
1.2 +11 -0 src/sys/sys/ttydevsw.h
More information about the cvs-src
mailing list