TrustedBSD MAC Framework is SMP-safe; while it sometimes requires Giant
when interacting with subsystems such as VFS, Sockets, and the Network Stack, the basic framework structures and components are MP-safe. Update the SMP task relating to this to switch it to Done status.
This commit is contained in:
parent
cf6b9b5d39
commit
6220f40b7a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15123
1 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.92 2002/08/22 02:51:57 bmilekic Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.93 2002/09/11 16:32:24 arr Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -873,6 +873,13 @@
|
|||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down TrustedBSD MAC implementation. </td>
|
||||
<td> &a.rwatson; </td>
|
||||
<td> 11 November 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<!-- WIP -->
|
||||
|
||||
<tr>
|
||||
|
@ -933,13 +940,6 @@
|
|||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down TrustedBSD MAC implementation. </td>
|
||||
<td> &a.rwatson; </td>
|
||||
<td> 27 February 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down newbus infrastructure to support driver
|
||||
fine-graining. </td>
|
||||
|
|
Loading…
Reference in a new issue