aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of rules related to ../lib.Miles Bader1995-09-051-4/+3
| | | | (settrans): Depend on libfshelp.a instead of starttrans.o.
* (main): Use fshelp_start_translator instead of start_translator from ../lib.Miles Bader1995-09-051-2/+4
|
* (all): New target.Miles Bader1995-08-241-18/+8
| | | | | | | | (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.
* (DIST_FILES): sh.ChangeLog -> shd.ChangeLog.Michael I. Bushnell1995-07-231-1/+1
|
* (SHORT_OPTIONS): Remove '?' as getopt usurps it.Miles Bader1995-07-071-3/+3
| | | | (options, main): Use '&' instead of '?' to mean help.
* (fsysopts): Don't list twice.Michael I. Bushnell1995-07-071-1/+0
|
* (main, apply_auth_to_loginid, apply_auth_to_pgrp): Remove assignmentsMichael I. Bushnell1995-07-071-15/+19
| | | | from inside if tests.
* (main): Declare return type.Michael I. Bushnell1995-07-071-1/+2
|
* (lookup_user): Declare return to be `int' to avoid type clash in useMichael I. Bushnell1995-07-071-1/+1
| | | | as 4th parameter to parse_numlist.
* (run): Remove assignments from inside if tests.Michael I. Bushnell1995-07-071-4/+8
| | | | (command): Likewise.
* (special-targets): New var.Michael I. Bushnell1995-07-071-0/+2
| | | | (mount): Provide command.
* (OBJS): Don't include mount.sh.Michael I. Bushnell1995-07-071-4/+10
| | | | (shd, su, clri, sync, reboot, halt, fsysopts): List object files here.
* (OBJS): New var.Michael I. Bushnell1995-07-071-0/+1
|
* Give an error message instead of dying when no filename argument is given.Miles Bader1995-07-061-0/+3
|
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-4/+0
|
* (ps-HURDLIBS): Renamed from HURDLIBS.Michael I. Bushnell1995-07-061-2/+2
| | | | (ps): Fix dependencies.
* (CPPFLAGS): Put -I../lib back in.Miles Bader1995-06-261-0/+2
| | | | Put back the vpath for %.c to ../lib.
* (HURDLIBS): Added libihash.Michael I. Bushnell1995-06-061-4/+2
| | | | | | (CPPFLAGS): Deleted addition of -I../lib. (vpath): Deleted spec. (ps): Deleted ihash.o and primes.o.
* (ps.o, fsysopts.o, showtrans.o, settrans.o): Add dependencies on header files.Miles Bader1995-06-011-0/+6
| | | | (REMHDRS): Define this variable.
* (SCRS): Removed update.c.Michael I. Bushnell1995-05-301-2/+2
| | | | (targets): Removed update.
* (main): Check for a missing filesystem name.Miles Bader1995-05-201-5/+14
| | | | | (main): Tweak the error msgs a bit. (options, main): Don't use '?' as the --help key.
* Add fsysopts.Miles Bader1995-05-181-2/+4
|
* Add -R to the short flags list.Miles Bader1995-05-161-3/+3
| | | | | Make non-L usage ignore symbolic links, not all translators. Tweak the help message.
* Initial revisionMiles Bader1995-05-161-0/+124
|
* Add the -n (--nominal-fields) flag, which prevents elision of uninterestingMiles Bader1995-05-031-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 Bader1995-05-021-4/+4
|
* (reap): Check for ECHILD, not ESRCH.Michael I. Bushnell1995-05-021-2/+2
|
* Allow options before and immediately after the node name to be rearranged byMiles Bader1995-04-271-18/+19
| | | | getopt without affecting those following the translator name.
* Move the test for a valid translator to just before we use it.Miles Bader1995-04-141-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. Bushnell1995-04-121-1/+1
|
* (targets): Changed `sh' to `shd'.Michael I. Bushnell1995-04-111-2/+2
| | | | (SRCS): Changed `sh.c' to `shd.c'.
* Tweak things so that the -t flag works correctly for processes whose tty weMiles Bader1995-04-111-12/+20
| | | | can't figure out.
* Getopt now returns '\001' for non-switch options instead of '\0', no doubt toMiles Bader1995-04-091-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 Bader1995-04-071-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 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
| | | | filtering so that they don't disappear later.
* (apply_auth): Use msg_add_auth & msg_del_auth instead of add_auth & del_auth.Miles Bader1995-04-051-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 Bader1995-04-051-2/+3
|
* Get rid of the `show passive translator' functionality, as this is now doneMiles Bader1995-04-051-45/+26
| | | | by showtrans.
* Make -a imply -g as well, to be compatible with bsd.Miles Bader1995-04-051-7/+14
| | | | | Add the -M (--no-msg-port) switch, which disables all fields that would use any process's message port.
* Initial revisionMiles Bader1995-04-041-0/+137
|
* Initial revisionMiles Bader1995-04-041-0/+71
|
* Add rule for the new settrans, and compile error.c correctly.Miles Bader1995-04-041-2/+4
|
* (main): Treat argument without leading - as if it had one, unless it's aRoland McGrath1995-04-041-12/+30
| | | | number.
* Initial revisionMiles Bader1995-03-311-0/+180
|
* (program_name): New variable.Michael I. Bushnell1995-03-211-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. Bushnell1995-03-211-2/+2
|
* (ps): Link in ihash.o and primes.o too.Michael I. Bushnell1995-03-211-2/+2
|
* (vpath %.c): New decl.Michael I. Bushnell1995-03-211-1/+11
|