Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2002 20:07:52 +0100
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Robert Watson <rwatson@FreeBSD.ORG>
Cc:        current@FreeBSD.ORG
Subject:   Re: turning off malloc's AJ by default 
Message-ID:  <64165.1016996872@critter.freebsd.dk>
In-Reply-To: Your message of "Sun, 24 Mar 2002 13:59:56 EST." <Pine.NEB.3.96L.1020324134931.47668j-100000@fledge.watson.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.NEB.3.96L.1020324134931.47668j-100000@fledge.watson.org>, Robe
rt Watson writes:


>Something that phk and I have discussed out-of-band is the idea of keying
>phkmalloc behavior to kernel selection.  I.e., exposing a policy sysctl
>from the kernel, keyed to the kernel identity/option, causing phkmalloc to
>behave different based on the kernel selection.  This would allow DEBUG to
>turn on maximal debugging, but GENERIC to have phkmalloc behave "like a
>release".

I said this as possible with a sysctl, I still think it is moderately
disgusting though.  You can do the same thing more visible by having
/etc/rc* fiddle /etc/malloc.conf based on uname(1).

>We will actually be offering at least three seperate kernels on the DP cd:
>
>- GENERIC, which resembles a normal release GENERIC
>- DEBUG, which has uber-debugging features
>- NEWCARD, which offers the NEWCARD feature set

I would expect the three planned DP's to have these properties:

	One DEBUG kernel with:
		INVARIANTS
		WITNESS
		DDB
	One GENERIC kernel with:
		INVARIANTS
		DDB
	Userland:
		DP1 + DP2: malloc AJ
		DP3: malloc A

Now, I also have to say that I'm not going to do any of this, so
this will be my last email on the topic:  Do whatever you think is
the right thing to do.
	
-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?64165.1016996872>