| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | Include <hurd/ps.h> instead of "ps.h". | Michael I. Bushnell | 1995-03-21 | 1 | -0/+2 |
* | 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 |
* | (main): Print in shorter format by default; take -v flag to print in | Michael I. Bushnell | 1994-11-11 | 1 | -16/+38 |
* | (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 |