summaryrefslogtreecommitdiff
path: root/libps/procstat.c
AgeCommit message (Collapse)Author
1995-03-29Don't get barf on processes with zero threads.Miles Bader
1995-03-28Add support for the exec_flags field, and make the state bits calculation useMiles Bader
that to support the PSTAT_STATE_TRACED bit. Update proc_stat_state_tags to add PSTAT_STATE_TRACED.
1995-03-21Include <string.h>.Michael I. Bushnell
1995-03-15Set the PSTAT_STATE_PRIORITY and PSTAT_STATE_NICED flags when appropiate.Miles Bader
1995-03-14A proc_stat_t points to a ps_context_t now instead of directly to the procMiles Bader
server (but we can get the proc server from the context). Added the owner (ps_user_t) field to proc_stat_t, and tty now points to a ps_tty_t instead of to a tty port; tty_name is deleted since that gets handled in the ps_tty_t.
1995-03-13Initial revisionMiles Bader