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

Diff for /www/31.html between version 1.28 and 1.29

version 1.28, 2015/08/06 21:50:20 version 1.29, 2016/03/21 05:46:19
Line 83 
Line 83 
 <p>  <p>
   
 <li>A lot of enhancements to our new packet filter, <a  <li>A lot of enhancements to our new packet filter, <a
 href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf</a>,  href="http://man.openbsd.org?query=pf&sektion=4">pf</a>,
 including performance improvements, as well as the ability to filter other  including performance improvements, as well as the ability to filter other
 protocols than the usual tcp, udp and icmp, such as esp.  protocols than the usual tcp, udp and icmp, such as esp.
 <p>  <p>
   
 <li>An utility to achieve per-user pf rules changes, typically intended for  <li>An utility to achieve per-user pf rules changes, typically intended for
 gateways, <a  gateways, <a
 href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8">authpf</a>.  href="http://man.openbsd.org?query=authpf&sektion=8">authpf</a>.
 <p>  <p>
   
 <li>The in-kernel software <a  <li>The in-kernel software <a
 href="http://www.openbsd.org/cgi-bin/man.cgi?query=raid&sektion=4">raid</a>  href="http://man.openbsd.org?query=raid&sektion=4">raid</a>
 (RAIDframe) can now automatically detect and configure its raid devices at boot.  (RAIDframe) can now automatically detect and configure its raid devices at boot.
 Taking advantage of this, the system can have its root partition directly  Taking advantage of this, the system can have its root partition directly
 mounted from an auto-detected raid partition.  mounted from an auto-detected raid partition.
Line 181 
Line 181 
 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:/3.1/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:/3.1/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 378 
Line 378 
 on most architectures (over 1500 packages build on i386, for instance).  on most architectures (over 1500 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.28  
changed lines
  Added in v.1.29