From owner-freebsd-commit Wed May 17 00:39:48 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26309 for commit-outgoing; Wed, 17 May 1995 00:39:48 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26296 for cvs-sys-outgoing; Wed, 17 May 1995 00:39:46 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26284 ; Wed, 17 May 1995 00:39:45 -0700 Date: Wed, 17 May 1995 00:39:45 -0700 From: Bruce Evans Message-Id: <199505170739.AAA26284@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/boot/kzipboot boot.c Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/05/17 00:39:44 Modified: sys/i386/boot/kzipboot boot.c Log: Reviewed by: phk serial_putchar() always hung if it was called and the serial port existed, so booting with -h hung when the above bug was fixed. Previously, setting -h did nothing but -h was sometimes the default due to the stack garbage bug.