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

Diff for /www/33.html between version 1.50 and 1.51

version 1.50, 2016/08/15 02:22:05 version 1.51, 2017/06/26 17:18:57
Line 113 
Line 113 
   
 <li>An incredible amount of enhancements and stability improvements to  <li>An incredible amount of enhancements and stability improvements to
 our packet filter, <a  our packet filter, <a
 href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf</a>,  href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf</a>,
 including:  including:
 <ul>  <ul>
 <li>Queue, a bandwidth management system (uses altq underneath)  <li>Queue, a bandwidth management system (uses altq underneath)
Line 125 
Line 125 
 <li>Full CIDR support  <li>Full CIDR support
 <li>Early checksum verification return on invalid packets  <li>Early checksum verification return on invalid packets
 <li>Performance boost: large rulesets load much faster now  <li>Performance boost: large rulesets load much faster now
 <li><a href="http://man.openbsd.org/?query=spamd">spamd</a>,  <li><a href="https://man.openbsd.org/?query=spamd">spamd</a>,
     a spam deferral daemon, which SMTP connections can be redirected to.      a spam deferral daemon, which SMTP connections can be redirected to.
     This daemon handles connections based on black lists and white lists,      This daemon handles connections based on black lists and white lists,
     tar-pits the connections, and ensures that the spammer knows why their      tar-pits the connections, and ensures that the spammer knows why their
Line 222 
Line 222 
   
 <p>  <p>
 To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located  To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
 at <i>CD:/3.3/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="http://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a> utility. The following is an example usage of <a href="http://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.  at <i>CD:/3.3/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a> utility. The following is an example usage of <a href="https://man.openbsd.org/?query=dd&amp;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 405 
Line 405 
 on most architectures (over 2000 packages build on i386, for instance).  on most architectures (over 2000 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://man.openbsd.org/?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">  <a href="https://man.openbsd.org/?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;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.50  
changed lines
  Added in v.1.51