CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/12/23 21:34:20
Modified files:
sys/conf : files
sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vnops.c
Removed files:
sys/miscfs/procfs: procfs_ctl.c procfs_note.c
Log message:
Remove the ability to ptrace via procfs, as no one is using it, so fixing
and extending it to support rthreads would be a waste of time. Also, don't
show rthreads in the process listing in procfs.
Reassurances that compat_linux doesn't need this from ajacoutot@
ok kettenis@