- Mention addition of SX_SYSINIT and MTX_SYSINIT as well as securelevel
mutex. - Move kern linker lock down to WIP section.
This commit is contained in:
parent
d69ab52460
commit
091d62ac7a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12662
1 changed files with 24 additions and 2 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.63 2002/04/02 05:47:44 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.64 2002/04/02 05:54:58 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -663,7 +663,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down kernel linker and module structures. </td>
|
||||
<td> Lock down kernel module structures. </td>
|
||||
<td> &a.arr; </td>
|
||||
<td> 18 March 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
|
@ -708,6 +708,21 @@
|
|||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Create MTX_SYSINIT and SX_SYSINIT macros that allow for
|
||||
initializing locks that are subsystem independent. </td>
|
||||
<td> &a.arr; </td>
|
||||
<td> 2 April 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down the global securelevel variable. </td>
|
||||
<td> &a.arr; </td>
|
||||
<td> 2 April 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<!-- WIP -->
|
||||
|
||||
<tr>
|
||||
|
@ -880,6 +895,13 @@
|
|||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down kernel linker structures. </td>
|
||||
<td> &a.arr; </td>
|
||||
<td> 18 March 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Replace incorrect use of MD critical section API to disable
|
||||
interrupts with a specific interrupt disable API. </td>
|
||||
|
|
Loading…
Reference in a new issue