Staging
v0.5.1
https://github.com/torvalds/linux
Revision cd2ee4a30cc0775d8b54e5b958613361a7cacfec authored by Jeff Dike on 05 May 2005, 23:15:32 UTC, committed by Linus Torvalds on 05 May 2005, 23:36:36 UTC
This makes SIGWINCH work again, and fixes a couple of SIGWINCH-associated
crashes.  First, the sigio thread disables SIGWINCH because all hell breaks
loose if it ever gets one and tries to call the signal handling code.  Second,
there was a problem with deferencing tty structs after they were freed.  The
SIGWINCH support for a tty wasn't being turned off or freed after the tty went
away.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent c578455
History
Tip revision: cd2ee4a30cc0775d8b54e5b958613361a7cacfec authored by Jeff Dike on 05 May 2005, 23:15:32 UTC
[PATCH] uml: Fix SIGWINCH relaying
Tip revision: cd2ee4a

README

back to top