Add new item: dup(2) regression on 6.x.
Requested by: glebius
This commit is contained in:
parent
ba27d44f1f
commit
f17f2cd8f9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27280
1 changed files with 11 additions and 1 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.1R/todo.sgml,v 1.13 2006/02/21 17:38:23 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.1R/todo.sgml,v 1.14 2006/03/06 18:59:07 hrs Exp $">
|
||||
<!ENTITY local.rel "6.1">
|
||||
<!ENTITY title "FreeBSD 6.1 Open Issues">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
|
|
@ -229,6 +229,16 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
|
|||
This may be the cause of the many "rpc.lockd no longer interoperates"
|
||||
bug reports seen on -stable.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>dup(2) regression on 6.x</td>
|
||||
<td>&status.unknown;</td>
|
||||
<td>&a.des;</td>
|
||||
<td>Simple "close(0); dup(fd)" does not return descriptor "0" in some cases.
|
||||
This problem has been reported in
|
||||
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/87208">kern/87208</a>,
|
||||
and there is a proposed patch in the PR, too.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Required features for &local.rel;-RELEASE</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue