Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys
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.
Home |
Main Index |
Thread Index |
Old Index