| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of rules related to ../lib. | Miles Bader | 1995-09-05 | 1 | -4/+3 |
* | (main): Use fshelp_start_translator instead of start_translator from ../lib. | Miles Bader | 1995-09-05 | 1 | -2/+4 |
* | (all): New target. | Miles Bader | 1995-08-24 | 1 | -18/+8 |
* | (DIST_FILES): sh.ChangeLog -> shd.ChangeLog. | Michael I. Bushnell | 1995-07-23 | 1 | -1/+1 |
* | (SHORT_OPTIONS): Remove '?' as getopt usurps it. | Miles Bader | 1995-07-07 | 1 | -3/+3 |
* | (fsysopts): Don't list twice. | Michael I. Bushnell | 1995-07-07 | 1 | -1/+0 |
* | (main, apply_auth_to_loginid, apply_auth_to_pgrp): Remove assignments | Michael I. Bushnell | 1995-07-07 | 1 | -15/+19 |
* | (main): Declare return type. | Michael I. Bushnell | 1995-07-07 | 1 | -1/+2 |
* | (lookup_user): Declare return to be `int' to avoid type clash in use | Michael I. Bushnell | 1995-07-07 | 1 | -1/+1 |
* | (run): Remove assignments from inside if tests. | Michael I. Bushnell | 1995-07-07 | 1 | -4/+8 |
* | (special-targets): New var. | Michael I. Bushnell | 1995-07-07 | 1 | -0/+2 |
* | (OBJS): Don't include mount.sh. | Michael I. Bushnell | 1995-07-07 | 1 | -4/+10 |
* | (OBJS): New var. | Michael I. Bushnell | 1995-07-07 | 1 | -0/+1 |
* | Give an error message instead of dying when no filename argument is given. | Miles Bader | 1995-07-06 | 1 | -0/+3 |
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -4/+0 |
* | (ps-HURDLIBS): Renamed from HURDLIBS. | Michael I. Bushnell | 1995-07-06 | 1 | -2/+2 |
* | (CPPFLAGS): Put -I../lib back in. | Miles Bader | 1995-06-26 | 1 | -0/+2 |
* | (HURDLIBS): Added libihash. | Michael I. Bushnell | 1995-06-06 | 1 | -4/+2 |
* | (ps.o, fsysopts.o, showtrans.o, settrans.o): Add dependencies on header files. | Miles Bader | 1995-06-01 | 1 | -0/+6 |
* | (SCRS): Removed update.c. | Michael I. Bushnell | 1995-05-30 | 1 | -2/+2 |
* | (main): Check for a missing filesystem name. | Miles Bader | 1995-05-20 | 1 | -5/+14 |
* | Add fsysopts. | Miles Bader | 1995-05-18 | 1 | -2/+4 |
* | Add -R to the short flags list. | Miles Bader | 1995-05-16 | 1 | -3/+3 |
* | Initial revision | Miles Bader | 1995-05-16 | 1 | -0/+124 |
* | Add the -n (--nominal-fields) flag, which prevents elision of uninteresting | Miles Bader | 1995-05-03 | 1 | -4/+24 |
* | 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 |
* | Move the test for a valid translator to just before we use it. | Miles Bader | 1995-04-14 | 1 | -14/+16 |
* | (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 |
* | Tweak things so that the -t flag works correctly for processes whose tty we | Miles Bader | 1995-04-11 | 1 | -12/+20 |
* | Getopt now returns '\001' for non-switch options instead of '\0', no doubt to | Miles Bader | 1995-04-09 | 1 | -1/+1 |
* | (parse_enum): Renamed from enum_name. | Miles Bader | 1995-04-07 | 1 | -83/+333 |
* | 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 |
* | (apply_auth): Use msg_add_auth & msg_del_auth instead of add_auth & del_auth. | Miles Bader | 1995-04-05 | 1 | -10/+9 |
* | 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 |
* | Make -a imply -g as well, to be compatible with bsd. | Miles Bader | 1995-04-05 | 1 | -7/+14 |
* | 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 |
* | Initial revision | Miles Bader | 1995-03-31 | 1 | -0/+180 |
* | (program_name): New variable. | Michael I. Bushnell | 1995-03-21 | 1 | -1/+4 |
* | (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 |