Module Name: src Committed By: isaki Date: Sat Mar 16 04:31:25 UTC 2019
Modified Files: src/sys/arch/i386/conf: ALL Log Message: Remove duplicated option. To generate a diff of this commit: cvs rdiff -u -r1.464 -r1.465 src/sys/arch/i386/conf/ALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/i386/conf/ALL diff -u src/sys/arch/i386/conf/ALL:1.464 src/sys/arch/i386/conf/ALL:1.465 --- src/sys/arch/i386/conf/ALL:1.464 Sun Feb 24 20:56:27 2019 +++ src/sys/arch/i386/conf/ALL Sat Mar 16 04:31:25 2019 @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.464 2019/02/24 20:56:27 kamil Exp $ +# $NetBSD: ALL,v 1.465 2019/03/16 04:31:25 isaki Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.464 $" +#ident "ALL-$Revision: 1.465 $" maxusers 64 # estimated number of users @@ -110,7 +110,6 @@ options BUFQ_PRIOCSCAN # Diagnostic/debugging support options options DIAGNOSTIC # inexpensive kernel consistency checks options DEBUG # expensive debugging checks/support -options KUBSAN # Kernel Undefined Behavior Sanitizer (kUBSan) options LOCKDEBUG # expensive locking checks/support options DDB # in-kernel debugger options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'