Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/28/1997 02:30:02
mycroft
Sun Apr 27 19:28:40 PDT 1997
Update of /cvsroot/src/sys/miscfs/procfs
In directory netbsd1:/local/NetBSD/src/sys/miscfs/procfs

Modified Files:
	procfs_ctl.c 
Log Message:
Fix several deficiencies, as compared to ptrace(2):
* Did not check for P_SUGID on ATTACH.
* Did not check for tracing of init on ATTACH.
* Did not turn off single-step mode on RUN or DETACH.           
* Might have screwed up reparenting in some cases.
* Allowed anyone to detach the process.


mycroft
Sun Apr 27 19:29:53 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv12118

Modified Files:
	sys_process.c 
Log Message:
When checking for init, compare against initproc, rather than comparing the
PID.  No functional difference.