Add an entry for on-going selinfo locking work by Alfred and Chad. This

work pushes the selinfo structure under a seperate lock and allows
select-related behavior to be pushed out from under Giant.  Patches
were recently posted to freebsd-smp, so make it a WIP.

Add an entity for Chad since he didn't have one already.
This commit is contained in:
Robert Watson 2002-03-12 02:20:49 +00:00
parent 66e3b60435
commit 02d90ad480
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12425
2 changed files with 11 additions and 2 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 us to update author names, or the representation of those names (such
as adding email addresses), by just editing a single file. as adding email addresses), by just editing a single file.
$FreeBSD: www/en/developers.sgml,v 1.3 2002/03/08 20:00:57 bmah Exp $ $FreeBSD: www/en/developers.sgml,v 1.4 2002/03/10 00:39:59 rwatson Exp $
--> -->
@ -20,6 +20,7 @@ $FreeBSD: www/en/developers.sgml,v 1.3 2002/03/08 20:00:57 bmah Exp $
<!ENTITY a.bmilekic "Bosko Milekic"> <!ENTITY a.bmilekic "Bosko Milekic">
<!ENTITY a.brian "Brian Somers"> <!ENTITY a.brian "Brian Somers">
<!ENTITY a.cp "Chuck Paterson"> <!ENTITY a.cp "Chuck Paterson">
<!ENTITY a.davidc "Chad David">
<!ENTITY a.dfr "Doug Rabson"> <!ENTITY a.dfr "Doug Rabson">
<!ENTITY a.dillon "Matt Dillon"> <!ENTITY a.dillon "Matt Dillon">
<!ENTITY a.gallatin "Andrew Gallatin"> <!ENTITY a.gallatin "Andrew Gallatin">

View file

@ -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.39 2002/03/10 00:43:13 rwatson Exp $"> <!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.40 2002/03/11 18:28: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;
@ -804,6 +804,14 @@
<td> &status.wip; </td> <td> &status.wip; </td>
</tr> </tr>
<tr>
<td> Place a global lock around selinfo structures to fix a
variety of lock order reversals, and make select() MP-safe. </td>
<td> &a.alfred;, &a.davidc; </td>
<td> 11 March 2002 </td>
<td> &status.wip; </td>
</tr>
<!-- Stalled --> <!-- Stalled -->
<tr> <tr>