aboutsummaryrefslogtreecommitdiff
path: root/libps
Commit message (Expand)AuthorAgeFilesLines
* (installhdrsubdir): New macro (put ps.h in <>, not <hurd/>).Miles Bader1996-01-191-0/+1
* (ps_context_create): Initialize USER_HOOKS field.Miles Bader1996-01-191-0/+1
* (ps_fmt_create):Miles Bader1996-01-191-8/+35
* (summarize_thread_basic_info):Miles Bader1996-01-191-14/+61
* (struct ps_user_hooks): New structure.Miles Bader1996-01-191-16/+66
* (ps_emit_nz_int):Miles Bader1995-12-211-16/+42
* (ps_not_leader_p): Renamed from ps_not_sess_leader_p.Miles Bader1995-12-211-11/+14
* (proc_stat_set_flags): If there's no owner, set the uid to -1 (and the ownerMiles Bader1995-12-201-2/+20
* (proc_stat_owner_uid): New macro.Miles Bader1995-12-201-6/+9
* (proc_stat_list_fmt): Use new write function names.Miles Bader1995-11-201-18/+8
* (ps_emit_int, ps_emit_nz_int, ps_emit_priority,Miles Bader1995-11-201-40/+43
* (ps_stream_write): Renamed from ps_write_string.Miles Bader1995-11-201-54/+87
* (ps_fmt_write_titles, ps_fmt_write_proc_stat): Use new write function names.Miles Bader1995-11-201-8/+7
* (ps_fmt_write_titles, ps_fmt_write_proc_stat, proc_stat_list_fmt,Miles Bader1995-11-201-44/+55
* (ps_base_priority_getter, ps_cur_priority_getter, ps_get_base_priority,Miles Bader1995-11-081-4/+4
* (proc_stat_set_flags):Miles Bader1995-11-081-17/+49
* (add_preconditions): Don't require PSTAT_EXEC_FLAGS for getting the stateMiles Bader1995-11-031-140/+401
* (ps_own_filter): Use PSTAT_PROC_INFO, not PSTAT_INFO.Miles Bader1995-11-031-2/+2
* (ps_rpc_getter): New variable.Miles Bader1995-11-031-30/+53
* (PSTAT_STATE_P_LOGINLDR, PSTAT_STATE_P_WAIT, PSTAT_STATE_P_GETMSG): New flags.Miles Bader1995-11-031-56/+74
* Specify shared library dependencies.Roland McGrath1995-10-091-0/+2
* (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