Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-04-05 | (proc_stat_set_flags): If PSTAT_NO_MSGPORT is set, don't use the msg port. | Miles Bader | |
1995-04-05 | Add the PSTAT_NO_MSGPORT flag, which when set disables any use of the | Miles Bader | |
process's message port. | |||
1995-03-29 | Don't get barf on processes with zero threads. | Miles Bader | |
1995-03-28 | Add the exec_flags field to the proc_stat structure, and add | Miles Bader | |
PSTAT_STATE_TRACED. | |||
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 <hurd/term.h>. | Michael I. Bushnell | |
1995-03-21 | (ps_write_int_field): Use int format for int arg. | Michael I. Bushnell | |
1995-03-21 | (ps_user_passwd) [COUNT, COPY]: Use `if' statement. | Michael I. Bushnell | |
1995-03-21 | Include <string.h>. | Michael I. Bushnell | |
(ps_emit_num_blocks): Use int format for int arg. (sprint_frac_value): Likewise. | |||
1995-03-21 | Include <string.h>. | Michael I. Bushnell | |
1995-03-21 | (ps_host_basic_info): Cast third arg to host_info. | Michael I. Bushnell | |
(ps_host_sched_info): Likewise. (ps_host_load_info): Likewise. | |||
1995-03-21 | Include <unistd.h>. | Michael I. Bushnell | |
1995-03-21 | Include <hurd/term.h>. | Michael I. Bushnell | |
1995-03-21 | Don't include pshost.h. | Michael I. Bushnell | |
1995-03-21 | Don't include "pshost.h". | Michael I. Bushnell | |
1995-03-21 | Initial revision | Michael I. Bushnell | |
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-15 | Set the PSTAT_STATE_PRIORITY and PSTAT_STATE_NICED flags when appropiate. | Miles Bader | |
1995-03-15 | Add the output function ps_emit_priority that prints priorities in unix- | Miles Bader | |
compatible way (that is, 20 .. -20 instead of 0 .. 24). Use this instead of ps_emit_int to print all priority fields. This also increases the min field width for them to 3. | |||
1995-03-14 | Use ps_tty_t routines instead of the ps tty_name field. | Miles Bader | |
Use ps_user_t routines instead of querying passwd or getting the owner from ps->info. Increase the width of the user name field to 8. | |||
1995-03-14 | Initial revision | Miles Bader | |
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-14 | A proc_stat_list_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). We no longer create or free proc_stat_ts; we leave that up to our ps_context, except in the case of thread proc_stats. Add the inverse of proc_stat_list_add_threads, proc_stat_list_remove_threads. | |||
1995-03-14 | Initial revision | 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-14 | Copy the correct number of fields when squashing. | Miles Bader | |
Correctly skip prefix-only fields. | |||
1995-03-13 | Initial revision | Miles Bader | |