aboutsummaryrefslogtreecommitdiff
path: root/libps/ps.h
Commit message (Expand)AuthorAgeFilesLines
* libps: Silence a warningSergey Bugaev2023-05-101-1/+1
* libps: Port to x86_64Sergey Bugaev2023-05-101-3/+4
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-081-5/+43
* Implement /proc/<pid>/exeSamuel Thibault2018-01-081-1/+10
* lib*: Fix typos in comments (found by codespell)Stefan Weil2015-01-031-1/+1
* libps: fix task/thread times fetchingRichard Braun2014-01-161-0/+1
* libps: Fix typo in the documentation of _proc_stat_create.Cyril Roelandt2012-10-221-1/+1
* fix common misspellingsJonathan Neuschäfer2011-08-201-7/+7
* Obtain number of ports in proc and libpsantrik2010-09-181-0/+4
* Document incoherency for storage of task_events_infoSamuel Thibault2010-08-311-0/+2
* libps (_proc_stat_free): Fix memory leakJeremie Koenig2010-08-261-1/+3
* auth/Marcus Brinkmann2004-03-011-4/+4
* 2002-05-13 Roland McGrath <roland@frob.com>Roland McGrath2002-05-131-1/+1
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-8/+8
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2001-12-311-3/+3
* 2001-03-29 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-03-311-1/+1
* 1999-06-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-021-9/+19
* (struct ps):Miles Bader1996-10-081-133/+140
* (struct ps_fmt): Add SRC_LEN field.Miles Bader1996-06-271-0/+9
* (struct proc_stat): Add PROC_INFO_VM_ALLOCED, THREAD_WAITS_VM_ALLOCED, andMiles Bader1996-06-031-0/+5
* (struct ps_fmt_specs): The EXPANSIONS field now points to a structMiles Bader1996-06-021-2/+1
* Renumber PSTAT_ values to remove dup.Miles Bader1996-05-291-16/+16
* (PSTAT_THREAD_WAITS): New macro.Miles Bader1996-05-131-2/+10
* (ps_user_uname_create, ps_user_passwd_create): New declarations.Miles Bader1996-05-071-30/+62
* (ps_fmt_creation_error): new declaration.Miles Bader1996-05-021-0/+5
* (PSTAT_STATE_P_ATTRS): Fix names of individual flags.Miles Bader1996-04-231-5/+5
* (struct ps_fmt_specs): Add EXPANSIONS & EXPANSIONS_ALLOCED.Miles Bader1996-03-261-228/+208
* (ps_alive_filter): New declaration.Miles Bader1996-02-151-18/+38
* (struct proc_stat): Add thread_wait, thread_waits, & thread_waits_len fields.Miles Bader1996-02-131-4/+20
* (ps_getter_t, ps_filter_t, struct ps_filter, ps_not_leader_filter,Miles Bader1996-02-091-9/+9
* (struct ps_user_hooks): New structure.Miles Bader1996-01-191-16/+66
* (proc_stat_owner_uid): New macro.Miles Bader1995-12-201-6/+9
* (ps_fmt_write_titles, ps_fmt_write_proc_stat, proc_stat_list_fmt,Miles Bader1995-11-201-44/+55
* (PSTAT_STATE_P_LOGINLDR, PSTAT_STATE_P_WAIT, PSTAT_STATE_P_GETMSG): New flags.Miles Bader1995-11-031-56/+74
* (ps_std_fmt_specs): Declare extern.Miles Bader1995-08-251-1/+1
* (PSTAT_STATE_*): All proc state flags reorganized and renamed toMiles Bader1995-08-191-23/+47
* Include hurd/ihash.h instead of ihash.h.Miles Bader1995-07-081-1/+2
* (ps_own_filter, ps_not_sess_leader_filter, ps_ctty_filter,Miles Bader1995-05-311-5/+5
* Add the nominal_fn field to struct ps_fmt_spec, which will be used to decideMiles Bader1995-05-031-2/+23
* (struct proc_stat): Add the suspend_count field, along withMiles Bader1995-05-021-14/+19
* Replace PSTAT_STATE_EXECED with PSTAT_STATE_FORKED; we want to the flags markMiles Bader1995-05-021-2/+2
* Add decls for proc_stat_list_add_pgrp & ps_tty_short_name.Miles Bader1995-04-071-43/+59
* Add the PSTAT_NO_MSGPORT flag, which when set disables any use of theMiles Bader1995-04-051-3/+5
* Add the exec_flags field to the proc_stat structure, and addMiles Bader1995-03-281-0/+5
* * ps.h: Include <errno.h>.Michael I. Bushnell1995-03-211-0/+64
* Added the new types ps_context_t, ps_user_t, and ps_tty_t.Miles Bader1995-03-141-28/+159
* Initial revisionMiles Bader1995-03-131-0/+605