diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-23 17:22:46 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-23 17:22:46 +0000 |
commit | 36e59fa04c060732853c82aa0cd12f3418925a19 (patch) | |
tree | ff9d375839e0a7ef62031e9e205a587e50664d7a /libps/ChangeLog | |
parent | f443f27e4062cee3d0a8dd36eb4a03f76343e434 (diff) |
Fri May 23 13:13:18 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* procstat.c (summarize_thread_basic_info): Don't include the
kernel's idle threads in the summation.
(summarize_thread_sched_info): Likewise.
(summarize_thread_states): Likewise.
(summarize_thread_waits): Likewise.
Diffstat (limited to 'libps/ChangeLog')
-rw-r--r-- | libps/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libps/ChangeLog b/libps/ChangeLog index 2532f972..ce082e27 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,11 @@ +Fri May 23 13:13:18 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * procstat.c (summarize_thread_basic_info): Don't include the + kernel's idle threads in the summation. + (summarize_thread_sched_info): Likewise. + (summarize_thread_states): Likewise. + (summarize_thread_waits): Likewise. + Fri Feb 28 18:11:28 1997 Miles Bader <miles@gnu.ai.mit.edu> * fmt.c (ps_fmt_squash): Deal with FIELD->spec being NULL when |