Wed Nov 16 20:28:40 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* reboot.c: Include unistd.h, stdio.h, not hurd/anything.
	(main): If reboot returns, give error message and return 1.
	* halt.c: Likewise.

Sat Nov 12 21:20:07 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* reboot.c (main): Just use the reboot function.
	* halt.c (main): Likewise.

Fri Nov 11 12:05:38 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* Makefile (targets): Added reboot and halt.
	(SRCS): Added reboot.c and halt.c.
	* reboot.c: New file
	* halt.c: New file.

	* ps.c (main): Print in shorter format by default; take -v flag to
	print in longer format.

Wed Nov  9 04:43:54 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* ps.c (time_str): Specify format for decimals correctly.

Wed Nov  9 00:20:09 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* ps.c (time_str): Use %.2d instead of %2d to get 0 pads.

Mon Nov  7 14:15:10 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* ps.c (time_str): Don't use floating point conversion; 
	it's buggy.

Wed Nov  2 13:34:56 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* sync.c: New file.
	* Makefile (targets): Added sync.
	(SRCS): Added sync.c.

Thu Oct 27 22:19:29 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* ps.c (main): Also print out a field with the number of threads.

Tue Oct  4 19:40:22 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* clri.c: New file.
	* Makefile (targets): Added clri.
	(SRCS): Added clri.c.

Sat Oct  1 03:44:55 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* update.c: Take optional arg to specify sleep time.
	Use daemon instead of doing its work by hand.

Fri Sep 30 11:53:53 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* update.c: New file.
	* Makefile (SRCS): Added update.c.
	(targets): Added update.

Sat Sep 10 08:22:34 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* settrans.c (main): Give usage message when given no args.
	Use O_NOTRANS in file name lookup.
	Don't use FS_TRANS_EXCL in file_set_translator.
	If given args "FILE -show", get translator and print it out.

Thu Sep  1 11:50:51 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* settrans.c: New file.
	* Makefile (SRCS): Added settrans.c.
	(targets): Added settrans.

Tue Aug 30 16:40:54 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* sh.c (run): Use file_name_lookup instead of path_lookup.

Tue Aug 23 10:44:16 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* Makefile (targets): Comment out `su' until Roland gets it back
	into a usable state.

Mon Aug 22 12:18:09 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* sh.c (main): Open /dev/tty with O_IGNORE_CTTY and fdopen that
	onto stdin/out/err.

Fri Jul 22 12:26:27 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* Makefile: Rewritten to use new scheme.

