diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-02 06:24:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-02 06:24:44 +0000 |
commit | 6b99f1d801f2cfb22d6060d9b5bd52b22923ae8c (patch) | |
tree | 18148439ac69a6d27e0a415aed740993f2087054 /libps | |
parent | 4a4796ab4f9d43989e2b89fe4f98a8c7f69e80d7 (diff) |
.
Diffstat (limited to 'libps')
-rw-r--r-- | libps/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libps/ChangeLog b/libps/ChangeLog index d8192db4..a810dbbb 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,14 @@ +1999-06-02 Roland McGrath <roland@baalperazim.frob.com> + + * ps.h (PSTAT_ENV): New macro. + (struct proc_stat): New members `env', `env_len', `env_vm_alloced'. + (proc_stat_env, proc_stat_env_len): New accessor macros. + (PSTAT_USER_BASE): Increase value to leave more room for additions. + * procstat.c (proc_stat_set_flags): Handle environment. + (_proc_stat_free): Likewise. + * spec.c (ps_get_env, ps_env_getter): New function and constant. + (specs): New spec "Env" using ps_env_getter and ps_emit_args. + 1999-05-29 Roland McGrath <roland@baalperazim.frob.com> * spec.c (ps_emit_past_time, ps_emit_minutes): Fix return type of |