Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/01/2006 00:57:34
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.