Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the -n (--nominal-fields) flag, which prevents elision of uninteresting | Miles Bader | 1995-05-03 | 1 | -4/+24 |
| | | | | | | | 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. | ||||
* | Add the SC (suspend count) field to various output formats. | Miles Bader | 1995-05-02 | 1 | -4/+4 |
| | |||||
* | (reap): Check for ECHILD, not ESRCH. | Michael I. Bushnell | 1995-05-02 | 1 | -2/+2 |
| | |||||
* | Allow options before and immediately after the node name to be rearranged by | Miles Bader | 1995-04-27 | 1 | -18/+19 |
| | | | | getopt without affecting those following the translator name. | ||||
* | Move the test for a valid translator to just before we use it. | Miles Bader | 1995-04-14 | 1 | -14/+16 |
| | | | | | | | Gratuitously change the "unknown" value for type to "". Don't use `--' when invoking settrans, as getopt doesn't seem to be handling it correctly. Use `usage' not `USAGE'. | ||||
* | (DIST_FILES): Omit ps.ChangeLog. | Michael I. Bushnell | 1995-04-12 | 1 | -1/+1 |
| | |||||
* | (targets): Changed `sh' to `shd'. | Michael I. Bushnell | 1995-04-11 | 1 | -2/+2 |
| | | | | (SRCS): Changed `sh.c' to `shd.c'. | ||||
* | Tweak things so that the -t flag works correctly for processes whose tty we | Miles Bader | 1995-04-11 | 1 | -12/+20 |
| | | | | can't figure out. | ||||
* | Getopt now returns '\001' for non-switch options instead of '\0', no doubt to | Miles Bader | 1995-04-09 | 1 | -1/+1 |
| | | | | | work around an obscure bug in some brain-dead system only used by 2 people twice a decade. | ||||
* | (parse_enum): Renamed from enum_name. | Miles Bader | 1995-04-07 | 1 | -83/+333 |
| | | | | | (main, usage): Add lots of sysvish options, and generalize some existing ones to deal with sysvish usage. Make -t & -o work. | ||||
* | Add the `jobc' (-j) output format from netbsd. | Miles Bader | 1995-04-06 | 1 | -9/+20 |
| | |||||
* | Minor change in spec names. | Miles Bader | 1995-04-06 | 1 | -1/+1 |
| | |||||
* | When processes are specified on the command line by PID, turn off all | Miles Bader | 1995-04-06 | 1 | -5/+7 |
| | | | | filtering so that they don't disappear later. | ||||
* | (apply_auth): Use msg_add_auth & msg_del_auth instead of add_auth & del_auth. | Miles Bader | 1995-04-05 | 1 | -10/+9 |
| | | | | | | (apply_auth_to_pids, apply_auth_to_loginid, apply_auth_to_pgrp): Don't use the IDS variable, it's no longer around; I think AUTH is the right thing to replace it with. | ||||
* | Add showtrans & mount, and uncomment-out su. | Miles Bader | 1995-04-05 | 1 | -2/+3 |
| | |||||
* | Get rid of the `show passive translator' functionality, as this is now done | Miles Bader | 1995-04-05 | 1 | -45/+26 |
| | | | | by showtrans. | ||||
* | Make -a imply -g as well, to be compatible with bsd. | Miles Bader | 1995-04-05 | 1 | -7/+14 |
| | | | | | Add the -M (--no-msg-port) switch, which disables all fields that would use any process's message port. | ||||
* | Initial revision | Miles Bader | 1995-04-04 | 1 | -0/+137 |
| | |||||
* | Initial revision | Miles Bader | 1995-04-04 | 1 | -0/+71 |
| | |||||
* | Add rule for the new settrans, and compile error.c correctly. | Miles Bader | 1995-04-04 | 1 | -2/+4 |
| | |||||
* | (main): Treat argument without leading - as if it had one, unless it's a | Roland McGrath | 1995-04-04 | 1 | -12/+30 |
| | | | | number. | ||||
* | Initial revision | Miles Bader | 1995-03-31 | 1 | -0/+180 |
| | |||||
* | (program_name): New variable. | Michael I. Bushnell | 1995-03-21 | 1 | -1/+4 |
| | | | | | (main): Don't set program_invocation_short_name (the library does it for us). Do set program_name. | ||||
* | (ps): And error.o too. | Michael I. Bushnell | 1995-03-21 | 1 | -2/+2 |
| | |||||
* | (ps): Link in ihash.o and primes.o too. | Michael I. Bushnell | 1995-03-21 | 1 | -2/+2 |
| | |||||
* | (vpath %.c): New decl. | Michael I. Bushnell | 1995-03-21 | 1 | -1/+11 |
| | |||||
* | Include <hurd/ps.h> instead of "ps.h". | Michael I. Bushnell | 1995-03-21 | 1 | -0/+2 |
| | | | | | Include <unistd.h>. (enum_name): Avoid warning. | ||||
* | Include <hurd/ps.h> instead of "ps.h". | Michael I. Bushnell | 1995-03-21 | 1 | -1/+1 |
| | |||||
* | (targets): Omit ps. | Michael I. Bushnell | 1995-03-21 | 1 | -2/+2 |
| | |||||
* | Use ps_contexts now that they exist. | Miles Bader | 1995-03-14 | 1 | -1/+6 |
| | |||||
* | Initial revision | Miles Bader | 1995-03-13 | 1 | -0/+365 |
| | |||||
* | (main): Only open /dev/tty if stdin is unreadable. | Roland McGrath | 1995-01-28 | 1 | -9/+10 |
| | |||||
* | (targets): Added reboot and halt. | Michael I. Bushnell | 1994-11-11 | 1 | -2/+2 |
| | | | | (SRCS): Added reboot.c and halt.c. | ||||
* | (main): Print in shorter format by default; take -v flag to print in | Michael I. Bushnell | 1994-11-11 | 1 | -16/+38 |
| | | | | longer format. | ||||
* | (time_str): Specify format for decimals correctly. | Michael I. Bushnell | 1994-11-09 | 1 | -1/+1 |
| | |||||
* | (time_str): Use %.2d instead of %2d to get 0 pads. | Roland McGrath | 1994-11-09 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-11-07 | 1 | -4/+12 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-11-02 | 1 | -2/+2 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-11-02 | 1 | -0/+27 |
| | |||||
* | Formerly ps.c.~2~ | Michael I. Bushnell | 1994-10-28 | 1 | -2/+3 |
| | |||||
* | Formerly Makefile.~8~ | Hurd Maintainers | 1994-10-04 | 1 | -2/+2 |
| | |||||
* | Formerly Makefile.~7~ | Michael I. Bushnell | 1994-09-30 | 1 | -2/+2 |
| | |||||
* | entered into RCS | Roland McGrath | 1994-09-10 | 1 | -3/+42 |
| | |||||
* | Formerly settrans.c.~2~ | Michael I. Bushnell | 1994-09-01 | 1 | -2/+5 |
| | |||||
* | Formerly Makefile.~6~ | Michael I. Bushnell | 1994-09-01 | 1 | -2/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-09-01 | 1 | -0/+62 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-08-30 | 1 | -1/+1 |
| | |||||
* | Formerly Makefile.~5~ | Michael I. Bushnell | 1994-08-23 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Roland McGrath | 1994-08-23 | 1 | -40/+52 |
| | |||||
* | Formerly sh.c.~2~ | Roland McGrath | 1994-08-22 | 1 | -0/+10 |
| |