summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
1995-06-06(HURDLIBS): Added libihash.Michael I. Bushnell
(CPPFLAGS): Deleted addition of -I../lib. (vpath): Deleted spec. (ps): Deleted ihash.o and primes.o.
1995-06-01(ps.o, fsysopts.o, showtrans.o, settrans.o): Add dependencies on header files.Miles Bader
(REMHDRS): Define this variable.
1995-05-30(SCRS): Removed update.c.Michael I. Bushnell
(targets): Removed update.
1995-05-20(main): Check for a missing filesystem name.Miles Bader
(main): Tweak the error msgs a bit. (options, main): Don't use '?' as the --help key.
1995-05-18Add fsysopts.Miles Bader
1995-05-16Add -R to the short flags list.Miles Bader
Make non-L usage ignore symbolic links, not all translators. Tweak the help message.
1995-05-16Initial revisionMiles Bader
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-05-02(reap): Check for ECHILD, not ESRCH.Michael I. Bushnell
1995-04-27Allow options before and immediately after the node name to be rearranged byMiles Bader
getopt without affecting those following the translator name.
1995-04-14Move the test for a valid translator to just before we use it.Miles Bader
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'.
1995-04-12(DIST_FILES): Omit ps.ChangeLog.Michael I. Bushnell
1995-04-11(targets): Changed `sh' to `shd'.Michael I. Bushnell
(SRCS): Changed `sh.c' to `shd.c'.
1995-04-11Tweak things so that the -t flag works correctly for processes whose tty weMiles Bader
can't figure out.
1995-04-09Getopt now returns '\001' for non-switch options instead of '\0', no doubt toMiles Bader
work around an obscure bug in some brain-dead system only used by 2 people twice a decade.
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-05(apply_auth): Use msg_add_auth & msg_del_auth instead of add_auth & del_auth.Miles Bader
(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.
1995-04-05Add showtrans & mount, and uncomment-out su.Miles Bader
1995-04-05Get rid of the `show passive translator' functionality, as this is now doneMiles Bader
by showtrans.
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-04Initial revisionMiles Bader
1995-04-04Initial revisionMiles Bader
1995-04-04Add rule for the new settrans, and compile error.c correctly.Miles Bader
1995-04-04(main): Treat argument without leading - as if it had one, unless it's aRoland McGrath
number.
1995-03-31Initial revisionMiles Bader
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-21(ps): And error.o too.Michael I. Bushnell
1995-03-21(ps): Link in ihash.o and primes.o too.Michael I. Bushnell
1995-03-21(vpath %.c): New decl.Michael I. Bushnell
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-21(targets): Omit ps.Michael I. Bushnell
1995-03-14Use ps_contexts now that they exist.Miles Bader
1995-03-13Initial revisionMiles Bader
1995-01-28(main): Only open /dev/tty if stdin is unreadable.Roland McGrath
1994-11-11(targets): Added reboot and halt.Michael I. Bushnell
(SRCS): Added reboot.c and halt.c.
1994-11-11(main): Print in shorter format by default; take -v flag to print inMichael I. Bushnell
longer format.
1994-11-09(time_str): Specify format for decimals correctly.Michael I. Bushnell
1994-11-09(time_str): Use %.2d instead of %2d to get 0 pads.Roland McGrath
1994-11-07entered into RCSMichael I. Bushnell
1994-11-02entered into RCSMichael I. Bushnell
1994-11-02entered into RCSMichael I. Bushnell
1994-10-28Formerly ps.c.~2~Michael I. Bushnell
1994-10-04Formerly Makefile.~8~Hurd Maintainers
1994-09-30Formerly Makefile.~7~Michael I. Bushnell
1994-09-10entered into RCSRoland McGrath