Date: Thu, 14 Dec 1995 17:01:05 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern tty.c Message-ID: <199512150101.RAA07333@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 95/12/14 17:01:03 Modified: sys/kern tty.c Log: Disabled the sleep in ttyflush(). It can't work in general because ttyflush() might be called from an interrupt handler. This fixes panics in IXOFF mode at the cost of more failures to send the START character to exit from IXOFF mode. Revision Changes Path 1.76 +15 -1 src/sys/kern/tty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512150101.RAA07333>