Subject: Re: Replacing the sysctl() interface.
To: Chris G. Demetriou <cgd@sibyte.com>
From: None <itojun@iijlab.net>
List: tech-kern
Date: 06/06/2000 00:39:43
>really, somebody should go look at the way freebsd has done their
>automatic-addition-of-stuff (grep for DECLARE), and use a bunch of it.

	I really don't like the way freebsd did about malloc types, sysctls
	and kernel internal initialization ordering (based on special
	linker symbol).  it is too hard to track down mistakes in those
	declarations.  I wasted enough time debugging linker hack mistakes.
	I give my vote to current netbsd way than freebsd way.

itojun