Subject: Re: p_flag in struct proc: int -> uint64_t
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 10/04/2006 10:40:23
On Oct 3, 2006, at 9:31 AM, YAMAMOTO Takashi wrote:

>>> i have an implementation of lwp-specific data.
> (attached.  i wrote it to replace l_emuldata, l_savp, etc.)
> proc-specific data can be similar except locking.

Ok, I hereby volunteer to generalize this and make it something that  
we can use with procs, lwps, and possibly sessions (I can see some  
value in extensible per-session data as well).

I'll work on it this week.

-- thorpej