summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
1995-10-11(main): Use realloc on a variable in main instead of alloca, since theMiles Bader
storage gets used after parse_opt returns. (options): Converted to argp format. (main): Use argp, not getopt. (usage, USAGE, SHORT_OPTIONS): Deleted. (arg_doc, doc): New variables. Include <argp.h> not <getopt.h>.
1995-10-05(usage, options, main): Change -h/--no-header options to -p/--prefix andMiles Bader
-P/--no-prefix. (main): Unless overridden by -p/-P, only print a FILE: prefix when there are multiple files on the command line.
1995-09-05Get rid of rules related to ../lib.Miles Bader
(settrans): Depend on libfshelp.a instead of starttrans.o.
1995-09-05(main): Use fshelp_start_translator instead of start_translator from ../lib.Miles Bader
1995-08-24(all): New target.Miles Bader
(ps, settrans, showtrans, fsysopts): Put all dependencies in these targets. (settrans-HURDLIBS, showtrans-HURDLIBS, ps-HURDLIBS): Removed. (settrans, showtrans, fsysopts, ps): Get rid of things that are now in libshouldbeinlibc. Get rid of rules dealing with error.o.
1995-07-23(DIST_FILES): sh.ChangeLog -> shd.ChangeLog.Michael I. Bushnell
1995-07-07(SHORT_OPTIONS): Remove '?' as getopt usurps it.Miles Bader
(options, main): Use '&' instead of '?' to mean help.
1995-07-07(fsysopts): Don't list twice.Michael I. Bushnell
1995-07-07(main, apply_auth_to_loginid, apply_auth_to_pgrp): Remove assignmentsMichael I. Bushnell
from inside if tests.
1995-07-07(main): Declare return type.Michael I. Bushnell
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-07-07(run): Remove assignments from inside if tests.Michael I. Bushnell
(command): Likewise.
1995-07-07(special-targets): New var.Michael I. Bushnell
(mount): Provide command.
1995-07-07(OBJS): Don't include mount.sh.Michael I. Bushnell
(shd, su, clri, sync, reboot, halt, fsysopts): List object files here.
1995-07-07(OBJS): New var.Michael I. Bushnell
1995-07-06Give an error message instead of dying when no filename argument is given.Miles Bader
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-07-06(ps-HURDLIBS): Renamed from HURDLIBS.Michael I. Bushnell
(ps): Fix dependencies.
1995-06-26(CPPFLAGS): Put -I../lib back in.Miles Bader
Put back the vpath for %.c to ../lib.
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