Subject: changed files: 'src/sys/kern kern_sig.c'
To: None <source-changes>
From: Paul Kranenburg <pk>
List: source-changes
Date: 04/19/1994 13:50:33
Update of /b/source/CVS/src/sys/kern
In directory sun-lamp.cs.berkeley.edu:/d/users/pk/src/sys/kern

Modified Files:
	kern_sig.c 
Log Message:
I suppose a SIGKILL or SIGTERM should make a process go about its
business fast. But the previous situation would allow
"sigblock(sigmask(SIGTERM)); kill(SIGTERM)" to thwart priority policies.


------------------------------------------------------------------------------