From owner-freebsd-hackers Fri Feb 20 00:45:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11094 for freebsd-hackers-outgoing; Fri, 20 Feb 1998 00:45:31 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11089 for ; Fri, 20 Feb 1998 00:45:28 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id IAA07911 for ; Fri, 20 Feb 1998 08:45:22 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id JAA00254; Fri, 20 Feb 1998 09:45:22 +0100 (MET) Message-ID: <19980220094522.50936@follo.net> Date: Fri, 20 Feb 1998 09:45:22 +0100 From: Eivind Eklund To: hackers@FreeBSD.ORG Subject: Adding sysctls Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I thought turning some of the kernel options into sysctls would be a forward-looking project, but I've run into a snag: Where do I add them? Example: I'm trying to convert the SPX_HACK option into the sysctl ".ibcs2_spx_hack". I was planning to make "user", but it seems "user.*" sysctls are defined in /sys/kern/kern_mib.c. How is the intended direction forward for this? Should I just extend the "user." space to include this, also breaking the present kern_mib limitation? Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message