Subject: PR/32809 CVS commit: src/sys
To: None <pavel@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 04/01/2006 01:00:04
The following reply was made to PR kern/32809; it has been noted by GNATS.
From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/32809 CVS commit: src/sys
Date: Sat, 1 Apr 2006 00:57:34 +0000 (UTC)
Module Name: src
Committed By: christos
Date: Sat Apr 1 00:57:34 UTC 2006
Modified Files:
src/sys/kern: init_sysctl.c
src/sys/sys: lwp.h proc.h
Log Message:
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.64 -r1.65 src/sys/kern/init_sysctl.c
cvs rdiff -r1.35 -r1.36 src/sys/sys/lwp.h
cvs rdiff -r1.218 -r1.219 src/sys/sys/proc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.