2003-04-29  John Fremlin  <john@fremlin.de>

	* ProcessTab.hh (class ProcessTab ): now use map instead of
	hash_map for everything because hash_map no longer exists

2001-06-21  John Fremlin  <vii@users.sourceforge.net>

	* Respawner.hh (init_utmp): modify the ut_line as well as ut_id,
	because nobody knows the ut_id except init itself
	And don't set the ut_id if the id given will overflow it.

2001-01-08  John Fremlin  <vii@penguinpowered.com>

	* bootstrap.cc (open_console): Stop fooling around: init always
	has /dev/console open on fds 0-2 on boot anyway.
	(init_terminal): Ditto.
	(init_terminal),(open_console): Whoops back out this particular
	change ;-) seem to have mistaken something.

2000-12-18  John Fremlin  <vii@penguinpowered.com>

	* Respawner.hh (class Respawner): changed to keep track of helping
	respawn process after all, got rid of the two bool vars that way.
	

