summaryrefslogtreecommitdiff
path: root/utils/ps.c
AgeCommit message (Collapse)Author
1995-07-07(lookup_user): Declare return to be `int' to avoid type clash in useMichael I. Bushnell
as 4th parameter to parse_numlist.
1995-05-03Add the -n (--nominal-fields) flag, which prevents elision of uninterestingMiles Bader
fields. Also add elision of uninteresting fields... Add the (ignored) -w flag for BSD compat. Use the new name for ps_fmt_squash: ps_fmt_squash_flags.
1995-05-02Add the SC (suspend count) field to various output formats.Miles Bader
1995-04-11Tweak things so that the -t flag works correctly for processes whose tty weMiles Bader
can't figure out.
1995-04-07(parse_enum): Renamed from enum_name.Miles Bader
(main, usage): Add lots of sysvish options, and generalize some existing ones to deal with sysvish usage. Make -t & -o work.
1995-04-06Add the `jobc' (-j) output format from netbsd.Miles Bader
1995-04-06Minor change in spec names.Miles Bader
1995-04-06When processes are specified on the command line by PID, turn off allMiles Bader
filtering so that they don't disappear later.
1995-04-05Make -a imply -g as well, to be compatible with bsd.Miles Bader
Add the -M (--no-msg-port) switch, which disables all fields that would use any process's message port.
1995-04-04(main): Treat argument without leading - as if it had one, unless it's aRoland McGrath
number.
1995-03-21(program_name): New variable.Michael I. Bushnell
(main): Don't set program_invocation_short_name (the library does it for us). Do set program_name.
1995-03-21Include <hurd/ps.h> instead of "ps.h".Michael I. Bushnell
Include <unistd.h>. (enum_name): Avoid warning.
1995-03-21Include <hurd/ps.h> instead of "ps.h".Michael I. Bushnell
1995-03-14Use ps_contexts now that they exist.Miles Bader
1995-03-13Initial revisionMiles Bader