From owner-freebsd-current Tue Nov 23 15:59:21 1999 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 3118115458 for ; Tue, 23 Nov 1999 15:59:16 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Nov 1999 23:57:42 +0000 (GMT) Date: Tue, 23 Nov 1999 23:57:42 +0000 From: David Malone To: Brian Somers Cc: Poul-Henning Kamp , Dan Nelson , Forrest Aldrich , freebsd-current@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: ps on 4.0-current Message-ID: <19991123235742.A4913@walton.maths.tcd.ie> References: <199911232352.XAA01547@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <199911232352.XAA01547@hak.lan.Awfulhak.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message