Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/conf Pull up revision 1.663 (requested by atatat in...



details:   https://anonhg.NetBSD.org/src/rev/5a5b565170b8
branches:  netbsd-2-0
changeset: 560313:5a5b565170b8
user:      jdc <jdc%NetBSD.org@localhost>
date:      Thu Apr 08 19:31:18 2004 +0000

description:
Pull up revision 1.663 (requested by atatat in ticket #86)

Create opt_sysctl.h which will hold sysctl related options.  I suspect
most of these won't be used (well, the description related one will
be), but it's good to formalize things.

diffstat:

 sys/conf/files |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r e0958676f783 -r 5a5b565170b8 sys/conf/files
--- a/sys/conf/files    Thu Apr 08 03:50:22 2004 +0000
+++ b/sys/conf/files    Thu Apr 08 19:31:18 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.662 2004/03/28 22:43:56 matt Exp $
+#      $NetBSD: files,v 1.662.2.1 2004/04/08 19:31:18 jdc Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -158,6 +158,12 @@
 #
 defflag                                USERCONF
 
+# sysctl related
+#
+defflag opt_sysctl.h           SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
+                               SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
+                               SYSCTL_NO_DESCR
+
 #
 # Not entirely MI, but present on multiple arch's
 #



Home | Main Index | Thread Index | Old Index