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

Annotation of www/64.html, Revision 1.29

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