On Tue, Nov 23, 1999 at 11:52:49PM +0000, Brian Somers wrote:
> Any comments Poul ? Is this anything to do with the recent command
> line buffering ?
I guess it goes with the "stop ps showing the environment" changes.
If you remove one it makes sense to remove the other.
David.
phk 1999/11/21 11:03:21 PST
Log:
Introduce the new function
p_trespass(struct proc *p1, struct proc *p2)
which returns zero or an errno depending on the legality of p1 trespassing
on p2.
Replace kern_sig.c:CANSIGNAL() with call to p_trespass() and one
extra signal related check.
Replace procfs.h:CHECKIO() macros with calls to p_trespass().
Only show command lines to process which can trespass on the target
process.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message