Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D46700
Change Details
Change Details
Old
New
Diff
Introduce a new global driver lock to use it in place of Giant. Also lock around uses of devclass_get_maxunit() and replace leftover CTLFLAG_NEEDGIANTs with CTLFLAG_MPSAFE. Sponsored by: The FreeBSD Foundation MFC after: 1 week
Lock around uses of devclass_*() and replace leftover CTLFLAG_NEEDGIANTs with CTLFLAG_MPSAFE. Sponsored by: The FreeBSD Foundation MFC after: 1 week
Introduce a new global driver lock to use it in place of Giant. Also l
L
ock around uses of devclass
_get_maxunit
_*
() and replace leftover CTLFLAG_NEEDGIANTs with CTLFLAG_MPSAFE. Sponsored by: The FreeBSD Foundation MFC after: 1 week
Continue