green has now moved vm from using lockmgr to sx locks; update the status
entry to "Done", and clarify a bit more what the task was about.
This commit is contained in:
parent
c6ea9ca78c
commit
a57e0d5ce8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12464
1 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.43 2002/03/13 13:15:34 murray Exp $">
|
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.44 2002/03/14 14:57:58 rwatson Exp $">
|
||||||
<!ENTITY title "FreeBSD SMP Project">
|
<!ENTITY title "FreeBSD SMP Project">
|
||||||
<!ENTITY email 'freebsd-smp'>
|
<!ENTITY email 'freebsd-smp'>
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
|
@ -637,6 +637,16 @@
|
||||||
<td> &status.done; </td>
|
<td> &status.done; </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td> Initialize mutex pools early enough that sx locks can be used
|
||||||
|
for VM; simplify locking logic in VM to avoid suspect activities
|
||||||
|
such as lock testing and recursion, and convert vm_map locks to sx
|
||||||
|
locks from lockmgr locks. </td>
|
||||||
|
<td> &a.green; </td>
|
||||||
|
<td> 14 March 2002 </td>
|
||||||
|
<td> &status.done; </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<!-- WIP -->
|
<!-- WIP -->
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -660,13 +670,6 @@
|
||||||
<td> &status.wip; </td>
|
<td> &status.wip; </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td> Convert vm_map locks to sx locks. </td>
|
|
||||||
<td> &a.green; </td>
|
|
||||||
<td> 18 October 2001 </td>
|
|
||||||
<td> &status.wip; </td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td> Lock down the tty subsystem. </td>
|
<td> Lock down the tty subsystem. </td>
|
||||||
<td> Dick Garner, Jeremy Scofield </td>
|
<td> Dick Garner, Jeremy Scofield </td>
|
||||||
|
|
Loading…
Reference in a new issue