Warner Losh 89e75021fa Various buglets fixed (from submitter):
The changes to getstr() is so that the character that is
	passed in to it, is also processed just as the rest. I also
	removed one of the getc() calls otherwise you loose every
	second character.

	I also changed the strcpy of kname, so that it only happens if
	kname is '\0'. This is so that one can pass a kernel in
	through /boot.config.

	The last change to boot2.c is in parse(). If you tried to type
	a kernel name to boot, the first character was lost, the arg--
	fix that.

Submitted by: jhay
2007-03-28 21:18:45 +00:00
..
2007-03-27 19:32:40 +00:00
2007-03-21 03:42:51 +00:00
2007-03-27 19:36:12 +00:00
2006-11-28 19:33:28 +00:00
2007-03-10 03:10:34 +00:00
2007-03-27 15:09:10 +00:00