summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/README
AgeCommit message (Collapse)Author
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
your kernel configuration file. By default, GENERIC will enable this. When PTRACE is not enabled, several ptrace-like features of the procfs filesystem will be disabled as well (namely, the ability to read and write any process' registers, as well as attching, single stepping and detaching to/from processes). This should help paranoid people build better sandboxens, and us to build smaller ramdisks.
2000-08-15NUL not NULL; noted by Theo.jasoni
2000-08-12update sample directory listing.jasoni
2000-08-12document cmdline.jasoni
1997-02-24OpenBSD tagNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt