| Commit message (Expand) | Author | Age | Files | Lines |
* | libps: Silence a warning | Sergey Bugaev | 2023-05-10 | 1 | -1/+1 |
* | libps: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -3/+4 |
* | Further modernize Hurd code by enforcing strict prototypes and no implicit fu... | Flavio Cruz | 2023-04-08 | 1 | -5/+43 |
* | Implement /proc/<pid>/exe | Samuel Thibault | 2018-01-08 | 1 | -1/+10 |
* | lib*: Fix typos in comments (found by codespell) | Stefan Weil | 2015-01-03 | 1 | -1/+1 |
* | libps: fix task/thread times fetching | Richard Braun | 2014-01-16 | 1 | -0/+1 |
* | libps: Fix typo in the documentation of _proc_stat_create. | Cyril Roelandt | 2012-10-22 | 1 | -1/+1 |
* | fix common misspellings | Jonathan Neuschäfer | 2011-08-20 | 1 | -7/+7 |
* | Obtain number of ports in proc and libps | antrik | 2010-09-18 | 1 | -0/+4 |
* | Document incoherency for storage of task_events_info | Samuel Thibault | 2010-08-31 | 1 | -0/+2 |
* | libps (_proc_stat_free): Fix memory leak | Jeremie Koenig | 2010-08-26 | 1 | -1/+3 |
* | auth/ | Marcus Brinkmann | 2004-03-01 | 1 | -4/+4 |
* | 2002-05-13 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-13 | 1 | -1/+1 |
* | 2002-05-07 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-08 | 1 | -8/+8 |
* | 2001-12-31 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-12-31 | 1 | -3/+3 |
* | 2001-03-29 Neal H Walfield <neal@cs.uml.edu> | Roland McGrath | 2001-03-31 | 1 | -1/+1 |
* | 1999-06-02 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-06-02 | 1 | -9/+19 |
* | (struct ps): | Miles Bader | 1996-10-08 | 1 | -133/+140 |
* | (struct ps_fmt): Add SRC_LEN field. | Miles Bader | 1996-06-27 | 1 | -0/+9 |
* | (struct proc_stat): Add PROC_INFO_VM_ALLOCED, THREAD_WAITS_VM_ALLOCED, and | Miles Bader | 1996-06-03 | 1 | -0/+5 |
* | (struct ps_fmt_specs): The EXPANSIONS field now points to a struct | Miles Bader | 1996-06-02 | 1 | -2/+1 |
* | Renumber PSTAT_ values to remove dup. | Miles Bader | 1996-05-29 | 1 | -16/+16 |
* | (PSTAT_THREAD_WAITS): New macro. | Miles Bader | 1996-05-13 | 1 | -2/+10 |
* | (ps_user_uname_create, ps_user_passwd_create): New declarations. | Miles Bader | 1996-05-07 | 1 | -30/+62 |
* | (ps_fmt_creation_error): new declaration. | Miles Bader | 1996-05-02 | 1 | -0/+5 |
* | (PSTAT_STATE_P_ATTRS): Fix names of individual flags. | Miles Bader | 1996-04-23 | 1 | -5/+5 |
* | (struct ps_fmt_specs): Add EXPANSIONS & EXPANSIONS_ALLOCED. | Miles Bader | 1996-03-26 | 1 | -228/+208 |
* | (ps_alive_filter): New declaration. | Miles Bader | 1996-02-15 | 1 | -18/+38 |
* | (struct proc_stat): Add thread_wait, thread_waits, & thread_waits_len fields. | Miles Bader | 1996-02-13 | 1 | -4/+20 |
* | (ps_getter_t, ps_filter_t, struct ps_filter, ps_not_leader_filter, | Miles Bader | 1996-02-09 | 1 | -9/+9 |
* | (struct ps_user_hooks): New structure. | Miles Bader | 1996-01-19 | 1 | -16/+66 |
* | (proc_stat_owner_uid): New macro. | Miles Bader | 1995-12-20 | 1 | -6/+9 |
* | (ps_fmt_write_titles, ps_fmt_write_proc_stat, proc_stat_list_fmt, | Miles Bader | 1995-11-20 | 1 | -44/+55 |
* | (PSTAT_STATE_P_LOGINLDR, PSTAT_STATE_P_WAIT, PSTAT_STATE_P_GETMSG): New flags. | Miles Bader | 1995-11-03 | 1 | -56/+74 |
* | (ps_std_fmt_specs): Declare extern. | Miles Bader | 1995-08-25 | 1 | -1/+1 |
* | (PSTAT_STATE_*): All proc state flags reorganized and renamed to | Miles Bader | 1995-08-19 | 1 | -23/+47 |
* | Include hurd/ihash.h instead of ihash.h. | Miles Bader | 1995-07-08 | 1 | -1/+2 |
* | (ps_own_filter, ps_not_sess_leader_filter, ps_ctty_filter, | Miles Bader | 1995-05-31 | 1 | -5/+5 |
* | Add the nominal_fn field to struct ps_fmt_spec, which will be used to decide | Miles Bader | 1995-05-03 | 1 | -2/+23 |
* | (struct proc_stat): Add the suspend_count field, along with | Miles Bader | 1995-05-02 | 1 | -14/+19 |
* | Replace PSTAT_STATE_EXECED with PSTAT_STATE_FORKED; we want to the flags mark | Miles Bader | 1995-05-02 | 1 | -2/+2 |
* | Add decls for proc_stat_list_add_pgrp & ps_tty_short_name. | Miles Bader | 1995-04-07 | 1 | -43/+59 |
* | Add the PSTAT_NO_MSGPORT flag, which when set disables any use of the | Miles Bader | 1995-04-05 | 1 | -3/+5 |
* | Add the exec_flags field to the proc_stat structure, and add | Miles Bader | 1995-03-28 | 1 | -0/+5 |
* | * ps.h: Include <errno.h>. | Michael I. Bushnell | 1995-03-21 | 1 | -0/+64 |
* | Added the new types ps_context_t, ps_user_t, and ps_tty_t. | Miles Bader | 1995-03-14 | 1 | -28/+159 |
* | Initial revision | Miles Bader | 1995-03-13 | 1 | -0/+605 |