aboutsummaryrefslogtreecommitdiff
path: root/libps/spec.c
Commit message (Expand)AuthorAgeFilesLines
* libps: update ps_emit_nice_size_t to handle arbitrarily large size_tFlavio Cruz2024-03-031-9/+13
* x86_64: use 21 bytes in libps since %z might require more characters.Flavio Cruz2023-12-291-1/+1
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-081-33/+37
* Add "comm" as a format spec to psAndrea Monaco2021-12-081-0/+13
* libps: support getting RPC names for WAIT outputSamuel Thibault2020-11-231-1/+7
* Implement /proc/<pid>/exeSamuel Thibault2018-01-081-0/+10
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-051-1/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+2
* libps: Fix time comparisonSamuel Thibault2016-12-191-1/+1
* Replace `bzero' with `memset'Justus Winter2014-12-101-1/+1
* libps: fix task/thread times fetchingRichard Braun2014-01-161-3/+3
* libps: fix the length computation in fprint_frac_valueJustus Winter2013-11-211-1/+1
* Fix NULL dereferenceSamuel Thibault2010-12-251-1/+1
* Obtain number of ports in proc and libpsantrik2010-09-181-0/+10
* 2002-06-04 James A. Morrison <ja2morri@uwaterloo.ca>Marcus Brinkmann2002-06-051-20/+31
* 2001-12-22 Roland McGrath <roland@frob.com>Roland McGrath2001-12-221-3/+1
* 1999-06-02 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-021-0/+11
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-291-43/+55
* (ps_emit_wait):Miles Bader1997-06-081-6/+11
* (ps_nominal_string):Miles Bader1996-10-091-6/+16
* (ps_emit_seconds, ps_emit_minutes):Miles Bader1996-10-081-4/+10
* (ps_emit_wait): Correct mapping of init ports.Miles Bader1996-10-061-3/+5
* (ps_emit_wait): Never truncate what we write.Miles Bader1996-06-031-2/+2
* (struct ps_fmt_spec_block): New type.Miles Bader1996-06-021-28/+31
* (specs): Give runtime specs 2 fraction digits by default.Miles Bader1996-05-121-3/+3
* (ps_emit_user_name): New function.Miles Bader1996-05-071-106/+140
* (ps_emit_past_time): Implement.Miles Bader1996-05-011-3/+14
* (state_shadows): If a process has no parent don't show various processMiles Bader1996-04-231-2/+6
* (ps_emit_past_time): Return zero.Michael I. Bushnell1996-04-111-1/+1
* (ps_fmt_specs_find): Use new alias expansion method.Miles Bader1996-03-261-212/+295
* (specs): Right-align the TTY column.Miles Bader1996-02-151-1/+1
* (specs): Change `Rpc' entry to `Wait'.Miles Bader1996-02-131-12/+82
* (specs, state_shadows, ps_pid_getter, ps_thread_index_getter,Miles Bader1996-02-091-39/+39
* (state_shadows): Don't reflect a suspended thread in the process stateMiles Bader1996-02-041-209/+189
* (ps_emit_nz_int):Miles Bader1995-12-211-16/+42
* (ps_emit_int, ps_emit_nz_int, ps_emit_priority,Miles Bader1995-11-201-40/+43
* (ps_base_priority_getter, ps_cur_priority_getter, ps_get_base_priority,Miles Bader1995-11-081-4/+4
* (ps_rpc_getter): New variable.Miles Bader1995-11-031-30/+53
* (ps_emit_state): Rearrange things to reflect the new state bits.Miles Bader1995-08-191-10/+29
* (ps_std_fmt_specs): Add values for the new nominal_fn field.Miles Bader1995-05-031-33/+106
* Add the Susp (task/thread suspend count), PSusp (task suspend count), andMiles Bader1995-05-021-0/+27
* (ps_emit_state): If a process is marked as stopped, then don't mentionMiles Bader1995-04-071-46/+17
* Add the `Arg0' spec, which is the same as `Args', but only prints the firstMiles Bader1995-04-061-2/+3
* Include <string.h>.Michael I. Bushnell1995-03-211-3/+4
* Don't include pshost.h.Michael I. Bushnell1995-03-211-1/+0
* Add the output function ps_emit_priority that prints priorities in unix-Miles Bader1995-03-151-3/+12
* Use ps_tty_t routines instead of the ps tty_name field.Miles Bader1995-03-141-57/+70
* Initial revisionMiles Bader1995-03-131-0/+756