From owner-freebsd-commit Mon Nov 6 08:19:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA00558 for freebsd-commit-outgoing; Mon, 6 Nov 1995 08:19:30 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA00542 for cvs-all-outgoing; Mon, 6 Nov 1995 08:19:20 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA00531 for cvs-sys-outgoing; Mon, 6 Nov 1995 08:19:13 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA00513 ; Mon, 6 Nov 1995 08:18:56 -0800 Date: Mon, 6 Nov 1995 08:18:56 -0800 From: Poul-Henning Kamp Message-Id: <199511061618.IAA00513@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_sysctl.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/11/06 08:18:54 Modified: sys/sys sysctl.h sys/kern kern_sysctl.c Log: On working the new sysctl vars a bit I realized that I needed more generality. This is here now. We can now access (the new) sysctl variables from the kernel too and using functions to handle access is more sane now. I will now attack sysctl variables in the rest of the kernel and get them all converted to newspeak.