Date: Thu, 20 Jun 2002 11:28:38 -0400 (EDT) From: "Andrew R. Reiter" <arr@watson.org> To: Doug Rabson <dfr@nlsystems.com> Cc: "Andrew R. Reiter" <arr@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.c Message-ID: <Pine.NEB.3.96L.1020620112801.14856B-100000@fledge.watson.org> In-Reply-To: <200206201000.13151.dfr@nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Jun 2002, Doug Rabson wrote: :On Wednesday 19 June 2002 10:25 pm, Andrew R. Reiter wrote: :> arr 2002/06/19 14:25:59 PDT :> :> Modified files: :> sys/kern kern_linker.c :> Log: :> - Remove the lock(9) protecting the kernel linker system. :> - Added a mutex, kld_mtx, to protect the kernel_linker system. Note that :> while ``classes'' is global (to that file), it is only read only after :> SI_SUB_KLD, SI_ORDER_ANY. :> - Add a SYSINIT to flip a flag that disallows class registration after :> SI_SUB_KLD, SI_ORDER_ANY. : :What about classes that are loaded later? : There now exists a flag in linker_add_class() that disallows this. Cheers, -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org 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.NEB.3.96L.1020620112801.14856B-100000>