Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-05-05 | If a msg port call times out, disable use of that msg port. | Miles Bader | |
1995-05-02 | (proc_stat_set_flags, add_preconditions): Add support for the suspend_count | Miles Bader | |
field. | |||
1995-05-02 | (add_preconditions): A new function that calculates inter-flag dependencies; | Miles Bader | |
code moved here from from proc_stat_set_flags. (should_suppress_msgport): A new function that returns true when there's some condition indicating that we shouldn't use a process's msg port. (proc_stat_set_flags): Avoid using a process's msg port when it may be unusable. (proc_stat_set_flags): Set PSTAT_STATE_FORKED instead of PSTAT_STATE_EXECED. (proc_stat_state_tags): Change the user state letter to "f" from "e". | |||
1995-04-07 | Tighten up types used (i.e., don't use int for everything). | Miles Bader | |
1995-04-05 | (proc_stat_set_flags): If PSTAT_NO_MSGPORT is set, don't use the msg port. | Miles Bader | |
1995-03-29 | Don't get barf on processes with zero threads. | Miles Bader | |
1995-03-28 | Add support for the exec_flags field, and make the state bits calculation use | Miles Bader | |
that to support the PSTAT_STATE_TRACED bit. Update proc_stat_state_tags to add PSTAT_STATE_TRACED. | |||
1995-03-21 | Include <string.h>. | Michael I. Bushnell | |
1995-03-15 | Set the PSTAT_STATE_PRIORITY and PSTAT_STATE_NICED flags when appropiate. | Miles Bader | |
1995-03-14 | A proc_stat_t points to a ps_context_t now instead of directly to the proc | Miles 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-13 | Initial revision | Miles Bader | |