Move kernel linker locking task from WIP to Done, thanks to
<arr@FreeBSD.org>. Another module locked down and (assuming no bugs crop up :-)) completed!
This commit is contained in:
parent
313b84586e
commit
9e7e6f4f60
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12519
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.49 2002/03/15 18:01:34 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.50 2002/03/18 01:58:16 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -664,6 +664,13 @@
|
|||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down kernel linker and module structures. </td>
|
||||
<td> &a.arr; </td>
|
||||
<td> 18 March 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<!-- WIP -->
|
||||
|
||||
<tr>
|
||||
|
@ -763,13 +770,6 @@
|
|||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Lock down kernel linker and module structures </td>
|
||||
<td> &a.arr; </td>
|
||||
<td> 27 February 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Make use of process locking and process reference counting
|
||||
to protect debugging interfaces (and procfs). </td>
|
||||
|
|
Loading…
Reference in a new issue