From owner-freebsd-commit Thu Nov 9 12:22:42 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04965 for freebsd-commit-outgoing; Thu, 9 Nov 1995 12:22:42 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04948 for cvs-all-outgoing; Thu, 9 Nov 1995 12:22:38 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04937 for cvs-sys-outgoing; Thu, 9 Nov 1995 12:22:30 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA04912 ; Thu, 9 Nov 1995 12:22:15 -0800 Date: Thu, 9 Nov 1995 12:22:15 -0800 From: Poul-Henning Kamp Message-Id: <199511092022.MAA04912@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_sysctl.c kern_xxx.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/11/09 12:22:13 Modified: sys/sys libkern.h sysctl.h Log: Add qsort prototype. Add userland_sysctl prototype. Modified: sys/kern kern_sysctl.c kern_xxx.c Log: Make the old compat functions use the sysctl front door, rather than crashing through the walls. This should save Peters blood pressure and netscapes uname call.