From owner-cvs-sys Mon Jun 10 09:24:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA22664 for cvs-sys-outgoing; Mon, 10 Jun 1996 09:24:03 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA22633; Mon, 10 Jun 1996 09:23:44 -0700 (PDT) Date: Mon, 10 Jun 1996 09:23:44 -0700 (PDT) From: Nate Williams Message-Id: <199606101623.JAA22633@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys sysctl.h src/sys/kern kern_sysctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/10 09:23:43 Modified: sys/kern kern_sysctl.c sys/sys sysctl.h Log: Implemented 'kern_sysctl', which differs from 'userland_sysctl' in that it assumes all of the data exists in the kernel. Also, fix sysctl_new-kernel (unused until now) which had reversed operands to bcopy(). Reviewed by: phk Poul writes: ... actually the lock/sleep/wakeup cruft shouldn't be needed in the kernel version I think, but just leave it there for now. Revision Changes Path 1.64 +63 -5 src/sys/kern/kern_sysctl.c 1.42 +2 -1 src/sys/sys/sysctl.h