mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
cd2ee4a30c
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> |
||
---|---|---|
.. | ||
include | ||
ptproxy | ||
exec_kern.c | ||
exec_user.c | ||
gdb_kern.c | ||
gdb.c | ||
ksyms.c | ||
Makefile | ||
mem_user.c | ||
mem.c | ||
process_kern.c | ||
syscall_kern.c | ||
syscall_user.c | ||
time.c | ||
tlb.c | ||
tracer.c | ||
trap_user.c | ||
uaccess_user.c | ||
uaccess.c | ||
unmap.c |