NetBSD/sbin/sysctl
manu 9a4dfe85fa Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexec
that can be used to block a process after fork(2) or exec(2) calls. The
new process is created in the SSTOP state and is never scheduled for running.

This feature is designed so that it is esay to attach the process using gdb
before it has done anything.

It works also with sproc, kthread_create, clone...
2002-11-07 00:22:28 +00:00
..
Makefile Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path 2002-08-19 10:16:51 +00:00
pathconf.c Don't declare 'extern opt*' getopt variables. 2000-04-14 05:58:01 +00:00
sysctl.8 Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexec 2002-11-07 00:22:28 +00:00
sysctl.c When printing out nodes of type "string", don't print anything if 2002-11-03 07:06:06 +00:00