From owner-cvs-sys Sun Nov 12 11:52:21 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26870 for cvs-sys-outgoing; Sun, 12 Nov 1995 11:52:21 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26835 ; Sun, 12 Nov 1995 11:52:11 -0800 Date: Sun, 12 Nov 1995 11:52:11 -0800 From: Poul-Henning Kamp Message-Id: <199511121952.LAA26835@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys sysctl.h Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk phk 95/11/12 11:52:11 Modified: sys/i386/i386 machdep.c sys/kern kern_clock.c kern_sysctl.c sys/sys sysctl.h Log: The entire sysctl callback to read/write version. I havn't tested this as much as I'd like to, but the malloc stunt I tried for an interim for sure does worse. Now we can read and write from any kind of address-space, not only user and kernel, using callbacks. This may be over-generalization for now, but it's actually simpler.