diff options
-rw-r--r-- | libps/ChangeLog | 13 | ||||
-rw-r--r-- | utils/ChangeLog | 9 |
2 files changed, 22 insertions, 0 deletions
diff --git a/libps/ChangeLog b/libps/ChangeLog index 72147552..d8192db4 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,16 @@ +1999-05-29 Roland McGrath <roland@baalperazim.frob.com> + + * spec.c (ps_emit_past_time, ps_emit_minutes): Fix return type of + getter fn (int to void). + + * context.c (ps_context_free): Don't call ihash_free on PC->procs + twice! Instead, call it on ttys, ttys_by_cttyid, and users. + + * spec.c (ps_get_start_time, ps_start_time_getter): New function and + constant to report task_basic_info.creation_time time stamp via + "start_time" spec. + (specs): Add "Start" fmt for it. + 1998-10-19 Roland McGrath <roland@baalperazim.frob.com> * fmt.c (_fmt_create): Add braces to silence gcc warning. diff --git a/utils/ChangeLog b/utils/ChangeLog index e631a9d2..bf6d05f3 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,12 @@ +1999-05-29 Roland McGrath <roland@baalperazim.frob.com> + + * w.c (fetch_boot_time): New function. Use libps to get + task_basic_info for PID 1 (init); its creation_time is "boot time". + (uptime): Use it, instead of stat'ing /var/run/uptime. + + * ps.c (output_fmts): Add %start and %time specs before %command + in "user" (ps -u) format. + 1999-05-16 Roland McGrath <roland@baalperazim.frob.com> * portinfo.c (parse_task): Fail with appropriate error message if the |