Subject: Re: CVS commit: src/sys
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Pavel Cahyna <pavel@NetBSD.org>
List: source-changes
Date: 02/18/2007 09:47:34
On Sun, Feb 18, 2007 at 06:46:25PM +0900, YAMAMOTO Takashi wrote:
> > Log Message:
> > Change the process/lwp flags seen by userland via sysctl back to the
> > P_*/L_* naming convention, and rename the in-kernel flags to avoid
> > conflict. (P_ -> PK_, L_ -> LW_ ). Add back the (now unused) LSDEAD
> > constant.
> > 
> > Restores source compatibility with pre-newlock2 tools like ps or top.
> > 
> > Reviewed by Andrew Doran.
> 
> what's W in LW_ ?

As in LWP.

Pavel Cahyna