Date: Thu, 4 Mar 2004 21:44:41 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 48185 for review Message-ID: <200403050544.i255if4V065673@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48185 Change 48185 by peter@peter_daintree on 2004/03/04 21:44:06 disable orphan options. Dont allow config to silently accept options for enabling code that doesn't exist. Its supposed to return an error for these. Affected files ... .. //depot/projects/hammer/sys/conf/options.amd64#22 edit Differences ... ==== //depot/projects/hammer/sys/conf/options.amd64#22 (text+ko) ==== @@ -10,11 +10,11 @@ # Options for emulators. These should only be used at config time, so # they are handled like options for static filesystems # (see src/sys/conf/options), except for broken debugging options. -IBCS2 opt_dontuse.h -COMPAT_LINUX opt_dontuse.h -COMPAT_SVR4 opt_dontuse.h -DEBUG_SVR4 opt_svr4.h -NDISAPI opt_dontuse.h +#IBCS2 opt_dontuse.h +#COMPAT_LINUX opt_dontuse.h +#COMPAT_SVR4 opt_dontuse.h +#DEBUG_SVR4 opt_svr4.h +#NDISAPI opt_dontuse.h # Change KVM size. Changes things all over the kernel. KVA_PAGES opt_global.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403050544.i255if4V065673>