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

Annotation of www/60.html, Revision 1.8

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>
1.7       schwarze  278:     <td valign="top" width="50%"><ul>
                    279:         <li>Afl 2.19b
                    280:        <li>Chromium 51.0.2704.106
                    281:        <li>Emacs 21.4 and 24.5
                    282:        <li>GCC 4.9.3
                    283:        <li>GHC 7.10.3
                    284:        <li>Gimp 2.8.16
                    285:        <li>GNOME 3.20.4                XXX
                    286:        <li>Go 1.6.3
                    287:        <li>Groff 1.22.3
                    288:        <li>JDK 7u80 and 8u72
1.1       deraadt   289:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)              XXX
1.7       schwarze  290:        <li>LLVM/Clang 3.8.0
                    291:        <li>LibreOffice 5.1.4.2
                    292:        <li>Lua 5.1.5, 5.2.4, and 5.3.3
                    293:        <li>MariaDB 10.0.25
                    294:        <li>Mono 4.4.0.182
                    295:        <li>Mozilla Firefox 45.2.0esr and 47.0.1
                    296:     </ul></td><td valign=top width="50%"><ul>
                    297:        <li>Mozilla Thunderbird 45.2.0
                    298:        <li>Mutt 1.6.2
                    299:        <li>Node.js 4.4.5
                    300:        <li>OpenLDAP 2.3.43 and 2.4.44
                    301:        <li>PHP 5.5.37, 5.6.23, and 7.0.8
                    302:        <li>Postfix 3.1.1 and 3.2-20160515
                    303:        <li>PostgreSQL 9.5.3
                    304:        <li>Python 2.7.12, 3.4.5, and 3.5.2
                    305:        <li>R 3.3.1
                    306:        <li>Ruby 1.8.7.374, 2.0.0.648, 2.1.9, 2.2.5, and 2.3.1
                    307:        <li>Rust 1.9.0-20160608
                    308:        <li>Sendmail 8.15.2
                    309:        <li>Sudo 1.8.17.1
                    310:        <li>Tcl/Tk 8.5.18 and 8.6.4
                    311:        <li>TeX Live 2015
                    312:        <li>Vim 7.4.1467
                    313:        <li>Xfce 4.12
                    314:     </ul></td></tr></table>
1.1       deraadt   315: <p>
                    316:
                    317: <li>As usual, steady improvements in manual pages and other documentation.
                    318: <p>
                    319:
                    320: <li>The system includes the following major components from outside suppliers:
                    321:     <ul>
1.8     ! schwarze  322:     <li>Xenocara (based on X.Org 7.7 with xserver 1.18.3 + patches,
        !           323:       freetype 2.6.3, fontconfig 2.11.1, Mesa 11.2.2, xterm 322,
        !           324:       xkeyboard-config 2.18 and more)
1.1       deraadt   325:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)                    XXX
1.8     ! schwarze  326:     <li>Perl 5.20.3 (+ patches)
        !           327:     <li>SQLite 3.9.2 (+ patches)
        !           328:     <li>NSD 4.1.10
        !           329:     <li>Unbound 1.5.9
        !           330:     <li>Ncurses 5.7
        !           331:     <li>Binutils 2.17 (+ patches)
        !           332:     <li>Gdb 6.3 (+ patches)
        !           333:     <li>Awk Aug 10, 2011 version
1.1       deraadt   334:     </ul>
                    335: </ul>
                    336:
                    337: <hr>
                    338:
                    339: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    340:
                    341: Following this are the instructions which you would have on a piece of
                    342: paper if you had purchased a CDROM set instead of doing an alternate
                    343: form of install.  The instructions for doing an HTTP (or other style
                    344: of) install are very similar; the CDROM instructions are left intact
                    345: so that you can see how much easier it would have been if you had
                    346: purchased a CDROM instead.
                    347: <p>
                    348:
                    349: <hr>
                    350: <p>
                    351: Please refer to the following files on the three CDROMs or mirror site for
                    352: extensive details on how to install OpenBSD 6.0 on your machine:
                    353:
                    354: <ul>
                    355: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/alpha/INSTALL.alpha">
                    356:        .../OpenBSD/6.0/alpha/INSTALL.alpha (on CD1)</a>
                    357: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/i386/INSTALL.i386">
                    358:        .../OpenBSD/6.0/i386/INSTALL.i386 (on CD1)</a>
                    359: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/hppa/INSTALL.hppa">
                    360:        .../OpenBSD/6.0/hppa/INSTALL.hppa (on CD1)</a>
                    361: <p>
                    362: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/amd64/INSTALL.amd64">
                    363:        .../OpenBSD/6.0/amd64/INSTALL.amd64 (on CD2)</a>
                    364: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/macppc/INSTALL.macppc">
                    365:        .../OpenBSD/6.0/macppc/INSTALL.macppc (on CD2)</a>
                    366: <p>
                    367: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/sparc64/INSTALL.sparc64">
                    368:        .../OpenBSD/6.0/sparc64/INSTALL.sparc64 (on CD3)</a>
                    369: <p>
                    370: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/alpha/INSTALL.alpha">
                    371:        .../OpenBSD/6.0/alpha/INSTALL.alpha</a>
                    372: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/armv7/INSTALL.armv7">
                    373:        .../OpenBSD/6.0/armv7/INSTALL.armv7</a>
                    374: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/hppa/INSTALL.hppa">
                    375:        .../OpenBSD/6.0/hppa/INSTALL.hppa</a>
                    376: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/landisk/INSTALL.landisk">
                    377:        .../OpenBSD/6.0/landisk/INSTALL.landisk</a>
                    378: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/loongson/INSTALL.loongson">
                    379:        .../OpenBSD/6.0/loongson/INSTALL.loongson</a>
                    380: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/luna88k/INSTALL.luna88k">
                    381:        .../OpenBSD/6.0/luna88k/INSTALL.luna88k</a>
                    382: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/macppc/INSTALL.macppc">
                    383:        .../OpenBSD/6.0/macppc/INSTALL.macppc</a>
                    384: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/octeon/INSTALL.octeon">
                    385:        .../OpenBSD/6.0/octeon/INSTALL.octeon</a>
                    386: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/sgi/INSTALL.sgi">
                    387:        .../OpenBSD/6.0/sgi/INSTALL.sgi</a>
                    388: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/socppc/INSTALL.socppc">
                    389:        .../OpenBSD/6.0/socppc/INSTALL.socppc</a>
                    390: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/zaurus/INSTALL.zaurus">
                    391:        .../OpenBSD/6.0/zaurus/INSTALL.zaurus</a>
                    392: </ul>
                    393:
                    394:
                    395: <hr>
                    396:
                    397: <p>
1.6       schwarze  398: Quick installer information for people familiar with OpenBSD, and the use of
                    399: the "<a href="http://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    400: If you are at all confused when installing OpenBSD, read the relevant
                    401: INSTALL.* file as listed above!
1.1       deraadt   402:
                    403: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    404:
                    405: <ul style="list-style-type: none">
                    406: <li>
                    407: The OpenBSD/i386 release is on CD1.
                    408: Boot from the CD to begin the install - you may need to adjust
                    409: your BIOS options first.
                    410: <p>
                    411: <li>
                    412: If your machine can boot from USB, you can write <i>install60.fs</i> or
                    413: <i>miniroot60.fs</i> to a USB stick and boot from it.
                    414: <p>
                    415: <li>
                    416: If you can't boot from a CD, floppy disk, or USB,
                    417: you can install across the network using PXE as described in
                    418: the included INSTALL.i386 document.
                    419: <p>
                    420: <li>
                    421: If you are planning on dual booting OpenBSD with another OS, you will need to
                    422: read INSTALL.i386.
                    423: </ul>
                    424:
                    425: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    426:
                    427: <ul style="list-style-type: none">
                    428: <li>
                    429: The OpenBSD/amd64 release is on CD2.
                    430: Boot from the CD to begin the install - you may need to adjust
                    431: your BIOS options first.
                    432: <p>
                    433: <li>
                    434: If your machine can boot from USB, you can write <i>install60.fs</i> or
                    435: <i>miniroot60.fs</i> to a USB stick and boot from it.
                    436: <p>
                    437: <li>
                    438: If you can't boot from a CD, floppy disk, or USB,
                    439: you can install across the network using PXE as described in the included
                    440: INSTALL.amd64 document.
                    441: <p>
                    442: <li>
                    443: If you are planning to dual boot OpenBSD with another OS, you will need to
                    444: read INSTALL.amd64.
                    445: </ul>
                    446:
                    447: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    448:
                    449: <ul style="list-style-type: none">
                    450: <li>
                    451: Burn the image from a mirror site to a CDROM, and power on your machine
                    452: while holding down the <i>C</i> key until the display turns on and
                    453: shows <i>OpenBSD/macppc boot</i>.
                    454: <p>
                    455: <li>
                    456: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    457: /6.0/macppc/bsd.rd</i>
                    458: </ul>
                    459:
                    460: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    461:
                    462: <ul style="list-style-type: none">
                    463: <li>
                    464: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    465: <p>
                    466: <li>
                    467: If this doesn't work, or if you don't have a CDROM drive, you can write
                    468: <i>CD3:6.0/sparc64/floppy60.fs</i> or <i>CD3:6.0/sparc64/floppyB60.fs</i>
                    469: (depending on your machine) to a floppy and boot it with <i>boot
                    470: floppy</i>. Refer to INSTALL.sparc64 for details.
                    471: <p>
                    472: <li>
                    473: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    474: will most likely fail.
                    475: <p>
                    476: <li>
                    477: You can also write <i>CD3:6.0/sparc64/miniroot60.fs</i> to the swap partition on
                    478: the disk and boot with <i>boot disk:b</i>.
                    479: <p>
                    480: <li>
                    481: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    482: </ul>
                    483:
                    484: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    485:
                    486: <ul style="list-style-type: none">
                    487: <li>
                    488: Write <i>FTP:6.0/alpha/floppy60.fs</i> or
                    489: <i>FTP:6.0/alpha/floppyB60.fs</i> (depending on your machine) to a diskette and
                    490: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    491: <p>
                    492: <li>
                    493: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    494: will most likely fail.
                    495: </ul>
                    496:
                    497: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    498:
                    499: <ul style="list-style-type: none">
                    500: <li>
                    501: Refer to INSTALL.armv7 for more details. XXX
                    502: <p>
                    503: </ul>
                    504:
                    505: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    506:
                    507: <ul style="list-style-type: none">
                    508: <li>
                    509: Boot over the network by following the instructions in INSTALL.hppa or the
                    510: <a href="hppa.html#install">hppa platform page</a>.
                    511: </ul>
                    512:
                    513: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    514:
                    515: <ul style="list-style-type: none">
                    516: <li>
                    517: Write <i>miniroot60.fs</i> to the start of the CF
                    518: or disk, and boot normally.
                    519: </ul>
                    520:
                    521: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    522:
                    523: <ul style="list-style-type: none">
                    524: <li>
                    525: Write <i>miniroot60.fs</i> to a USB stick and boot bsd.rd from it
                    526: or boot bsd.rd via tftp.
                    527: Refer to the instructions in INSTALL.loongson for more details.
                    528: </ul>
                    529:
                    530: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    531:
                    532: <ul style="list-style-type: none">
                    533: <li>
                    534: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    535: from the PROM, and then bsd.rd from the bootloader.
                    536: Refer to the instructions in INSTALL.luna88k for more details.
                    537: </ul>
                    538:
                    539: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    540:
                    541: <ul style="list-style-type: none">
                    542: <li>
                    543: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    544: Refer to the instructions in INSTALL.octeon for more details.
                    545: </ul>
                    546:
                    547: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    548:
                    549: <ul style="list-style-type: none">
                    550: <li>
                    551: To install, burn cd60.iso on a CD-R, put it in the CD drive of your
                    552: machine and select <i>Install System Software</i> from the System Maintenance
                    553: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    554: CD-ROM, and need a proper invocation from the PROM prompt.
                    555: Refer to the instructions in INSTALL.sgi for more details.
                    556:
                    557: <p>
                    558: <li>
                    559: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    560: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    561: system type. Refer to the instructions in INSTALL.sgi for more details.
                    562: </ul>
                    563:
                    564: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    565:
                    566: <ul style="list-style-type: none">
                    567: <li>
                    568: After connecting a serial port, boot over the network via DHCP/tftp.
                    569: Refer to the instructions in INSTALL.socppc for more details.
                    570: </ul>
                    571:
                    572: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    573:
                    574: <ul style="list-style-type: none">
                    575: <li>
                    576: Using the Linux built-in graphical ipkg installer, install the
                    577: openbsd60_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    578: for a few important details.
                    579: </ul>
                    580:
                    581: <hr>
                    582:
                    583: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    584:
                    585: If you already have an OpenBSD 5.9 system, and do not want to reinstall,
                    586: upgrade instructions and advice can be found in the
                    587: <a href="faq/upgrade60.html">Upgrade Guide</a>.
                    588: <p>
                    589:
                    590: <hr>
                    591:
                    592: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    593:
1.6       schwarze  594: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    595: This file contains everything you need except for the kernel sources,
                    596: which are in a separate archive.
                    597: To extract:
1.1       deraadt   598:
                    599: <blockquote><pre>
                    600: # <b>mkdir -p /usr/src</b>
                    601: # <b>cd /usr/src</b>
                    602: # <b>tar xvfz /tmp/src.tar.gz</b>
                    603: </pre></blockquote>
                    604:
1.6       schwarze  605: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
1.1       deraadt   606: This file contains all the kernel sources you need to rebuild kernels.
                    607: To extract:
                    608:
                    609: <blockquote><pre>
                    610: # <b>mkdir -p /usr/src/sys</b>
                    611: # <b>cd /usr/src</b>
                    612: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    613: </pre></blockquote>
                    614:
                    615: Both of these trees are a regular CVS checkout.  Using these trees it
                    616: is possible to get a head-start on using the anoncvs servers as
                    617: described <a href="anoncvs.html">here</a>.
                    618: Using these files
                    619: results in a much faster initial CVS update than you could expect from
                    620: a fresh checkout of the full OpenBSD source tree.
                    621: <p>
                    622:
                    623: <hr>
                    624:
                    625: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    626:
                    627: A ports tree archive is also provided.  To extract:
                    628:
                    629: <blockquote><pre>
                    630: # <b>cd /usr</b>
                    631: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    632: </pre></blockquote>
                    633:
                    634: Go read the <a href="faq/ports/index.html">ports</a> page
                    635: if you know nothing about ports
                    636: at this point.  This text is not a manual of how to use ports.
                    637: Rather, it is a set of notes meant to kickstart the user on the
                    638: OpenBSD ports system.
                    639: <p>
1.6       schwarze  640: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    641: As with our complete source tree, our ports tree is available via
1.1       deraadt   642: <a href="anoncvs.html">AnonCVS</a>.
                    643: So, in order to keep up to date with the <i>-stable</i> branch, you must make
                    644: the <i>ports/</i> tree available on a read-write medium and update the tree
                    645: with a command like:
                    646:
                    647: <blockquote><pre>
                    648: # <b>cd /usr/ports</b>
                    649: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_0</b>
                    650: </pre></blockquote>
                    651:
                    652: [Of course, you must replace the server name here with a nearby anoncvs
                    653: server.]
                    654: <p>
                    655: Note that most ports are available as packages on our mirrors. Updated
                    656: ports for the 6.0 release will be made available if problems arise.
                    657: <p>
                    658: If you're interested in seeing a port added, would like to help out, or just
                    659: would like to know more, the mailing list
                    660: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    661: <p>
                    662: </body>
                    663: </html>