Andrew R. Reiter 2eb7b21b00 - 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.

Idea for ``classes'' read only by:	jake
Reviewed by:	jake
2002-06-19 21:25:59 +00:00
..
2002-06-19 20:44:48 +00:00
2002-05-16 21:28:32 +00:00
2002-06-12 14:55:19 +00:00
2002-05-24 07:26:17 +00:00
2002-05-24 17:38:01 +00:00
2002-06-07 05:47:35 +00:00
2002-03-20 10:12:07 +00:00
2002-06-13 17:28:55 +00:00
2002-06-18 01:11:04 +00:00