diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-12-24 04:34:21 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-12-24 04:34:21 +0000 |
commit | 229d872d65676b962f5641f73a3c38de2b1fc14a (patch) | |
tree | 1011a403785e5c2d40d0b37c997448a13917b0ed /sys/conf/files | |
parent | 9ae881d6aa32672364fa2cb6a7d98ec9563a1c7d (diff) |
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@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files index a5ec8177be1..23a57b347ed 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.531 2011/12/22 23:20:48 miod Exp $ +# $OpenBSD: files,v 1.532 2011/12/24 04:34:20 guenther Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -778,9 +778,7 @@ file kern/spec_vnops.c file miscfs/deadfs/dead_vnops.c file miscfs/fifofs/fifo_vnops.c fifo file miscfs/procfs/procfs_cmdline.c procfs -file miscfs/procfs/procfs_ctl.c procfs file miscfs/procfs/procfs_linux.c procfs -file miscfs/procfs/procfs_note.c procfs file miscfs/procfs/procfs_status.c procfs file miscfs/procfs/procfs_subr.c procfs file miscfs/procfs/procfs_vfsops.c procfs |