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

Annotation of www/60.html, Revision 1.5

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.0</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.0">
                      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">
1.2       deraadt    10: <link rel="canonical" href="http://www.openbsd.org/60.html">
1.1       deraadt    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.0</font>
                     19: </h2>
                     20:
                     21: <a href="images/puff.jpg">
                     22: <img alt="Puff" align="left" width="227" height="343" hspace="24" src="images/puff.jpg"></a>
                     23: Released Xxx xx, 2016<br>
                     24: Copyright 1997-2016, Theo de Raadt.<br>
                     25: <font color="#e00000">ISBN 978-0-9881561-8-0</font>
                     26: <br>
                     27: 6.0 Songs: <a href="lyrics.html#60a">"XXX"</a>,
                     28: <a href="lyrics.html#60b">"XXX"</a>, <a href="lyrics.html#60c">"XXX"</a>,
                     29: <a href="lyrics.html#60d">"XXX"</a>, <a href="lyrics.html#60e">"XXX"</a>,
                     30: <a href="lyrics.html#60f">"XXX"</a>.
                     31:
                     32: <ul>
                     33: <li>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.
                     34: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     35:     a list of mirror machines.
                     36: <li>Go to the <font color="#e00000">pub/OpenBSD/6.0/</font> directory on
                     37:     one of the mirror sites.
                     38: <li>Have a look at <a href="errata60.html">the 6.0 errata page</a> for a list
                     39:     of bugs and workarounds.
                     40: <li>See a <a href="plus60.html">detailed log of changes</a> between the
                     41:     5.9 and 6.0 releases.
                     42: <p>
                     43: <li><a href="http://man.openbsd.org/?query=signify">signify(1)</a>
                     44:     pubkeys for this release:<br>
                     45: <pre>
                     46: base: RWSho3oKSqgLQy+NpIhFXZJDtkE65tzlmtC24mStf8DoJd2OPMgna4u8
                     47: fw:   RWRWf7GJKFvJTWEMIaw9wld0DujiqL1mlrC6HisE6i78C+2SRArV1Iyo
                     48: pkg:  RWQHIajRlT2mX7tmRgb6oN6mfJu3AgQ/TU38acrWABO8lz90dR3rNmey
                     49: </pre>
                     50: <p>
                     51: All applicable copyrights and credits are in the src.tar.gz,
                     52: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     53: files fetched via ports.tar.gz.
                     54: </ul>
                     55: <br clear=all>
                     56:
                     57: <hr>
                     58:
                     59: <h3 id="new"><font color="#0000e0">What's New</font></h3>
                     60:
                     61: This is a partial list of new features and systems included in OpenBSD 6.0.
                     62: For a comprehensive list, see the <a href="plus60.html">changelog</a> leading
                     63: to 6.0.
                     64:
                     65: <ul>
                     66: <li>Processor support, including:
                     67:     <ul>
                     68:     <li>...
                     69:     </ul>
                     70: <p>
                     71: <li>Improved hardware support, including:
                     72:     <ul>
                     73:     <li>...
                     74:     </ul>
                     75: <p>
                     76:
                     77: <li>SMP network stack improvements:
                     78:     <ul>
                     79:     <li>...
                     80:     </ul>
                     81: <p>
                     82:
                     83: <li>Initial IEEE 802.11n wireless support:
                     84:     <ul>
                     85:     <li>...
                     86:     </ul>
                     87: <p>
                     88:
                     89: <li>Generic network stack improvements:
                     90:     <ul>
                     91:     <li>...
                     92:     </ul>
                     93: <p>
                     94:
                     95: <li>Installer improvements:
                     96:     <ul>
                     97:     <li>...
                     98:     </ul>
                     99: <p>
                    100:
                    101: <li>Routing daemons and other userland network improvements:
                    102:     <ul>
                    103:     <li>...
                    104:     </ul>
                    105: <p>
                    106:
                    107: <li>Security improvements:
                    108:     <ul>
1.3       guenther  109:     <li><tt>W^X</tt> is now strictly enforced by default;
                    110:        a program can only violate it if the executable is marked with
                    111:        <tt>PT_OPENBSD_WXNEEDED</tt> and its is located on a filesystem
                    112:        mounted with the <tt>wxallowed</tt> <a href="http://man.openbsd.org/?query=mount&amp;sec=8">mount(8)</a> option.
                    113:     <li>The <a href="http://man.openbsd.org/?query=setjmp&amp;sec=3">setjmp(3)</a>
                    114:        family of functions now apply XOR cookies to stack and return-address
                    115:        values in the jmpbuf on amd64, hppa, i386, mips64, and powerpc.
                    116:     <li><a href="http://man.openbsd.org/?query=sigreturn&amp;sec=2">sigreturn(2)</a>
                    117:        can now only be used by the kernel-provided signal trampoline,
                    118:        with a cookie to detect attempts to reuse it.
1.1       deraadt   119:     <li>...
                    120:     </ul>
                    121: <p>
                    122:
                    123: <li>Assorted improvements:
                    124:     <ul>
1.3       guenther  125:     <li>The thread library can now be loaded into a single-threaded process.
                    126:     <li>Improved symbol handling and standards compliance in libc.
                    127:        For example, defining an <tt>open()</tt> function will no longer
                    128:        interfere with the operation of
                    129:        <a href="http://man.openbsd.org/?query=fopen&amp;sec=3">fopen(3)</a>.
                    130:     <li><tt>PT_TLS</tt> sections are now supported in initially loaded object.
                    131:     <li>Improved handling of "no paths" and "empty path" in
                    132:        <a href="http://man.openbsd.org/?query=fts&amp;sec=3">fts(3)</a>.
                    133:     <li><a href="http://man.openbsd.org/?query=kdump&amp;sec=1">kdump(1)</a>
                    134:        now dumps pollfd structures.
1.1       deraadt   135:     <li>...
                    136:     </ul>
                    137: <p>
                    138:
                    139: <li>OpenSMTPD X.X
                    140:     <ul>
                    141:     <li>...
                    142:     </ul>
                    143: <p>
                    144:
                    145: <li>OpenSSH X.X
                    146:     <ul>
                    147:     <li>Security:
                    148:       <ul>
                    149:       <li>...
                    150:       </ul>
                    151:     <li>Potentially-incompatible changes:
                    152:       <ul>
                    153:       <li>...
                    154:       </ul>
                    155:     <li>New/changed features:
                    156:       <ul>
                    157:       <li>...
                    158:       </ul>
                    159:     <li>The following significant bugs have been fixed in this release:
                    160:       <ul>
                    161:       <li>...
                    162:       </ul>
                    163:     </ul>
                    164: <p>
1.5     ! sobrado   165:
        !           166: <li>OpenNTPD 6.0
        !           167:     <ul>
        !           168:     <li>When a single "constraint" is specified, try all returned addresses
        !           169:         until one succeeds, rather than the first returned address.
        !           170:     <li>Relaxed the constraint error margin to be proportional to the number
        !           171:         of NTP peers, avoid constant reconnections when there is a bad NTP
        !           172:         peer.
        !           173:     <li>Removed disabled
        !           174:         <a href="http://man.openbsd.org/?query=hotplug">hotplug(4)</a>
        !           175:         sensor support.
        !           176:     <li>Added support for detecting crashes in constraint subprocesses.
        !           177:     <li>Moved the execution of constraints from the ntp process to the
        !           178:         parent process, allowing for better privilege separation since the
        !           179:         ntp process can be further restricted.
        !           180:     <li>Added
        !           181:         <a href="http://man.openbsd.org/?query=pledge">pledge(2)</a>
        !           182:         support.
        !           183:     <li>Fixed high CPU usage when the network is down.
        !           184:     <li>Fixed various memory leaks.
        !           185:     <li>Switched to RMS for jitter calculations.
        !           186:     <li>Unified logging functions with other OpenBSD base programs.
        !           187:     <li>Set <tt>MOD_MAXERROR</tt> to avoid unsynced time status when using
        !           188:         ntp_adjtime.
        !           189:     <li>Fixed HTTP Timestamp header parsing to use
        !           190:         <a href="http://man.openbsd.org/?query=strptime">strptime(3)</a>
        !           191:         in a more portable fashion.
        !           192:     <li>Hardened TLS for
        !           193:         <a href="http://man.openbsd.org/?query=ntpd">ntpd(8)</a>
        !           194:         constraints, enabling server name verification.
        !           195:     </ul>
        !           196: <p>
        !           197:
1.4       sobrado   198: <li>LibreSSL 2.4.2
1.1       deraadt   199:     <ul>
                    200:     <li>User-visible features:
                    201:       <ul>
1.4       sobrado   202:       <li>Fixed some broken manpage links in the install target.
                    203:       <li><tt>cert.pem</tt> has been reorganized and synced with Mozilla's
                    204:           certificate store.
                    205:       <li>Reliability fix, correcting an error when parsing certain ASN.1
                    206:           elements over 16k in size.
                    207:       <li>Implemented the IETF <i>ChaCha20-Poly1305</i> cipher suites.
                    208:       <li>Fixed password prompts from
                    209:           <a href="http://man.openbsd.org/?query=openssl">openssl(1)</a>
                    210:           to properly handle ^C.
1.1       deraadt   211:       </ul>
                    212:     <li>Code improvements:
                    213:       <ul>
1.4       sobrado   214:       <li>Fixed an <i>nginx</i> compatibility issue by adding an
                    215:           '<tt>install_sw</tt>' build target.
                    216:       <li>Changed default
                    217:           <a href="http://man.openbsd.org/?query=EVP_AEAD_CTX_init">EVP_aead_chacha20_poly1305(3)</a>
                    218:           implementation to the IETF version, which is now the default.
                    219:       <li>Reworked error handling in <tt>libtls</tt> so that configuration
                    220:           errors are more visible.
                    221:       <li>Added missing error handling around
                    222:           <a href="http://man.openbsd.org/?query=bn_dump">bn_wexpand(3)</a>
                    223:           calls.
                    224:       <li>Added
                    225:           <a href="http://man.openbsd.org/?query=bzero">explicit_bzero(3)</a>
                    226:           calls for freed ASN.1 objects.
                    227:       <li>Fixed <tt>X509_*set_object</tt> functions to return 0 on allocation
                    228:           failure.
                    229:       <li>Deprecated internal use of
                    230:           <a href="http://man.openbsd.org/?query=EVP_EncryptInit">EVP_[Cipher|Encrypt|Decrypt]_Final</a>.
                    231:       <li>Fixed a problem that prevents the DSA signing algorithm from running
                    232:           in constant time even if the flag <tt>BN_FLG_CONSTTIME</tt> is set.
                    233:       <li>Fixed several issues in the OCSP code that could result in the
                    234:           incorrect generation and parsing of OCSP requests. This remediates
                    235:           a lack of error checking on time parsing in these functions, and
                    236:           ensures that only <tt>GENERALIZEDTIME</tt> formats are accepted for
                    237:           OCSP, as per <i>RFC 6960</i>.
                    238:       </ul>
                    239:     <li>The following CVEs had been fixed:
                    240:       <ul>
                    241:       <li><tt>CVE-2016-2105</tt>&#8212;EVP_EncodeUpdate overflow.
                    242:       <li><tt>CVE-2016-2106</tt>&#8212;EVP_EncryptUpdate overflow.
                    243:       <li><tt>CVE-2016-2107</tt>&#8212;padding oracle in AES-NI CBC MAC check.
                    244:       <li><tt>CVE-2016-2108</tt>&#8212;memory corruption in the ASN.1 encoder.
                    245:       <li><tt>CVE-2016-2109</tt>&#8212;ASN.1 BIO excessive memory allocation.
1.1       deraadt   246:       </ul>
                    247:     </ul>
                    248: <p>
                    249:
                    250: <li>Ports and packages:
                    251:     <dl>
                    252:     <dt>Many pre-built packages for each architecture:
                    253:     </dl>
                    254:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    255:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    256:     <tr>
                    257:     <td valign="top" width="25%">
                    258:     <ul>
                    259:       <li>alpha:      xxxx
                    260:       <li>amd64:      xxxx
                    261:       <li>hppa:       xxxx
                    262:     </ul></td><td valign=top width="25%"><ul>
                    263:       <li>i386:       xxxx
                    264:       <li>mips64:     xxxx
                    265:       <li>mips64el:   xxxx
                    266:     </ul></td><td valign=top width="25%"><ul>
                    267:       <li>powerpc:    xxxx
                    268:       <li>sparc64:    xxxx
                    269:     </ul></td></tr></table>
                    270:     <p>
                    271:
                    272:     <dl>
                    273:     <dt>Some highlights:
                    274:     </dl>
                    275:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    276:     <tr>
                    277:     <td valign="top" width="33%"><ul>
                    278:        <li>Chromium 48.0.2564.116              XXX
                    279:        <li>Emacs 21.4 and 24.5         XXX
                    280:        <li>GCC 4.9.3           XXX
                    281:        <li>GHC 7.10.3          XXX
                    282:        <li>GNOME 3.18.2                XXX
                    283:        <li>Go 1.5.3            XXX
                    284:        <li>Groff 1.22.3                XXX
                    285:        <li>JDK 7u80 and 8u72           XXX
                    286:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)              XXX
                    287:        <li>LLVM/Clang 3.5 (20140228)           XXX
                    288:        <li>LibreOffice 5.0.4.2         XXX
                    289:        <li>MariaDB 10.0.23             XXX
                    290:        <li>Mono 4.2.1.102              XXX
                    291:        <li>Mozilla Firefox 38.6.1esr and 44.0.2                XXX
                    292:        <li>Mozilla Thunderbird 38.6.0          XXX
                    293:     </ul></td><td valign=top width="33%"><ul>
                    294:        <li>Node.js 4.3.0               XXX
                    295:        <li>OpenLDAP 2.3.43 and 2.4.43          XXX
                    296:        <li>PHP 5.4.45, 5.5.32 and 5.6.18               XXX
                    297:        <li>Postfix 3.0.3               XXX
                    298:        <li>PostgreSQL 9.4.6                    XXX
                    299:        <li>Python 2.7.11, 3.4.4 and 3.5.1                      XXX
                    300:        <li>R 3.2.3                     XXX
                    301:        <li>Ruby 1.8.7.374, 2.0.0.648, 2.1.8, 2.2.4 and 2.3.0                   XXX
                    302:        <li>Rust 1.6.0                  XXX
                    303:        <li>Sendmail 8.15.2                     XXX
                    304:        <li>Sudo 1.8.15                 XXX
                    305:        <li>Tcl/Tk 8.5.18 and 8.6.4                     XXX
                    306:        <li>TeX Live 2014                       XXX
                    307:        <li>Vim 7.4.900                 XXX
                    308:        <li>Xfce 4.12                   XXX
                    309:     </ul></td><td valign=top width="34%">
                    310:     </td></tr></table>
                    311: <p>
                    312:
                    313: <li>As usual, steady improvements in manual pages and other documentation.
                    314: <p>
                    315:
                    316: <li>The system includes the following major components from outside suppliers:
                    317:     <ul>
                    318:     <li>Xenocara (based on X.Org 7.7 with xserver 1.17.4 + patches,
                    319:       freetype 2.6.2, fontconfig 2.11.1, Mesa 11.0.9, xterm 322,
                    320:       xkeyboard-config 2.17 and more)                  XXX
                    321:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)                    XXX
                    322:     <li>Perl 5.20.2 (+ patches)                        XXX
                    323:     <li>SQLite 3.9.2 (+ patches)                       XXX
                    324:     <li>NSD 4.1.7                      XXX
                    325:     <li>Unbound 1.5.7                  XXX
                    326:     <li>Ncurses 5.7                    XXX
                    327:     <li>Binutils 2.17 (+ patches)                      XXX
                    328:     <li>Gdb 6.3 (+ patches)                    XXX
                    329:     <li>Awk Aug 10, 2011 version                       XXX
                    330:     </ul>
                    331: </ul>
                    332:
                    333: <hr>
                    334:
                    335: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    336:
                    337: Following this are the instructions which you would have on a piece of
                    338: paper if you had purchased a CDROM set instead of doing an alternate
                    339: form of install.  The instructions for doing an HTTP (or other style
                    340: of) install are very similar; the CDROM instructions are left intact
                    341: so that you can see how much easier it would have been if you had
                    342: purchased a CDROM instead.
                    343: <p>
                    344:
                    345: <hr>
                    346: <p>
                    347: Please refer to the following files on the three CDROMs or mirror site for
                    348: extensive details on how to install OpenBSD 6.0 on your machine:
                    349:
                    350: <ul>
                    351: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/alpha/INSTALL.alpha">
                    352:        .../OpenBSD/6.0/alpha/INSTALL.alpha (on CD1)</a>
                    353: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/i386/INSTALL.i386">
                    354:        .../OpenBSD/6.0/i386/INSTALL.i386 (on CD1)</a>
                    355: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/hppa/INSTALL.hppa">
                    356:        .../OpenBSD/6.0/hppa/INSTALL.hppa (on CD1)</a>
                    357: <p>
                    358: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/amd64/INSTALL.amd64">
                    359:        .../OpenBSD/6.0/amd64/INSTALL.amd64 (on CD2)</a>
                    360: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/macppc/INSTALL.macppc">
                    361:        .../OpenBSD/6.0/macppc/INSTALL.macppc (on CD2)</a>
                    362: <p>
                    363: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/sparc64/INSTALL.sparc64">
                    364:        .../OpenBSD/6.0/sparc64/INSTALL.sparc64 (on CD3)</a>
                    365: <p>
                    366: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/alpha/INSTALL.alpha">
                    367:        .../OpenBSD/6.0/alpha/INSTALL.alpha</a>
                    368: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/armv7/INSTALL.armv7">
                    369:        .../OpenBSD/6.0/armv7/INSTALL.armv7</a>
                    370: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/hppa/INSTALL.hppa">
                    371:        .../OpenBSD/6.0/hppa/INSTALL.hppa</a>
                    372: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/landisk/INSTALL.landisk">
                    373:        .../OpenBSD/6.0/landisk/INSTALL.landisk</a>
                    374: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/loongson/INSTALL.loongson">
                    375:        .../OpenBSD/6.0/loongson/INSTALL.loongson</a>
                    376: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/luna88k/INSTALL.luna88k">
                    377:        .../OpenBSD/6.0/luna88k/INSTALL.luna88k</a>
                    378: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/macppc/INSTALL.macppc">
                    379:        .../OpenBSD/6.0/macppc/INSTALL.macppc</a>
                    380: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/octeon/INSTALL.octeon">
                    381:        .../OpenBSD/6.0/octeon/INSTALL.octeon</a>
                    382: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/sgi/INSTALL.sgi">
                    383:        .../OpenBSD/6.0/sgi/INSTALL.sgi</a>
                    384: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/socppc/INSTALL.socppc">
                    385:        .../OpenBSD/6.0/socppc/INSTALL.socppc</a>
                    386: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/zaurus/INSTALL.zaurus">
                    387:        .../OpenBSD/6.0/zaurus/INSTALL.zaurus</a>
                    388: </ul>
                    389:
                    390:
                    391: <hr>
                    392:
                    393: <p>
                    394: Quick installer information for people familiar with OpenBSD, and the
                    395: use of the "disklabel -E" command.  If you are at all confused when
                    396: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    397:
                    398: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    399:
                    400: <ul style="list-style-type: none">
                    401: <li>
                    402: The OpenBSD/i386 release is on CD1.
                    403: Boot from the CD to begin the install - you may need to adjust
                    404: your BIOS options first.
                    405: <p>
                    406: <li>
                    407: If your machine can boot from USB, you can write <i>install60.fs</i> or
                    408: <i>miniroot60.fs</i> to a USB stick and boot from it.
                    409: <p>
                    410: <li>
                    411: If you can't boot from a CD, floppy disk, or USB,
                    412: you can install across the network using PXE as described in
                    413: the included INSTALL.i386 document.
                    414: <p>
                    415: <li>
                    416: If you are planning on dual booting OpenBSD with another OS, you will need to
                    417: read INSTALL.i386.
                    418: </ul>
                    419:
                    420: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    421:
                    422: <ul style="list-style-type: none">
                    423: <li>
                    424: The OpenBSD/amd64 release is on CD2.
                    425: Boot from the CD to begin the install - you may need to adjust
                    426: your BIOS options first.
                    427: <p>
                    428: <li>
                    429: If your machine can boot from USB, you can write <i>install60.fs</i> or
                    430: <i>miniroot60.fs</i> to a USB stick and boot from it.
                    431: <p>
                    432: <li>
                    433: If you can't boot from a CD, floppy disk, or USB,
                    434: you can install across the network using PXE as described in the included
                    435: INSTALL.amd64 document.
                    436: <p>
                    437: <li>
                    438: If you are planning to dual boot OpenBSD with another OS, you will need to
                    439: read INSTALL.amd64.
                    440: </ul>
                    441:
                    442: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    443:
                    444: <ul style="list-style-type: none">
                    445: <li>
                    446: Burn the image from a mirror site to a CDROM, and power on your machine
                    447: while holding down the <i>C</i> key until the display turns on and
                    448: shows <i>OpenBSD/macppc boot</i>.
                    449: <p>
                    450: <li>
                    451: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    452: /6.0/macppc/bsd.rd</i>
                    453: </ul>
                    454:
                    455: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    456:
                    457: <ul style="list-style-type: none">
                    458: <li>
                    459: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    460: <p>
                    461: <li>
                    462: If this doesn't work, or if you don't have a CDROM drive, you can write
                    463: <i>CD3:6.0/sparc64/floppy60.fs</i> or <i>CD3:6.0/sparc64/floppyB60.fs</i>
                    464: (depending on your machine) to a floppy and boot it with <i>boot
                    465: floppy</i>. Refer to INSTALL.sparc64 for details.
                    466: <p>
                    467: <li>
                    468: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    469: will most likely fail.
                    470: <p>
                    471: <li>
                    472: You can also write <i>CD3:6.0/sparc64/miniroot60.fs</i> to the swap partition on
                    473: the disk and boot with <i>boot disk:b</i>.
                    474: <p>
                    475: <li>
                    476: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    477: </ul>
                    478:
                    479: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    480:
                    481: <ul style="list-style-type: none">
                    482: <li>
                    483: Write <i>FTP:6.0/alpha/floppy60.fs</i> or
                    484: <i>FTP:6.0/alpha/floppyB60.fs</i> (depending on your machine) to a diskette and
                    485: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    486: <p>
                    487: <li>
                    488: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    489: will most likely fail.
                    490: </ul>
                    491:
                    492: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    493:
                    494: <ul style="list-style-type: none">
                    495: <li>
                    496: Refer to INSTALL.armv7 for more details. XXX
                    497: <p>
                    498: </ul>
                    499:
                    500: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    501:
                    502: <ul style="list-style-type: none">
                    503: <li>
                    504: Boot over the network by following the instructions in INSTALL.hppa or the
                    505: <a href="hppa.html#install">hppa platform page</a>.
                    506: </ul>
                    507:
                    508: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    509:
                    510: <ul style="list-style-type: none">
                    511: <li>
                    512: Write <i>miniroot60.fs</i> to the start of the CF
                    513: or disk, and boot normally.
                    514: </ul>
                    515:
                    516: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    517:
                    518: <ul style="list-style-type: none">
                    519: <li>
                    520: Write <i>miniroot60.fs</i> to a USB stick and boot bsd.rd from it
                    521: or boot bsd.rd via tftp.
                    522: Refer to the instructions in INSTALL.loongson for more details.
                    523: </ul>
                    524:
                    525: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    526:
                    527: <ul style="list-style-type: none">
                    528: <li>
                    529: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    530: from the PROM, and then bsd.rd from the bootloader.
                    531: Refer to the instructions in INSTALL.luna88k for more details.
                    532: </ul>
                    533:
                    534: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    535:
                    536: <ul style="list-style-type: none">
                    537: <li>
                    538: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    539: Refer to the instructions in INSTALL.octeon for more details.
                    540: </ul>
                    541:
                    542: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    543:
                    544: <ul style="list-style-type: none">
                    545: <li>
                    546: To install, burn cd60.iso on a CD-R, put it in the CD drive of your
                    547: machine and select <i>Install System Software</i> from the System Maintenance
                    548: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    549: CD-ROM, and need a proper invocation from the PROM prompt.
                    550: Refer to the instructions in INSTALL.sgi for more details.
                    551:
                    552: <p>
                    553: <li>
                    554: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    555: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    556: system type. Refer to the instructions in INSTALL.sgi for more details.
                    557: </ul>
                    558:
                    559: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    560:
                    561: <ul style="list-style-type: none">
                    562: <li>
                    563: After connecting a serial port, boot over the network via DHCP/tftp.
                    564: Refer to the instructions in INSTALL.socppc for more details.
                    565: </ul>
                    566:
                    567: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    568:
                    569: <ul style="list-style-type: none">
                    570: <li>
                    571: Using the Linux built-in graphical ipkg installer, install the
                    572: openbsd60_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    573: for a few important details.
                    574: </ul>
                    575:
                    576: <hr>
                    577:
                    578: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    579:
                    580: If you already have an OpenBSD 5.9 system, and do not want to reinstall,
                    581: upgrade instructions and advice can be found in the
                    582: <a href="faq/upgrade60.html">Upgrade Guide</a>.
                    583: <p>
                    584:
                    585: <hr>
                    586:
                    587: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    588:
                    589: src.tar.gz contains a source archive starting at /usr/src.  This file
                    590: contains everything you need except for the kernel sources, which are
                    591: in a separate archive.  To extract:
                    592:
                    593: <blockquote><pre>
                    594: # <b>mkdir -p /usr/src</b>
                    595: # <b>cd /usr/src</b>
                    596: # <b>tar xvfz /tmp/src.tar.gz</b>
                    597: </pre></blockquote>
                    598:
                    599: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    600: This file contains all the kernel sources you need to rebuild kernels.
                    601: To extract:
                    602:
                    603: <blockquote><pre>
                    604: # <b>mkdir -p /usr/src/sys</b>
                    605: # <b>cd /usr/src</b>
                    606: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    607: </pre></blockquote>
                    608:
                    609: Both of these trees are a regular CVS checkout.  Using these trees it
                    610: is possible to get a head-start on using the anoncvs servers as
                    611: described <a href="anoncvs.html">here</a>.
                    612: Using these files
                    613: results in a much faster initial CVS update than you could expect from
                    614: a fresh checkout of the full OpenBSD source tree.
                    615: <p>
                    616:
                    617: <hr>
                    618:
                    619: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    620:
                    621: A ports tree archive is also provided.  To extract:
                    622:
                    623: <blockquote><pre>
                    624: # <b>cd /usr</b>
                    625: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    626: </pre></blockquote>
                    627:
                    628: Go read the <a href="faq/ports/index.html">ports</a> page
                    629: if you know nothing about ports
                    630: at this point.  This text is not a manual of how to use ports.
                    631: Rather, it is a set of notes meant to kickstart the user on the
                    632: OpenBSD ports system.
                    633: <p>
                    634: The <i>ports/</i> directory represents a CVS (see the manpage for
                    635: <a href="http://man.openbsd.org/?query=cvs">
                    636: cvs(1)</a> if
                    637: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    638: source tree, our ports tree is available via
                    639: <a href="anoncvs.html">AnonCVS</a>.
                    640: So, in order to keep up to date with the <i>-stable</i> branch, you must make
                    641: the <i>ports/</i> tree available on a read-write medium and update the tree
                    642: with a command like:
                    643:
                    644: <blockquote><pre>
                    645: # <b>cd /usr/ports</b>
                    646: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_0</b>
                    647: </pre></blockquote>
                    648:
                    649: [Of course, you must replace the server name here with a nearby anoncvs
                    650: server.]
                    651: <p>
                    652: Note that most ports are available as packages on our mirrors. Updated
                    653: ports for the 6.0 release will be made available if problems arise.
                    654: <p>
                    655: If you're interested in seeing a port added, would like to help out, or just
                    656: would like to know more, the mailing list
                    657: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    658: <p>
                    659: </body>
                    660: </html>