Grammar fixes.
This commit is contained in:
parent
6a3ed6d124
commit
3b181a1c86
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34962
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/8.0R/relnotes.sgml,v 1.1 2009/11/26 01:20:07 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD 8.0-RELEASE Release Notes">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
]>
|
||||
|
@ -28,14 +28,14 @@
|
|||
dispatched or deferred processing. The new implementation
|
||||
supports up to one netisr thread per CPU, and several
|
||||
benchmarks on SMP machines show substantial performance
|
||||
improvement over the old one.</p></li>
|
||||
improvement over the previous version.</p></li>
|
||||
|
||||
<li><p>The FreeBSD newbus subsystem is now MPSAFE.</p></li>
|
||||
|
||||
<li><p>The FreeBSD TTY layer has been replaced with a new one
|
||||
which has better support for SMP and robust resource handling. A tty
|
||||
now has own mutex and it is expected to improve scalability when
|
||||
compared to the old implementation based on Giant lock.</p></li>
|
||||
compared to the old implementation based on the Giant lock.</p></li>
|
||||
|
||||
<li><p>[amd64, i386] The FreeBSD Linux emulation layer has been
|
||||
updated to version 2.6.16 and the default Linux infrastructure
|
||||
|
@ -48,7 +48,7 @@
|
|||
|
||||
<li><p>The FreeBSD USB subsystem has been reimplemented to support
|
||||
modern devices and better SMP scalability. The new implementation
|
||||
includes Giant-lock-free device drivers, Linux compatibility layer, <a
|
||||
includes Giant-lock-free device drivers, a Linux compatibility layer, <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=usbconfig&sektion=8&manpath=FreeBSD+8.0-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">usbconfig</span>(8)</span></a> utility, full
|
||||
|
|
Loading…
Reference in a new issue