aboutsummaryrefslogtreecommitdiff
path: root/libps/host.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-4/+4
| | | | | | | | | * 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>Roland McGrath2001-12-311-4/+4
| | | | | * host.c (ps_get_host): Use mach_port_t instead of host_t. * ps.h: Update decl.
* 2001-03-29 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-03-311-18/+20
| | | | | | | | * host.c: Fix comments. (ps_host_basic_info): Make INITIALIZED static; otherwise we never cache BUF. Do not initalize static variables to 0. (ps_host_sched_info): Likewise. * ps.h: Doc fix.
* Get rid of mega typedefs, and just use structure pointers like other hurdMiles Bader1996-03-261-14/+14
| | | | libraries. Other misc cleanups.
* (ps_host_basic_info): Cast third arg to host_info.Michael I. Bushnell1995-03-211-3/+6
| | | | | (ps_host_sched_info): Likewise. (ps_host_load_info): Likewise.
* Don't include "pshost.h".Michael I. Bushnell1995-03-211-1/+0
|
* Initial revisionMiles Bader1995-03-131-0/+110