Date: Sat, 13 Dec 2008 07:23:55 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern tty_pts.c Message-ID: <200812130724.mBD7O6hJ091412@repoman.freebsd.org>
index | next in thread | raw e-mail
ed 2008-12-13 07:23:55 UTC
FreeBSD src repository
Modified files:
sys/kern tty_pts.c
Log:
SVN rev 186030 on 2008-12-13 07:23:55Z by ed
Add FIONREAD to pseudo-terminal master devices.
All ioctl()'s that aren't implemented by pts(4) are forwarded to the TTY
itself. Unfortunately this is not correct for FIONREAD, because it will
give the wrong amount of bytes that are available to read.
Tested by: keramida
Reminded by: keramida
Revision Changes Path
1.26 +10 -0 src/sys/kern/tty_pts.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812130724.mBD7O6hJ091412>
