diff options
author | 2002-03-14 00:47:56 +0000 | |
---|---|---|
committer | 2002-03-14 00:47:56 +0000 | |
commit | 7844418f37aaddf0e236ecb5b359a82523f138ff (patch) | |
tree | 260c0c8b44d7cadedba3bd4fed53ec717de45908 | |
parent | Regen after syscall changes (option PTRACE) (diff) | |
download | wireguard-openbsd-7844418f37aaddf0e236ecb5b359a82523f138ff.tar.xz wireguard-openbsd-7844418f37aaddf0e236ecb5b359a82523f138ff.zip |
Remove PTRACE support out of the ramdisks/miniroots.
-rw-r--r-- | sys/arch/amiga/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MINIROOT | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/mvmeppc/conf/RAMDISK | 3 |
4 files changed, 9 insertions, 4 deletions
diff --git a/sys/arch/amiga/conf/RAMDISK b/sys/arch/amiga/conf/RAMDISK index 579bd04d3aa..263f3d14d68 100644 --- a/sys/arch/amiga/conf/RAMDISK +++ b/sys/arch/amiga/conf/RAMDISK @@ -1,11 +1,13 @@ -# $OpenBSD: RAMDISK,v 1.13 2002/01/23 19:16:09 fgsch Exp $ +# $OpenBSD: RAMDISK,v 1.14 2002/03/14 00:47:56 miod Exp $ # # A ramdisk kernel # include "arch/amiga/conf/std.amiga" + include "conf/GENERIC" +rmoption PTRACE maxusers 4 diff --git a/sys/arch/mvme68k/conf/MINIROOT b/sys/arch/mvme68k/conf/MINIROOT index fda536a500e..8ea4b82389c 100644 --- a/sys/arch/mvme68k/conf/MINIROOT +++ b/sys/arch/mvme68k/conf/MINIROOT @@ -1,8 +1,9 @@ -# $OpenBSD: MINIROOT,v 1.10 2001/06/27 05:46:19 art Exp $ +# $OpenBSD: MINIROOT,v 1.11 2002/03/14 00:47:58 miod Exp $ machine mvme68k m68k include "../../../conf/GENERIC" +rmoption PTRACE option M68060 # support for 060 option M68040 # support for 040 diff --git a/sys/arch/mvme88k/conf/RAMDISK b/sys/arch/mvme88k/conf/RAMDISK index 226ab9a6b1b..284f38fedc2 100644 --- a/sys/arch/mvme88k/conf/RAMDISK +++ b/sys/arch/mvme88k/conf/RAMDISK @@ -1,8 +1,9 @@ -# $OpenBSD: RAMDISK,v 1.11 2001/12/22 18:53:45 smurph Exp $ +# $OpenBSD: RAMDISK,v 1.12 2002/03/14 00:47:58 miod Exp $ machine mvme88k include "../../../conf/GENERIC" +rmoption PTRACE option MVME187 # support for 187 option MVME188 # support for 188 diff --git a/sys/arch/mvmeppc/conf/RAMDISK b/sys/arch/mvmeppc/conf/RAMDISK index 1497ab17581..cb400320489 100644 --- a/sys/arch/mvmeppc/conf/RAMDISK +++ b/sys/arch/mvmeppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 2001/09/02 19:40:03 miod Exp $ +# $OpenBSD: RAMDISK,v 1.7 2002/03/14 00:47:58 miod Exp $ # # MVMEPPC GENERIC config file # @@ -14,6 +14,7 @@ option SYS_TYPE=APPL option PCIVERBOSE include "../../../conf/GENERIC" +rmoption PTRACE config bsd root on rd0a swap on rd0b |