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

Annotation of www/61.html, Revision 1.13

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.1</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.1">
                      7: <meta name="copyright" content="This document copyright 2016 by OpenBSD.">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
                     10: <link rel="canonical" href="https://www.openbsd.org/61.html">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <h2>
                     16: <a href="index.html">
                     17: <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">6.1</font>
                     19: </h2>
                     20:
1.5       deraadt    21: <a href="images/XXX.jpg">
                     22: <img alt="XXX" align="left" width="227" height="343" hspace="24" src="images/XXX.jpg"></a>
                     23: To be released somwhere around May 1, 2017 plus or minus a couple months<br>
1.1       deraadt    24: Copyright 1997-2017, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
                     27: 6.1 Song:
                     28: <a href="lyrics.html#61">"xxx"</a>.
                     29:
                     30: <br>
                     31: <ul>
                     32: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     33:     a list of mirror machines.
                     34: <li>Go to the <font color="#e00000">pub/OpenBSD/6.1/</font> directory on
                     35:     one of the mirror sites.
                     36: <li>Have a look at <a href="errata61.html">the 6.1 errata page</a> for a list
                     37:     of bugs and workarounds.
                     38: <li>See a <a href="plus61.html">detailed log of changes</a> between the
                     39:     6.0 and 6.1 releases.
                     40: <p>
                     41: <li><a href="http://man.openbsd.org/signify.1">signify(1)</a>
                     42:     pubkeys for this release:<br>
                     43: <pre>
1.5       deraadt    44: base: RWQEQa33SgQSEsMwwVV1+GjzdcQfRNV2Bgo48Ztd2KiZ9bAodz9c+Maa
                     45: fw:   RWS91POk0QZXfsqi4aI7MotYz8CPzoHjYg4a1IDi56cftacjsq+ZL/KY
                     46: pkg:  RWQbTjGFHEvnOckqY7u9iABhXAkEpF/6TQ3Mr6bMrWbT1wOM/HnbV9ov
1.1       deraadt    47: </pre>
                     48: <p>
                     49: All applicable copyrights and credits are in the src.tar.gz,
                     50: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     51: files fetched via ports.tar.gz.
                     52: </ul>
                     53: <br clear=all>
                     54:
                     55: <hr>
                     56:
                     57: <h3 id="new"><font color="#0000e0">What's New</font></h3>
                     58:
                     59: This is a partial list of new features and systems included in OpenBSD 6.1.
                     60: For a comprehensive list, see the <a href="plus61.html">changelog</a> leading
                     61: to 6.1.
                     62:
                     63: <ul>
                     64: <li>New/extended platforms:
                     65:     <ul>
                     66:     <li>...
                     67:     </ul>
                     68: <p>
                     69:
                     70: <li>Improved hardware support, including:
                     71:     <ul>
1.4       visa       72:     <li>New <a href="http://man.openbsd.org/?query=octmmc">octmmc(4)</a>
                     73:         driver for the OCTEON MMC host controller.
1.1       deraadt    74:     <li>...
                     75:     </ul>
                     76: <p>
                     77:
                     78: <li>IEEE 802.11 wireless stack improvements:
                     79:     <ul>
                     80:     <li>...
                     81:     </ul>
                     82: <p>
                     83:
                     84: <li>Generic network stack improvements:
                     85:     <ul>
                     86:     <li>...
                     87:     </ul>
                     88: <p>
                     89:
                     90: <li>Installer improvements:
                     91:     <ul>
                     92:     <li>...
                     93:     </ul>
                     94: <p>
                     95:
                     96: <li>Routing daemons and other userland network improvements:
                     97:     <ul>
1.10      florian    98:     <li><a href="http://man.openbsd.org/ping.8">ping(8)</a> and
                     99:         <a href="http://man.openbsd.org/ping6.8">ping6(8)</a> are now the same
                    100:         binary and share the engine.
1.1       deraadt   101:     <li>...
                    102:     </ul>
                    103: <p>
                    104:
                    105: <li>Security improvements:
                    106:     <ul>
1.3       visa      107:     <li>Enforcement of userland W^X on OCTEON Plus and later.
                    108:     <li>The size of user virtual address space has been increased
                    109:         from 2GB to 1TB on mips64.
1.1       deraadt   110:     <li>...
                    111:     </ul>
                    112: <p>
                    113:
                    114: <li>Assorted improvements:
                    115:     <ul>
1.9       florian   116:     <li><a href="http://man.openbsd.org/acme-client.1">acme-client(1)</a> a
                    117:         privilege seperated Automatic Certificate Management Environment
                    118:         (ACME) client written by Kristaps Dzonsons has been imported.
1.13    ! schwarze  119:     <li>Unicode version 8 character properties in the C library.
        !           120:     <li>Partial UTF-8 line editing support for
        !           121:         <a href="http://man.openbsd.org/ksh.1">ksh(1)</a> Vi input mode.
        !           122:     <li>UTF-8 support in
        !           123:         <a href="http://man.openbsd.org/column.1">column(1)</a>.
1.1       deraadt   124:     <li>...
                    125:     </ul>
                    126: <p>
                    127:
                    128: <li>OpenSMTPD 6.0.0
                    129:     <ul>
                    130:     <li>...
                    131:     </ul>
                    132: <p>
                    133:
1.12      matthieu  134: <li>OpenSSH 7.4
1.1       deraadt   135:     <ul>
                    136:     <li>...
                    137:     </ul>
                    138: <p>
                    139:
1.12      matthieu  140: <li>LibreSSL 2.5.1
1.1       deraadt   141:     <ul>
                    142:     <li>...
                    143:     </ul>
                    144: <p>
                    145:
1.13    ! schwarze  146: <li>mandoc 1.14.1
        !           147:     <ul>
        !           148:     <li>New <a href="http://man.openbsd.org/mandoc.db.5">mandoc.db(5)</a>
        !           149:         file format: <a href="http://man.openbsd.org/man.1">man(1)</a>,
        !           150:         <a href="http://man.openbsd.org/apropos.1">apropos(1)</a>, and
        !           151:         <a href="http://man.openbsd.org/makewhatis.8">makewhatis(8)</a>
        !           152:         no longer need SQLite3.
        !           153:     <li>Much improved HTML output and CSS.
        !           154:     <li>In <a href="http://man.openbsd.org/man.1">man(1)</a>, internal
        !           155:         searching with <a href="http://man.openbsd.org/less.1">less(1)</a>
        !           156:         <code>:t</code> has been improved.
        !           157:     </ul>
        !           158: <p>
        !           159:
1.1       deraadt   160: <li>Ports and packages:
                    161:     <dl>
                    162:     <dt>...
                    163:     </dl>
                    164:     <dl>
                    165:     <dt>Many pre-built packages for each architecture:
                    166:     </dl>
                    167:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    168:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    169:     <tr>
                    170:     <td valign="top" width="25%">
                    171:     <ul>
                    172:       <li>armv8:      XXXX
                    173:       <li>alpha:      XXXX
                    174:       <li>amd64:      XXXX
                    175:     </ul></td><td valign=top width="25%"><ul>
                    176:       <li>hppa:       XXXX
                    177:       <li>i386:       XXXX
                    178:       <li>mips64:     XXXX
                    179:     </ul></td><td valign=top width="25%"><ul>
                    180:       <li>mips64el:   XXXX
                    181:       <li>powerpc:    XXXX
                    182:       <li>sparc64:    XXXX
                    183:     </ul></td></tr></table>
                    184:     <p>
                    185:
                    186:     <dl>
                    187:     <dt>Some highlights:
                    188:     </dl>
                    189:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    190:     <tr>
                    191:     <td valign="top" width="50%"><ul>
                    192:         <li>Afl 2.19b
1.12      matthieu  193:        <li>Chromium 56.0.2924.87
                    194:        <li>Emacs 21.4 and 5.1
1.1       deraadt   195:        <li>GCC 4.9.3
                    196:        <li>GHC 7.10.3
1.12      matthieu  197:        <li>Gimp 2.8.18
                    198:        <li>GNOME 3.32.1
                    199:        <li>Go 1.8
1.1       deraadt   200:        <li>Groff 1.22.3
1.12      matthieu  201:        <li>JDK 7u80 and 8u121
1.1       deraadt   202:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)
1.12      matthieu  203:        <li>LLVM/Clang 4.0.0
                    204:        <li>LibreOffice 5.2.4.2
                    205:        <li>Lua 5.1.5, 5.2.4, and 5.3.4
                    206:        <li>MariaDB 10.0.29
                    207:        <li>Mono 4.6.2.6
                    208:        <li>Mozilla Firefox 45.7.0esr and 51.0.0
1.13    ! schwarze  209:        <li>Mozilla Thunderbird 45.7.1
1.1       deraadt   210:     </ul></td><td valign=top width="50%"><ul>
1.12      matthieu  211:        <li>Mutt 1.8.0
                    212:        <li>Node.js 6.10.0
1.1       deraadt   213:        <li>Ocaml 4.3.0
                    214:        <li>OpenLDAP 2.3.43 and 2.4.44
1.12      matthieu  215:        <li>PHP 5.5.38, 5.6.30, and 7.0.16
                    216:        <li>Postfix 3.2.0 and 3.3-20170218
                    217:        <li>PostgreSQL 9.6.2
                    218:        <li>Python 2.7.13, 3.4.5, 3.5.2 and 3.6.0
                    219:        <li>R 3.3.2
                    220:        <li>Ruby 1.8.7.374, 2.1.9, 2.2.6, 2.3.3 and 2.4.0
                    221:        <li>Rust 1.15.1
1.1       deraadt   222:        <li>Sendmail 8.15.2
1.13    ! schwarze  223:        <li>SQLite3 3.17.0
1.12      matthieu  224:        <li>Sudo 1.8.19.2
1.1       deraadt   225:        <li>Tcl/Tk 8.5.18 and 8.6.4
                    226:        <li>TeX Live 2015
1.12      matthieu  227:        <li>Vim 8.0.0388
1.1       deraadt   228:        <li>Xfce 4.12
                    229:     </ul></td></tr></table>
                    230: <p>
                    231:
                    232: <li>As usual, steady improvements in manual pages and other documentation.
                    233: <p>
                    234:
                    235: <li>The system includes the following major components from outside suppliers:
                    236:     <ul>
                    237:     <li>Xenocara (based on X.Org 7.7 with xserver 1.18.3 + patches,
1.12      matthieu  238:       freetype 2.7.1, fontconfig 2.12.1, Mesa 13.0.5, xterm 327,
                    239:       xkeyboard-config 2.20 and more)
1.1       deraadt   240:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.8       florian   241:     <li>Perl 5.24.1 (+ patches)
1.6       florian   242:     <li>NSD 4.1.15
                    243:     <li>Unbound 1.6.1
1.1       deraadt   244:     <li>Ncurses 5.7
                    245:     <li>Binutils 2.17 (+ patches)
                    246:     <li>Gdb 6.3 (+ patches)
                    247:     <li>Awk Aug 10, 2011 version
                    248:     <li>Expat 2.1.1
                    249:     </ul>
                    250: </ul>
                    251:
                    252: <hr>
                    253:
                    254: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    255:
                    256: Following this are the instructions which you would have on a piece of
                    257: paper if you had purchased a CDROM set instead of doing an alternate
                    258: form of install.  The instructions for doing an HTTP (or other style
                    259: of) install are very similar; the CDROM instructions are left intact
                    260: so that you can see how much easier it would have been if you had
                    261: purchased a CDROM instead.
                    262: <p>
                    263:
                    264: <hr>
                    265: <p>
                    266: Please refer to the following files on the three CDROMs or mirror site for
                    267: extensive details on how to install OpenBSD 6.1 on your machine:
                    268:
                    269: <ul>
                    270: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/alpha/INSTALL.alpha">
                    271:        .../OpenBSD/6.1/alpha/INSTALL.alpha (on CD1)</a>
                    272: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/i386/INSTALL.i386">
                    273:        .../OpenBSD/6.1/i386/INSTALL.i386 (on CD1)</a>
                    274: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/hppa/INSTALL.hppa">
                    275:        .../OpenBSD/6.1/hppa/INSTALL.hppa (on CD1)</a>
                    276: <p>
                    277: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/amd64/INSTALL.amd64">
                    278:        .../OpenBSD/6.1/amd64/INSTALL.amd64 (on CD2)</a>
                    279: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/macppc/INSTALL.macppc">
                    280:        .../OpenBSD/6.1/macppc/INSTALL.macppc (on CD2)</a>
                    281: <p>
                    282: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/sparc64/INSTALL.sparc64">
                    283:        .../OpenBSD/6.1/sparc64/INSTALL.sparc64 (on CD3)</a>
                    284: <p>
                    285: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/armv7/INSTALL.armv7">
                    286:        .../OpenBSD/6.1/armv7/INSTALL.armv7</a>
                    287: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/hppa/INSTALL.hppa">
                    288:        .../OpenBSD/6.1/hppa/INSTALL.hppa</a>
                    289: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/landisk/INSTALL.landisk">
                    290:        .../OpenBSD/6.1/landisk/INSTALL.landisk</a>
                    291: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/loongson/INSTALL.loongson">
                    292:        .../OpenBSD/6.1/loongson/INSTALL.loongson</a>
                    293: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/luna88k/INSTALL.luna88k">
                    294:        .../OpenBSD/6.1/luna88k/INSTALL.luna88k</a>
                    295: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/octeon/INSTALL.octeon">
                    296:        .../OpenBSD/6.1/octeon/INSTALL.octeon</a>
                    297: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/sgi/INSTALL.sgi">
                    298:        .../OpenBSD/6.1/sgi/INSTALL.sgi</a>
                    299: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/socppc/INSTALL.socppc">
                    300:        .../OpenBSD/6.1/socppc/INSTALL.socppc</a>
                    301: </ul>
                    302:
                    303:
                    304: <hr>
                    305:
                    306: <p>
                    307: Quick installer information for people familiar with OpenBSD, and the use of
                    308: the "<a href="http://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    309: If you are at all confused when installing OpenBSD, read the relevant
                    310: INSTALL.* file as listed above!
                    311:
                    312: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    313:
                    314: <ul style="list-style-type: none">
                    315: <li>
                    316: The OpenBSD/i386 release is on CD1.
                    317: Boot from the CD to begin the install - you may need to adjust
                    318: your BIOS options first.
                    319: <p>
                    320: <li>
1.11      tb        321: If your machine can boot from USB, you can write <i>install61.fs</i> or
                    322: <i>miniroot61.fs</i> to a USB stick and boot from it.
1.1       deraadt   323: <p>
                    324: <li>
                    325: If you can't boot from a CD, floppy disk, or USB,
                    326: you can install across the network using PXE as described in
                    327: the included INSTALL.i386 document.
                    328: <p>
                    329: <li>
                    330: If you are planning on dual booting OpenBSD with another OS, you will need to
                    331: read INSTALL.i386.
                    332: </ul>
                    333:
                    334: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    335:
                    336: <ul style="list-style-type: none">
                    337: <li>
                    338: The OpenBSD/amd64 release is on CD2.
                    339: Boot from the CD to begin the install - you may need to adjust
                    340: your BIOS options first.
                    341: <p>
                    342: <li>
1.11      tb        343: If your machine can boot from USB, you can write <i>install61.fs</i> or
                    344: <i>miniroot61.fs</i> to a USB stick and boot from it.
1.1       deraadt   345: <p>
                    346: <li>
                    347: If you can't boot from a CD, floppy disk, or USB,
                    348: you can install across the network using PXE as described in the included
                    349: INSTALL.amd64 document.
                    350: <p>
                    351: <li>
                    352: If you are planning to dual boot OpenBSD with another OS, you will need to
                    353: read INSTALL.amd64.
                    354: </ul>
                    355:
                    356: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    357:
                    358: <ul style="list-style-type: none">
                    359: <li>
                    360: Burn the image from a mirror site to a CDROM, and power on your machine
                    361: while holding down the <i>C</i> key until the display turns on and
                    362: shows <i>OpenBSD/macppc boot</i>.
                    363: <p>
                    364: <li>
                    365: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    366: /6.1/macppc/bsd.rd</i>
                    367: </ul>
                    368:
                    369: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    370:
                    371: <ul style="list-style-type: none">
                    372: <li>
                    373: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    374: <p>
                    375: <li>
                    376: If this doesn't work, or if you don't have a CDROM drive, you can write
1.11      tb        377: <i>CD3:6.1/sparc64/floppy61.fs</i> or <i>CD3:6.1/sparc64/floppyB61.fs</i>
1.1       deraadt   378: (depending on your machine) to a floppy and boot it with <i>boot
                    379: floppy</i>. Refer to INSTALL.sparc64 for details.
                    380: <p>
                    381: <li>
                    382: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    383: will most likely fail.
                    384: <p>
                    385: <li>
1.11      tb        386: You can also write <i>CD3:6.1/sparc64/miniroot61.fs</i> to the swap partition on
1.1       deraadt   387: the disk and boot with <i>boot disk:b</i>.
                    388: <p>
                    389: <li>
                    390: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    391: </ul>
                    392:
                    393: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    394:
                    395: <ul style="list-style-type: none">
                    396: <li>
1.11      tb        397: Write <i>FTP:6.1/alpha/floppy61.fs</i> or
                    398: <i>FTP:6.1/alpha/floppyB61.fs</i> (depending on your machine) to a diskette and
1.1       deraadt   399: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    400: <p>
                    401: <li>
                    402: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    403: will most likely fail.
                    404: </ul>
                    405:
                    406: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    407:
                    408: <ul style="list-style-type: none">
                    409: <li>
                    410: Write a system specific miniroot to an SD card and boot from it after connecting
                    411: to the serial console.  Refer to INSTALL.armv7 for more details.
                    412: <p>
                    413: </ul>
                    414:
                    415: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    416:
                    417: <ul style="list-style-type: none">
                    418: <li>
                    419: Boot over the network by following the instructions in INSTALL.hppa or the
                    420: <a href="hppa.html#install">hppa platform page</a>.
                    421: </ul>
                    422:
                    423: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    424:
                    425: <ul style="list-style-type: none">
                    426: <li>
1.11      tb        427: Write <i>miniroot61.fs</i> to the start of the CF
1.1       deraadt   428: or disk, and boot normally.
                    429: </ul>
                    430:
                    431: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    432:
                    433: <ul style="list-style-type: none">
                    434: <li>
1.11      tb        435: Write <i>miniroot61.fs</i> to a USB stick and boot bsd.rd from it
1.1       deraadt   436: or boot bsd.rd via tftp.
                    437: Refer to the instructions in INSTALL.loongson for more details.
                    438: </ul>
                    439:
                    440: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    441:
                    442: <ul style="list-style-type: none">
                    443: <li>
                    444: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    445: from the PROM, and then bsd.rd from the bootloader.
                    446: Refer to the instructions in INSTALL.luna88k for more details.
                    447: </ul>
                    448:
                    449: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    450:
                    451: <ul style="list-style-type: none">
                    452: <li>
                    453: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    454: Refer to the instructions in INSTALL.octeon for more details.
                    455: </ul>
                    456:
                    457: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    458:
                    459: <ul style="list-style-type: none">
                    460: <li>
1.11      tb        461: To install, burn cd61.iso on a CD-R, put it in the CD drive of your
1.1       deraadt   462: machine and select <i>Install System Software</i> from the System Maintenance
                    463: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    464: CD-ROM, and need a proper invocation from the PROM prompt.
                    465: Refer to the instructions in INSTALL.sgi for more details.
                    466:
                    467: <p>
                    468: <li>
                    469: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    470: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    471: system type. Refer to the instructions in INSTALL.sgi for more details.
                    472: </ul>
                    473:
                    474: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    475:
                    476: <ul style="list-style-type: none">
                    477: <li>
                    478: After connecting a serial port, boot over the network via DHCP/tftp.
                    479: Refer to the instructions in INSTALL.socppc for more details.
                    480: </ul>
                    481:
                    482: <hr>
                    483:
                    484: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    485:
1.11      tb        486: If you already have an OpenBSD 6.0 system, and do not want to reinstall,
1.1       deraadt   487: upgrade instructions and advice can be found in the
1.11      tb        488: <a href="faq/upgrade61.html">Upgrade Guide</a>.
1.1       deraadt   489: <p>
                    490:
                    491: <hr>
                    492:
                    493: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    494:
                    495: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    496: This file contains everything you need except for the kernel sources,
                    497: which are in a separate archive.
                    498: To extract:
                    499:
                    500: <blockquote><pre>
                    501: # <b>mkdir -p /usr/src</b>
                    502: # <b>cd /usr/src</b>
                    503: # <b>tar xvfz /tmp/src.tar.gz</b>
                    504: </pre></blockquote>
                    505:
                    506: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                    507: This file contains all the kernel sources you need to rebuild kernels.
                    508: To extract:
                    509:
                    510: <blockquote><pre>
                    511: # <b>mkdir -p /usr/src/sys</b>
                    512: # <b>cd /usr/src</b>
                    513: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    514: </pre></blockquote>
                    515:
                    516: Both of these trees are a regular CVS checkout.  Using these trees it
                    517: is possible to get a head-start on using the anoncvs servers as
                    518: described <a href="anoncvs.html">here</a>.
                    519: Using these files
                    520: results in a much faster initial CVS update than you could expect from
                    521: a fresh checkout of the full OpenBSD source tree.
                    522: <p>
                    523:
                    524: <hr>
                    525:
                    526: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    527:
                    528: A ports tree archive is also provided.  To extract:
                    529:
                    530: <blockquote><pre>
                    531: # <b>cd /usr</b>
                    532: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    533: </pre></blockquote>
                    534:
                    535: Go read the <a href="faq/ports/index.html">ports</a> page
                    536: if you know nothing about ports
                    537: at this point.  This text is not a manual of how to use ports.
                    538: Rather, it is a set of notes meant to kickstart the user on the
                    539: OpenBSD ports system.
                    540: <p>
                    541: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    542: As with our complete source tree, our ports tree is available via
                    543: <a href="anoncvs.html">AnonCVS</a>.
                    544: So, in order to keep up to date with the <i>-stable</i> branch, you must make
                    545: the <i>ports/</i> tree available on a read-write medium and update the tree
                    546: with a command like:
                    547:
                    548: <blockquote><pre>
                    549: # <b>cd /usr/ports</b>
                    550: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_1</b>
                    551: </pre></blockquote>
                    552:
                    553: [Of course, you must replace the server name here with a nearby anoncvs
                    554: server.]
                    555: <p>
                    556: Note that most ports are available as packages on our mirrors. Updated
                    557: ports for the 6.1 release will be made available if problems arise.
                    558: <p>
                    559: If you're interested in seeing a port added, would like to help out, or just
                    560: would like to know more, the mailing list
                    561: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    562: <p>
                    563: </body>
                    564: </html>