Add myself to entity list.

Add an additional entry indicating that the locking of jail occurred
about this time last year.  jhb had to redo things a bit for the
proc locking work, but I figured I might as well add it anyway.
This commit is contained in:
Robert Watson 2002-02-25 19:35:19 +00:00
parent 84c9a07e37
commit 4c7d7aeca2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12290

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.17 2002/02/23 11:30:50 tanimura Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.18 2002/02/25 16:37:59 rwatson Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -28,6 +28,7 @@
<!ENTITY jlemon "Jonathan Lemon">
<!ENTITY markm "Mark Murray">
<!ENTITY peter "Peter Wemm">
<!ENTITY rwatson "Robert Watson">
<!ENTITY tanimura "Seigo Tanimura">
]>
@ -381,6 +382,13 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Add protection to struct jail and jail-related functionality. </td>
<td> &rwatson; </td>
<td> 20 February 2001 </td>
<td> &status.done; </td>
</tr>
<tr>
<td> Implement sx (shared/exclusive) locks. </td>
<td> &jasone; </td>