Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [vmlocking] src/sys



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.




Home | Main Index | Thread Index | Old Index