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

Annotation of www/65.html, Revision 1.35

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