Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2000 00:28:13 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        Archie Cobbs <archie@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/kern tty.c
Message-ID:  <200001280828.AAA06442@apollo.backplane.com>
References:   <Pine.BSF.4.21.0001281856030.6496-100000@alphplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help
:On Thu, 27 Jan 2000, Archie Cobbs wrote:
:
:> archie      2000/01/27 18:22:23 PST
:> 
:>   Modified files:
:>     sys/kern             tty.c 
:>   Log:
:>   When an attempt to install a line discipline fails, check for
:>   known KLD's that might support it, and load the KLD if found.
:>   Currently the list includes SLIPDISC, PPPDISC, and NETGRAPHDISC.
:>   
:>   Revision  Changes    Path
:>   1.128     +58 -1     src/sys/kern/tty.c
:
:This runs the kernel linker in the middle of a critical section that
:is supposed to be locked by spltty() and the giant lock.  Please back
:it out.
:
:Bruce

    Plus, we are in FEATURE FREEZE.  This was not a (serious) bug to be 
    fixed.  Please do not make gratuitous commits this close to release! 

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001280828.AAA06442>