Subject: PR/32809 CVS commit: [netbsd-3] src/sys
To: None <pavel@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 04/07/2006 12:35:02
The following reply was made to PR kern/32809; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32809 CVS commit: [netbsd-3] src/sys
Date: Fri,  7 Apr 2006 12:31:52 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Fri Apr  7 12:31:52 UTC 2006
 
 Modified Files:
 	src/sys/kern [netbsd-3]: init_sysctl.c
 	src/sys/sys [netbsd-3]: proc.h
 
 Log Message:
 Pull up following revision(s) (requested by pavel in ticket #1244):
 	sys/sys/lwp.h: revision 1.36 via patch
 	sys/sys/proc.h: revision 1.219 via patch
 	sys/kern/init_sysctl.c: revision 1.65 via patch
 PR/32809: Pavel Cahyna: Conflicting flags in l_flag and p_flag are causing
 ps(1) to print incorrect information. Annotate the flags in the header files
 to make sure that flags are not being re-used and move flags so that there
 are no conflicts.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.36.2.6 -r1.36.2.7 src/sys/kern/init_sysctl.c
 cvs rdiff -r1.197.2.2 -r1.197.2.3 src/sys/sys/proc.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.