Add ade's nswbuf bug report to the show-stopper bug list.
Requested by: ade
This commit is contained in:
parent
addaa0bfff
commit
b7bf9f6f39
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25362
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.0R/todo.sgml,v 1.19 2005/07/21 18:20:01 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.20 2005/08/06 13:12:20 delphij Exp $">
|
||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
|
@ -115,6 +115,16 @@
|
|||
<td>There appears to be a regression in the aac device driver on
|
||||
Dell 2550 machines.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>vnode_pager_init nswbuf initialization bug</td>
|
||||
<td>&status.new;</td>
|
||||
<td>&a.ade;</td>
|
||||
<td>Due to a boot time ordering bug, nwsbuf is not initialized at the
|
||||
time of first use, resulting in a serious performance regression due
|
||||
to a very low bound on the number of swap buffers per vnode (1).</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Required features for 6.0-RELEASE</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue