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

Annotation of www/70.html, Revision 1.13

1.1       benno       1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <meta charset=utf-8>
                      4:
                      5: <title>OpenBSD 7.0</title>
                      6: <meta name="description" content="OpenBSD 7.0">
                      7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
                      9: <link rel="canonical" href="https://www.openbsd.org/70.html">
                     10:
                     11: <h2 id=OpenBSD>
                     12: <a href="index.html">
                     13: <i>Open</i><b>BSD</b></a>
                     14: 7.0
                     15: </h2>
                     16:
                     17: <table>
                     18: <tr>
                     19: <td>
                     20: <a href="images/XXX.png">
                     21: <img width="227" height="303" src="images/XXX-s.gif" alt="XXX"></a>
                     22: <td>
1.6       deraadt    23: Released Nov 1, 2021. (51st OpenBSD release)<br>
1.1       benno      24: Copyright 1997-2021, Theo de Raadt.<br>
                     25: <br>
                     26: 7.0 Song:
                     27: <a href="lyrics.html#70">XXX</a>.
                     28: <br>
                     29: Artwork by XXX.
                     30: <br>
                     31: <ul>
                     32: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     33:     a list of mirror machines.
                     34: <li>Go to the <code class=reldir>pub/OpenBSD/7.0/</code> directory on
                     35:     one of the mirror sites.
                     36: <li>Have a look at <a href="errata70.html">the 7.0 errata page</a> for a list
                     37:     of bugs and workarounds.
                     38: <li>See a <a href="plus70.html">detailed log of changes</a> between the
1.4       jsg        39:     6.9 and 7.0 releases.
1.1       benno      40: <p>
                     41: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     42:     pubkeys for this release:<p>
                     43:
                     44: <table class=signify>
                     45: <tr><td>
                     46: openbsd-70-base.pub:
                     47: <td>
                     48: <a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/openbsd-70-base.pub">
                     49: RWR3KL+gSr4QZ5mOvKhcOOgGe61ogHp5PyBOj2RrmyCpqchk9A7NVPzh</a>
                     50: <tr><td>
                     51: openbsd-70-fw.pub:
1.11      deraadt    52: <td>
1.1       benno      53: RWS8nd7vy+I+fRHtnpxVBeX+P+9rBqJMPvSU6z8LYyAv5p73WcdFXs3B
                     54: <tr><td>
                     55: openbsd-70-pkg.pub:
1.11      deraadt    56: <td>
1.1       benno      57: RWR3iauEtA8/bLN/zfIQhOc5ramL/fARX72S6xw8BwAUebxik7KioCvL
                     58: <tr><td>
                     59: openbsd-70-syspatch.pub:
1.11      deraadt    60: <td>
1.1       benno      61: RWSD33kMDKsQH8j0Q8FzfYk+vsgTKiP8Q5DcrkQQtrZoWg48yxUQgLxU
                     62: </table>
                     63: </ul>
                     64: <p>
                     65: All applicable copyrights and credits are in the src.tar.gz,
                     66: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     67: files fetched via <code>ports.tar.gz</code>.
                     68: </table>
                     69:
                     70: <hr>
                     71:
                     72: <section id=new>
                     73: <h3>What's New</h3>
                     74: <p>
                     75: This is a partial list of new features and systems included in OpenBSD 7.0.
                     76: For a comprehensive list, see the <a href="plus70.html">changelog</a> leading
                     77: to 7.0.
                     78:
                     79: <ul>
                     80:
                     81: <li>New/extended platforms:
                     82:   <ul>
1.3       jsg        83:     <li>New <a href="riscv64.html">riscv64</a> platform for 64-bit RISC-V
                     84:         systems.
1.1       benno      85:     <li>Support for the <a href="powerpc64.html">powerpc64</a> platform was improved:
                     86:     <ul>
                     87:        <li>...
                     88:     </ul>
                     89:     <li>The arm64 platform support was improved with the following changes:
                     90:     <ul>
                     91:        <li>...
                     92:     </ul>
                     93:   </ul>
                     94:
                     95: <li>Various kernel improvements:
                     96:   <ul>
                     97:        <li>...
                     98:   </ul>
                     99:
                    100: <li>SMP Improvements
                    101:   <ul>
                    102:        <li>...
                    103:   </ul>
                    104:
                    105: <li>Direct Rendering Manager
                    106:   <ul>
1.8       jsg       107:        <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a>
                    108:            to Linux 5.10.65
                    109:        <li><a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a>:
                    110:            better support for Tiger Lake
                    111:        <li><a href="https://man.openbsd.org/drm.4">amdgpu(4)</a>:
                    112:            support for Navi 12, Navi 21 "Sienna Cichlid", Arcturus
                    113:        <li><a href="https://man.openbsd.org/drm.4">amdgpu(4)</a>:
                    114:            support for Cezanne "Green Sardine" Ryzen 5000 APU
1.1       benno     115:   </ul>
                    116:
                    117: <li>VMM/VMD improvements
                    118:   <ul>
                    119:        <li>...
                    120:   </ul>
                    121:
                    122: <li>Various new userland features:
                    123:   <ul>
                    124:        <li>...
                    125:   </ul>
                    126:
                    127: <li>Various bugfixes and tweaks in userland:
                    128:   <ul>
                    129:        <li>...
                    130:   </ul>
                    131:
                    132: <li>Improved hardware support and driver bugfixes, including:
                    133:   <ul>
                    134:        <li>...
                    135:   </ul>
                    136:
                    137: <li>New or improved network hardware support:
                    138:   <ul>
                    139:        <li>...
                    140:   </ul>
                    141:
                    142: <li>Added or improved wireless network drivers:
                    143:   <ul>
                    144:        <li>...
                    145:   </ul>
                    146:
                    147: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    148:   <ul>
                    149:        <li>...
                    150:   </ul>
                    151:
                    152: <li>Generic network stack improvements and bugfixes:
                    153:   <ul>
                    154:        <li>...
                    155:   </ul>
                    156:
                    157: <li>Installer and upgrade improvements:
                    158:   <ul>
                    159:        <li>...
                    160:  </ul>
                    161:
                    162: <li>Security improvements:
                    163:   <ul>
                    164:        <li>...
                    165:   </ul>
                    166:
                    167: <li>Routing daemons and other userland network improvements:
                    168:   <ul>
                    169:     <li>The <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> daemon saw the following changes:
                    170:     <ul>
                    171:        <li>...
                    172:     </ul>
                    173:
                    174:     <li>...other routing daemons...
                    175:
                    176:     <li>The <a href="https://man.openbsd.org/pf.4">pf(4)</a> packet filter and its userland utility:
                    177:     <ul>
                    178:        <li>...
                    179:     </ul>
                    180:
                    181:     <li>IPSEC support in the kernel and the <a href="https://man.openbsd.org/iked.8">iked(8)</a> userland daemon:
                    182:     <ul>
                    183:        <li>...
                    184:     </ul>
                    185:
                    186:     <li>The <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> webserver saw numerous improvements:
                    187:     <ul>
                    188:        <li>...
                    189:     </ul>
                    190:
                    191:     <li><a
                    192:        href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>
                    193:        received the following new features and bugfixes:
                    194:     <ul>
                    195:        <li>...
                    196:     </ul>
                    197:
                    198:     <li>Changes to <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>:
                    199:     <ul>
                    200:        <li>...
                    201:     </ul>
                    202:
                    203:     <li>XXX Two new daemons, <a
                    204:        href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> and <a
                    205:        href="https://man.openbsd.org/resolvd.8">resolvd(8)</a> were added.
                    206:        These work alongside with <a
                    207:        href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> and <a
                    208:        href="https://man.openbsd.org/unwind.8">unwind(8)</a> to provide a
                    209:        coherent and simple automatic configuration of network interfaces and
                    210:        DNS resolution.<br>
                    211:        The two daemons are not enabled by default for now, but can be tested
                    212:        by enabling them with <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>.
                    213:     <ul>
                    214:        <li>...
                    215:     </ul>
                    216:
                    217:     <li>Changes to snmp related tools:
                    218:     <ul>
                    219:        <li>...
                    220:     </ul>
                    221:
                    222:     <li>Other userland network changes:
                    223:     <ul>
                    224:        <li>...
                    225:     </ul>
                    226:   </ul>
                    227:
                    228: <li><a href="https://man.openbsd.org/tmux">tmux(1)</a> improvements and bug fixes:
                    229:   <ul>
                    230:        <li>...
                    231:   </ul>
                    232:
                    233: <li>OpenSMTPD 7.0.0
                    234:   <ul>
                    235:        <li>...
                    236:   </ul>
                    237:
1.2       jsg       238: <li>LibreSSL 3.4.0 XXX
1.1       benno     239:   <ul>
                    240:     <li>New Features
                    241:     <ul>
                    242:        <li>...
                    243:     </ul>
                    244:
                    245:     <li>Portable Improvements
                    246:     <ul>
                    247:        <li>...
                    248:     </ul>
                    249:
                    250:     <li>API and Documentation Enhancements
                    251:     <ul>
                    252:        <li>...
                    253:     </ul>
                    254:
                    255:     <li>Compatibility Changes
                    256:     <ul>
                    257:        <li>...
                    258:     </ul>
                    259:
                    260:     <li>Testing and Proactive Security
                    261:     <ul>
                    262:        <li>...
                    263:     </ul>
                    264:
                    265:     <li>Internal Improvements
                    266:       <ul>
                    267:        <li>...
                    268:       </ul>
                    269:
                    270:     <li>Bug Fixes
                    271:     <ul>
                    272:        <li>...
                    273:     </ul>
                    274:   </ul>
                    275:
1.13    ! benno     276: <li>OpenSSH 8.8 XXX <span style="color:red;">replace with release notes</span>
        !           277:        <li>Corrected <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> initialization of supplemental groups when executing an AuthorizedKeysCommand or AuthorizedPrincipalsCommand helper program (not enabled by default) as a different user.
        !           278:        <li>Fixed the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> "Allocated port" debug message for unix sockets.
        !           279:        <li>Switched <a href="https://man.openbsd.org/scp.1">scp(1)</a> back to using the original scp/rcp protocol by default for release.
        !           280:        <li>Made <a href="https://man.openbsd.org/scp.1">scp(1)</a> SFTP mode (including error logging) more scp-like.
        !           281:        <li>Allowed CanonicalPermittedCNAMEs=none in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>.
        !           282:        <li>Put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
        !           283:        <li>Stopped ignoring SIGINT in <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> while waiting for input if <a href="https://man.openbsd.org/editline.3">editline(3)</a> is not used.
        !           284:        <li>Altered <a href="https://man.openbsd.org/scp">scp(1)</a> to use the SFTP protocol by default. The original scp/rcp protocol remains available via the -O flag.
        !           285:        <li>Disabled the RSA/SHA-1 signature algorithm by default in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
        !           286:        <li>Ensured some programs (including <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>) do not ignore Ctrl-C when awaiting user input.
        !           287:        <li>Added <a href="https://man.openbsd.org/scp.1">scp(1)</a> -O and temporary -s (SFTP) flags to select the sftp protocol.
        !           288:        <li>Made <a href="https://man.openbsd.org/scp.1">scp(1)</a> -3 the default for remote-to-remote copies.
        !           289:        <li>Improved handling of ~ prefixed paths in <a href="https://man.openbsd.org/scp.1">scp(1)</a> in SFTP mode.
        !           290:        <li>Added experimental support for using the SFTP protocol for file transfers in <a href="https://man.openbsd.org/scp.1">scp(1)</a>.
        !           291:        <li>Added a ForkAfterAuthentication directive to <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>, equivalent to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> -f.
        !           292:        <li>Added a StdinNull directive to <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> to prevent reading from stdin, equivalent to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> -n.
        !           293:        <li>Let allowed signers files used by <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> signatures support key lifetimes and verification mode to specify a signature time at which to check.
        !           294:        <li>Added a SessionType directive to <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>, equivalent to the -N (no session) and -s (subsystem) command line flags.
        !           295:        <li>Allowed spaces to appear in usernames for <a href="https://man.openbsd.org/scp.1">scp(1)</a> local to remote and scp -3 remote to remote copies.
        !           296:        <li>Prevented a hang in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> when interrupted.
        !           297:        <li>Matched host certificates against host public keys in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, allowing use of certificates with private keys held in an ssh-agent.
        !           298:        <li>Prevented a race condition which could result in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> not shutting down until the next time it receives a new connection.
        !           299:        <li>Allowed <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> SetEnv to override $TERM.
        !           300:        <li>Fixed a segmentation violation in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> in an UpdateHostKezs debug() message when the update removed more host keys than remain present.
        !           301:        <li>Fixed <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> to restore file descriptors to non-blocking mode on exit.
        !           302:        <li>Fixed <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> started with ControlPersist incorrectly executing a shell when the -N option was specified.
        !           303:
1.1       benno     304:   <ul>
                    305:     <li>Security fixes
                    306:     <ul>
                    307:        <li>...
                    308:     </ul>
                    309:     <li>Potentially incompatible changes
                    310:     <ul>
                    311:        <li>...
                    312:     </ul>
                    313:     <li>New Features
                    314:     <ul>
                    315:        <li>...
                    316:     </ul>
                    317:     <li>Bugfixes
                    318:     <ul>
                    319:        <li>...
                    320:     </ul>
                    321:   </ul>
                    322:
                    323: <li>Ports and packages:
                    324:   <p>Many pre-built packages for each architecture:
                    325:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    326:   <ul style="column-count: 3">
1.10      naddy     327:     <li>aarch64:     11034
1.9       naddy     328:     <li>amd64:       11325
1.1       benno     329:     <li>arm:         ...
1.10      naddy     330:     <li>i386:        10248
1.1       benno     331:     <li>mips64:      ...
                    332:     <li>mips64el:    ...
                    333:     <li>powerpc:     ...
1.10      naddy     334:     <li>powerpc64:   9273
1.1       benno     335:     <li>sparc64:     ...
                    336:   </ul>
                    337:
                    338:   <p>Some highlights:
                    339:   <ul style="column-count: 3">
1.2       jsg       340:     <li>Asterisk 18.6.0
1.1       benno     341:     <li>Audacity 2.4.2
1.2       jsg       342:     <li>CMake 3.20.3
                    343:     <li>Chromium 93.0.4577.82
1.1       benno     344:     <li>Emacs 27.2
1.2       jsg       345:     <li>FFmpeg 4.4
                    346:     <li>GCC 8.4.0 and 11.2.0
                    347:     <li>GHC 8.10.6
                    348:     <li>GNOME 40.4
                    349:     <li>Go 1.17
                    350:     <li>JDK 8u302, 11.0.12 and 16.0.2
                    351:     <li>KDE Applications 21.08.1
                    352:     <li>KDE Frameworks 5.85.0
                    353:     <li>Krita 4.4.8
                    354:     <li>LLVM/Clang 11.1.0
1.7       jsg       355:     <li>LibreOffice 7.2.1.2
1.1       benno     356:     <li>Lua 5.1.5, 5.2.4 and 5.3.6
1.2       jsg       357:     <li>MariaDB 10.6.4
1.1       benno     358:     <li>Mono 6.12.0.122
1.2       jsg       359:     <li>Mozilla Firefox 92.0 and ESR 91.1.0
1.7       jsg       360:     <li>Mozilla Thunderbird 91.1.1
1.2       jsg       361:     <li>Mutt 2.1.3 and NeoMutt 20210205
                    362:     <li>Node.js 12.22.6
1.1       benno     363:     <li>OCaml 4.10.0
1.2       jsg       364:     <li>OpenLDAP 2.4.59
                    365:     <li>PHP 7.3.30, 7.4.23 and 8.0.10
1.7       jsg       366:     <li>Postfix 3.5.12
1.2       jsg       367:     <li>PostgreSQL 13.4
                    368:     <li>Python 2.7.18, 3.8.12 and 3.9.7
                    369:     <li>Qt 5.15.2 and 6.0.4
                    370:     <li>R 4.1.1
                    371:     <li>Ruby 2.6.8, 2.7.4 and 3.0.2
                    372:     <li>Rust 1.55.0
                    373:     <li>SQLite 3.35.5
1.1       benno     374:     <li>Shotcut 21.01.29
1.2       jsg       375:     <li>Sudo 1.9.7p2
                    376:     <li>Suricata 6.0.2
1.1       benno     377:     <li>Tcl/Tk 8.5.19 and 8.6.8
                    378:     <li>TeX Live 2020
1.2       jsg       379:     <li>Vim 8.2.3394 and Neovim 0.5.0
1.1       benno     380:     <li>Xfce 4.16
                    381:   </ul>
                    382:   <p>
                    383:
                    384: <li>As usual, steady improvements in manual pages and other documentation.
                    385:
                    386: <li>The system includes the following major components from outside suppliers:
                    387:   <ul>
1.2       jsg       388:     <li>Xenocara (based on X.Org 7.7 with xserver 1.20.13 + patches,
1.5       jsg       389:         freetype 2.10.4, fontconfig 2.12.4, Mesa 21.1.8, xterm 367,
1.2       jsg       390:         xkeyboard-config 2.20, fonttosfnt 1.2.2 and more)
                    391:     <li>LLVM/Clang 11.1.0 (+ patches)
1.1       benno     392:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    393:     <li>Perl 5.32.1 (+ patches)
1.2       jsg       394:     <li>NSD 4.3.7
                    395:     <li>Unbound 1.13.2
1.1       benno     396:     <li>Ncurses 5.7
                    397:     <li>Binutils 2.17 (+ patches)
                    398:     <li>Gdb 6.3 (+ patches)
                    399:     <li>Awk December 18, 2020 version
1.2       jsg       400:     <li>Expat 2.4.1
1.12      benno     401:     <li><a href="https://man.openbsd.org/drm.4">drm(4)</a> from Linux 5.10.47.
                    402:     <li>libdrm 2.4.107
1.1       benno     403:   </ul>
                    404:
                    405: </ul>
                    406: </section>
                    407:
                    408: <hr>
                    409:
                    410: <section id=install>
                    411: <h3>How to install</h3>
                    412: <p>
                    413: Please refer to the following files on the mirror site for
                    414: extensive details on how to install OpenBSD 7.0 on your machine:
                    415:
                    416: <ul>
                    417: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/alpha/INSTALL.alpha">
                    418:        .../OpenBSD/7.0/alpha/INSTALL.alpha</a>
                    419: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/amd64/INSTALL.amd64">
                    420:        .../OpenBSD/7.0/amd64/INSTALL.amd64</a>
                    421: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/arm64/INSTALL.arm64">
                    422:        .../OpenBSD/7.0/arm64/INSTALL.arm64</a>
                    423: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/armv7/INSTALL.armv7">
                    424:        .../OpenBSD/7.0/armv7/INSTALL.armv7</a>
                    425: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/hppa/INSTALL.hppa">
                    426:        .../OpenBSD/7.0/hppa/INSTALL.hppa</a>
                    427: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/i386/INSTALL.i386">
                    428:        .../OpenBSD/7.0/i386/INSTALL.i386</a>
                    429: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/landisk/INSTALL.landisk">
                    430:        .../OpenBSD/7.0/landisk/INSTALL.landisk</a>
                    431: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/loongson/INSTALL.loongson">
                    432:        .../OpenBSD/7.0/loongson/INSTALL.loongson</a>
                    433: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/luna88k/INSTALL.luna88k">
                    434:        .../OpenBSD/7.0/luna88k/INSTALL.luna88k</a>
                    435: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/macppc/INSTALL.macppc">
                    436:        .../OpenBSD/7.0/macppc/INSTALL.macppc</a>
                    437: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/octeon/INSTALL.octeon">
                    438:        .../OpenBSD/7.0/octeon/INSTALL.octeon</a>
                    439: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/powerpc64/INSTALL.powerpc64">
                    440:        .../OpenBSD/7.0/powerpc64/INSTALL.powerpc64</a>
1.3       jsg       441: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/riscv64/INSTALL.riscv64">
                    442:        .../OpenBSD/7.0/riscv64/INSTALL.riscv64</a>
1.1       benno     443: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.0/sparc64/INSTALL.sparc64">
                    444:        .../OpenBSD/7.0/sparc64/INSTALL.sparc64</a>
                    445: </ul>
                    446: </section>
                    447:
                    448: <hr>
                    449:
                    450: <section id=quickinstall>
                    451: <p>
                    452: Quick installer information for people familiar with OpenBSD, and the use of
                    453: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    454: If you are at all confused when installing OpenBSD, read the relevant
                    455: INSTALL.* file as listed above!
                    456:
                    457: <h3>OpenBSD/alpha:</h3>
                    458:
                    459: <p>
                    460: If your machine can boot from CD, you can write <i>install70.iso</i> or
                    461: <i>cd70.iso</i> to a CD and boot from it.
                    462: Refer to INSTALL.alpha for more details.
                    463:
                    464: <h3>OpenBSD/amd64:</h3>
                    465:
                    466: <p>
                    467: If your machine can boot from CD, you can write <i>install70.iso</i> or
                    468: <i>cd70.iso</i> to a CD and boot from it.
                    469: You may need to adjust your BIOS options first.
                    470:
                    471: <p>
                    472: If your machine can boot from USB, you can write <i>install70.img</i> or
                    473: <i>miniroot70.img</i> to a USB stick and boot from it.
                    474:
                    475: <p>
                    476: If you can't boot from a CD, floppy disk, or USB,
                    477: you can install across the network using PXE as described in the included
                    478: INSTALL.amd64 document.
                    479:
                    480: <p>
                    481: If you are planning to dual boot OpenBSD with another OS, you will need to
                    482: read INSTALL.amd64.
                    483:
                    484: <h3>OpenBSD/arm64:</h3>
                    485:
                    486: <p>
                    487: Write <i>install70.img</i> or <i>miniroot70.img</i> to a disk and boot from it
                    488: after connecting to the serial console.  Refer to INSTALL.arm64 for more
                    489: details.
                    490:
                    491: <h3>OpenBSD/armv7:</h3>
                    492:
                    493: <p>
                    494: Write a system specific miniroot to an SD card and boot from it after connecting
                    495: to the serial console.  Refer to INSTALL.armv7 for more details.
                    496:
                    497: <h3>OpenBSD/hppa:</h3>
                    498:
                    499: <p>
                    500: Boot over the network by following the instructions in INSTALL.hppa or the
                    501: <a href="hppa.html#install">hppa platform page</a>.
                    502:
                    503: <h3>OpenBSD/i386:</h3>
                    504:
                    505: <p>
                    506: If your machine can boot from CD, you can write <i>install70.iso</i> or
                    507: <i>cd70.iso</i> to a CD and boot from it.
                    508: You may need to adjust your BIOS options first.
                    509:
                    510: <p>
                    511: If your machine can boot from USB, you can write <i>install70.img</i> or
                    512: <i>miniroot70.img</i> to a USB stick and boot from it.
                    513:
                    514: <p>
                    515: If you can't boot from a CD, floppy disk, or USB,
                    516: you can install across the network using PXE as described in
                    517: the included INSTALL.i386 document.
                    518:
                    519: <p>
                    520: If you are planning on dual booting OpenBSD with another OS, you will need to
                    521: read INSTALL.i386.
                    522:
                    523: <h3>OpenBSD/landisk:</h3>
                    524:
                    525: <p>
                    526: Write <i>miniroot70.img</i> to the start of the CF
                    527: or disk, and boot normally.
                    528:
                    529: <h3>OpenBSD/loongson:</h3>
                    530:
                    531: <p>
                    532: Write <i>miniroot70.img</i> to a USB stick and boot bsd.rd from it
                    533: or boot bsd.rd via tftp.
                    534: Refer to the instructions in INSTALL.loongson for more details.
                    535:
                    536: <h3>OpenBSD/luna88k:</h3>
                    537:
                    538: <p>
                    539: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    540: from the PROM, and then bsd.rd from the bootloader.
                    541: Refer to the instructions in INSTALL.luna88k for more details.
                    542:
                    543: <h3>OpenBSD/macppc:</h3>
                    544:
                    545: <p>
                    546: Burn the image from a mirror site to a CDROM, and power on your machine
                    547: while holding down the <i>C</i> key until the display turns on and
                    548: shows <i>OpenBSD/macppc boot</i>.
                    549:
                    550: <p>
                    551: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    552: /7.0/macppc/bsd.rd</i>
                    553:
                    554: <h3>OpenBSD/octeon:</h3>
                    555:
                    556: <p>
                    557: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    558: Refer to the instructions in INSTALL.octeon for more details.
                    559:
                    560: <h3>OpenBSD/powerpc64:</h3>
                    561:
                    562: <p>
                    563: To install, write <i>install70.img</i> or <i>miniroot70.img</i> to a
                    564: USB stick, plug it into the machine and choose the <i>OpenBSD
                    565: install</i> menu item in Petitboot.
                    566: Refer to the instructions in INSTALL.powerpc64 for more details.
                    567:
1.3       jsg       568: <h3>OpenBSD/riscv64:</h3>
1.1       benno     569:
                    570: <p>
1.3       jsg       571: To install, write <i>install70.img</i> or <i>miniroot70.img</i> to a
                    572: USB stick, and boot with that drive plugged in.
                    573: Make sure you also have the microSD card plugged in that shipped with the
                    574: HiFive Unmatched board.
                    575: Refer to the instructions in INSTALL.riscv64 for more details.
1.1       benno     576:
                    577: <h3>OpenBSD/sparc64:</h3>
                    578:
                    579: <p>
                    580: Burn the image from a mirror site to a CDROM, boot from it, and type
                    581: <i>boot cdrom</i>.
                    582:
                    583: <p>
                    584: If this doesn't work, or if you don't have a CDROM drive, you can write
                    585: <i>floppy70.img</i> or <i>floppyB70.img</i>
                    586: (depending on your machine) to a floppy and boot it with <i>boot
                    587: floppy</i>. Refer to INSTALL.sparc64 for details.
                    588:
                    589: <p>
                    590: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    591: will most likely fail.
                    592:
                    593: <p>
                    594: You can also write <i>miniroot70.img</i> to the swap partition on
                    595: the disk and boot with <i>boot disk:b</i>.
                    596:
                    597: <p>
                    598: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    599: </section>
                    600:
                    601: <hr>
                    602:
                    603: <section id=upgrade>
                    604: <h3>How to upgrade</h3>
                    605: <p>
1.4       jsg       606: If you already have an OpenBSD 6.9 system, and do not want to reinstall,
1.1       benno     607: upgrade instructions and advice can be found in the
                    608: <a href="faq/upgrade70.html">Upgrade Guide</a>.
                    609: </section>
                    610:
                    611: <hr>
                    612:
                    613: <section id=sourcecode>
                    614: <h3>Notes about the source code</h3>
                    615: <p>
                    616: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                    617: This file contains everything you need except for the kernel sources,
                    618: which are in a separate archive.
                    619: To extract:
                    620: <blockquote><pre>
                    621: # <kbd>mkdir -p /usr/src</kbd>
                    622: # <kbd>cd /usr/src</kbd>
                    623: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                    624: </pre></blockquote>
                    625: <p>
                    626: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                    627: This file contains all the kernel sources you need to rebuild kernels.
                    628: To extract:
                    629: <blockquote><pre>
                    630: # <kbd>mkdir -p /usr/src/sys</kbd>
                    631: # <kbd>cd /usr/src</kbd>
                    632: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                    633: </pre></blockquote>
                    634: <p>
                    635: Both of these trees are a regular CVS checkout.  Using these trees it
                    636: is possible to get a head-start on using the anoncvs servers as
                    637: described <a href="anoncvs.html">here</a>.
                    638: Using these files
                    639: results in a much faster initial CVS update than you could expect from
                    640: a fresh checkout of the full OpenBSD source tree.
                    641: </section>
                    642:
                    643: <hr>
                    644:
                    645: <section id=ports>
                    646: <h3>Ports Tree</h3>
                    647: <p>
                    648: A ports tree archive is also provided.  To extract:
                    649: <blockquote><pre>
                    650: # <kbd>cd /usr</kbd>
                    651: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                    652: </pre></blockquote>
                    653: <p>
                    654: Go read the <a href="faq/ports/index.html">ports</a> page
                    655: if you know nothing about ports
                    656: at this point.  This text is not a manual of how to use ports.
                    657: Rather, it is a set of notes meant to kickstart the user on the
                    658: OpenBSD ports system.
                    659: <p>
                    660: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    661: As with our complete source tree, our ports tree is available via
                    662: <a href="anoncvs.html">AnonCVS</a>.
                    663: So, in order to keep up to date with the -stable branch, you must make
                    664: the <i>ports/</i> tree available on a read-write medium and update the tree
                    665: with a command like:
                    666: <blockquote><pre>
                    667: # <kbd>cd /usr/ports</kbd>
                    668: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_7_0</kbd>
                    669: </pre></blockquote>
                    670: <p>
                    671: [Of course, you must replace the server name here with a nearby anoncvs
                    672: server.]
                    673: <p>
                    674: Note that most ports are available as packages on our mirrors. Updated
                    675: ports for the 7.0 release will be made available if problems arise.
                    676: <p>
                    677: If you're interested in seeing a port added, would like to help out, or just
                    678: would like to know more, the mailing list
                    679: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    680: </section>