=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- www/59.html 2016/03/06 00:26:59 1.57 +++ www/59.html 2016/03/06 08:43:00 1.58 @@ -91,7 +91,7 @@
  • The oce(4) driver now processes received packets without the kernel lock held.
  • RTL8168H/RTL8111H support has been added to - re(4). + re(4).
  • Initial IEEE 802.11n support in the iwm(4) and iwn(4) @@ -1127,21 +1127,21 @@ contains everything you need except for the kernel sources, which are in a separate archive. To extract:

    -

    +
    +# mkdir -p /usr/src
    +# cd /usr/src
    +# tar xvfz /tmp/src.tar.gz
    +

    sys.tar.gz contains a source archive starting at /usr/src/sys. This file contains all the kernel sources you need to rebuild kernels. To extract:

    -

    +
    +# mkdir -p /usr/src/sys
    +# cd /usr/src
    +# tar xvfz /tmp/sys.tar.gz
    +

    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 @@ -1158,10 +1158,10 @@

    A ports tree archive is also provided. To extract:

    -

    +
    +# cd /usr
    +# tar xvfz /tmp/ports.tar.gz
    +

    Go read the ports page if you know nothing about ports @@ -1170,7 +1170,7 @@ OpenBSD ports system.

    The ports/ directory represents a CVS (see the manpage for - + cvs(1) if you aren't familiar with CVS) checkout of our ports. As with our complete source tree, our ports tree is available via @@ -1179,10 +1179,10 @@ the ports/ tree available on a read-write medium and update the tree with a command like:

    -

    +
    +# cd /usr/ports
    +# cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_9
    +

    [Of course, you must replace the server name here with a nearby anoncvs server.]