From owner-cvs-sys Tue Oct 31 11:40:47 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA19379 for cvs-sys-outgoing; Tue, 31 Oct 1995 11:40:47 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA19373 ; Tue, 31 Oct 1995 11:40:41 -0800 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id LAA02742; Tue, 31 Oct 1995 11:40:33 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id LAA09641; Tue, 31 Oct 1995 11:35:33 -0800 Message-Id: <199510311935.LAA09641@corbin.Root.COM> To: Peter Wemm cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern tty_subr.c In-reply-to: Your message of "Tue, 31 Oct 95 11:00:06 PST." <199510311900.LAA17702@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 31 Oct 1995 11:35:32 -0800 Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk >hsu 95/10/31 11:00:05 > > Modified: sys/kern tty_subr.c > Log: > Make a putc()/b_to_q() to a clist that hasn't had cblocks reserved > non-fatal. I've make it return an appropriate error to the caller instead > of panic()ing. > > Handling an error condition is inherently more friendly than exploding > the kernel.. :-) The new behavior is a little closer to traditional > clists, potentially making porting a little simpler. > > Suggested by: bde (many months ago, I've been using this for a while..) It's really strange that you should be committing this now - wcarchive just crashed because of this only a few minutes before your commit! (I'm sure you had nothing to do with it...right? :-)) -DG