Subject: CVS commit: [vmlocking] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/19/2007 15:54:29
Module Name: src
Committed By: ad
Date: Fri Oct 19 15:54:29 UTC 2007
Modified Files:
src/sys/kern [vmlocking]: init_main.c tty.c tty_conf.c tty_pty.c
src/sys/sys [vmlocking]: tty.h
Log Message:
In the tty code, defer posting singals to a soft interrupt. Avoids
touching process state from a hardware interrupt, and avoids locking
problems (tty_lock is always held when the signals are sent).
To generate a diff of this commit:
cvs rdiff -r1.299.2.23 -r1.299.2.24 src/sys/kern/init_main.c
cvs rdiff -r1.193.2.10 -r1.193.2.11 src/sys/kern/tty.c
cvs rdiff -r1.53.2.3 -r1.53.2.4 src/sys/kern/tty_conf.c
cvs rdiff -r1.99.2.3 -r1.99.2.4 src/sys/kern/tty_pty.c
cvs rdiff -r1.73.2.3 -r1.73.2.4 src/sys/sys/tty.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.