Age | Commit message (Expand) | Author |
1995-10-09 | Specify shared library dependencies. | Roland McGrath |
1995-08-25 | (ps_std_fmt_specs): Declare extern. | Miles Bader |
1995-08-24 | (OBJS): Just put the migs stubs directly in here. | Miles Bader |
1995-08-19 | (ps_not_sess_leader_p, ps_unorphaned_p, ps_parent_p): Use the new state bits. | Miles Bader |
1995-08-19 | (ps_emit_state): Rearrange things to reflect the new state bits. | Miles Bader |
1995-08-19 | (PSTAT_STATE_*): All proc state flags reorganized and renamed to | Miles Bader |
1995-08-19 | (thread_state, proc_stat_set_flags): Use the new state bits. | Miles Bader |
1995-07-08 | Remove include dependencies. | Miles Bader |
1995-07-08 | (ps_tty_short_name): That assignment around which extra parents were put was | Miles Bader |
1995-07-08 | Include hurd/ihash.h instead of ihash.h. | Miles Bader |
1995-07-07 | (ps_tty_short_name): Put extra parens around assignment inside if | Michael I. Bushnell |
1995-05-31 | (ps_own_filter, ps_not_sess_leader_filter, ps_ctty_filter, | Miles Bader |
1995-05-31 | (ps_fmt_create): Don't mutate the format spec name in the fmt_spec list we're | Miles Bader |
1995-05-05 | If a msg port call times out, disable use of that msg port. | Miles Bader |
1995-05-05 | Compile our own msg & term user stubs to add msg timeouts. | Miles Bader |
1995-05-03 | Rename ps_fmt_squash to ps_fmt_squash_flags, moving most of the guts into a | Miles Bader |
1995-05-03 | Add the nominal_fn field to struct ps_fmt_spec, which will be used to decide | Miles Bader |
1995-05-03 | (proc_stat_list_for_each): New function for iterating over proc_stat_lists. | Miles Bader |
1995-05-03 | (ps_std_fmt_specs): Add values for the new nominal_fn field. | Miles Bader |
1995-05-02 | (struct proc_stat): Add the suspend_count field, along with | Miles Bader |
1995-05-02 | (proc_stat_set_flags, add_preconditions): Add support for the suspend_count | Miles Bader |
1995-05-02 | Add the Susp (task/thread suspend count), PSusp (task suspend count), and | Miles Bader |
1995-05-02 | Replace PSTAT_STATE_EXECED with PSTAT_STATE_FORKED; we want to the flags mark | Miles Bader |
1995-05-02 | (add_preconditions): A new function that calculates inter-flag dependencies; | Miles Bader |
1995-04-23 | Set libname. | Miles Bader |
1995-04-07 | Make everything depend on ps.h. Other random tweaks. | Miles Bader |
1995-04-07 | Tighten up types used (i.e., don't use int for everything). | Miles Bader |
1995-04-07 | (ps_tty_short_name): New function; functionality used to be in spec.c. | Miles Bader |
1995-04-07 | Add decls for proc_stat_list_add_pgrp & ps_tty_short_name. | Miles Bader |
1995-04-07 | (ps_emit_state): If a process is marked as stopped, then don't mention | Miles Bader |
1995-04-07 | (proc_stat_list_sort1): Always keep threads after their process when sorting! | Miles Bader |
1995-04-06 | Add the `Arg0' spec, which is the same as `Args', but only prints the first | Miles Bader |
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 |
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 |
1995-03-28 | Add support for the exec_flags field, and make the state bits calculation use | Miles Bader |
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 |
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 |
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 |
1995-03-15 | Set the PSTAT_STATE_PRIORITY and PSTAT_STATE_NICED flags when appropiate. | Miles Bader |