cvs commit: src/share/man/man9 mutex.9 sx.9

Eivind Eklund eivind at FreeBSD.org
Sun Jan 4 14:42:49 PST 2004


On Sun, Jan 04, 2004 at 05:12:21PM +1100, Bruce Evans wrote:
> On Sat, 3 Jan 2004, Scott Long wrote:
> 
> > M. Warner Losh wrote:
> > > In message: <20040103111653.D317F16A4CF at hub.freebsd.org>
> > >             jkoshy at FreeBSD.org (Joseph Koshy) writes:
> > > : How does one communicate information about a kernel configuration
> > > : to the KLD build?  I'm getting by now by manually `#define'ing the
> > > : relevant CPP symbols, but am looking for a better solution.
> 
> For INVARIANTS, always use INVARIANT_SUPPORT in kernels (this shouldn't
> be optional),

This was implemented as an option because serious use of invariants tends 
to increase the size of data structures etc, and to provide extra hooks 
that waste codespace (not that significant any more).

Eivind.


More information about the freebsd-hackers mailing list