Date: Thu, 2 Nov 1995 00:37:25 -0800 From: Peter Wemm <peter> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern tty_subr.c Message-ID: <199511020837.AAA21712@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
hsu 95/11/02 00:37:24 Modified: sys/kern tty_subr.c Log: Make putc and b_to_q deal with clists with no reserved blocks in a more civilised manner than panicing. This only happens as a result of another state botch somewhere else, eg: from a tty driver calling putc or b_to_q on a closed device. Apparently, it's also been implicated in a panic with a status (^T) event on ptys. This change should pretty well be in it's final form now.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511020837.AAA21712>