Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/23/2000 08:54:07
Module Name: basesrc
Committed By: simonb
Date: Mon Oct 23 05:54:07 UTC 2000
Modified Files:
basesrc/bin/ps: print.c ps.1
Log Message:
Add a K flag to the state information - K is for kernel thread or system
process (ie, P_SYSTEM set in p_flag). The L flag (locked in core) is
only used for non-P_SYSTEM processes.
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 basesrc/bin/ps/print.c
cvs rdiff -r1.38 -r1.39 basesrc/bin/ps/ps.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.