Subject: Re: ASLR patch
To: Andrew Doran <ad@netbsd.org>
From: Elad Efrat <elad@NetBSD.org>
List: tech-kern
Date: 12/27/2007 01:34:38
Andrew Doran wrote:

> Specificdata isn't usually appropriate for non-3rd party / core components
> of the system because it adds a lot of overhead; in this case I think a
> flagbit would do just as well.

The original implementation had a flagbit, but others requested that PaX
features (MPROTECT, ASLR, and SegvGuard) use specificdata(9) instead of
wasting bits.

-e.