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

Diff for /www/59.html between version 1.57 and 1.58

version 1.57, 2016/03/06 00:26:59 version 1.58, 2016/03/06 08:43:00
Line 91 
Line 91 
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce">oce(4)</a>      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce">oce(4)</a>
         driver now processes received packets without the kernel lock held.          driver now processes received packets without the kernel lock held.
     <li>RTL8168H/RTL8111H support has been added to      <li>RTL8168H/RTL8111H support has been added to
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sektion=4">re(4)</a>.          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sec=4">re(4)</a>.
     <li>Initial IEEE 802.11n support in the      <li>Initial IEEE 802.11n support in the
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwm">iwm(4)</a>          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwm">iwm(4)</a>
         and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn">iwn(4)</a>          and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn">iwn(4)</a>
Line 1127 
Line 1127 
 contains everything you need except for the kernel sources, which are  contains everything you need except for the kernel sources, which are
 in a separate archive.  To extract:  in a separate archive.  To extract:
 <p>  <p>
 <ul><pre>  <blockquote><pre>
 # <strong>mkdir -p /usr/src</strong>  # <b>mkdir -p /usr/src</b>
 # <strong>cd /usr/src</strong>  # <b>cd /usr/src</b>
 # <strong>tar xvfz /tmp/src.tar.gz</strong>  # <b>tar xvfz /tmp/src.tar.gz</b>
 </pre></ul>  </pre></blockquote>
 <p>  <p>
 sys.tar.gz contains a source archive starting at /usr/src/sys.  sys.tar.gz contains a source archive starting at /usr/src/sys.
 This file contains all the kernel sources you need to rebuild kernels.  This file contains all the kernel sources you need to rebuild kernels.
 To extract:  To extract:
 <p>  <p>
 <ul><pre>  <blockquote><pre>
 # <strong>mkdir -p /usr/src/sys</strong>  # <b>mkdir -p /usr/src/sys</b>
 # <strong>cd /usr/src</strong>  # <b>cd /usr/src</b>
 # <strong>tar xvfz /tmp/sys.tar.gz</strong>  # <b>tar xvfz /tmp/sys.tar.gz</b>
 </pre></ul>  </pre></blockquote>
 <p>  <p>
 Both of these trees are a regular CVS checkout.  Using these trees it  Both of these trees are a regular CVS checkout.  Using these trees it
 is possible to get a head-start on using the anoncvs servers as  is possible to get a head-start on using the anoncvs servers as
Line 1158 
Line 1158 
 <p>  <p>
 A ports tree archive is also provided.  To extract:  A ports tree archive is also provided.  To extract:
 <p>  <p>
 <ul><pre>  <blockquote><pre>
 # <strong>cd /usr</strong>  # <b>cd /usr</b>
 # <strong>tar xvfz /tmp/ports.tar.gz</strong>  # <b>tar xvfz /tmp/ports.tar.gz</b>
 </pre></ul>  </pre></blockquote>
 <p>  <p>
 Go read the <a href="faq/ports/index.html">ports</a> page  Go read the <a href="faq/ports/index.html">ports</a> page
 if you know nothing about ports  if you know nothing about ports
Line 1170 
Line 1170 
 OpenBSD ports system.  OpenBSD ports system.
 <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&amp;sektion=1&amp;arch=i386">  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs">
 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  source tree, our ports tree is available via
Line 1179 
Line 1179 
 the <i>ports/</i> tree available on a read-write medium and update the tree  the <i>ports/</i> tree available on a read-write medium and update the tree
 with a command like:  with a command like:
 <p>  <p>
 <ul><pre>  <blockquote><pre>
 # <strong>cd /usr/ports</strong>  # <b>cd /usr/ports</b>
 # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_9</strong>  # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_9</b>
 </pre></ul>  </pre></blockquote>
 <p>  <p>
 [Of course, you must replace the server name here with a nearby anoncvs  [Of course, you must replace the server name here with a nearby anoncvs
 server.]  server.]

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58