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

Annotation of www/60.html, Revision 1.6

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