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

Annotation of www/64.html, Revision 1.30

1.1       benno       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.3       jcs         4: <title>OpenBSD 6.4</title>
1.1       benno       5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.4">
                      7: <meta name="copyright" content="This document copyright 2018 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/64.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>
                     18: <font color="#e00000">6.4</font>
                     19: </h2>
                     20:
                     21: <a href="images/todo.gif">
                     22: <img align="left" width="227" height="343" hspace="24" src="images/todo.gif"></a>
                     23: Released Nov 1, 2018<br>
                     24: Copyright 1997-2018, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
                     27: 6.4 Song: Maybe...
                     28:
                     29: <br>
                     30: <ul>
                     31: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     32:     a list of mirror machines.
                     33: <li>Go to the <font color="#e00000">pub/OpenBSD/6.4/</font> directory on
                     34:     one of the mirror sites.
                     35: <li>Have a look at <a href="errata64.html">the 6.4 errata page</a> for a list
                     36:     of bugs and workarounds.
                     37: <li>See a <a href="plus64.html">detailed log of changes</a> between the
                     38:     6.3 and 6.4 releases.
                     39: <p>
                     40: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     41:     pubkeys for this release:<br>
                     42: <pre>
                     43: base: RWQq6XmS4eDAcQW4KsT5Ka0KwTQp2JMOP9V/DR4HTVOL5Bc0D7LeuPwA
                     44: fw:   RWRoBbjnosJ/39llpve1XaNIrrQND4knG+jSBeIUYU8x4WNkxz6a2K97
                     45: pkg:  RWRF5TTY+LoN/51QD5kM2hKDtMTzycQBBPmPYhyQEb1+4pff/H6fh/kA
                     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.4.
                     59: <!-- XXX worth keeping this line? -->For a comprehensive list, see the <a href="plus64.html">changelog</a> leading
                     60: to 6.4.
                     61:
                     62: <ul>
                     63:
                     64: <li>Improved hardware support, including:
                     65:     <ul>
1.3       jcs        66:     <li>New <a href="https://man.openbsd.org/umt.4">umt(4)</a> driver
                     67:        for USB Windows Precision Touchpad devices.
1.22      schwarze   68:     <li>New <a href="https://man.openbsd.org/bnxt.4">bnxt(4)</a>
                     69:        driver for Broadcom NetXtreme-C/E PCI Express Ethernet
1.23      ccardena   70:        adapters based on the Broadcom BCM573xx and BCM574xx chipsets. Enabled
                     71:        on amd64 and arm64 platforms.
1.22      schwarze   72:     <li>New <a href="https://man.openbsd.org/mue.4">mue(4)</a>
                     73:        driver for Microchip LAN7500/LAN7505/LAN7515/LAN7850 USB 2.0
                     74:        and LAN7800/LAN7801 USB 3.0 Gigabit Ethernet devices.
                     75:     <li>New <a href="https://man.openbsd.org/acpisurface.4">acpisurface(4)</a>
                     76:        driver providing ACPI support for Microsoft Surface Book laptops.
                     77:     <li>New <a href="https://man.openbsd.org/dwpcie.4">dwpcie(4)</a>
                     78:        driver for the Synopsys Designware PCIe controller,
                     79:        which is built into various SoCs.
                     80:     <li>New <a href="https://man.openbsd.org/acpipci.4">acpipci(4/arm64)</a>
                     81:        driver providing support for PCI host bridges
                     82:        based on information provided by ACPI.
                     83:     <li>New
                     84:        <a href="https://man.openbsd.org/mvclock.4">mvclock(4)</a>,
                     85:        <a href="https://man.openbsd.org/mvgpio.4">mvgpio(4)</a>,
                     86:        <a href="https://man.openbsd.org/mvicu.4">mvicu(4)</a>,
                     87:        <a href="https://man.openbsd.org/mvrng.4">mvrng(4)</a>,
                     88:        <a href="https://man.openbsd.org/mvrtc.4">mvrtc(4)</a>, and
                     89:        <a href="https://man.openbsd.org/mvtemp.4">mvtemp(4)</a>
                     90:        drivers for various components of the Marvell Armada SoCs.
                     91:     <li>New
                     92:        <a href="https://man.openbsd.org/hiclock.4">hiclock(4)</a>,
                     93:        <a href="https://man.openbsd.org/hidwusb.4">hidwusb(4)</a>,
                     94:        <a href="https://man.openbsd.org/hireset.4">hireset(4)</a>, and
                     95:        <a href="https://man.openbsd.org/hitemp.4">hitemp(4)</a>
                     96:        drivers for various components of the HiSilicon SoCs.
                     97:     <li>New <a href="https://man.openbsd.org/ccp.4">ccp(4)</a> and
                     98:        <a href="https://man.openbsd.org/octcrypto.4">octcrypto(4/octeon)</a>
                     99:        drivers for hardware-accelerated cryptography.
                    100:     <li>New <a href="https://man.openbsd.org/ccpmic.4">ccpmic(4)</a> and
                    101:        <a href="https://man.openbsd.org/tipmic.4">tipmic(4)</a>
                    102:        drivers for Intel Crystal Cove and Dollar Cove
                    103:        TI Power Management ICs.
                    104:     <li>New <a href="https://man.openbsd.org/imxrtc.4">imxrtc(4)</a>
                    105:        driver for the RTC integrated in Freescale i.MX7 and i.MX8 processors.
                    106:     <li>New <a href="https://man.openbsd.org/fanpwr.4">fanpwr(4)</a>
                    107:        driver for the Fairchild FAN53555 and Silergy SYR827/828
                    108:        voltage regulators.
                    109:     <li>New <a href="https://man.openbsd.org/pinctrl.4">pinctrl(4)</a>
                    110:        driver for generic pin multiplexing.
                    111:     <li>New <a href="https://man.openbsd.org/plgpio.4">plgpio(4)</a>
                    112:        driver for the ARM PrimeCell PL061 GPIO controller.
1.21      schwarze  113:     <li>PIE support for the m88k platform.
1.28      jcs       114:     <li>Support for some HID-over-I<sup>2</sup>C touchscreen devices in
                    115:        <a href="https://man.openbsd.org/imt.4">imt(4)</a>.
1.29      jmatthew  116:     <li>Support for RTL8188EE and RTL8723AE in
                    117:        <a href="https://man.openbsd.org/rtwn.4">rtwn(4)</a>.
1.30    ! kevlo     118:     <li>Support for RT3290 in
        !           119:        <a href="https://man.openbsd.org/ral.4">ral(4)</a>.
1.29      jmatthew  120:     <li>Support for SAS 3.5 controllers (SAS34xx and SAS35xx) in
                    121:        <a href="https://man.openbsd.org/mpii.4">mpii(4)</a>.
                    122:     <li>Support for drive and battery status sensors and bio in
                    123:        <a href="https://man.openbsd.org/mfii.4">mfii(4)</a>.
1.1       benno     124:     </ul>
                    125:
                    126: <p>
                    127: <li><a href="https://man.openbsd.org/amd64/vmm.4">vmm(4)</a>/
                    128:     <a href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a> improvements:
                    129:     <ul>
                    130:     <li>Support for qcow2 disk images.
1.23      ccardena  131:     <li>Added initial <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>
                    132:        support to <a href="https://man.openbsd.org/amd64/vmctl.8">vmctl(8)</a>
                    133:        along with general cleanups.
1.1       benno     134:     </ul>
                    135: <p>
                    136:
                    137: <li>IEEE 802.11 wireless stack improvements:
                    138:     <ul>
                    139:     <li>With the new 'auto-join' feature, the kernel manages automatic switching
                    140:        between different wifi networks.
                    141:     </ul>
                    142: <p>
                    143:
                    144: <li>Generic network stack improvements:
                    145:     <ul>
1.23      ccardena  146:     <li><a href="https://man.openbsd.org/amd64/trunk.4">trunk(4)</a>
                    147:        now has LACP administrative knobs for: mode, timeout, system priority,
                    148:        port priority, and ifq priority.
                    149:     <li><a href="https://man.openbsd.org/amd64/ifconfig.8">ifconfig(8)</a>
                    150:        now has the ability to adjust LACP administrative knobs:
                    151:        <code>lacpmode</code> and <code>lacptimeout</code>.
1.1       benno     152:     </ul>
                    153: <p>
                    154:
                    155: <li>Installer improvements:
                    156:     <ul>
                    157:     <li>
                    158:     </ul>
                    159: <p>
                    160:
                    161: <li>Routing daemons and other userland network improvements:
                    162:     <ul>
                    163:     <li><a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> can now
                    164:         redistribute routes depending on carp(4) interface states.
1.2       benno     165:     <li><a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> is
                    166:         now pledged.
                    167:     <li>Prevent ospfd(8) and ospf6d(8) to be started more than once
                    168:         (in the same routing domain).
1.11      florian   169:     <li><a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> is now fully
                    170:         pledged.
                    171:     <li><a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> is informed by
                    172:         the kernel when Duplicate Address Detection (DAD) fails and generates
                    173:         different addresses when possible.
                    174:     <li>When <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> detects
                    175:         roaming between networks it deprecates all configured IPs. IPs from
                    176:         newly advertised prefixes will the preferred.
                    177:     <li>A new daemon, <a href="https://man.openbsd.org/rad.8">rad(8)</a> sends
                    178:         IPv6 Router Advertisement messages and replaces the old rtadvd(8)
                    179:         daemon from KAME.
1.16      schwarze  180:     <li>The anachronistic
                    181:       <a href="https://man.openbsd.org/OpenBSD-6.3/networks.5">networks(5)</a>
                    182:       configuration file is no longer supported.
1.17      kn        183:     <li>More robust <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>
                    184:         parsing routines and corner case fixes around table and anchor
                    185:         handling.
                    186:     <li><a href="https://man.openbsd.org/route.8">route(8)</a> now errors out
                    187:         on bad <tt>-netmask/-prefixlen</tt> usage instead of configuring
                    188:         ambigious routes.
1.1       benno     189:     </ul>
                    190: <p>
                    191:
                    192: <li>Security improvements:
                    193:     <ul>
1.20      schwarze  194:     <li>New <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>
                    195:         system call to restrict file system access of the calling
                    196:         process to the specified files and directories.  It is most
                    197:         powerful when properly combined with privilege separation
                    198:         and <a href="https://man.openbsd.org/pledge.2">pledge(2)</a>.
1.18      schwarze  199:     <li>New "retguard" security mechanism on amd64 and arm64:
                    200:         use per-function random cookies to protect access to function
                    201:         return instructions, making them harder to use in ROP gadgets.
1.21      schwarze  202:     <li>Simultaneous multithreading (SMT) is now disabled by default
                    203:         and can be enabled with the new <code>hw.smt</code>
                    204:         <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a> variable.
                    205:     <li>Audio recording is now disabled by default and can be enabled
                    206:         with the new <code>kern.audio.record</code>
                    207:         <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a> variable.
1.1       benno     208:     </ul>
                    209: <p>
                    210:
                    211: <li><a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> improvements:
                    212:     <ul>
                    213:       <li>Fast prefix-sets
1.5       job       214:       <li>Support for BGP Origin Validation <a href="https://tools.ietf.org/html/rfc6811">
1.21      schwarze  215:       RFC 6811</a> through the <code>roa-set</code> directive.
1.2       benno     216:       <li>Some syntax cleanups; newlines are optional inside expansion
                    217:       lists (previously newlines needed to be escaped), but in neighbor,
                    218:       group and rdomain blocks multiple statements have to be on new lines.
                    219:       <li>Make the event loop more reponsive while softreconfig is running.
1.4       job       220:       <li>Reduce the amount of work done during a configuration reload.
1.2       benno     221:       <li>Make config reload not block other event handling in the
                    222:       route decision engine.
                    223:       <li>Better support and bugfixes for multiple bgpd processes
                    224:       running in different rdomains
                    225:       <li>The config option 'announce (all|self|none|default-route)'
                    226:       has been deprecated and superseded by filter configuration.
1.1       benno     227:     </ul>
                    228: <p>
                    229:
                    230: <li>Assorted improvements:
                    231:     <ul>
1.27      jcs       232:     <li><a href="https://man.openbsd.org/rasops.9">rasops(9)</a>-backed
1.3       jcs       233:         framebuffer consoles such as
                    234:         <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a> and
                    235:         <a href="https://man.openbsd.org/efifb.4">efifb(4)</a> now support
                    236:         scrollback.
1.7       anton     237:     <li><a href="https://man.openbsd.org/rebound.8">rebound(8)</a>
                    238:         gained support for permanent A records, similiar to
                    239:         <tt>local-data</tt>
                    240:         supported by
                    241:         <a href="https://man.openbsd.org/unbound.8">unbound(8)</a>.
                    242:     <li>New
                    243:         <a href="https://man.openbsd.org/kcov.4">kcov(4)</a>
                    244:         driver used for collection of code coverage inside the kernel.
                    245:         It's used in an ongoing effort to fuzz the kernel.
1.16      schwarze  246:     <li><a href="https://man.openbsd.org/uid_from_user.3">uid_from_user(3)</a>
                    247:         and
                    248:         <a href="https://man.openbsd.org/gid_from_group.3">gid_from_group(3)</a>
                    249:         were added to the C library and are now used in several programs,
                    250:         to speed up repeated lookups.
1.21      schwarze  251:     <li>New semaphore implementation making
                    252:         <a href="https://man.openbsd.org/sem_post.3">sem_post(3)</a>
                    253:         async-safe.
                    254:     <li><a href="https://man.openbsd.org/pcap_set_immediate_mode.3"
                    255:         >pcap_set_immediate_mode(3)</a> was imported from mainline libpcap,
                    256:         allowing programs to process packets as soon as they arrive.
1.16      schwarze  257:     <li><a href="https://man.openbsd.org/ksh.1">ksh(1)</a> now supports
                    258:         64 bit integers on all architectures.
1.7       anton     259:     <li>A bug in
                    260:         <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>
                    261:         related to variable expansion of read-only varibles has been fixed.
1.14      schwarze  262:     <li><a href="https://man.openbsd.org/lam.1">lam(1)</a>
                    263:         now provides UTF-8 support.
1.23      ccardena  264:     <li>Enable <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> and
                    265:        <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> on arm64 RAMDISK.
1.1       benno     266:     </ul>
                    267: <p>
                    268:
                    269: <li>OpenSMTPD x.x.x
                    270:     <ul>
1.19      schwarze  271:     <li>Incompatible change to the
                    272:         <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>
                    273:         grammar: separate envelope matching, which happens during the
                    274:         SMTP dialogue while receiving a message and merely results
                    275:         in assigning an action name, from delivery actions, which do
                    276:         not take effect until the queue runner makes a delivery attempt.
                    277:         This gets rid of several different roadblocks in OpenSMTPD
                    278:         development.
                    279:     <li> ...
1.1       benno     280:     </ul>
                    281: <p>
                    282:
                    283: <li>OpenSSH 7.8
                    284:     <ul>
                    285:     <li>New/changed features:
                    286:       <ul>
                    287:       <li>
                    288:       </ul>
                    289:     </ul>
                    290: <p>
                    291:
                    292: <li>LibreSSL 2.x.x
                    293:    <ul>
                    294:    <li>
1.14      schwarze  295:    </ul>
                    296: <p>
                    297:
                    298: <li>Mandoc 1.14.4
                    299:    <ul>
                    300:    <li>In HTML output, many
                    301:      <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a> macros
                    302:      now use more fitting HTML elements.
                    303:    <li>In HTML output, almost all "style" attributes and a number of
                    304:      redundant "class" attributes were removed.
                    305:    <li>Baby steps towards responsive design: use a @media query in
                    306:      mandoc.css, use the HTML meta viewport element, and remove all
                    307:      hard-coded widths and heights from the generated HTML code.
                    308:    <li>Many style improvements in
                    309:      <a href="https://man.openbsd.org/mandoc.css">mandoc.css</a>.
                    310:    <li>More than 15 new low level
                    311:      <a href="https://man.openbsd.org/roff.7">roff(7)</a>
                    312:      and GNU man-ext features.
                    313:      Mandoc can now format the manuals of the groff port.
1.1       benno     314:    </ul>
                    315: <p>
                    316:
                    317: <li>Ports and packages:
                    318:     <ul>
                    319:       <li>
                    320:     </ul>
                    321:     <dl>
                    322:     <dt>Many pre-built packages for each architecture:
                    323:     </dl>
                    324:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    325:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    326:     <tr>
                    327:     <td valign="top" width="25%">
                    328:     <ul>
                    329:       <li>aarch64:
                    330:       <li>alpha:
                    331:       <li>amd64:
                    332:     </ul></td><td valign=top width="25%"><ul>
                    333:       <li>arm:
                    334:       <li>i386:
                    335:       <li>mips64:
                    336:     </ul></td><td valign=top width="25%"><ul>
                    337:       <li>mips64el:
                    338:       <li>powerpc:
                    339:       <li>sh:
                    340:     </ul></td><td valign=top width="25%"><ul>
                    341:       <li>sparc64:
                    342:     </ul></td></tr></table>
                    343:     <p>
                    344:
                    345:     <dl>
1.15      schwarze  346:     <dt>Some highlights:
1.1       benno     347:     </dl>
                    348:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    349:     <tr>
                    350:     <td valign="top" width="50%"><ul>
                    351:        <li>AFL 2.52b
                    352:        <li>CMake 3.10.2
1.6       kirby     353:        <li>Chromium 69.0.3497.100
                    354:        <li>Emacs 21.4 and 26.1
1.1       benno     355:        <li>GCC 4.9.4
                    356:        <li>GHC 8.2.2
                    357:        <li>Gimp 2.8.22
1.15      schwarze  358:        <li>GNOME 3.28.2
1.6       kirby     359:        <li>Go 1.11
1.1       benno     360:        <li>Groff 1.22.3
1.6       kirby     361:        <li>JDK 8u172
                    362:        <li>LLVM/Clang 6.0.1
                    363:        <li>LibreOffice 6.1.1.2
                    364:        <li>Lua 5.1.5, 5.2.4 and 5.3.5
                    365:        <li>MariaDB 10.0.36
1.26      kirby     366:        <li>Mono 5.14.0.177
1.6       kirby     367:        <li>Mozilla Firefox 60.2.1esr and 62.0.2
                    368:        <li>Mozilla Thunderbird 52.9.1
1.1       benno     369:     </ul></td><td valign=top width="50%"><ul>
1.6       kirby     370:        <li>Mutt 1.10.1 and NeoMutt 20180716
                    371:        <li>Node.js 8.12.0
1.1       benno     372:        <li>Ocaml 4.03.0
1.6       kirby     373:        <li>OpenLDAP 2.3.43 and 2.4.46
                    374:        <li>PHP 5.6.38, 7.0.32, 7.1.22 and 7.2.10
                    375:        <li>Postfix 3.3.1 and 3.4-20180904
                    376:        <li>PostgreSQL 10.5
                    377:        <li>Python 2.7.15 and 3.6.6
                    378:        <li>R 3.5.1
                    379:        <li>Ruby 2.3.7, 2.4.4 and 2.5.1
                    380:        <li>Rust 1.29.1
                    381:        <li>Sendmail 8.16.0.29
                    382:        <li>SQLite3 3.24.0
                    383:        <li>Sudo 1.8.25
1.1       benno     384:        <li>Tcl/Tk 8.5.19 and 8.6.8
                    385:        <li>TeX Live 2017
1.10      sthen     386:        <li>Vim 8.1.438
1.1       benno     387:        <li>Xfce 4.12
                    388:     </ul></td></tr></table>
                    389: <p>
                    390:
                    391: <li>As usual, steady improvements in manual pages and other documentation.
                    392: <p>
                    393:
1.15      schwarze  394: <li>The system includes the following major components from outside suppliers:
1.1       benno     395:     <ul>
                    396:     <li>Xenocara (based on X.Org 7.7 with xserver 1.19.6 + patches,
1.8       matthieu  397:       freetype 2.9.1, fontconfig 2.12.4, Mesa 13.0.6, xterm 331,
1.1       benno     398:       xkeyboard-config 2.20 and more)
1.8       matthieu  399:     <li>LLVM/Clang 6.0.0 (+ patches)
1.1       benno     400:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    401:     <li>Perl 5.24.3 (+ patches)
1.9       florian   402:     <li>NSD 4.1.25
1.8       matthieu  403:     <li>Unbound 1.8.0
1.1       benno     404:     <li>Ncurses 5.7
                    405:     <li>Binutils 2.17 (+ patches)
                    406:     <li>Gdb 6.3 (+ patches)
                    407:     <li>Awk Aug 10, 2011 version
1.8       matthieu  408:     <li>Expat 2.2.6
1.1       benno     409:     </ul>
                    410: </ul>
                    411:
                    412: <hr>
                    413:
                    414: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    415:
                    416: Please refer to the following files on the mirror site for
                    417: extensive details on how to install OpenBSD 6.4 on your machine:
                    418:
                    419: <ul>
                    420: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/alpha/INSTALL.alpha">
                    421:        .../OpenBSD/6.4/alpha/INSTALL.alpha</a>
                    422: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/amd64/INSTALL.amd64">
                    423:        .../OpenBSD/6.4/amd64/INSTALL.amd64</a>
                    424: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/arm64/INSTALL.arm64">
                    425:        .../OpenBSD/6.4/arm64/INSTALL.arm64</a>
                    426: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/armv7/INSTALL.armv7">
                    427:        .../OpenBSD/6.4/armv7/INSTALL.armv7</a>
                    428: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/hppa/INSTALL.hppa">
                    429:        .../OpenBSD/6.4/hppa/INSTALL.hppa</a>
                    430: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/i386/INSTALL.i386">
                    431:        .../OpenBSD/6.4/i386/INSTALL.i386</a>
                    432: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/landisk/INSTALL.landisk">
                    433:        .../OpenBSD/6.4/landisk/INSTALL.landisk</a>
                    434: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/loongson/INSTALL.loongson">
                    435:        .../OpenBSD/6.4/loongson/INSTALL.loongson</a>
                    436: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/luna88k/INSTALL.luna88k">
                    437:        .../OpenBSD/6.4/luna88k/INSTALL.luna88k</a>
                    438: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/macppc/INSTALL.macppc">
                    439:        .../OpenBSD/6.4/macppc/INSTALL.macppc</a>
                    440: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/octeon/INSTALL.octeon">
                    441:        .../OpenBSD/6.4/octeon/INSTALL.octeon</a>
                    442: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/sgi/INSTALL.sgi">
                    443:        .../OpenBSD/6.4/sgi/INSTALL.sgi</a>
                    444: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/sparc64/INSTALL.sparc64">
                    445:        .../OpenBSD/6.4/sparc64/INSTALL.sparc64</a>
                    446: </ul>
                    447:
                    448: <hr>
                    449:
                    450: <p>
                    451: Quick installer information for people familiar with OpenBSD, and the use of
                    452: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    453: If you are at all confused when installing OpenBSD, read the relevant
                    454: INSTALL.* file as listed above!
                    455:
                    456: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    457:
                    458: <ul style="list-style-type: none">
                    459: <li>
                    460: Write <i>floppy64.fs</i> or <i>floppyB64.fs</i> (depending on your machine)
                    461: to a diskette and enter <i>boot dva0</i>.
                    462: Refer to INSTALL.alpha for more details.
                    463: <p>
                    464: <li>
                    465: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    466: will most likely fail.
                    467: </ul>
                    468:
                    469: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    470:
                    471: <ul style="list-style-type: none">
                    472: <li>
                    473: If your machine can boot from CD, you can write <i>install64.iso</i> or
                    474: <i>cd64.iso</i> to a CD and boot from it.
                    475: You may need to adjust your BIOS options first.
                    476: <p>
                    477: <li>
                    478: If your machine can boot from USB, you can write <i>install64.fs</i> or
                    479: <i>miniroot64.fs</i> to a USB stick and boot from it.
                    480: <p>
                    481: <li>
                    482: If you can't boot from a CD, floppy disk, or USB,
                    483: you can install across the network using PXE as described in the included
                    484: INSTALL.amd64 document.
                    485: <p>
                    486: <li>
                    487: If you are planning to dual boot OpenBSD with another OS, you will need to
                    488: read INSTALL.amd64.
                    489: </ul>
                    490:
                    491: <h3><font color="#e00000">OpenBSD/arm64:</font></h3>
                    492:
                    493: <ul style="list-style-type: none">
                    494: <li>
                    495: Write <i>miniroot64.fs</i> to a disk and boot from it after connecting
                    496: to the serial console.  Refer to INSTALL.arm64 for more details.
                    497: <p>
                    498: </ul>
                    499:
                    500: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    501:
                    502: <ul style="list-style-type: none">
                    503: <li>
                    504: Write a system specific miniroot to an SD card and boot from it after connecting
                    505: to the serial console.  Refer to INSTALL.armv7 for more details.
                    506: <p>
                    507: </ul>
                    508:
                    509: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    510:
                    511: <ul style="list-style-type: none">
                    512: <li>
                    513: Boot over the network by following the instructions in INSTALL.hppa or the
                    514: <a href="hppa.html#install">hppa platform page</a>.
                    515: </ul>
                    516:
                    517: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    518:
                    519: <ul style="list-style-type: none">
                    520: <li>
                    521: If your machine can boot from CD, you can write <i>install64.iso</i> or
                    522: <i>cd64.iso</i> to a CD and boot from it.
                    523: You may need to adjust your BIOS options first.
                    524: <p>
                    525: <li>
                    526: If your machine can boot from USB, you can write <i>install64.fs</i> or
                    527: <i>miniroot64.fs</i> to a USB stick and boot from it.
                    528: <p>
                    529: <li>
                    530: If you can't boot from a CD, floppy disk, or USB,
                    531: you can install across the network using PXE as described in
                    532: the included INSTALL.i386 document.
                    533: <p>
                    534: <li>
                    535: If you are planning on dual booting OpenBSD with another OS, you will need to
                    536: read INSTALL.i386.
                    537: </ul>
                    538:
                    539: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    540:
                    541: <ul style="list-style-type: none">
                    542: <li>
                    543: Write <i>miniroot64.fs</i> to the start of the CF
                    544: or disk, and boot normally.
                    545: </ul>
                    546:
                    547: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    548:
                    549: <ul style="list-style-type: none">
                    550: <li>
                    551: Write <i>miniroot64.fs</i> to a USB stick and boot bsd.rd from it
                    552: or boot bsd.rd via tftp.
                    553: Refer to the instructions in INSTALL.loongson for more details.
                    554: </ul>
                    555:
                    556: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    557:
                    558: <ul style="list-style-type: none">
                    559: <li>
                    560: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    561: from the PROM, and then bsd.rd from the bootloader.
                    562: Refer to the instructions in INSTALL.luna88k for more details.
                    563: </ul>
                    564:
                    565: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    566:
                    567: <ul style="list-style-type: none">
                    568: <li>
                    569: Burn the image from a mirror site to a CDROM, and power on your machine
                    570: while holding down the <i>C</i> key until the display turns on and
                    571: shows <i>OpenBSD/macppc boot</i>.
                    572: <p>
                    573: <li>
                    574: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    575: /6.4/macppc/bsd.rd</i>
                    576: </ul>
                    577:
                    578: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    579:
                    580: <ul style="list-style-type: none">
                    581: <li>
                    582: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    583: Refer to the instructions in INSTALL.octeon for more details.
                    584: </ul>
                    585:
                    586: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    587:
                    588: <ul style="list-style-type: none">
                    589: <li>
                    590: To install, burn cd64.iso on a CD-R, put it in the CD drive of your
                    591: machine and select <i>Install System Software</i> from the System Maintenance
                    592: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    593: CD-ROM, and need a proper invocation from the PROM prompt.
                    594: Refer to the instructions in INSTALL.sgi for more details.
                    595:
                    596: <p>
                    597: <li>
                    598: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    599: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    600: system type. Refer to the instructions in INSTALL.sgi for more details.
                    601: </ul>
                    602:
                    603: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    604:
                    605: <ul style="list-style-type: none">
                    606: <li>
                    607: Burn the image from a mirror site to a CDROM, boot from it, and type
                    608: <i>boot cdrom</i>.
                    609: <p>
                    610: <li>
                    611: If this doesn't work, or if you don't have a CDROM drive, you can write
                    612: <i>floppy64.fs</i> or <i>floppyB64.fs</i>
                    613: (depending on your machine) to a floppy and boot it with <i>boot
                    614: floppy</i>. Refer to INSTALL.sparc64 for details.
                    615: <p>
                    616: <li>
                    617: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    618: will most likely fail.
                    619: <p>
                    620: <li>
                    621: You can also write <i>miniroot64.fs</i> to the swap partition on
                    622: the disk and boot with <i>boot disk:b</i>.
                    623: <p>
                    624: <li>
                    625: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    626: </ul>
                    627:
                    628: <hr>
                    629:
                    630: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    631:
                    632: If you already have an OpenBSD 6.3 system, and do not want to reinstall,
                    633: upgrade instructions and advice can be found in the
                    634: <a href="faq/upgrade64.html">Upgrade Guide</a>.
                    635: <p>
                    636:
                    637: <hr>
                    638:
                    639: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    640:
                    641: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    642: This file contains everything you need except for the kernel sources,
                    643: which are in a separate archive.
                    644: To extract:
                    645:
                    646: <blockquote><pre>
                    647: # <b>mkdir -p /usr/src</b>
                    648: # <b>cd /usr/src</b>
                    649: # <b>tar xvfz /tmp/src.tar.gz</b>
                    650: </pre></blockquote>
                    651:
                    652: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                    653: This file contains all the kernel sources you need to rebuild kernels.
                    654: To extract:
                    655:
                    656: <blockquote><pre>
                    657: # <b>mkdir -p /usr/src/sys</b>
                    658: # <b>cd /usr/src</b>
                    659: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    660: </pre></blockquote>
                    661:
                    662: Both of these trees are a regular CVS checkout.  Using these trees it
                    663: is possible to get a head-start on using the anoncvs servers as
                    664: described <a href="anoncvs.html">here</a>.
                    665: Using these files
                    666: results in a much faster initial CVS update than you could expect from
                    667: a fresh checkout of the full OpenBSD source tree.
                    668: <p>
                    669:
                    670: <hr>
                    671:
                    672: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    673:
                    674: A ports tree archive is also provided.  To extract:
                    675:
                    676: <blockquote><pre>
                    677: # <b>cd /usr</b>
                    678: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    679: </pre></blockquote>
                    680:
                    681: Go read the <a href="faq/ports/index.html">ports</a> page
                    682: if you know nothing about ports
                    683: at this point.  This text is not a manual of how to use ports.
                    684: Rather, it is a set of notes meant to kickstart the user on the
                    685: OpenBSD ports system.
                    686: <p>
                    687: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    688: As with our complete source tree, our ports tree is available via
                    689: <a href="anoncvs.html">AnonCVS</a>.
                    690: So, in order to keep up to date with the -stable branch, you must make
                    691: the <i>ports/</i> tree available on a read-write medium and update the tree
                    692: with a command like:
                    693:
                    694: <blockquote><pre>
                    695: # <b>cd /usr/ports</b>
                    696: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_4</b>
                    697: </pre></blockquote>
                    698:
                    699: [Of course, you must replace the server name here with a nearby anoncvs
                    700: server.]
                    701: <p>
                    702: Note that most ports are available as packages on our mirrors. Updated
                    703: ports for the 6.4 release will be made available if problems arise.
                    704: <p>
                    705: If you're interested in seeing a port added, would like to help out, or just
                    706: would like to know more, the mailing list
                    707: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    708: <p>
                    709: </body>
                    710: </html>