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

Annotation of www/65.html, Revision 1.45

1.1       beck        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.5</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.5">
                      7: <meta name="copyright" content="This document copyright 2019 by OpenBSD.">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
                     10: <link rel="canonical" href="https://www.openbsd.org/65.html">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <h2>
                     16: <a href="index.html">
                     17: <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
1.5       beck       18: <font color="#e00000">6.5</font>
1.1       beck       19: </h2>
                     20:
                     21: <a href="images/notyet.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" src="images/Puffoil.gif"></a>
1.30      fcambus    23: Released XXX XX, 2019<br>
1.1       beck       24: Copyright 1997-2019, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
                     27:
                     28: <br>
                     29: <ul>
                     30: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     31:     a list of mirror machines.
                     32: <li>Go to the <font color="#e00000">pub/OpenBSD/6.5/</font> directory on
                     33:     one of the mirror sites.
1.2       beck       34: <li>Have a look at <a href="errata65.html">the 6.5 errata page</a> for a list
1.1       beck       35:     of bugs and workarounds.
1.2       beck       36: <li>See a <a href="plus65.html">detailed log of changes</a> between the
1.1       beck       37:     6.4 and 6.5 releases.
                     38: <p>
                     39: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     40:     pubkeys for this release:<br>
                     41: <pre>
1.26      benno      42: base:     RWSZaRmt1LEQT9CtPygf9CvONu8kYPTlVEJdysNoUR62/NkeWgdkc3zY
                     43: fw:       RWQYdGVtTv5IvpH2c+TLQAC4iV7RjoGZ/v75q8MCuC9Mca7nFVCXRefy
                     44: pkg:      RWS5D4+188RI6jULDOFzga0Cm1zrXYUAHT6xu0mLrZidbn6xrMB5aZeR
                     45: syspatch: RWT8U2yd3Aq5DnetILjmSoCQxmyt3VqfGS7GBh19oh4Xre4ywc31PEpw
1.1       beck       46: </pre>
                     47: <p>
                     48: All applicable copyrights and credits are in the src.tar.gz,
                     49: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     50: files fetched via ports.tar.gz.
                     51: </ul>
                     52: <br clear=all>
                     53:
                     54: <hr>
                     55:
                     56: <h3 id="new"><font color="#0000e0">What's New</font></h3>
                     57:
                     58: This is a partial list of new features and systems included in OpenBSD 6.5.
1.2       beck       59: For a comprehensive list, see the <a href="plus65.html">changelog</a> leading
1.1       beck       60: to 6.5.
                     61:
                     62: <ul>
                     63:
                     64: <li>Improved hardware support, including:
1.3       visa       65:     <ul>
                     66:     <li><a href="https://man.openbsd.org/clang.1">clang(1)</a>
                     67:         is now provided on mips64.
1.28      sthen      68:     <li>The default linker has been switched from the binutils bfd-based linker
                     69:         to lld on amd64 and i386.
1.37      jsg        70:     <li>The radeonsi Mesa driver is now included for hardware acceleration
                     71:         on Southern Islands and Sea Islands
                     72:         <a href="https://man.openbsd.org/radeondrm.4">radeondrm(4)</a> devices.
1.15      visa       73:     <li>octeon: Now the system automatically detects the number of available
                     74:         cores. However, manual setting of the numcores, or coremask,
                     75:         boot parameter is still needed to enable secondary cores.
                     76:     <li>octeon: It is now possible to use the root disk's DUID as the value
                     77:         of the rootdev boot parameter.
1.37      jsg        78:     <li>New <a href="https://man.openbsd.org/octeon/octgpio.4">octgpio(4)</a>
                     79:         driver for the OCTEON GPIO controller.
                     80:     <li>New <a href="https://man.openbsd.org/pvclock.4">pvclock(4)</a>
                     81:         driver for KVM paravirtual clock.
                     82:     <li>New <a href="https://man.openbsd.org/ixl.4">ixl(4)</a>
                     83:         driver for Intel Ethernet 700 series controller devices.
                     84:     <li>New <a href="https://man.openbsd.org/abcrtc.4">abcrtc(4)</a>
                     85:         driver for Abracon AB1805 real-time clock.
                     86:     <li>New <a href="https://man.openbsd.org/imxsrc.4">imxsrc(4)</a>
                     87:         driver for i.MX system reset controller.
1.43      jsg        88:     <li>New <a href="https://man.openbsd.org/uxrcom.4">uxrcom(4)</a>
                     89:         driver for Exar XR21V1410 USB serial adapters.
1.37      jsg        90:     <li>Support for QCA AR816x/AR817x in
                     91:         <a href="https://man.openbsd.org/alc.4">alc(4)</a>.
                     92:     <li>Support for isochronous transfers in
                     93:         <a href="https://man.openbsd.org/xhci.4">xhci(4)</a>.
                     94:     <li><a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> has
                     95:         been replaced by a new driver which supports USB audio class v2.0.
1.3       visa       96:     </ul>
1.1       beck       97:
                     98: <p>
                     99:
                    100: <li>IEEE 802.11 wireless stack improvements:
                    101: <p>
                    102:
                    103: <li>Generic network stack improvements:
1.37      jsg       104:     <ul>
                    105:     <li>New <a href="https://man.openbsd.org/bpe.4">bpe(4)</a>
                    106:         Backbone Provider Edge pseudo-device.
                    107:     <li>New <a href="https://man.openbsd.org/mpip.4">mpip(4)</a>
                    108:         MPLS IP layer 2 pseudowire.
1.45    ! mpi       109:     <li>New per SAD counters visible via
        !           110:         <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
1.37      jsg       111:     </ul>
1.1       beck      112: <p>
                    113:
                    114: <li>Installer improvements:
                    115: <p>
                    116:
                    117: <li>Security improvements:
1.35      beck      118:   <ul>
                    119:       <li>
1.38      jsg       120:         <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> has been
                    121:         improved to understand and find covering unveil matches above the
                    122:         working directory of the running process for relative path accesses.
                    123:         As a result many programs now can use unveil in broad ways such as
                    124:         unveil("/", "r");
1.35      beck      125:       <li>
1.38      jsg       126:         <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> no longer
                    127:         silently allows
                    128:         <a href="https://man.openbsd.org/stat.2">stat(2)</a> and
                    129:         <a href="https://man.openbsd.org/access.2">access(2)</a> to work on any
                    130:         unveiled path component.
1.35      beck      131:   </ul>
1.1       beck      132: <p>
                    133:
                    134: <li>Routing daemons and other userland network improvements:
1.10      denis     135:     <ul>
                    136:     <li><a href="https://man.openbsd.org/bgplg.8">bgplg(8)</a> and
                    137:         <a href="https://man.openbsd.org/bgplgsh.8">bgplgsh(8)</a> can
                    138:         now filter on Origin Validation State and Extended Communities.
1.27      benno     139:     <li><a href="https://man.openbsd.org/bgplgsh.8">bgplgsh(8)</a> can
                    140:         now [clear|destroy|down|refresh|up] and show groups of neighbors.
1.12      denis     141:     <li><a href="https://man.openbsd.org/pcap-filter.3">pcap-filter(3)</a> can
                    142:         now filter on MPLS packets.
1.10      denis     143:     </ul>
1.1       beck      144: <p>
                    145:
                    146: <li>Assorted improvements:
1.20      anton     147:   <ul>
                    148:   <li>
                    149:     <a href="https://man.openbsd.org/kcov.4">kcov(4)</a>
                    150:     gained support for
                    151:     <a href="https://man.openbsd.org/kcov#KCOV_MODE_TRACE_CMP">KCOV_MODE_TRACE_CMP</a>.
1.24      landry    152:   <li>
                    153:     A 'video' promise was added to <a href="https://man.openbsd.org/pledge.2">pledge(2)</a>.
1.25      visa      154:   <li>
                    155:     The <code>kern.witnesswatch</code>
                    156:     <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>
                    157:     has been renamed to <code>kern.witness.watch</code>.
1.45    ! mpi       158:     <li>New pthread
        !           159:         <a href="https://man.openbsd.org/pthread_rwlock_init">rwlock</a>
        !           160:         implementation improving latency of threaded applications.
1.20      anton     161:   </ul>
1.1       beck      162: <p>
                    163:
                    164: <li>OpenSMTPD
                    165: <p>
                    166:
1.4       bcook     167: <li>LibreSSL 2.9.X
                    168:   <ul>
                    169:     <li>API and Documentation Enhancements
                    170:     <ul>
                    171:       <li>
                    172:         CRYPTO_LOCK is now automatically initialized, with the legacy
1.9       bcook     173:         callbacks stubbed for compatibility.
1.4       bcook     174:       <li>
                    175:         Added the SM3 hash function from the Chinese standard GB/T 32905-2016.
1.7       bcook     176:       <li>
1.33      tb        177:         Added the SM4 block cipher from the Chinese standard GB/T 32907-2016.
                    178:       <li>
1.9       bcook     179:         Added more OPENSSL_NO_* macros for compatibility with OpenSSL.
1.16      beck      180:       <li>
1.19      jsg       181:         Partial port of the OpenSSL EC_KEY_METHOD API for use by OpenSSH.
                    182:       <li>
                    183:         Implemented further missing OpenSSL 1.1 API.
1.21      tb        184:       <li>
                    185:         Added support for XChaCha20 and XChaCha20-Poly1305.
1.33      tb        186:       <li>
                    187:        Added support for AES key wrap constructions via the EVP interface.
1.19      jsg       188:     </ul>
                    189:
                    190:     <li>Compatibility Changes
                    191:     <ul>
                    192:       <li>
1.23      beck      193:         Added pbkdf2 key derivation support
                    194:         to <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> enc.
                    195:       <li>
1.19      jsg       196:         Changed the default digest type of
                    197:         <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> enc
                    198:         to sha256.
1.18      naddy     199:       <li>
                    200:         Changed the default digest type of
                    201:         <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> dgst
                    202:         to sha256.
1.17      tb        203:       <li>
1.19      jsg       204:         Changed the default digest type of
                    205:         <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>
                    206:         x509 -fingerprint to sha256.
1.17      tb        207:       <li>
1.19      jsg       208:         Changed the default digest type of
                    209:         <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>
                    210:         crl -fingerprint to sha256.
1.4       bcook     211:     </ul>
                    212:
                    213:     <li>Testing and Proactive Security
                    214:     <ul>
                    215:       <li>
1.8       bcook     216:         Added extensive interoperability tests between LibreSSL and OpenSSL 1.0
1.9       bcook     217:         and 1.1.
1.7       bcook     218:       <li>
1.31      tb        219:         Added additional Wycheproof tests and related bug fixes.
1.4       bcook     220:     </ul>
                    221:
                    222:     <li>Internal Improvements
                    223:     <ul>
                    224:       <li>
                    225:         Simplified sigalgs option processing and handshake signing algorithm
1.9       bcook     226:         selection.
1.4       bcook     227:       <li>
1.9       bcook     228:         Added the ability to use the RSA PSS algorithm for handshake signatures.
1.4       bcook     229:       <li>
                    230:         Added bn_rand_interval() and use it in code needing ranges of random bn
1.9       bcook     231:         values.
1.4       bcook     232:       <li>
                    233:         Added functionality to derive early, handshake, and application secrets
1.9       bcook     234:         as per RFC8446.
1.4       bcook     235:       <li>
1.9       bcook     236:         Added handshake state machine from RFC8446.
1.7       bcook     237:       <li>
                    238:         Removed some ASN.1 related code from libcrypto that had not been used
1.9       bcook     239:         since around 2000.
1.7       bcook     240:       <li>
                    241:         Unexported internal symbols and internalized more record layer structs.
1.23      beck      242:       <li>
                    243:         Removed SHA224 based handshake signatures from consideration for use in a TLS 1.2 handshake.
1.4       bcook     244:     </ul>
                    245:
1.6       bcook     246:     <li>Portable Improvements
                    247:     <ul>
                    248:       <li>
1.9       bcook     249:         Added support for assembly optimizations on 32-bit ARM ELF targets.
1.6       bcook     250:     </ul>
                    251:
1.4       bcook     252:     <li>Bug Fixes
                    253:     <ul>
                    254:       <li>
1.13      tb        255:         Improved protection against timing side channels in ECDSA signature
                    256:         generation.
1.4       bcook     257:       <li>
1.14      tb        258:         Coordinate blinding was added to some elliptic curves.
1.13      tb        259:         This is the last bit of the work by Brumley et al. to protect against
                    260:         the Portsmash vulnerability.
1.4       bcook     261:       <li>
1.9       bcook     262:         Ensure transcript handshake is always freed with TLS 1.2.
1.4       bcook     263:     </ul>
                    264:   </ul>
1.1       beck      265: <p>
                    266:
                    267: <li>Mandoc
                    268: <p>
                    269:
1.41      matthieu  270: <li>Xenocara
                    271:   <ul>
                    272:      <li>
                    273:        <a href="https://man.openbsd.org/Xorg.1">Xorg(1)</a>, the
                    274:        X window server, is no longer installed setuid.
                    275:        <a href="https://man.openbsd.org/xenodm.1">xenodm(1)</a> should be
                    276:        used to start X.
                    277:   </ul>
                    278:   <p>
                    279:
1.1       beck      280: <li>Ports and packages:
1.29      sthen     281:     <ul>
                    282:       <li>...
                    283:     </ul>
                    284:     <p>
                    285:     <dl>
                    286:     <dt>Many pre-built packages for each architecture:
                    287:     </dl>
                    288:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    289:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    290:     <tr>
                    291:     <td valign="top" width="25%">
                    292:     <ul>
                    293:       <li>aarch64:     XXXX
                    294:       <li>amd64:      XXXXX
                    295:       <li>arm:         XXXX
                    296:     </ul></td><td valign=top width="25%"><ul>
                    297:       <li>i386:       XXXXX
                    298:       <li>mips64:      XXXX
                    299:       <li>mips64el:    XXXX
                    300:     </ul></td><td valign=top width="25%"><ul>
                    301:       <li>powerpc:     XXXX
                    302:       <li>sparc64:     XXXX
                    303:     </ul></td></tr></table>
                    304:     <p>
                    305:
                    306:     <dl>
                    307:     <dt>Some highlights:
                    308:     </dl>
                    309:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    310:     <tr>
                    311:     <td valign="top" width="25%"><ul>
                    312:        <li>AFL 2.52b
                    313:        <li>Asterisk 16.2.1
1.42      sthen     314:        <li>Audacity 2.3.1
1.29      sthen     315:        <li>CMake 3.10.2
1.34      sthen     316:        <li>Chromium 73.0.3683.86
1.29      sthen     317:        <li>Emacs 26.1
1.34      sthen     318:        <li>FFmpeg 4.1.2
1.42      sthen     319:        <li>GCC 4.9.4 and 8.3.0
1.29      sthen     320:        <li>GHC 8.2.2
                    321:        <li>GNOME 3.30.2.1
1.34      sthen     322:        <li>Go 1.12.1
1.29      sthen     323:        <li>Groff 1.22.4
1.44      sthen     324:        <li>JDK 8u202 and 11.0.2+9-2
1.29      sthen     325:     </ul></td><td valign=top width="25%"><ul>
                    326:        <li>LLVM/Clang 7.0.1
1.34      sthen     327:        <li>LibreOffice 6.2.2.2
1.29      sthen     328:        <li>Lua 5.1.5, 5.2.4 and 5.3.5
                    329:        <li>MariaDB 10.0.38
                    330:        <li>Mono 5.14.0.177
1.42      sthen     331:        <li>Mozilla Firefox 66.0.2 and ESR 60.6.1
1.39      sthen     332:        <li>Mozilla Thunderbird 60.6.1
1.32      sthen     333:        <li>Mutt 1.11.4 and NeoMutt 20180716
1.29      sthen     334:        <li>Node.js 10.15.0
                    335:        <li>OCaml 4.07.1
                    336:        <li>OpenLDAP 2.3.43 and 2.4.47
1.42      sthen     337:        <li>PHP 7.1.27 and 7.2.16
                    338:        <li>Postfix 3.3.3 and 3.4.20190106
1.29      sthen     339:     </ul></td><td valign=top width="25%"><ul>
                    340:        <li>PostgreSQL 11.2
                    341:        <li>Python 2.7.15 and 3.6.8
1.34      sthen     342:        <li>R 3.5.3
                    343:        <li>Ruby 2.4.5, 2.5.5 and 2.6.2
1.32      sthen     344:        <li>Rust 1.33.0
1.29      sthen     345:        <li>Sendmail 8.16.0.41
1.34      sthen     346:        <li>SQLite3 3.27.2
1.29      sthen     347:        <li>Sudo 1.8.27
1.34      sthen     348:        <li>Suricata 4.1.3
1.29      sthen     349:        <li>Tcl/Tk 8.5.19 and 8.6.8
                    350:        <li>TeX Live 2018
1.42      sthen     351:        <li>Vim 8.1.1048 and Neovim 0.3.4
1.29      sthen     352:        <li>Xfce 4.12
                    353:     </ul></td></tr></table>
1.1       beck      354: <p>
                    355:
                    356: <li>As usual, steady improvements in manual pages and other documentation.
                    357: <p>
                    358:
                    359: <li>The system includes the following major components from outside suppliers:
1.36      jsg       360:     <ul>
                    361:     <li>Xenocara (based on X.Org 7.7 with xserver 1.19.7 + patches,
1.40      matthieu  362:       freetype 2.9.1, fontconfig 2.12.4, Mesa 18.3.5, xterm 344,
1.36      jsg       363:       xkeyboard-config 2.20 and more)
                    364:     <li>LLVM/Clang 7.0.1 (+ patches)
                    365:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    366:     <li>Perl 5.28.1 (+ patches)
                    367:     <li>NSD 4.1.26
                    368:     <li>Unbound 1.9.0
                    369:     <li>Ncurses 5.7
                    370:     <li>Binutils 2.17 (+ patches)
                    371:     <li>Gdb 6.3 (+ patches)
                    372:     <li>Awk Aug 10, 2011 version
                    373:     <li>Expat 2.2.6
                    374:     </ul>
1.1       beck      375: </ul>
                    376:
                    377: <hr>
                    378:
                    379: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    380:
                    381: Please refer to the following files on the mirror site for
                    382: extensive details on how to install OpenBSD 6.5 on your machine:
                    383:
                    384: <ul>
                    385: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/alpha/INSTALL.alpha">
                    386:        .../OpenBSD/6.5/alpha/INSTALL.alpha</a>
                    387: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/amd64/INSTALL.amd64">
                    388:        .../OpenBSD/6.5/amd64/INSTALL.amd64</a>
                    389: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/arm64/INSTALL.arm64">
                    390:        .../OpenBSD/6.5/arm64/INSTALL.arm64</a>
                    391: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/armv7/INSTALL.armv7">
                    392:        .../OpenBSD/6.5/armv7/INSTALL.armv7</a>
                    393: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/hppa/INSTALL.hppa">
                    394:        .../OpenBSD/6.5/hppa/INSTALL.hppa</a>
                    395: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/i386/INSTALL.i386">
                    396:        .../OpenBSD/6.5/i386/INSTALL.i386</a>
                    397: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/landisk/INSTALL.landisk">
                    398:        .../OpenBSD/6.5/landisk/INSTALL.landisk</a>
                    399: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/loongson/INSTALL.loongson">
                    400:        .../OpenBSD/6.5/loongson/INSTALL.loongson</a>
                    401: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/luna88k/INSTALL.luna88k">
                    402:        .../OpenBSD/6.5/luna88k/INSTALL.luna88k</a>
                    403: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/macppc/INSTALL.macppc">
                    404:        .../OpenBSD/6.5/macppc/INSTALL.macppc</a>
                    405: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/octeon/INSTALL.octeon">
                    406:        .../OpenBSD/6.5/octeon/INSTALL.octeon</a>
                    407: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/sgi/INSTALL.sgi">
                    408:        .../OpenBSD/6.5/sgi/INSTALL.sgi</a>
                    409: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/sparc64/INSTALL.sparc64">
                    410:        .../OpenBSD/6.5/sparc64/INSTALL.sparc64</a>
                    411: </ul>
                    412:
                    413: <hr>
                    414:
                    415: <p>
                    416: Quick installer information for people familiar with OpenBSD, and the use of
                    417: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    418: If you are at all confused when installing OpenBSD, read the relevant
                    419: INSTALL.* file as listed above!
                    420:
                    421: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    422:
                    423: <ul style="list-style-type: none">
                    424: <li>
1.2       beck      425: Write <i>floppy65.fs</i> or <i>floppyB65.fs</i> (depending on your machine)
1.1       beck      426: to a diskette and enter <i>boot dva0</i>.
                    427: Refer to INSTALL.alpha for more details.
                    428: <p>
                    429: <li>
                    430: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    431: will most likely fail.
                    432: </ul>
                    433:
                    434: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    435:
                    436: <ul style="list-style-type: none">
                    437: <li>
1.2       beck      438: If your machine can boot from CD, you can write <i>install65.iso</i> or
                    439: <i>cd65.iso</i> to a CD and boot from it.
1.1       beck      440: You may need to adjust your BIOS options first.
                    441: <p>
                    442: <li>
1.2       beck      443: If your machine can boot from USB, you can write <i>install65.fs</i> or
                    444: <i>miniroot65.fs</i> to a USB stick and boot from it.
1.1       beck      445: <p>
                    446: <li>
                    447: If you can't boot from a CD, floppy disk, or USB,
                    448: you can install across the network using PXE as described in the included
                    449: INSTALL.amd64 document.
                    450: <p>
                    451: <li>
                    452: If you are planning to dual boot OpenBSD with another OS, you will need to
                    453: read INSTALL.amd64.
                    454: </ul>
                    455:
                    456: <h3><font color="#e00000">OpenBSD/arm64:</font></h3>
                    457:
                    458: <ul style="list-style-type: none">
                    459: <li>
1.2       beck      460: Write <i>miniroot65.fs</i> to a disk and boot from it after connecting
1.1       beck      461: to the serial console.  Refer to INSTALL.arm64 for more details.
                    462: <p>
                    463: </ul>
                    464:
                    465: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    466:
                    467: <ul style="list-style-type: none">
                    468: <li>
                    469: Write a system specific miniroot to an SD card and boot from it after connecting
                    470: to the serial console.  Refer to INSTALL.armv7 for more details.
                    471: <p>
                    472: </ul>
                    473:
                    474: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    475:
                    476: <ul style="list-style-type: none">
                    477: <li>
                    478: Boot over the network by following the instructions in INSTALL.hppa or the
                    479: <a href="hppa.html#install">hppa platform page</a>.
                    480: </ul>
                    481:
                    482: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    483:
                    484: <ul style="list-style-type: none">
                    485: <li>
1.2       beck      486: If your machine can boot from CD, you can write <i>install65.iso</i> or
                    487: <i>cd65.iso</i> to a CD and boot from it.
1.1       beck      488: You may need to adjust your BIOS options first.
                    489: <p>
                    490: <li>
1.2       beck      491: If your machine can boot from USB, you can write <i>install65.fs</i> or
                    492: <i>miniroot65.fs</i> to a USB stick and boot from it.
1.1       beck      493: <p>
                    494: <li>
                    495: If you can't boot from a CD, floppy disk, or USB,
                    496: you can install across the network using PXE as described in
                    497: the included INSTALL.i386 document.
                    498: <p>
                    499: <li>
                    500: If you are planning on dual booting OpenBSD with another OS, you will need to
                    501: read INSTALL.i386.
                    502: </ul>
                    503:
                    504: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    505:
                    506: <ul style="list-style-type: none">
                    507: <li>
1.2       beck      508: Write <i>miniroot65.fs</i> to the start of the CF
1.1       beck      509: or disk, and boot normally.
                    510: </ul>
                    511:
                    512: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    513:
                    514: <ul style="list-style-type: none">
                    515: <li>
1.2       beck      516: Write <i>miniroot65.fs</i> to a USB stick and boot bsd.rd from it
1.1       beck      517: or boot bsd.rd via tftp.
                    518: Refer to the instructions in INSTALL.loongson for more details.
                    519: </ul>
                    520:
                    521: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    522:
                    523: <ul style="list-style-type: none">
                    524: <li>
                    525: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    526: from the PROM, and then bsd.rd from the bootloader.
                    527: Refer to the instructions in INSTALL.luna88k for more details.
                    528: </ul>
                    529:
                    530: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    531:
                    532: <ul style="list-style-type: none">
                    533: <li>
                    534: Burn the image from a mirror site to a CDROM, and power on your machine
                    535: while holding down the <i>C</i> key until the display turns on and
                    536: shows <i>OpenBSD/macppc boot</i>.
                    537: <p>
                    538: <li>
                    539: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    540: /6.5/macppc/bsd.rd</i>
                    541: </ul>
                    542:
                    543: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    544:
                    545: <ul style="list-style-type: none">
                    546: <li>
                    547: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    548: Refer to the instructions in INSTALL.octeon for more details.
                    549: </ul>
                    550:
                    551: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    552:
                    553: <ul style="list-style-type: none">
                    554: <li>
1.2       beck      555: To install, burn cd65.iso on a CD-R, put it in the CD drive of your
1.1       beck      556: machine and select <i>Install System Software</i> from the System Maintenance
                    557: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    558: CD-ROM, and need a proper invocation from the PROM prompt.
                    559: Refer to the instructions in INSTALL.sgi for more details.
                    560:
                    561: <p>
                    562: <li>
                    563: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    564: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    565: system type. Refer to the instructions in INSTALL.sgi for more details.
                    566: </ul>
                    567:
                    568: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    569:
                    570: <ul style="list-style-type: none">
                    571: <li>
                    572: Burn the image from a mirror site to a CDROM, boot from it, and type
                    573: <i>boot cdrom</i>.
                    574: <p>
                    575: <li>
                    576: If this doesn't work, or if you don't have a CDROM drive, you can write
1.2       beck      577: <i>floppy65.fs</i> or <i>floppyB65.fs</i>
1.1       beck      578: (depending on your machine) to a floppy and boot it with <i>boot
                    579: floppy</i>. Refer to INSTALL.sparc64 for details.
                    580: <p>
                    581: <li>
                    582: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    583: will most likely fail.
                    584: <p>
                    585: <li>
1.2       beck      586: You can also write <i>miniroot65.fs</i> to the swap partition on
1.1       beck      587: the disk and boot with <i>boot disk:b</i>.
                    588: <p>
                    589: <li>
                    590: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    591: </ul>
                    592:
                    593: <hr>
                    594:
                    595: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    596:
                    597: If you already have an OpenBSD 6.4 system, and do not want to reinstall,
                    598: upgrade instructions and advice can be found in the
1.2       beck      599: <a href="faq/upgrade65.html">Upgrade Guide</a>.
1.1       beck      600: <p>
                    601:
                    602: <hr>
                    603:
                    604: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    605:
                    606: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    607: This file contains everything you need except for the kernel sources,
                    608: which are in a separate archive.
                    609: To extract:
                    610:
                    611: <blockquote><pre>
                    612: # <b>mkdir -p /usr/src</b>
                    613: # <b>cd /usr/src</b>
                    614: # <b>tar xvfz /tmp/src.tar.gz</b>
                    615: </pre></blockquote>
                    616:
                    617: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                    618: This file contains all the kernel sources you need to rebuild kernels.
                    619: To extract:
                    620:
                    621: <blockquote><pre>
                    622: # <b>mkdir -p /usr/src/sys</b>
                    623: # <b>cd /usr/src</b>
                    624: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    625: </pre></blockquote>
                    626:
                    627: Both of these trees are a regular CVS checkout.  Using these trees it
                    628: is possible to get a head-start on using the anoncvs servers as
                    629: described <a href="anoncvs.html">here</a>.
                    630: Using these files
                    631: results in a much faster initial CVS update than you could expect from
                    632: a fresh checkout of the full OpenBSD source tree.
                    633: <p>
                    634:
                    635: <hr>
                    636:
                    637: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    638:
                    639: A ports tree archive is also provided.  To extract:
                    640:
                    641: <blockquote><pre>
                    642: # <b>cd /usr</b>
                    643: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    644: </pre></blockquote>
                    645:
                    646: Go read the <a href="faq/ports/index.html">ports</a> page
                    647: if you know nothing about ports
                    648: at this point.  This text is not a manual of how to use ports.
                    649: Rather, it is a set of notes meant to kickstart the user on the
                    650: OpenBSD ports system.
                    651: <p>
                    652: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    653: As with our complete source tree, our ports tree is available via
                    654: <a href="anoncvs.html">AnonCVS</a>.
                    655: So, in order to keep up to date with the -stable branch, you must make
                    656: the <i>ports/</i> tree available on a read-write medium and update the tree
                    657: with a command like:
                    658:
                    659: <blockquote><pre>
                    660: # <b>cd /usr/ports</b>
1.11      beck      661: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_5</b>
1.1       beck      662: </pre></blockquote>
                    663:
                    664: [Of course, you must replace the server name here with a nearby anoncvs
                    665: server.]
                    666: <p>
                    667: Note that most ports are available as packages on our mirrors. Updated
                    668: ports for the 6.5 release will be made available if problems arise.
                    669: <p>
                    670: If you're interested in seeing a port added, would like to help out, or just
                    671: would like to know more, the mailing list
                    672: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    673: <p>
                    674: </body>
                    675: </html>