From owner-cvs-all Wed Jul 25 10:21:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A090237B403; Wed, 25 Jul 2001 10:21:19 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6PHLJt36695; Wed, 25 Jul 2001 10:21:19 -0700 (PDT) (envelope-from roam) Message-Id: <200107251721.f6PHLJt36695@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 25 Jul 2001 10:21:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/sys sysctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/07/25 10:21:19 PDT Modified files: sys/kern kern_sysctl.c sys/sys sysctl.h Log: Make dynamic sysctl entries start at 0x100, not decimal 100 - there are static entries with oid's over 100, and defining enough dynamic entries causes an overlap. Move the "magic" value 0x100 into where it belongs. PR: 29131 Submitted by: "Alexander N. Kabaev" Reviewed by: -arch, -audit MFC after: 2 weeks Revision Changes Path 1.112 +7 -3 src/sys/kern/kern_sysctl.c 1.98 +7 -1 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message