aboutsummaryrefslogtreecommitdiff
path: root/libps/procstat.c
Commit message (Expand)AuthorAgeFilesLines
...
* (summarize_thread_basic_info):Miles Bader1996-01-191-14/+61
* (proc_stat_set_flags): If there's no owner, set the uid to -1 (and the ownerMiles Bader1995-12-201-2/+20
* (proc_stat_set_flags):Miles Bader1995-11-081-17/+49
* (add_preconditions): Don't require PSTAT_EXEC_FLAGS for getting the stateMiles Bader1995-11-031-140/+401
* (thread_state, proc_stat_set_flags): Use the new state bits.Miles Bader1995-08-191-20/+19
* If a msg port call times out, disable use of that msg port.Miles Bader1995-05-051-32/+51
* (proc_stat_set_flags, add_preconditions): Add support for the suspend_countMiles Bader1995-05-021-0/+15
* (add_preconditions): A new function that calculates inter-flag dependencies;Miles Bader1995-05-021-29/+91
* Tighten up types used (i.e., don't use int for everything).Miles Bader1995-04-071-6/+6
* (proc_stat_set_flags): If PSTAT_NO_MSGPORT is set, don't use the msg port.Miles Bader1995-04-051-3/+10
* Don't get barf on processes with zero threads.Miles Bader1995-03-291-4/+6
* Add support for the exec_flags field, and make the state bits calculation useMiles Bader1995-03-281-2/+11
* Include <string.h>.Michael I. Bushnell1995-03-211-0/+1
* Set the PSTAT_STATE_PRIORITY and PSTAT_STATE_NICED flags when appropiate.Miles Bader1995-03-151-0/+5
* A proc_stat_t points to a ps_context_t now instead of directly to the procMiles Bader1995-03-141-53/+22
* Initial revisionMiles Bader1995-03-131-0/+419