From owner-cvs-all Fri Jan 28 0:17:40 2000 Delivered-To: cvs-all@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 3CC3414E1B for ; Fri, 28 Jan 2000 00:17:34 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (qmail 11908 invoked from network); 28 Jan 2000 08:16:47 -0000 Received: from bde.zeta.org.au (203.2.228.102) by gidora.zeta.org.au with SMTP; 28 Jan 2000 08:16:47 -0000 Date: Fri, 28 Jan 2000 19:16:43 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c In-Reply-To: <200001280222.SAA06122@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message