aboutsummaryrefslogtreecommitdiff
path: root/libps
Commit message (Expand)AuthorAgeFilesLines
* (ps_std_fmt_specs): Declare extern.Miles Bader1995-08-251-1/+1
* (OBJS): Just put the migs stubs directly in here.Miles Bader1995-08-241-5/+2
* (ps_not_sess_leader_p, ps_unorphaned_p, ps_parent_p): Use the new state bits.Miles Bader1995-08-191-3/+3
* (ps_emit_state): Rearrange things to reflect the new state bits.Miles Bader1995-08-191-10/+29
* (PSTAT_STATE_*): All proc state flags reorganized and renamed toMiles Bader1995-08-191-23/+47
* (thread_state, proc_stat_set_flags): Use the new state bits.Miles Bader1995-08-191-20/+19
* Remove include dependencies.Miles Bader1995-07-081-2/+1
* (ps_tty_short_name): That assignment around which extra parents were put wasMiles Bader1995-07-081-1/+1
* Include hurd/ihash.h instead of ihash.h.Miles Bader1995-07-081-1/+2
* (ps_tty_short_name): Put extra parens around assignment inside ifMichael I. Bushnell1995-07-071-1/+1
* (ps_own_filter, ps_not_sess_leader_filter, ps_ctty_filter,Miles Bader1995-05-311-5/+5
* (ps_fmt_create): Don't mutate the format spec name in the fmt_spec list we'reMiles Bader1995-05-311-34/+22
* If a msg port call times out, disable use of that msg port.Miles Bader1995-05-051-32/+51
* Compile our own msg & term user stubs to add msg timeouts.Miles Bader1995-05-051-1/+6
* Rename ps_fmt_squash to ps_fmt_squash_flags, moving most of the guts into aMiles Bader1995-05-031-62/+78
* Add the nominal_fn field to struct ps_fmt_spec, which will be used to decideMiles Bader1995-05-031-2/+23
* (proc_stat_list_for_each): New function for iterating over proc_stat_lists.Miles Bader1995-05-031-0/+47
* (ps_std_fmt_specs): Add values for the new nominal_fn field.Miles Bader1995-05-031-33/+106
* (struct proc_stat): Add the suspend_count field, along withMiles Bader1995-05-021-14/+19
* (proc_stat_set_flags, add_preconditions): Add support for the suspend_countMiles Bader1995-05-021-0/+15
* Add the Susp (task/thread suspend count), PSusp (task suspend count), andMiles Bader1995-05-021-0/+27
* Replace PSTAT_STATE_EXECED with PSTAT_STATE_FORKED; we want to the flags markMiles Bader1995-05-021-2/+2
* (add_preconditions): A new function that calculates inter-flag dependencies;Miles Bader1995-05-021-29/+91
* Set libname.Miles Bader1995-04-231-0/+1
* Make everything depend on ps.h. Other random tweaks.Miles Bader1995-04-071-6/+4
* Tighten up types used (i.e., don't use int for everything).Miles Bader1995-04-075-19/+20
* (ps_tty_short_name): New function; functionality used to be in spec.c.Miles Bader1995-04-071-1/+70
* Add decls for proc_stat_list_add_pgrp & ps_tty_short_name.Miles Bader1995-04-071-43/+59
* (ps_emit_state): If a process is marked as stopped, then don't mentionMiles Bader1995-04-071-46/+17
* (proc_stat_list_sort1): Always keep threads after their process when sorting!Miles Bader1995-04-071-54/+70
* Add the `Arg0' spec, which is the same as `Args', but only prints the firstMiles Bader1995-04-061-2/+3
* (proc_stat_set_flags): If PSTAT_NO_MSGPORT is set, don't use the msg port.Miles Bader1995-04-051-3/+10
* Add the PSTAT_NO_MSGPORT flag, which when set disables any use of theMiles Bader1995-04-051-3/+5
* Don't get barf on processes with zero threads.Miles Bader1995-03-291-4/+6
* Add the exec_flags field to the proc_stat structure, and addMiles Bader1995-03-281-0/+5
* Add support for the exec_flags field, and make the state bits calculation useMiles Bader1995-03-281-2/+11
* Include <hurd/term.h>.Michael I. Bushnell1995-03-211-0/+1
* (ps_write_int_field): Use int format for int arg.Michael I. Bushnell1995-03-211-1/+1
* (ps_user_passwd) [COUNT, COPY]: Use `if' statement.Michael I. Bushnell1995-03-211-3/+3
* Include <string.h>.Michael I. Bushnell1995-03-211-3/+4
* Include <string.h>.Michael I. Bushnell1995-03-211-0/+1
* (ps_host_basic_info): Cast third arg to host_info.Michael I. Bushnell1995-03-211-3/+6
* Include <unistd.h>.Michael I. Bushnell1995-03-211-0/+1
* Include <hurd/term.h>.Michael I. Bushnell1995-03-211-0/+1
* Don't include pshost.h.Michael I. Bushnell1995-03-211-1/+0
* Don't include "pshost.h".Michael I. Bushnell1995-03-211-1/+0
* Initial revisionMichael I. Bushnell1995-03-211-0/+37
* * ps.h: Include <errno.h>.Michael I. Bushnell1995-03-211-0/+64
* Set the PSTAT_STATE_PRIORITY and PSTAT_STATE_NICED flags when appropiate.Miles Bader1995-03-151-0/+5
* Add the output function ps_emit_priority that prints priorities in unix-Miles Bader1995-03-151-3/+12