summaryrefslogtreecommitdiff
path: root/libps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-08 09:28:28 +0000
committerRoland McGrath <roland@gnu.org>2002-05-08 09:28:28 +0000
commit3a9ca55bf348e7ba8450fa32860be1a8a358e562 (patch)
treea71ebde4a35c85643ecf1912c9b52cdecee947e5 /libps
parent94ae465a44066c95031af93aac00ccdd9eb99e5e (diff)
.
Diffstat (limited to 'libps')
-rw-r--r--libps/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libps/ChangeLog b/libps/ChangeLog
index 034a8b408..18f585098 100644
--- a/libps/ChangeLog
+++ b/libps/ChangeLog
@@ -1,3 +1,19 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * context.c (ps_context_find_tty_by_cttyid): int -> mach_port_t
+ * proclist.c (proc_stat_list_add_all): unsigned -> size_t
+ (proc_stat_list_add_login_coll): Likewise.
+ (proc_stat_list_add_session): Likewise.
+ (proc_stat_list_add_fn_pids): Likewise.
+ (proc_stat_list_add_id_fn_pids): Likewise.
+
+ * host.c (ps_host_basic_info): int -> size_t
+ (ps_host_basic_info, ps_host_load_info): Likewise.
+ * ps.h: Update decls.
+ (struct proc_stat): unsigned -> size_t for task_events_info_size,
+ args_len, env_len.
+ * procstat.c (summarize_thread_waits): Fix argument type.
+
2001-12-31 Roland McGrath <roland@frob.com>
* host.c (ps_get_host): Use mach_port_t instead of host_t.