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

Annotation of www/60.html, Revision 1.11

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