From a0383eff42f9de92c02af24cc093f9e84933119a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 5 Jun 2002 23:29:47 +0000 Subject: . --- hurd/ChangeLog | 5 +++++ libps/ChangeLog | 8 ++++++++ proc/ChangeLog | 5 +++++ 3 files changed, 18 insertions(+) diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 792d024f..475652f3 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,8 @@ +2002-06-05 Roland McGrath + + * hurd_types.h (struct procinfo): New member `taskevents'. + (PI_FETCH_TASKEVENTS): New macro. + 2002-05-23 Roland McGrath * newterm.defs: Add routine keywords. diff --git a/libps/ChangeLog b/libps/ChangeLog index 71337a2a..43985cac 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,11 @@ +2002-06-05 Roland McGrath + + * procstat.c (fetch_procinfo): Use PI_FETCH_TASKEVENTS. + (add_preconditions): PSTAT_TASK_EVENTS no longer needs PSTAT_TASK. + (PSTAT_PROCINFO_TASK): Add PSTAT_TASK_EVENTS to the mask. + (PSTAT_PROCINFO_MERGE): Here too. + (proc_stat_set_flags): Don't use task_info for PSTAT_TASK_EVENTS. + 2002-06-04 James A. Morrison * spec.c (sprint_frac_value): Added case for values between 1000 and diff --git a/proc/ChangeLog b/proc/ChangeLog index a21a7b7b..ae03a4e4 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,8 @@ +2002-06-05 Roland McGrath + + * info.c (S_proc_getprocinfo): If PI_FETCH_TASKEVENTS is set in *FLAGS, + fill in PI->taskevents using task_info with TASK_EVENTS_INFO. + 2002-05-07 Roland McGrath * host.c (S_proc_setexecdata, S_proc_getexecdata): u_int -> size_t -- cgit v1.2.3