Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 03/25/2002 06:26:44
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.