procfs issue.

2002-04-13 Thread Alfred Perlstein
First off, nice job fixing up sys_process.c it's a lot cleaner now and the races seem to be gone, however there may still be a problem. Please see: kern/29741: ptrace(pid);ptrace(ppid) makes pid and ppid unkillable http://www.freebsd.org/cgi/query-pr.cgi?pr=kern%2F29741 It looks like the

Re: procfs issue.

2002-04-13 Thread Dag-Erling Smorgrav
Alfred Perlstein [EMAIL PROTECTED] writes: It looks like the following delta (submitted by Tim J. Robbins) may fix it: It looks correct to me, please commit (unless John has any objections?) DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with

RE: procfs issue.

2002-04-13 Thread John Baldwin
On 13-Apr-2002 Alfred Perlstein wrote: First off, nice job fixing up sys_process.c it's a lot cleaner now and the races seem to be gone, however there may still be a problem. Please see: kern/29741: ptrace(pid);ptrace(ppid) makes pid and ppid unkillable