Add reference to p_arg locking work by Jonathan Mini <mini@haikugeek.com>.
For now, mark as a WIP, since the commits still seem to be trickling in; will move to Done when notified.
This commit is contained in:
parent
c53c8d69ba
commit
a3ba899913
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12634
1 changed files with 10 additions and 1 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.56 2002/03/21 20:43:29 rwatson Exp $">
|
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.57 2002/03/25 17:40:10 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;
|
||||||
|
@ -865,6 +865,15 @@
|
||||||
<td> &status.wip; </td>
|
<td> &status.wip; </td>
|
||||||
</tr>
|
</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>
|
||||||
|
|
||||||
<!-- Stalled -->
|
<!-- Stalled -->
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue