[BACK]Return to 29.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/29.html between version 1.39 and 1.40

version 1.39, 2015/07/02 05:49:03 version 1.40, 2016/03/21 05:46:19
Line 132 
Line 132 
 <p>  <p>
 <ul>  <ul>
 <li>Long username support.  <li>Long username support.
 <li>Vastly improved Linux <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8">emulation</a> allowing many more applications to run.  <li>Vastly improved Linux <a href="http://man.openbsd.org?query=compat_linux&sektion=8">emulation</a> allowing many more applications to run.
 <li>802.1d spanning tree support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a>.  <li>802.1d spanning tree support for <a href="http://man.openbsd.org?query=bridge&sektion=4">bridge(4)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a> bridging support allows for many more bridge possibilities (Now you can even use OpenBSD as an 802.1Q compatible switch)  <li><a href="http://man.openbsd.org?query=vlan&sektion=4">vlan(4)</a> bridging support allows for many more bridge possibilities (Now you can even use OpenBSD as an 802.1Q compatible switch)
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2">kqueue(2)</a> kernel event notification mechanism.  <li><a href="http://man.openbsd.org?query=kqueue&sektion=2">kqueue(2)</a> kernel event notification mechanism.
 <li>Addition of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> machine-independent console driver.  <li>Addition of the <a href="http://man.openbsd.org?query=wscons&sektion=4">wscons(4)</a> machine-independent console driver.
 <li>Major enhancements to softupdates, including speed and stability fixes.  <li>Major enhancements to softupdates, including speed and stability fixes.
 <li>Bug-fixes and enhancements to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">atapiscsi(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a> drivers,  <li>Bug-fixes and enhancements to the <a href="http://man.openbsd.org?query=atapiscsi&sektion=4">atapiscsi(4)</a> and <a href="http://man.openbsd.org?query=pciide&sektion=4">pciide(4)</a> drivers,
 including UltraDMA/100 support for Intel, Promise, and Highpoint controllers.  including UltraDMA/100 support for Intel, Promise, and Highpoint controllers.
 </ul>  </ul>
 <p>  <p>
Line 194 
Line 194 
 If you are planning on dual booting OpenBSD with another OS, you will need to read the included INSTALL.i386 document.  If you are planning on dual booting OpenBSD with another OS, you will need to read the included INSTALL.i386 document.
   
 <p>  <p>
 To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located at <i>CD:/2.9/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a> utility. The following is an example usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.  To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located at <i>CD:/2.9/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="http://man.openbsd.org?query=dd&sektion=1">dd(1)</a> utility. The following is an example usage of <a href="http://man.openbsd.org?query=dd&sektion=1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.
   
 <ul><pre>  <ul><pre>
 # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>  # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
Line 338 
Line 338 
 on most architectures (over 1200 packages build on i386, for instance).  on most architectures (over 1200 packages build on i386, for instance).
 <p>  <p>
 The <i>ports/</i> directory represents a CVS (see the manpage for  The <i>ports/</i> directory represents a CVS (see the manpage for
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&apropos=0&sektion=1&manpath=OpenBSD+Current&arch=i386&format=html">  <a href="http://man.openbsd.org?query=cvs&apropos=0&sektion=1&manpath=OpenBSD+Current&arch=i386&format=html">
 cvs(1)</a> if  cvs(1)</a> if
 you aren't familiar with CVS) checkout of our ports.  As with our complete  you aren't familiar with CVS) checkout of our ports.  As with our complete
 source tree, our ports tree is available via anoncvs.  So, in  source tree, our ports tree is available via anoncvs.  So, in

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40