Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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.
Home |
Main Index |
Thread Index |
Old Index