Source-Changes archive

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

CVS commit: syssrc/sys/kern



Module Name:    syssrc
Committed By:   itohy
Date:           Mon Mar 25 04:26:44 UTC 2002

Modified Files:
        syssrc/sys/kern: tty.c tty_pty.c

Log Message:
Print ttyinfo *before* (not after) sending SIGINFO to processes.
This generates more useful information of a process who catches SIGINFO,
rather than always printing "runnable" (the process is marked runnable
because of the signal).
Inspired by the behavior of BSD/OS.


To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 syssrc/sys/kern/tty.c
cvs rdiff -r1.61 -r1.62 syssrc/sys/kern/tty_pty.c

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