Robert Watson addressed the issue of the proc locking being grabbed twice
for each system call. Drop it off the list since there really is no way to explicitely test it. Thanks to Robert for working on this!
This commit is contained in:
parent
44927b2a16
commit
0065d85902
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20197
1 changed files with 1 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.11 2004/02/25 04:33:08 rwatson Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.12 2004/02/27 03:07:49 scottl Exp $">
|
||||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
|
@ -144,14 +144,6 @@
|
||||||
amd64 as a Tier-1 platform.</td>
|
amd64 as a Tier-1 platform.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td>Excessive process locking in system call path</td>
|
|
||||||
<td>&status.new;</td>
|
|
||||||
<td>--</td>
|
|
||||||
<td>Currently, the process lock is grabbed and released twice for every
|
|
||||||
system call in STOPEVENT(). This needs to be corrected.</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Desired features for 5.3-RELEASE</h3>
|
<h3>Desired features for 5.3-RELEASE</h3>
|
||||||
|
|
Loading…
Reference in a new issue