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

Annotation of www/63.html, Revision 1.17

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.3</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.3">
                      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/63.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.3</font>
                     19: </h2>
                     20:
                     21: <a href="images/XXX.gif">
                     22: <img align="left" width="227" height="343" hspace="24" src="images/XXX.gif"></a>
                     23: Released Apr 15, 2018<br>
                     24: Copyright 1997-2018, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
                     27: 6.3 Song: XXX.
                     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.3/</font> directory on
                     34:     one of the mirror sites.
                     35: <li>Have a look at <a href="errata63.html">the 6.3 errata page</a> for a list
                     36:     of bugs and workarounds.
                     37: <li>See a <a href="plus63.html">detailed log of changes</a> between the
                     38:     6.2 and 6.3 releases.
                     39: <p>
                     40: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     41:     pubkeys for this release:<br>
                     42: <pre>
1.6       sthen      43: base: RWRxzbLwAd76ZZxHU7wuIFUOVGwl6SjNNzanKWTql8w+hui7WLE/72mW
                     44: fw:   RWT3tdmiAc+DH/CJOxPFT10kUM90/UcLTgSEUEKzhKm9QEhy+UD4CWPy
                     45: pkg:  RWT58k1AWz/zZO9DHcPHXiHhDNP6hdwGjxNkyMoc/sh4O5NI8Zz1R1lD
1.1       deraadt    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.3.
                     59: For a comprehensive list, see the <a href="plus63.html">changelog</a> leading
                     60: to 6.3.
                     61:
                     62: <ul>
                     63:
                     64: <li>Improved hardware support, including:
                     65:     <ul>
1.2       deraadt    66:     <li>...
1.1       deraadt    67:     </ul>
                     68:
                     69: <p>
                     70: <li><a href="https://man.openbsd.org/amd64/vmm.4">vmm(4)</a>/
                     71:     <a href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a> improvements:
                     72:     <ul>
1.8       ccardena   73:     <li>Add CD-ROM/DVD ISO support to <a
                     74:         href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a> via <a
                     75:        href="https://man.openbsd.org/vioscsi.4">vioscsi(4)</a>.
                     76:     <li><a href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a> no longer
                     77:        creates an underlying bridge interface for virtual switches defined in
                     78:        <a href="https://man.openbsd.org/amd64/vm.conf.5">vm.conf(5)</a>.
                     79:     <li><a href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a> receives
                     80:        switch information (rdomain, etc) from underlying switch interface in
                     81:        conjunction of settings in <a
                     82:        href="https://man.openbsd.org/amd64/vm.conf.5">vm.conf(5)</a>.
1.17    ! pd         83:     <li>Add paused migration and snapshotting support to <a
        !            84:         href="https://man.openbsd.org/amd64/vmm.4">vmm(4)</a> for AMD SVM/RVI
        !            85:         hosts.
1.8       ccardena   86:     <li>Many fixes to <a href="https://man.openbsd.org/amd64/vmctl.8">vmctl(8)</a>
                     87:         and <a href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a> error handling.
1.1       deraadt    88:     </ul>
                     89: <p>
                     90:
                     91: <li>IEEE 802.11 wireless stack improvements:
                     92:     <ul>
1.2       deraadt    93:     <li>...
1.1       deraadt    94:     </ul>
                     95: <p>
                     96:
                     97: <li>Generic network stack improvements:
                     98:     <ul>
1.12      florian    99:     <li> Cleanup and removal of code in sys/netinet6 since autoconfiguration
                    100:          runs in userland now.
1.2       deraadt   101:     <li>...
1.1       deraadt   102:     </ul>
                    103: <p>
                    104:
                    105: <li>Installer improvements:
                    106:     <ul>
1.2       deraadt   107:     <li>...
1.1       deraadt   108:     </ul>
                    109: <p>
                    110:
                    111: <li>Routing daemons and other userland network improvements:
                    112:     <ul>
1.10      deraadt   113:     <li><a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> has a new
1.11      florian   114:         <b>ssv</b> option which outputs rib entries as a single semicolon-seperated
1.10      deraadt   115:         like for selection before output.
1.13      florian   116:     <li><a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> generates
                    117:         random but stable IPv6 stateless autoconfiguration addresses according
                    118:         to RFC 7217.
                    119:         These are enabled per default in accordance with RFC 8064.
1.15      florian   120:     <li><a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> can generate
                    121:         RFC 7217 (random but stable) and RFC 4941 (privacy) style stateless
                    122:         autoconfiguration addresses on non-/64 prefixes.
1.2       deraadt   123:     <li>...
1.1       deraadt   124:     </ul>
                    125: <p>
                    126:
                    127: <li>Security improvements:
                    128:     <ul>
1.10      deraadt   129:     <li>Use even more trap-sleds on various architectures.
                    130:     <li>More use of .rodata for constant variables in assembly source.
                    131:     <li>Stop using x86 "repz ret" in dusty corners of the tree.
                    132:     <li>Introduce "execpromises" in
                    133:         <a href="https://man.openbsd.org/pledge.2">pledge(2)</a>.
                    134:     <li>Prepare for the introduction of <b>MAP_STACK</b> to
                    135:         <a href="https://man.openbsd.org/mmap.2">mmap(2)</a> after 6.3.
                    136:     <li>Push a small piece of KARL-linked kernel text into the random
                    137:         number generator as entropy at startup.
                    138:     <li>Put a small random gap at the top of thread stacks, so that attackers
                    139:         have yet another calculation to perform for their ROP work.
1.2       deraadt   140:     <li>...
1.1       deraadt   141:     </ul>
                    142: <p>
                    143:
                    144: <li><a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>/
                    145:     <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a> improvements:
                    146:     <ul>
1.2       deraadt   147:     <li>...
1.1       deraadt   148:     </ul>
                    149: <p>
                    150:
                    151: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> improvements:
                    152:     <ul>
1.2       deraadt   153:     <li>...
1.1       deraadt   154:     </ul>
                    155: <p>
                    156:
                    157: <li>Assorted improvements:
                    158:     <ul>
1.9       otto      159:     <li>Code reorganization and other improvements to
                    160:         <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>
                    161:        and friends to make them more efficient.
1.10      deraadt   162:     <li>When performing suspend or hibernate operations, ensure all filesystems
                    163:         are properly syncronized and marked clean, or if they cannot be
                    164:         put into perfectly clean state on disk (due to open+unlinked files)
                    165:         then mark them dirty, so that a failed resume/unhinbernate is gauranteed
                    166:        to perform fsck.
1.16      florian   167:     <li><a href="https://man.openbsd.org/acme-client.1">acme-client(1)</a>
                    168:         autodetects the agreement url and follows 30x http redirects.
1.2       deraadt   169:     <li>...
1.1       deraadt   170:     </ul>
                    171: <p>
                    172:
                    173: <li>OpenSMTPD 6.0.0
                    174:     <ul>
1.2       deraadt   175:     <li>...
1.1       deraadt   176:     </ul>
                    177: <p>
                    178:
                    179: <li>OpenSSH 7.6
                    180:     <ul>
                    181:     <li>Security:
                    182:       <ul>
1.2       deraadt   183:       <li>...
1.1       deraadt   184:       </ul>
                    185:     <li>New/changed features:
                    186:       <ul>
1.2       deraadt   187:       <li>...
1.1       deraadt   188:       </ul>
                    189:     <li>The following significant bugs have been fixed in this release:
                    190:       <ul>
1.2       deraadt   191:       <li>...
1.1       deraadt   192:       </ul>
                    193:     </ul>
                    194: <p>
                    195:
                    196: <li>LibreSSL 2.6.3
                    197:     <ul>
1.2       deraadt   198:     <li>...
1.1       deraadt   199:     </ul>
                    200: <p>
                    201:
                    202: <li>mandoc 1.14.3
                    203:     <ul>
1.2       deraadt   204:     <li>...
1.1       deraadt   205:     </ul>
                    206: <p>
                    207:
                    208: <li>Ports and packages:
                    209:     <dl>
                    210:     <dt>Many pre-built packages for each architecture:
                    211:     </dl>
                    212:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    213:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    214:     <tr>
                    215:     <td valign="top" width="25%">
                    216:     <ul>
                    217:       <li>aarch64:    XXXX
                    218:       <li>amd64:      XXXX
                    219:       <li>arm:        XXXX
                    220:     </ul></td><td valign=top width="25%"><ul>
                    221:       <li>hppa:       XXXX
                    222:       <li>i386:       XXXX
                    223:       <li>mips64:     XXXX
                    224:     </ul></td><td valign=top width="25%"><ul>
                    225:       <li>mips64el:   XXXX
                    226:       <li>powerpc:    XXXX
                    227:       <li>sparc64:    XXXX
                    228:     </ul></td></tr></table>
                    229:     <p>
                    230:
                    231:     <dl>
                    232:     <dt>Some highlights:
                    233:     </dl>
                    234:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    235:     <tr>
                    236:     <td valign="top" width="50%"><ul>
1.3       lteo      237:        <li>AFL 2.52b
                    238:        <li>CMake 3.10.2
1.14      kn        239:        <li>Chromium 65.0.3325.181
1.1       deraadt   240:        <li>Emacs 21.4 and 25.3
                    241:        <li>GCC 4.9.4
1.3       lteo      242:        <li>GHC 8.2.2
1.1       deraadt   243:        <li>Gimp 2.8.22
1.3       lteo      244:        <li>GNOME 3.26.2
                    245:        <li>Go 1.10
1.1       deraadt   246:        <li>Groff 1.22.3
                    247:        <li>JDK 8u144
                    248:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)
1.3       lteo      249:        <li>LLVM/Clang 5.0.1
                    250:        <li>LibreOffice 6.0.2.1
                    251:        <li>Lua 5.1.5, 5.2.4 and 5.3.4
                    252:        <li>MariaDB 10.0.34
1.14      kn        253:        <li>Mozilla Firefox 52.7.2esr and 59.0.1
1.3       lteo      254:        <li>Mozilla Thunderbird 52.6.0
1.1       deraadt   255:     </ul></td><td valign=top width="50%"><ul>
1.3       lteo      256:        <li>Mutt 1.9.4 and NeoMutt 20180223
                    257:        <li>Node.js 8.9.4
1.1       deraadt   258:        <li>Ocaml 4.03.0
                    259:        <li>OpenLDAP 2.3.43 and 2.4.45
1.3       lteo      260:        <li>PHP 5.6.34 and 7.0.28
                    261:        <li>Postfix 3.3.0 and 3.4-20180203
                    262:        <li>PostgreSQL 10.3
                    263:        <li>Python 2.7.14 and 3.6.4
1.7       lteo      264:        <li>R 3.4.4
1.3       lteo      265:        <li>Ruby 2.3.6, 2.4.3 and 2.5.0
                    266:        <li>Rust 1.24.0
1.1       deraadt   267:        <li>Sendmail 8.16.0.21
1.14      kn        268:        <li>SQLite3 3.22.0
1.3       lteo      269:        <li>Sudo 1.8.22
                    270:        <li>Tcl/Tk 8.5.19 and 8.6.8
                    271:        <li>TeX Live 2017
                    272:        <li>Vim 8.0.1589
1.1       deraadt   273:        <li>Xfce 4.12
                    274:     </ul></td></tr></table>
                    275: <p>
                    276:
                    277: <li>As usual, steady improvements in manual pages and other documentation.
                    278: <p>
                    279:
                    280: <li>The system includes the following major components from outside suppliers:
                    281:     <ul>
1.4       matthieu  282:     <li>Xenocara (based on X.Org 7.7 with xserver 1.19.6 + patches,
                    283:       freetype 2.8.1, fontconfig 2.12.4, Mesa 13.0.6, xterm 330,
1.1       deraadt   284:       xkeyboard-config 2.20 and more)
1.4       matthieu  285:     <li>LLVM/Clang 5.0.1 (+ patches)
1.1       deraadt   286:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.4       matthieu  287:     <li>Perl 5.24.3 (+ patches)
                    288:     <li>NSD 4.1.20
                    289:     <li>Unbound 1.6.8
1.1       deraadt   290:     <li>Ncurses 5.7
                    291:     <li>Binutils 2.17 (+ patches)
                    292:     <li>Gdb 6.3 (+ patches)
                    293:     <li>Awk Aug 10, 2011 version
1.4       matthieu  294:     <li>Expat 2.2.5
1.1       deraadt   295:     </ul>
                    296: </ul>
                    297:
                    298: <hr>
                    299:
                    300: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    301:
                    302: Please refer to the following files on the mirror site for
                    303: extensive details on how to install OpenBSD 6.3 on your machine:
                    304:
                    305: <ul>
                    306: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/alpha/INSTALL.alpha">
                    307:        .../OpenBSD/6.3/alpha/INSTALL.alpha</a>
                    308: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/amd64/INSTALL.amd64">
                    309:        .../OpenBSD/6.3/amd64/INSTALL.amd64</a>
                    310: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/arm64/INSTALL.arm64">
                    311:        .../OpenBSD/6.3/arm64/INSTALL.arm64</a>
                    312: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/armv7/INSTALL.armv7">
                    313:        .../OpenBSD/6.3/armv7/INSTALL.armv7</a>
                    314: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/hppa/INSTALL.hppa">
                    315:        .../OpenBSD/6.3/hppa/INSTALL.hppa</a>
                    316: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/i386/INSTALL.i386">
                    317:        .../OpenBSD/6.3/i386/INSTALL.i386</a>
                    318: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/landisk/INSTALL.landisk">
                    319:        .../OpenBSD/6.3/landisk/INSTALL.landisk</a>
                    320: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/loongson/INSTALL.loongson">
                    321:        .../OpenBSD/6.3/loongson/INSTALL.loongson</a>
                    322: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/luna88k/INSTALL.luna88k">
                    323:        .../OpenBSD/6.3/luna88k/INSTALL.luna88k</a>
                    324: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/macppc/INSTALL.macppc">
                    325:        .../OpenBSD/6.3/macppc/INSTALL.macppc</a>
                    326: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/octeon/INSTALL.octeon">
                    327:        .../OpenBSD/6.3/octeon/INSTALL.octeon</a>
                    328: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/sgi/INSTALL.sgi">
                    329:        .../OpenBSD/6.3/sgi/INSTALL.sgi</a>
                    330: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.3/sparc64/INSTALL.sparc64">
                    331:        .../OpenBSD/6.3/sparc64/INSTALL.sparc64</a>
                    332: </ul>
                    333:
                    334: <hr>
                    335:
                    336: <p>
                    337: Quick installer information for people familiar with OpenBSD, and the use of
                    338: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    339: If you are at all confused when installing OpenBSD, read the relevant
                    340: INSTALL.* file as listed above!
                    341:
                    342: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    343:
                    344: <ul style="list-style-type: none">
                    345: <li>
                    346: Write <i>floppy63.fs</i> or <i>floppyB63.fs</i> (depending on your machine)
                    347: to a diskette and enter <i>boot dva0</i>.
                    348: Refer to INSTALL.alpha for more details.
                    349: <p>
                    350: <li>
                    351: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    352: will most likely fail.
                    353: </ul>
                    354:
                    355: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    356:
                    357: <ul style="list-style-type: none">
                    358: <li>
                    359: If your machine can boot from CD, you can write <i>install63.iso</i> or
                    360: <i>cd63.iso</i> to a CD and boot from it.
                    361: You may need to adjust your BIOS options first.
                    362: <p>
                    363: <li>
                    364: If your machine can boot from USB, you can write <i>install63.fs</i> or
                    365: <i>miniroot63.fs</i> to a USB stick and boot from it.
                    366: <p>
                    367: <li>
                    368: If you can't boot from a CD, floppy disk, or USB,
                    369: you can install across the network using PXE as described in the included
                    370: INSTALL.amd64 document.
                    371: <p>
                    372: <li>
                    373: If you are planning to dual boot OpenBSD with another OS, you will need to
                    374: read INSTALL.amd64.
                    375: </ul>
                    376:
                    377: <h3><font color="#e00000">OpenBSD/arm64:</font></h3>
                    378:
                    379: <ul style="list-style-type: none">
                    380: <li>
                    381: Write <i>miniroot63.fs</i> to a disk and boot from it after connecting
                    382: to the serial console.  Refer to INSTALL.arm64 for more details.
                    383: <p>
                    384: </ul>
                    385:
                    386: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    387:
                    388: <ul style="list-style-type: none">
                    389: <li>
                    390: Write a system specific miniroot to an SD card and boot from it after connecting
                    391: to the serial console.  Refer to INSTALL.armv7 for more details.
                    392: <p>
                    393: </ul>
                    394:
                    395: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    396:
                    397: <ul style="list-style-type: none">
                    398: <li>
                    399: Boot over the network by following the instructions in INSTALL.hppa or the
                    400: <a href="hppa.html#install">hppa platform page</a>.
                    401: </ul>
                    402:
                    403: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    404:
                    405: <ul style="list-style-type: none">
                    406: <li>
                    407: If your machine can boot from CD, you can write <i>install63.iso</i> or
                    408: <i>cd63.iso</i> to a CD and boot from it.
                    409: You may need to adjust your BIOS options first.
                    410: <p>
                    411: <li>
                    412: If your machine can boot from USB, you can write <i>install63.fs</i> or
                    413: <i>miniroot63.fs</i> to a USB stick and boot from it.
                    414: <p>
                    415: <li>
                    416: If you can't boot from a CD, floppy disk, or USB,
                    417: you can install across the network using PXE as described in
                    418: the included INSTALL.i386 document.
                    419: <p>
                    420: <li>
                    421: If you are planning on dual booting OpenBSD with another OS, you will need to
                    422: read INSTALL.i386.
                    423: </ul>
                    424:
                    425: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    426:
                    427: <ul style="list-style-type: none">
                    428: <li>
                    429: Write <i>miniroot63.fs</i> to the start of the CF
                    430: or disk, and boot normally.
                    431: </ul>
                    432:
                    433: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    434:
                    435: <ul style="list-style-type: none">
                    436: <li>
                    437: Write <i>miniroot63.fs</i> to a USB stick and boot bsd.rd from it
                    438: or boot bsd.rd via tftp.
                    439: Refer to the instructions in INSTALL.loongson for more details.
                    440: </ul>
                    441:
                    442: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    443:
                    444: <ul style="list-style-type: none">
                    445: <li>
                    446: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    447: from the PROM, and then bsd.rd from the bootloader.
                    448: Refer to the instructions in INSTALL.luna88k for more details.
                    449: </ul>
                    450:
                    451: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    452:
                    453: <ul style="list-style-type: none">
                    454: <li>
                    455: Burn the image from a mirror site to a CDROM, and power on your machine
                    456: while holding down the <i>C</i> key until the display turns on and
                    457: shows <i>OpenBSD/macppc boot</i>.
                    458: <p>
                    459: <li>
                    460: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    461: /6.3/macppc/bsd.rd</i>
                    462: </ul>
                    463:
                    464: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    465:
                    466: <ul style="list-style-type: none">
                    467: <li>
                    468: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    469: Refer to the instructions in INSTALL.octeon for more details.
                    470: </ul>
                    471:
                    472: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    473:
                    474: <ul style="list-style-type: none">
                    475: <li>
                    476: To install, burn cd63.iso on a CD-R, put it in the CD drive of your
                    477: machine and select <i>Install System Software</i> from the System Maintenance
                    478: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    479: CD-ROM, and need a proper invocation from the PROM prompt.
                    480: Refer to the instructions in INSTALL.sgi for more details.
                    481:
                    482: <p>
                    483: <li>
                    484: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    485: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    486: system type. Refer to the instructions in INSTALL.sgi for more details.
                    487: </ul>
                    488:
                    489: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    490:
                    491: <ul style="list-style-type: none">
                    492: <li>
                    493: Burn the image from a mirror site to a CDROM, boot from it, and type
                    494: <i>boot cdrom</i>.
                    495: <p>
                    496: <li>
                    497: If this doesn't work, or if you don't have a CDROM drive, you can write
                    498: <i>floppy63.fs</i> or <i>floppyB63.fs</i>
                    499: (depending on your machine) to a floppy and boot it with <i>boot
                    500: floppy</i>. Refer to INSTALL.sparc64 for details.
                    501: <p>
                    502: <li>
                    503: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    504: will most likely fail.
                    505: <p>
                    506: <li>
                    507: You can also write <i>miniroot63.fs</i> to the swap partition on
                    508: the disk and boot with <i>boot disk:b</i>.
                    509: <p>
                    510: <li>
                    511: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    512: </ul>
                    513:
                    514: <hr>
                    515:
                    516: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    517:
1.5       matthieu  518: If you already have an OpenBSD 6.2 system, and do not want to reinstall,
1.1       deraadt   519: upgrade instructions and advice can be found in the
                    520: <a href="faq/upgrade63.html">Upgrade Guide</a>.
                    521: <p>
                    522:
                    523: <hr>
                    524:
                    525: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    526:
                    527: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    528: This file contains everything you need except for the kernel sources,
                    529: which are in a separate archive.
                    530: To extract:
                    531:
                    532: <blockquote><pre>
                    533: # <b>mkdir -p /usr/src</b>
                    534: # <b>cd /usr/src</b>
                    535: # <b>tar xvfz /tmp/src.tar.gz</b>
                    536: </pre></blockquote>
                    537:
                    538: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                    539: This file contains all the kernel sources you need to rebuild kernels.
                    540: To extract:
                    541:
                    542: <blockquote><pre>
                    543: # <b>mkdir -p /usr/src/sys</b>
                    544: # <b>cd /usr/src</b>
                    545: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    546: </pre></blockquote>
                    547:
                    548: Both of these trees are a regular CVS checkout.  Using these trees it
                    549: is possible to get a head-start on using the anoncvs servers as
                    550: described <a href="anoncvs.html">here</a>.
                    551: Using these files
                    552: results in a much faster initial CVS update than you could expect from
                    553: a fresh checkout of the full OpenBSD source tree.
                    554: <p>
                    555:
                    556: <hr>
                    557:
                    558: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    559:
                    560: A ports tree archive is also provided.  To extract:
                    561:
                    562: <blockquote><pre>
                    563: # <b>cd /usr</b>
                    564: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    565: </pre></blockquote>
                    566:
                    567: Go read the <a href="faq/ports/index.html">ports</a> page
                    568: if you know nothing about ports
                    569: at this point.  This text is not a manual of how to use ports.
                    570: Rather, it is a set of notes meant to kickstart the user on the
                    571: OpenBSD ports system.
                    572: <p>
                    573: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    574: As with our complete source tree, our ports tree is available via
                    575: <a href="anoncvs.html">AnonCVS</a>.
                    576: So, in order to keep up to date with the -stable branch, you must make
                    577: the <i>ports/</i> tree available on a read-write medium and update the tree
                    578: with a command like:
                    579:
                    580: <blockquote><pre>
                    581: # <b>cd /usr/ports</b>
                    582: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_3</b>
                    583: </pre></blockquote>
                    584:
                    585: [Of course, you must replace the server name here with a nearby anoncvs
                    586: server.]
                    587: <p>
                    588: Note that most ports are available as packages on our mirrors. Updated
                    589: ports for the 6.3 release will be made available if problems arise.
                    590: <p>
                    591: If you're interested in seeing a port added, would like to help out, or just
                    592: would like to know more, the mailing list
                    593: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    594: <p>
                    595: </body>
                    596: </html>