Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/08/1995 20:00:03
mycroft
Thu Jun  8 19:51:07 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv310

Modified Files:
	kern_sig.c kern_synch.c sys_process.c 
Log Message:
Fix various signal handling bugs:
* If we got a stopping signal while already stopped with the same signal,
the second signal would sometimes (but not always) be ignored.
* Signals delivered by the debugger always pretended to be stopping
signals.
* PT_ATTACH still didn't quite work right.