Date: Fri, 28 Jan 2000 19:16:43 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Archie Cobbs <archie@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c Message-ID: <Pine.BSF.4.21.0001281856030.6496-100000@alphplex.bde.org> In-Reply-To: <200001280222.SAA06122@freefall.freebsd.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 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?Pine.BSF.4.21.0001281856030.6496-100000>