Mark fifo race as done now that it has seen significant testing. There
remain likely races in the fifo code, but the particular race that was causing build problems with high -j for kris has been worked around.
This commit is contained in:
parent
a9c42e37df
commit
1fd75e69e0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26099
1 changed files with 2 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/6.0R/todo.sgml,v 1.55 2005/10/19 14:40:38 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.56 2005/10/20 17:34:04 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
|
@ -407,7 +407,7 @@
|
|||
|
||||
<tr>
|
||||
<td>race condition in POSIX named fifos</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>There have been multiple reports of panics when running with make -j
|
||||
on SMP systems, which appear to be associated with a race condition in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue