aboutsummaryrefslogtreecommitdiff
path: root/utils/ps.c
Commit message (Expand)AuthorAgeFilesLines
* (spec_abbrevs): Make const.Miles Bader1996-03-291-24/+24
* (main): Pass new arg to argp_parse.Miles Bader1996-03-191-1/+1
* Include <error.h> instead of "error.h".Miles Bader1996-03-051-3/+1
* (main): Don't make -a imply -g.Miles Bader1996-02-151-1/+1
* (main): Get rid of totally dead processes/threads.Miles Bader1996-02-151-21/+45
* (main): Move a bunch of stuff into psout() in psout.c.Miles Bader1996-01-231-133/+27
* (main, options): If the specified sort field begins with `-', reverse the sort.Miles Bader1995-12-211-121/+75
* (options): Reformat doc string for --tty option.Miles Bader1995-12-171-2/+2
* (main): Implement 'w' option.Miles Bader1995-12-171-2/+28
* (main):Miles Bader1995-12-061-3/+3
* (main): Use new libps stream type.Miles Bader1995-11-211-4/+9
* (main): Grow TTY_NAMES properly even when it's empty.Miles Bader1995-11-141-1/+1
* (ids_add): Increase the size of IDS even when 0.Miles Bader1995-11-081-1/+1
* (options): Add --not-owner/-O option.Miles Bader1995-11-021-27/+75
* (fmts): Add RPC field to the -l format.Miles Bader1995-11-021-1/+1
* (options): --all is -e, not -a.Miles Bader1995-10-301-1/+1
* (parse_enum): Use argp_error.Miles Bader1995-10-211-9/+2
* (parse_enum): Use ARGP_HELP_STD_ERR.Miles Bader1995-10-181-2/+2
* (main): Use realloc on a variable in main instead of alloca, since theMiles Bader1995-10-111-185/+163
* (lookup_user): Declare return to be `int' to avoid type clash in useMichael I. Bushnell1995-07-071-1/+1
* Add the -n (--nominal-fields) flag, which prevents elision of uninterestingMiles Bader1995-05-031-4/+24
* Add the SC (suspend count) field to various output formats.Miles Bader1995-05-021-4/+4
* Tweak things so that the -t flag works correctly for processes whose tty weMiles Bader1995-04-111-12/+20
* (parse_enum): Renamed from enum_name.Miles Bader1995-04-071-83/+333
* Add the `jobc' (-j) output format from netbsd.Miles Bader1995-04-061-9/+20
* Minor change in spec names.Miles Bader1995-04-061-1/+1
* When processes are specified on the command line by PID, turn off allMiles Bader1995-04-061-5/+7
* Make -a imply -g as well, to be compatible with bsd.Miles Bader1995-04-051-7/+14
* (main): Treat argument without leading - as if it had one, unless it's aRoland McGrath1995-04-041-12/+30
* (program_name): New variable.Michael I. Bushnell1995-03-211-1/+4
* Include <hurd/ps.h> instead of "ps.h".Michael I. Bushnell1995-03-211-0/+2
* Include <hurd/ps.h> instead of "ps.h".Michael I. Bushnell1995-03-211-1/+1
* Use ps_contexts now that they exist.Miles Bader1995-03-141-1/+6
* Initial revisionMiles Bader1995-03-131-0/+365