Date: Sun, 12 Nov 1995 11:52:11 -0800 From: Poul-Henning Kamp <phk> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys sysctl.h Message-ID: <199511121952.LAA26835@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511121952.LAA26835>