diff options
author | 1996-05-06 11:49:24 +0000 | |
---|---|---|
committer | 1996-05-06 11:49:24 +0000 | |
commit | 64ca688ed228fef0c02919fdf057ffca5917cb4b (patch) | |
tree | e7d58406a3266c6128f37742434fb4267d3e5741 | |
parent | add aria audio (diff) | |
download | wireguard-openbsd-64ca688ed228fef0c02919fdf057ffca5917cb4b.tar.xz wireguard-openbsd-64ca688ed228fef0c02919fdf057ffca5917cb4b.zip |
want ddb
-rw-r--r-- | sys/arch/i386/conf/LAP | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/TDR | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP index a1b6d7945cd..3ada3ca39b8 100644 --- a/sys/arch/i386/conf/LAP +++ b/sys/arch/i386/conf/LAP @@ -1,4 +1,4 @@ -# $OpenBSD: LAP,v 1.1 1996/05/04 09:19:58 deraadt Exp $ +# $OpenBSD: LAP,v 1.2 1996/05/06 11:49:24 deraadt Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -28,7 +28,7 @@ options SWAPPAGER # paging; REQUIRED options VNODEPAGER # mmap() of files options DEVPAGER # mmap() of devices -#options DDB # in-kernel debugger +options DDB # in-kernel debugger #options DIAGNOSTIC # internal consistency checks options KTRACE # system call tracing, a la ktrace(1) diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index 5472261223f..5c30b765aa5 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -1,4 +1,4 @@ -# $OpenBSD: TDR,v 1.7 1996/05/04 09:20:35 deraadt Exp $ +# $OpenBSD: TDR,v 1.8 1996/05/06 11:49:26 deraadt Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -28,7 +28,7 @@ options SWAPPAGER # paging; REQUIRED options VNODEPAGER # mmap() of files options DEVPAGER # mmap() of devices -#options DDB # in-kernel debugger +options DDB # in-kernel debugger #options DIAGNOSTIC # internal consistency checks options KTRACE # system call tracing, a la ktrace(1) |