Subject: Re: p_flag in struct proc: int -> uint64_t
To: None <elad@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 10/04/2006 11:34:39
> > i have an implementation of lwp-specific data.
> 
> The features I'm implementing are process-wide (for example, whether the
> process has address space layout randomization).
> 
> Is your code suitable for that?

no.  i said "proc-specific data can be similar except locking."

YAMAMOTO Takashi