cvs commit: src/sys/kern tty.c
Ed Schouten
ed at FreeBSD.org
Fri Aug 22 05:16:08 UTC 2008
ed 2008-08-22 05:15:52 UTC
FreeBSD src repository
Modified files:
sys/kern tty.c
Log:
SVN rev 181993 on 2008-08-22 05:15:52Z by ed
Prevent VSTART flooding when turning on software flow control.
It turned out we transmitted VSTART after each successful read on a TTY
when software flow control was turned on. This was because of a very
evil bug where we tested the TF_HIWAT_IN flag the other way around.
Reported by: Christian Weisgerber <naddy mips inka de>
Revision Changes Path
1.283 +1 -1 src/sys/kern/tty.c
More information about the cvs-all
mailing list