Note that a fix for the poll()/select() problem has been committed to
HEAD, and is now waiting an MT5 delay before being merged to RELENG_5. At that time, I'll move this item to "testing".
This commit is contained in:
parent
544a3827e6
commit
4c28d6d8c6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22249
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.65 2004/09/03 08:27:43 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.66 2004/09/03 23:55:48 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -62,7 +62,9 @@
|
|||
while running the network stack without the Giant lock. A recent
|
||||
sleepq change appears to have caused some of the observed problems
|
||||
to go away (others are difficult to test for due to recent SMP
|
||||
instability).</td>
|
||||
instability). uipc_socket.c:1.211 appears to correct this race in
|
||||
the CVS HEAD (6.x), but the fix is currently in a waiting period to
|
||||
be merged back to RELENG_5.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue