| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an unused include | Sergey Bugaev | 2023-05-21 | 1 | -1/+0 |
* | Style tweaks | Sergey Bugaev | 2023-05-10 | 1 | -6/+6 |
* | utils: Avoid warnings about prototype mismatch | Sergey Bugaev | 2023-05-10 | 1 | -1/+1 |
* | utils: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -1/+1 |
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 1 | -1/+1 |
* | Fix build warnings | Samuel Thibault | 2022-01-01 | 1 | -0/+1 |
* | utils/ps.c: Don't limit output width to 80 on non-tty | Sergey Bugaev | 2021-05-18 | 1 | -0/+5 |
* | libps: support getting RPC names for WAIT output | Samuel Thibault | 2020-11-23 | 1 | -0/+2 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 1 | -1/+1 |
* | Do not expand format name in posix format option | Cyril Roelandt | 2012-12-17 | 1 | -0/+2 |
* | Fix ps segfault when given empty format string | Samuel Thibault | 2010-02-07 | 1 | -18/+22 |
* | 2006-03-15 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | 2006-03-14 | 1 | -2/+2 |
* | 2002-05-28 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-28 | 1 | -2/+2 |
* | 1999-06-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-06-20 | 1 | -3/+3 |
* | 1999-05-29 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-29 | 1 | -2/+2 |
* | 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-07-20 | 1 | -6/+6 |
* | (main): | Miles Bader | 1997-05-27 | 1 | -13/+12 |
* | (current_lid, current_sid): | Miles Bader | 1997-05-26 | 1 | -137/+75 |
* | (procset_names, fmt_sortkeys, fmt_names, fmts): Variables removed. | Miles Bader | 1997-05-15 | 1 | -59/+38 |
* | (_parse_strlist, parse_strlist, parse_numlist): | Miles Bader | 1997-05-15 | 1 | -99/+1 |
* | (argp_program_version): Make const. | Miles Bader | 1997-02-20 | 1 | -2/+2 |
* | (main): | Miles Bader | 1996-12-17 | 1 | -1/+8 |
* | (options, main): | Miles Bader | 1996-10-17 | 1 | -1/+4 |
* | *** empty log message *** | Thomas Bushnell | 1996-09-05 | 1 | -1/+3 |
* | (doc): Add program description. | Miles Bader | 1996-08-27 | 1 | -4/+4 |
* | (options): Whoops, short option for --sort is -s. | Miles Bader | 1996-08-10 | 1 | -1/+1 |
* | (options, main): | Miles Bader | 1996-08-01 | 1 | -20/+13 |
* | (argp_program_version): New variable. | Miles Bader | 1996-07-06 | 1 | -0/+2 |
* | (main): Fix heuristic to decide whether native booted. | Miles Bader | 1996-06-24 | 1 | -3/+11 |
* | (spec_abbrevs): Still use `NTH' for field name, just `TH' for title. | Miles Bader | 1996-05-28 | 1 | -2/+2 |
* | (fmts): Use %sz for vmem format, not %size. | Miles Bader | 1996-05-28 | 1 | -1/+1 |
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -14/+14 |
* | (parse_strlist): Make DEFAULT_FN return a const char *. | Miles Bader | 1996-05-10 | 1 | -1/+1 |
* | (main) [current_tty_name]: Remove `const' keyword to avoid type clash. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
* | (main) [proc_stat_has_ctty]: Add parentheses around assignment used as | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 |
* | (fmts): Use new field syntax. | Miles Bader | 1996-05-07 | 1 | -33/+21 |
* | (main): Try to intuit whether this is a native-booted hurd system, and if so, | Miles Bader | 1996-04-23 | 1 | -2/+12 |
* | (spec_abbrevs): Make const. | Miles Bader | 1996-03-29 | 1 | -24/+24 |
* | (main): Pass new arg to argp_parse. | Miles Bader | 1996-03-19 | 1 | -1/+1 |
* | Include <error.h> instead of "error.h". | Miles Bader | 1996-03-05 | 1 | -3/+1 |
* | (main): Don't make -a imply -g. | Miles Bader | 1996-02-15 | 1 | -1/+1 |
* | (main): Get rid of totally dead processes/threads. | Miles Bader | 1996-02-15 | 1 | -21/+45 |
* | (main): Move a bunch of stuff into psout() in psout.c. | Miles Bader | 1996-01-23 | 1 | -133/+27 |
* | (main, options): If the specified sort field begins with `-', reverse the sort. | Miles Bader | 1995-12-21 | 1 | -121/+75 |
* | (options): Reformat doc string for --tty option. | Miles Bader | 1995-12-17 | 1 | -2/+2 |
* | (main): Implement 'w' option. | Miles Bader | 1995-12-17 | 1 | -2/+28 |
* | (main): | Miles Bader | 1995-12-06 | 1 | -3/+3 |
* | (main): Use new libps stream type. | Miles Bader | 1995-11-21 | 1 | -4/+9 |
* | (main): Grow TTY_NAMES properly even when it's empty. | Miles Bader | 1995-11-14 | 1 | -1/+1 |
* | (ids_add): Increase the size of IDS even when 0. | Miles Bader | 1995-11-08 | 1 | -1/+1 |