- Add my tasks of locking down a socket.

- Add mini to the developer list.
This commit is contained in:
Seigo Tanimura 2002-04-21 01:33:06 +00:00
parent abc49114d6
commit d7244883cd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12841
2 changed files with 23 additions and 7 deletions

View file

@ -6,7 +6,7 @@ allows multiple documents to use the abbreviated entities, and allows
us to update author names, or the representation of those names (such
as adding email addresses), by just editing a single file.
$FreeBSD: www/en/developers.sgml,v 1.9 2002/04/08 17:50:54 jhb Exp $
$FreeBSD: www/en/developers.sgml,v 1.10 2002/04/12 05:35:21 murray Exp $
-->
@ -49,6 +49,7 @@ $FreeBSD: www/en/developers.sgml,v 1.9 2002/04/08 17:50:54 jhb Exp $
<!ENTITY a.maxim "Maxim&nbsp;Konovalov">
<!ENTITY a.mike "Mike&nbsp;Barcroft">
<!ENTITY a.mikeh "Mike&nbsp;Heffner">
<!ENTITY a.mini "Jonathan&nbsp;Mini">
<!ENTITY a.mkm "Kyle&nbsp;Martin">
<!ENTITY a.msmith "Mike Smith">
<!ENTITY a.murray "Murray Stokely">

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.74 2002/04/16 02:49:41 tanimura Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.75 2002/04/16 07:23:09 tanimura Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -681,7 +681,7 @@
<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> &a.mini; </td>
<td> 31 March 2002 </td>
<td> &status.done; </td>
</tr>
@ -689,7 +689,7 @@
<tr>
<td> Move from flags/tsleep lock to sx locks to protect sysctl
tree from updates during sysctl operations. </td>
<td> Jonathan Mini </td>
<td> &a.mini; </td>
<td> 1 April 2002 </td>
<td> &status.done; </td>
</tr>
@ -734,7 +734,7 @@
<tr>
<td> Lock struct pargs. </td>
<td> Jonathan Mini </td>
<td> &a.mini; </td>
<td> 9 April 2002 </td>
<td> &status.done; </td>
</tr>
@ -928,18 +928,25 @@
<tr>
<td> Lock eventhandlers. </td>
<td> &a.msmith;, Jonathan Mini </td>
<td> &a.msmith;, &a.mini; </td>
<td> 8 April 2002 </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> Lock sysctl hierarchy and access methods. </td>
<td> Jonathan Mini </td>
<td> &a.mini; </td>
<td> 9 April 2002 </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> Lock down struct socket. </td>
<td> &a.tanimura; </td>
<td> 21 April 2002 </td>
<td> &status.wip; </td>
</tr>
<!-- Stalled -->
<tr>
@ -1172,6 +1179,14 @@
<td> &status.new; </td>
</tr>
<tr>
<td> Reduce contention upon locking a socket buffer by replacing
tsleep() and wakeup() with a condvar. </td>
<td> &a.tanimura; </td>
<td> 21 April 2002 </td>
<td> &status.new; </td>
</tr>
<!--
<tr>
<td> </td>