|
Changelog for uml-patch-2.4.18-12.bz2
Release Date : Mar 28 2002
Released By : jdike
-
Fixed the console flow control bug. This was done by buffering unsent
data when the host device fills up and enabling a write IRQ on the
device. When the interrupt arrives, as much data from the buffer as
will go is pushed out.
-
Since Linux terminals don't deliver output SIGIO, they are emulated
with a separate thread polling for POLLOUT and sending a character
over a unix socket to generate the interrupt.
-
There is a boot-time test for ptys supporting output SIGIO.
-
Fixed a couple more SIGWINCH error messages.
-
Fixed a crash from a NULL tty.
|