Move p_args task from WIP to Done.

Requested by:	Jonathan Mini <mini@haikugeek.com>
This commit is contained in:
Robert Watson 2002-04-02 05:47:44 +00:00
parent e4331a8c29
commit 839b42f0d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12658

View file

@ -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.61 2002/04/02 04:41:57 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.62 2002/04/02 04:47:34 rwatson Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -677,6 +677,15 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Lock down access to the shared p_args "process arguments"
structure through appropriate protection of that structure and
references to it. </td>
<td> Jonathan Mini </td>
<td> 31 March 2002 </td>
<td> &status.done; </td>
</tr>
<tr>
<td> Move from lockmgr locks to sx locks for event handlers. </td>
<td> Jonathan Mini </td>
@ -887,15 +896,6 @@
<td> &status.wip; </td>
</tr>
<tr>
<td> Lock down access to the shared p_args "process arguments"
structure through appropriate protection of that structure and
references to it. </td>
<td> Jonathan Mini </td>
<td> 31 March 2002 </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> Create mutex profiling tool for the kernel so as to measure
contention and behavior of kernel mutexes. </td>