diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 |