Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-03-28 | Add the exec_flags field to the proc_stat structure, and add | Miles Bader | |
PSTAT_STATE_TRACED. | |||
1995-03-21 | * ps.h: Include <errno.h>. | Michael I. Bushnell | |
(ps_get_host, ps_host_basic_info, ps_host_sched_info, ps_host_load_info): Copied here from pshost.h. (ps_write_string, ps_write_spaces, ps_write_padding, ps_write_field, ps_write_int_field): Copied here from pswrite.h | |||
1995-03-14 | Added the new types ps_context_t, ps_user_t, and ps_tty_t. | Miles Bader | |
proc_stat_list_t's and proc_stat_t's point to a ps_context_t now instead of directly to the proc 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. Add the inverse of proc_stat_list_add_threads, proc_stat_list_remove_threads. | |||
1995-03-13 | Initial revision | Miles Bader | |