Subject: Re: CVS commit: src/sys
To: Christos Zoulas <christos@netbsd.org>
From: Pavel Cahyna <pavel@NetBSD.org>
List: source-changes
Date: 03/31/2006 22:23:43
On Sun, Mar 05, 2006 at 07:21:38AM +0000, Christos Zoulas wrote:
> cvs rdiff -r1.213 -r1.214 src/sys/sys/proc.h

The newly added P_SYSCALL flag conflicts with the old P_INMEM.
Unfortunately P_INMEM is still set in the the data returned by
sysctl (kinfo_proc2.p_flag field) to userland. This will confuse
userland utilities in a similar way as in pr 32809. I propose
changing P_SYSCALL to something nonconflicting, like 0x02000000.

Bye	Pavel