| Commit message (Expand) | Author | Age | Files | Lines |
* | libps: update ps_emit_nice_size_t to handle arbitrarily large size_t | Flavio Cruz | 2024-03-03 | 1 | -9/+13 |
* | x86_64: use 21 bytes in libps since %z might require more characters. | Flavio Cruz | 2023-12-29 | 1 | -1/+1 |
* | Further modernize Hurd code by enforcing strict prototypes and no implicit fu... | Flavio Cruz | 2023-04-08 | 1 | -33/+37 |
* | Add "comm" as a format spec to ps | Andrea Monaco | 2021-12-08 | 1 | -0/+13 |
* | libps: support getting RPC names for WAIT output | Samuel Thibault | 2020-11-23 | 1 | -1/+7 |
* | Implement /proc/<pid>/exe | Samuel Thibault | 2018-01-08 | 1 | -0/+10 |
* | Replace bcopy with memcpy or memmove as appropriate. | Justus Winter | 2017-08-05 | 1 | -1/+1 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 1 | -1/+2 |
* | libps: Fix time comparison | Samuel Thibault | 2016-12-19 | 1 | -1/+1 |
* | Replace `bzero' with `memset' | Justus Winter | 2014-12-10 | 1 | -1/+1 |
* | libps: fix task/thread times fetching | Richard Braun | 2014-01-16 | 1 | -3/+3 |
* | libps: fix the length computation in fprint_frac_value | Justus Winter | 2013-11-21 | 1 | -1/+1 |
* | Fix NULL dereference | Samuel Thibault | 2010-12-25 | 1 | -1/+1 |
* | Obtain number of ports in proc and libps | antrik | 2010-09-18 | 1 | -0/+10 |
* | 2002-06-04 James A. Morrison <ja2morri@uwaterloo.ca> | Marcus Brinkmann | 2002-06-05 | 1 | -20/+31 |
* | 2001-12-22 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-12-22 | 1 | -3/+1 |
* | 1999-06-02 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-06-02 | 1 | -0/+11 |
* | 1999-05-29 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-29 | 1 | -43/+55 |
* | (ps_emit_wait): | Miles Bader | 1997-06-08 | 1 | -6/+11 |
* | (ps_nominal_string): | Miles Bader | 1996-10-09 | 1 | -6/+16 |
* | (ps_emit_seconds, ps_emit_minutes): | Miles Bader | 1996-10-08 | 1 | -4/+10 |
* | (ps_emit_wait): Correct mapping of init ports. | Miles Bader | 1996-10-06 | 1 | -3/+5 |
* | (ps_emit_wait): Never truncate what we write. | Miles Bader | 1996-06-03 | 1 | -2/+2 |
* | (struct ps_fmt_spec_block): New type. | Miles Bader | 1996-06-02 | 1 | -28/+31 |
* | (specs): Give runtime specs 2 fraction digits by default. | Miles Bader | 1996-05-12 | 1 | -3/+3 |
* | (ps_emit_user_name): New function. | Miles Bader | 1996-05-07 | 1 | -106/+140 |
* | (ps_emit_past_time): Implement. | Miles Bader | 1996-05-01 | 1 | -3/+14 |
* | (state_shadows): If a process has no parent don't show various process | Miles Bader | 1996-04-23 | 1 | -2/+6 |
* | (ps_emit_past_time): Return zero. | Michael I. Bushnell | 1996-04-11 | 1 | -1/+1 |
* | (ps_fmt_specs_find): Use new alias expansion method. | Miles Bader | 1996-03-26 | 1 | -212/+295 |
* | (specs): Right-align the TTY column. | Miles Bader | 1996-02-15 | 1 | -1/+1 |
* | (specs): Change `Rpc' entry to `Wait'. | Miles Bader | 1996-02-13 | 1 | -12/+82 |
* | (specs, state_shadows, ps_pid_getter, ps_thread_index_getter, | Miles Bader | 1996-02-09 | 1 | -39/+39 |
* | (state_shadows): Don't reflect a suspended thread in the process state | Miles Bader | 1996-02-04 | 1 | -209/+189 |
* | (ps_emit_nz_int): | Miles Bader | 1995-12-21 | 1 | -16/+42 |
* | (ps_emit_int, ps_emit_nz_int, ps_emit_priority, | Miles Bader | 1995-11-20 | 1 | -40/+43 |
* | (ps_base_priority_getter, ps_cur_priority_getter, ps_get_base_priority, | Miles Bader | 1995-11-08 | 1 | -4/+4 |
* | (ps_rpc_getter): New variable. | Miles Bader | 1995-11-03 | 1 | -30/+53 |
* | (ps_emit_state): Rearrange things to reflect the new state bits. | Miles Bader | 1995-08-19 | 1 | -10/+29 |
* | (ps_std_fmt_specs): Add values for the new nominal_fn field. | Miles Bader | 1995-05-03 | 1 | -33/+106 |
* | Add the Susp (task/thread suspend count), PSusp (task suspend count), and | Miles Bader | 1995-05-02 | 1 | -0/+27 |
* | (ps_emit_state): If a process is marked as stopped, then don't mention | Miles Bader | 1995-04-07 | 1 | -46/+17 |
* | Add the `Arg0' spec, which is the same as `Args', but only prints the first | Miles Bader | 1995-04-06 | 1 | -2/+3 |
* | Include <string.h>. | Michael I. Bushnell | 1995-03-21 | 1 | -3/+4 |
* | Don't include pshost.h. | Michael I. Bushnell | 1995-03-21 | 1 | -1/+0 |
* | Add the output function ps_emit_priority that prints priorities in unix- | Miles Bader | 1995-03-15 | 1 | -3/+12 |
* | Use ps_tty_t routines instead of the ps tty_name field. | Miles Bader | 1995-03-14 | 1 | -57/+70 |
* | Initial revision | Miles Bader | 1995-03-13 | 1 | -0/+756 |