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

Annotation of www/61.html, Revision 1.78

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.1</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.1">
                      7: <meta name="copyright" content="This document copyright 2016 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/61.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.1</font>
                     19: </h2>
                     20:
1.5       deraadt    21: <a href="images/XXX.jpg">
                     22: <img alt="XXX" align="left" width="227" height="343" hspace="24" src="images/XXX.jpg"></a>
1.24      tb         23: To be released somewhere around May 1, 2017 plus or minus a couple months<br>
1.1       deraadt    24: Copyright 1997-2017, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
                     27: 6.1 Song:
                     28: <a href="lyrics.html#61">"xxx"</a>.
                     29:
                     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 <font color="#e00000">pub/OpenBSD/6.1/</font> directory on
                     35:     one of the mirror sites.
                     36: <li>Have a look at <a href="errata61.html">the 6.1 errata page</a> for a list
                     37:     of bugs and workarounds.
                     38: <li>See a <a href="plus61.html">detailed log of changes</a> between the
                     39:     6.0 and 6.1 releases.
                     40: <p>
                     41: <li><a href="http://man.openbsd.org/signify.1">signify(1)</a>
                     42:     pubkeys for this release:<br>
                     43: <pre>
1.5       deraadt    44: base: RWQEQa33SgQSEsMwwVV1+GjzdcQfRNV2Bgo48Ztd2KiZ9bAodz9c+Maa
                     45: fw:   RWS91POk0QZXfsqi4aI7MotYz8CPzoHjYg4a1IDi56cftacjsq+ZL/KY
                     46: pkg:  RWQbTjGFHEvnOckqY7u9iABhXAkEpF/6TQ3Mr6bMrWbT1wOM/HnbV9ov
1.1       deraadt    47: </pre>
                     48: <p>
                     49: All applicable copyrights and credits are in the src.tar.gz,
                     50: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     51: files fetched via ports.tar.gz.
                     52: </ul>
                     53: <br clear=all>
                     54:
                     55: <hr>
                     56:
                     57: <h3 id="new"><font color="#0000e0">What's New</font></h3>
                     58:
                     59: This is a partial list of new features and systems included in OpenBSD 6.1.
                     60: For a comprehensive list, see the <a href="plus61.html">changelog</a> leading
                     61: to 6.1.
                     62:
                     63: <ul>
                     64: <li>New/extended platforms:
                     65:     <ul>
1.21      schwarze   66:     <li>New <a href="https://www.openbsd.org/arm64.html">arm64</a> platform,
                     67:         using <a href="http://man.openbsd.org/clang-local.1">clang(1)</a>
                     68:         as the base system compiler.
1.52      visa       69:     <li>The <a href="https://www.openbsd.org/loongson.html">loongson</a>
                     70:         platform now supports systems with Loongson 3A CPU and RS780E chipset.
1.14      schwarze   71:     <li>The following platforms were retired:
1.21      schwarze   72:         <a href="https://www.openbsd.org/armish.html">armish</a>,
1.14      schwarze   73:         <a href="https://www.openbsd.org/sparc.html">sparc</a>,
1.71      tb         74:         <a href="https://www.openbsd.org/zaurus.html">zaurus</a>.
1.1       deraadt    75:     </ul>
                     76: <p>
                     77:
                     78: <li>Improved hardware support, including:
                     79:     <ul>
1.21      schwarze   80:     <li>New <a href="http://man.openbsd.org/acpials.4">acpials(4)</a>
                     81:         driver for ACPI ambient light sensor devices.
                     82:     <li>New <a href="http://man.openbsd.org/acpihve.4">acpihve(4)</a>
                     83:         driver for feeding Hyper-V entropy into the kernel pool.
1.62      jcs        84:     <li>New <a href="http://man.openbsd.org/acpisbs.4">acpisbs(4)</a>
                     85:         driver for ACPI Smart Battery devices.
1.23      jsg        86:     <li>New <a href="http://man.openbsd.org/dwge.4">dwge(4)</a>
                     87:         driver for Designware GMAC 10/100/Gigabit Ethernet devices.
1.21      schwarze   88:     <li>New <a href="http://man.openbsd.org/loongson/htb.4">htb(4)</a>
                     89:         driver for Loongson 3A PCI host bridges.
                     90:     <li>New <a href="http://man.openbsd.org/hvn.4">hvn(4)</a>
                     91:         driver for Hyper-V networking interfaces.
                     92:     <li>New <a href="http://man.openbsd.org/hyperv.4">hyperv(4)</a>
                     93:         driver for the Hyper-V guest nexus device.
                     94:     <li>New <a href="http://man.openbsd.org/iatp.4">iatp(4)</a>
                     95:         driver for the Atmel maXTouch touchpad and touchscreen.
                     96:     <li>New <a href="http://man.openbsd.org/armv7/imxtemp.4">imxtemp(4)</a>
                     97:         driver for Freescale i.MX6 temperature sensors.
                     98:     <li>New <a href="http://man.openbsd.org/loongson/leioc.4">leioc(4)</a>
                     99:         driver for the Loongson 3A low-end IO controller.
                    100:     <li>New <a href="http://man.openbsd.org/octeon/octmmc.4">octmmc(4)</a>
1.4       visa      101:         driver for the OCTEON MMC host controller.
1.21      schwarze  102:     <li>New <a href="http://man.openbsd.org/armv7/ompinmux.4">ompinmux(4)</a>
                    103:         driver for OMAP pin multiplexing.
                    104:     <li>New <a href="http://man.openbsd.org/armv7/omwugen.4">omwugen(4)</a>
                    105:         driver for OMAP wake-up generators.
                    106:     <li>New <a href="http://man.openbsd.org/armv7/psci.4">psci(4)</a>
                    107:         driver for the ARM Power State Coordination Interface.
                    108:     <li>New <a href="http://man.openbsd.org/simplefb.4">simplefb(4)</a>
                    109:         driver for the simple frame buffer on systems
1.23      jsg       110:         using a device tree.
                    111:     <li>New <a href="http://man.openbsd.org/armv7/sximmc.4">sximmc(4)</a>
                    112:         driver for Allwinner A1X/A20 MMC/SD/SDIO controllers.
                    113:     <li>New <a href="http://man.openbsd.org/tpm.4">tpm(4)</a>
                    114:         driver for Trusted Platform Module devices.
1.21      schwarze  115:     <li>New <a href="http://man.openbsd.org/uwacom.4">uwacom(4)</a>
                    116:         driver for Wacom USB tablets.
                    117:     <li>New <a href="http://man.openbsd.org/vmmci.4">vmmci(4)</a>
                    118:         VMM control interface.
                    119:     <li>New <a href="http://man.openbsd.org/xbf.4">xbf(4)</a>
                    120:         driver for Xen Blkfront virtual disks.
                    121:     <li>New <a href="http://man.openbsd.org/luna88k/xp.4">xp(4)</a>
                    122:         driver for the LUNA-88K HD647180X I/O processor.
1.58      jsg       123:     <li>Support for Kaby Lake and Lewisburg PCH Ethernet MACs with I219 PHYs
                    124:        has been added to the
                    125:        <a href="http://man.openbsd.org/?query=em">em(4)</a> driver.
                    126:     <li>Support for RTL8153 USB 3.0 Gigabit Ethernet based devices
                    127:        has been added to the
                    128:        <a href="http://man.openbsd.org/?query=ure">ure(4)</a> driver.
1.62      jcs       129:     <li>Improved ACPI support for modern Apple hardware, including S3 suspend
                    130:        and resume.
1.69      mikeb     131:     <li>Support for X550 family of 10 Gigabit Ethernet based devices
                    132:        has been added to the
                    133:        <a href="http://man.openbsd.org/?query=ix">ix(4)</a> driver.
1.1       deraadt   134:     </ul>
1.71      tb        135:
                    136: <p>
                    137: <li>New <a href="http://man.openbsd.org/amd64/vmm.4">vmm(4)</a>/
                    138:     <a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a>:
                    139:     <ul>
                    140:     <li>Support for amd64 and i386 hosts.
                    141:     <li>BIOS payload provided via vmm-firmware, delivered via
1.76      tb        142:         <a href="http://man.openbsd.org/fw_update.1">fw_update(1)</a>.
1.71      tb        143:     <li>Support for Linux guest VMs.
1.76      tb        144:     <li>Better interrupt handling and legacy device emulation.
1.71      tb        145:     <li><a href="http://man.openbsd.org/amd64/vmm.4">vmm(4)</a> no longer
                    146:         requires VMX unrestricted guest capability (Nehalem and later CPUs
                    147:         are sufficient).
                    148:     <li>Removed bounce buffers previously used by
                    149:         <a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a> for
                    150:         <a href="http://man.openbsd.org/vio.4">vio(4)</a> and
                    151:         <a href="http://man.openbsd.org/vioblk.4">vioblk(4)</a> devices.
                    152:     <li>Support VMs with &gt; 2GB RAM.
                    153:     <li><a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a> uses
                    154:         <a href="http://man.openbsd.org/pledge.2">pledge(2)</a> and the
                    155:         fork+exec model.
                    156:     <li><a href="http://man.openbsd.org/amd64/vm.conf.5">vm.conf(5)</a>
                    157:         expanded to include VM ownership rules (uid/gid).
                    158:     <li><a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a>/
                    159:         <a href="http://man.openbsd.org/amd64/vm.conf.5">vm.conf(5)</a>
                    160:         supports automatic
                    161:         <a href="http://man.openbsd.org/bridge.4">bridge(4)</a> and
                    162:         <a href="http://man.openbsd.org/switch.4">switch(4)</a> configuration
                    163:         for VM network interfaces.
                    164:     <li><a href="http://man.openbsd.org/amd64/vmctl.8">vmctl(8)</a> supports
                    165:         graceful VM shutdown via
                    166:         <a href="http://man.openbsd.org/amd64/vmmci.4">vmmci(4)</a>.
                    167:     </ul>
1.1       deraadt   168: <p>
                    169:
                    170: <li>IEEE 802.11 wireless stack improvements:
                    171:     <ul>
1.28      stsp      172:     <li>The <a href="http://man.openbsd.org/ral.4">ral(4)</a> driver
                    173:         now supports Ralink RT3900E (RT5390, RT3292) devices.
                    174:     <li>The <a href="http://man.openbsd.org/iwm.4">iwm(4)</a> and
                    175:         <a href="http://man.openbsd.org/iwn.4">iwn(4)</a> drivers
                    176:         now support the short guard interval (SGI) in 11n mode.
                    177:     <li>Added a new implementation of MiRa, a rate adapation algorithm
                    178:         designed for 802.11n.
                    179:     <li>The <a href="http://man.openbsd.org/iwm.4">iwm(4)</a> driver
                    180:         now supports 802.11n MIMO (MCS 0-15).
                    181:     <li>The <a href="http://man.openbsd.org/athn.4">athn(4)</a> driver
                    182:         now supports 802.11n, featuring MIMO (MCS 0-15) and hostap mode.
                    183:     <li>The <a href="http://man.openbsd.org/iwn.4">iwn(4)</a> driver
                    184:         now receives MIMO frames in monitor mode.
                    185:     <li>The <a href="http://man.openbsd.org/rtwn.4">rtwn(4)</a> and
                    186:         <a href="http://man.openbsd.org/urtwn.4">urtwn(4)</a> drivers
                    187:        now use AMRR rate adaptation (8188EU and 8188CE devices only).
                    188:     <li>TKIP/WPA1 was disabled by default because of inherent weaknesses
                    189:         in this protocol.
1.1       deraadt   190:     </ul>
                    191: <p>
                    192:
                    193: <li>Generic network stack improvements:
                    194:     <ul>
1.14      schwarze  195:     <li>New <a href="http://man.openbsd.org/switch.4">switch(4)</a>
                    196:         pseudo-device together with new
                    197:         <a href="http://man.openbsd.org/switchd.8">switchd(8)</a> and
                    198:         <a href="http://man.openbsd.org/switchctl.8">switchctl(8)</a>
                    199:         programs.
1.21      schwarze  200:     <li>New <a href="http://man.openbsd.org/mobileip.4">mobileip(4)</a>
                    201:         operation mode for the
                    202:         <a href="http://man.openbsd.org/gre.4">gre(4)</a>
                    203:         pseudo-device.
                    204:     <li>Multipoint-to-multipoint mode in
                    205:         <a href="http://man.openbsd.org/vxlan.4">vxlan(4)</a>.
1.18      bluhm     206:     <li><a href="http://man.openbsd.org/route.8">route(8)</a>
                    207:        and netstat -r display all routing flags correctly and they
                    208:        are completely documented in the
                    209:        <a href="http://man.openbsd.org/netstat.1">netstat(1)</a>
                    210:        man page.
                    211:     <li>When sending TCP streams they are locally stored in large
                    212:        mbuf clusters to improve memory management.
                    213:        The maximum TCP send and receive buffer size has been
1.67      claudio   214:        increased from 256KB to 2MB.
1.18      bluhm     215:        Note that this results in a different
                    216:        <a href="http://man.openbsd.org/pf.4">pf(4)</a>
                    217:        OS fingerprint for OpenBSD.
                    218:        The default limit for mbuf clusters has been increased.
                    219:        You can check the values with
                    220:        <a href="http://man.openbsd.org/netstat.1">netstat(1)</a>
                    221:        -m and adjust them with
                    222:        <a href="http://man.openbsd.org/sysctl.8">sysctl(8)</a>
                    223:        kern.maxclusters.
                    224:     <li>Make the TCP_NOPUSH flag work for
                    225:        <a href="http://man.openbsd.org/listen.2">listen(2)</a>
                    226:        sockets.
                    227:        It is inherited by the socket returned from
                    228:        <a href="http://man.openbsd.org/accept.2">accept(2)</a>.
                    229:     <li>A lot of code has been removed or simplified to make the
                    230:        transition to multi-processor easier.
                    231:        Redesign the interrupt and multi-processor locks in the
                    232:        network stack.
                    233:     <li>When passing packets from the network stack to the
                    234:        interface layer, make sure that they have no pointers to
                    235:        <a href="http://man.openbsd.org/pf.4">pf(4)</a>
                    236:        which could result in a memory free operation at the wrong
                    237:        protection level.
                    238:     <li>Fix checksum calculation in
                    239:        <a href="http://man.openbsd.org/pf.4">pf(4)</a>
                    240:        af-to ICMP packet conversions.
                    241:        Simplify af-to processing in and fix path MTU discovery in
                    242:        some corner cases.
                    243:     <li>Improve IPv6 fragment processing.
                    244:        Drop empty atomic fragments early.
                    245:        Be more paranoid when IPv6 hop-by-hop headers appear after
                    246:        fragment headers.
                    247:        Follow RFC 5722 "Handling of Overlapping IPv6 Fragments"
                    248:        more strictly in
                    249:        <a href="http://man.openbsd.org/pf.4">pf(4)</a>.
                    250:        RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates
                    251:        generating atomic fragments, so do not send them anymore.
                    252:     <li>Depending on the addresses,
                    253:        <a href="http://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>
                    254:        may automatically group SA bundles together.
                    255:        To make clear what is going on, the kernel provides this
                    256:        information and ipsecctl -s sa prints IPsec SA bundles.
1.51      krw       257:     <li>A new routing socket message type, RTM_PROPOSAL, was added to
                    258:        facilitate future improvements to the network configuration process.
1.1       deraadt   259:     </ul>
                    260: <p>
                    261:
                    262: <li>Installer improvements:
                    263:     <ul>
1.45      tj        264:     <li>The installer now uses privilege separation for fetching and
                    265:         verifying the install sets.
                    266:     <li>Install sets are now fetched over an HTTPS connection by default
                    267:         when using a <a href="ftp.html">mirror</a> that supports it.
1.50      krw       268:     <li>The installer now considers all of the DHCP information in filename,
                    269:        bootfile-name, server-name, tftp-server-name, and next-server when
                    270:        attempting to do automatic installs or upgrades.
                    271:     <li>The installer no longer adds a route to an alias IP via 127.0.0.1, due
                    272:        to improvements in the kernel routing components.
1.1       deraadt   273:     </ul>
                    274: <p>
                    275:
                    276: <li>Routing daemons and other userland network improvements:
                    277:     <ul>
1.10      florian   278:     <li><a href="http://man.openbsd.org/ping.8">ping(8)</a> and
                    279:         <a href="http://man.openbsd.org/ping6.8">ping6(8)</a> are now the same
                    280:         binary and share the engine.
1.15      jca       281:     <li><a href="http://man.openbsd.org/ripd.8">ripd(8)</a> now supports
                    282:         p2p links with addresses in different subnets.
1.17      jca       283:     <li>UDP speakers can specify an IPv4 source address using
                    284:         <tt>IP_SENDSRCADDR</tt>.
                    285:         <a href="http://man.openbsd.org/iked.8">iked(8)</a>
                    286:         and <a href="http://man.openbsd.org/snmpd.8">snmpd(8)</a> now
                    287:         use the proper source address when sending replies.
1.74      reyk      288:     <li><a href="http://man.openbsd.org/iked.8">iked(8)</a> now
                    289:         supports ECDSA and RFC 7427 signatures for authentication.
1.75      reyk      290:     <li><a href="http://man.openbsd.org/iked.8">iked(8)</a> now
1.74      reyk      291:         supports replying to IKEv2 responder cookies.
                    292:     <li>Many fixes and improvements for
                    293:         <a href="http://man.openbsd.org/iked.8">iked(8)</a> and
                    294:         <a href="http://man.openbsd.org/ikectl.8">ikectl(8)</a>, including
                    295:         various fixes for rekeying.
1.15      jca       296:     <li><a href="http://man.openbsd.org/ospfd.8">ospfd(8)</a> and
                    297:         <a href="http://man.openbsd.org/ospf6d.8">ospf6d(8)</a> now cope
                    298:         with interface MTU change at runtime.
1.44      sthen     299:     <li><a href="http://man.openbsd.org/bgpd.8">bgpd(8)</a> now supports
                    300:         BGP Large Communities
                    301:         (<a href="https://www.rfc-editor.org/rfc/rfc8092.txt">RFC 8092</a>).
                    302:     <li><a href="http://man.openbsd.org/bgpd.8">bgpd(8)</a> now supports
                    303:         BGP Administrative Shutdown Communication
                    304:         (<a href="https://www.ietf.org/id/draft-ietf-idr-shutdown.txt">draft-ietf-idr-shutdown</a>).
1.1       deraadt   305:     </ul>
                    306: <p>
                    307:
                    308: <li>Security improvements:
                    309:     <ul>
1.3       visa      310:     <li>Enforcement of userland W^X on OCTEON Plus and later.
1.32      guenther  311:     <li>All shared libraries, all dynamic and static-PIE executables, and
                    312:        <a href="http://man.openbsd.org/ld.so.1">ld.so(1)</a> itself use
1.29      guenther  313:        the RELRO ("read-only after relocation") design such that
1.32      guenther  314:        more of the initial data is protected as read-only.
1.3       visa      315:     <li>The size of user virtual address space has been increased
                    316:         from 2GB to 1TB on mips64.
1.73      tj        317:     <li>PIE and -static -pie on arm.
1.17      jca       318:     <li><a href="http://man.openbsd.org/route6d.8">route6d(8)</a> now
                    319:         runs with fewer privileges.
1.18      bluhm     320:     <li>For incoming TLS connections
                    321:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    322:        can validate client certificates with a given CA file.
1.24      tb        323:     <li>The privileged parent process of
1.18      bluhm     324:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    325:        calls
                    326:        <a href="http://man.openbsd.org/execve.2">exec(2)</a>
                    327:        to reshuffle its random memory layout.
1.21      schwarze  328:     <li>New function
                    329:         <a href="http://man.openbsd.org/recallocarray.3">recallocarray(3)</a>
                    330:         to reduce the risk of incorrect clearing of memory before and after
1.27      schwarze  331:         <a href="http://man.openbsd.org/reallocarray.3">reallocarray(3)</a>.
1.31      guenther  332:     <li><a href="http://man.openbsd.org/sha2.3">SHA512_256</a> family
1.30      guenther  333:        of functions added to libc.
1.34      guenther  334:     <li>arm added to the list of archs where the
1.30      guenther  335:        <a href="http://man.openbsd.org/setjmp.3">setjmp(3)</a>
                    336:        family of functions apply XOR cookies to stack and return-address
1.34      guenther  337:        values in the jmpbuf.
1.30      guenther  338:     <li><a href="http://man.openbsd.org/printf.3">printf(3)</a> family
                    339:         of formatting functions now report to syslog when the %s
                    340:         format is used with a NULL pointer.
1.36      otto      341:     <li>Heap buffer overflow detection has been improved when the C
1.37      otto      342:        <a href="http://man.openbsd.org/malloc.3">malloc(3)</a> option is used.
                    343:        The existing S option now includes C.
1.33      guenther  344:     <li>Support for permitting non-root users to
                    345:        <a href="http://man.openbsd.org/mount.8">mount(8)</a> filesystems
                    346:        has been removed.
1.1       deraadt   347:     </ul>
                    348: <p>
                    349:
1.49      krw       350: <li><a href="http://man.openbsd.org/dhclient.8">dhclient(8)</a>/
                    351:     <a href="http://man.openbsd.org/dhcpd.8">dhcpd(8)</a>/
                    352:     <a href="http://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a> improvements:
                    353:     <ul>
                    354:     <li>Add DHO_BOOTFILE_NAME and DHO_TFTP_SERVER to the options requested by default.
                    355:     <li>Add support for RFC 6842 (Client Identifier Option in DHCP Server Replies).
                    356:     <li>Stop leaking option data received on the udp socket.
                    357:     <li>Stop pretending we use RFC 3046/Option 82/Relay Agent Information.
                    358:     <li>Stop recording ignored DHO_ROUTERS and DHO_STATIC_ROUTES options in the effective lease.
                    359:     <li>Use only leases from no SSID or the current SSID when restarting.
                    360:     <li>Reduce default values for various timeouts to something more
                    361:            appropriate to modern networks.
                    362:     <li>Fix issues with redundant dhcpd servers and CARP'd interfaces.
                    363:     <li>Switch to standard logging functions
1.59      krw       364:     <li>Fix vis/unvis of strings in
                    365:        <a href="http://man.openbsd.org/dhclient.8">dhclient(8)</a> leases files.
1.49      krw       366:     </ul>
1.71      tb        367: <p>
1.44      sthen     368:
1.1       deraadt   369: <li>Assorted improvements:
                    370:     <ul>
1.46      tj        371:     <li>New <a href="http://man.openbsd.org/syspatch.8">syspatch(8)</a>
                    372:         utility for security and reliability binary updates to the base
                    373:         system.
1.24      tb        374:     <li><a href="http://man.openbsd.org/acme-client.1">acme-client(1)</a>, a
                    375:         privilege separated Automatic Certificate Management Environment
1.9       florian   376:         (ACME) client written by Kristaps Dzonsons has been imported.
1.14      schwarze  377:     <li>New, simplified
                    378:         <a href="http://man.openbsd.org/xenodm.1">xenodm(1)</a>
                    379:         X11 display manager forked from
                    380:         <a href="http://man.openbsd.org/OpenBSD-6.0/xdm.1">xdm(1)</a>.
1.13      schwarze  381:     <li>Unicode version 8 character properties in the C library.
                    382:     <li>Partial UTF-8 line editing support for
                    383:         <a href="http://man.openbsd.org/ksh.1">ksh(1)</a> Vi input mode.
                    384:     <li>UTF-8 support in
                    385:         <a href="http://man.openbsd.org/column.1">column(1)</a>.
1.35      otto      386:     <li>The performance and concurrency of the
                    387:        <a href="http://man.openbsd.org/malloc.3">malloc(3)</a> family
                    388:        in multi-threaded processes has been improved.
1.17      jca       389:     <li>Estonian keyboard support.
                    390:     <li><a href="http://man.openbsd.org/read.2">read(2)</a> on
                    391:         directories now fails instead of returning 0.
                    392:     <li>Support for the <tt>RES_USE_EDNS0</tt> and <tt>RES_USE_DNSSEC</tt>
                    393:         flags has been added to the
                    394:         <a href="http://man.openbsd.org/resolver.3">resolver(3)</a>
                    395:         implementation.
1.18      bluhm     396:     <li><a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
1.76      tb        397:        limits the socket buffer for TCP and TLS connections to 64K
1.18      bluhm     398:        to avoid wasting kernel memory.
                    399:     <li><a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    400:        supports the option -Z to print the timestamp in RFC 5424
                    401:        ISO format.
                    402:        This logs everything in UTC including the year, timezone
                    403:        and fractions of seconds.
                    404:        The default is still RFC 3164 BSD syslog time format.
1.72      bluhm     405:     <li>When log files are rotated,
                    406:        <a href="http://man.openbsd.org/newsyslog.8">newsyslog(8)</a>
                    407:        writes the creation time in UTC ISO format into the first line.
1.18      bluhm     408:     <li>The
                    409:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    410:        options -a, -T, and -U can be given more than once to specify
                    411:        multiple input sources.
                    412:     <li>Improve the
                    413:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    414:        output and diagnostics in case the klog buffer
                    415:        overflows.
                    416:     <li>Make SIGHUP handling in
                    417:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    418:        more reliable.
1.72      bluhm     419:     <li>Let <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    420:        tolerate most errors on startup.
                    421:        Keep running and receive messages from all working subsystems,
                    422:        but do not die.
                    423:     <li>The <a href="http://man.openbsd.org/syslog.3">syslog(3)</a>
                    424:        priority of fatal and warning messages of various daemons
                    425:        has been adjusted.
1.18      bluhm     426:     <li>An NMI sends the amd64 kernel into
                    427:        <a href="http://man.openbsd.org/ddb.4">ddb(4)</a>
                    428:        more reliably.
1.32      guenther  429:     <li><a href="http://man.openbsd.org/ld.so.1">ld.so(1)</a> now
                    430:        supports the DT_PREINITARRAY, DT_INITARRAY, DT_FINIARRAY, DT_FLAGS,
                    431:        and DT_RUNPATH dynamic tags.
1.33      guenther  432:     <li><a href="http://man.openbsd.org/kdump.1">kdump(1)</a>
1.44      sthen     433:        now dumps the fds returned by
1.33      guenther  434:        <a href="http://man.openbsd.org/pipe.2">pipe(2)</a> and
                    435:        <a href="http://man.openbsd.org/socketpair.2">socketpair(2)</a>.
                    436:     <li>Added support to <a href="http://man.openbsd.org/doas.1">doas(1)</a>
                    437:        for session-locked persistent authentication.
1.34      guenther  438:     <li>Use a hardware register for the thread pointer on arm for improved
                    439:        performance in multi-threaded processes.
1.43      visa      440:     <li>SGI boot blocks now consult the OpenBSD
                    441:        <a href="http://man.openbsd.org/disklabel.5">disklabel(5)</a>
                    442:        to locate the root filesystem.
                    443:        This reduces constraints on disk partitioning.
                    444:     <li><a href="http://man.openbsd.org/iec.4">iec(4)</a>
                    445:        no longer hangs when its transmit ring gets full.
                    446:     <li><a href="http://man.openbsd.org/sq.4">sq(4)</a>
                    447:        has been fixed to accept broadcast frames in non-promiscuous mode
                    448:        when no IP address is configured.
                    449:        This lets the interface work with DHCP.
                    450:     <li>Multiprocessor-safe PCI interrupt handlers are run
                    451:        without the kernel lock on OpenBSD/sgi.
1.50      krw       452:     <li><a href="http://man.openbsd.org/fdisk.8">fdisk(8)</a> now unconditionally
                    453:        sets the size of the protective MBR's EFI GPT partition to UINT32_MAX.
                    454:     <li><a href="http://man.openbsd.org/fdisk.8">fdisk(8)</a> now respects the
                    455:        current MBR or GPT format when initializing a disk.
                    456:     <li><a href="http://man.openbsd.org/softraid.4">softraid(4)</a> now uses
                    457:            sufficient parallel i/o's to efficiently rebuild RAID5 volumes.
                    458:     <li><a href="http://man.openbsd.org/asr_run.3">asr</a> now accepts UDP
                    459:            packets of up to 4096 bytes to account for broken DNS servers.
                    460:     <li><a href="http://man.openbsd.org/umass.4">umass(4)</a> no longer assumes
                    461:            that ATAPI or UFI devices have only 1 LUN.
                    462:     <li><a href="http://man.openbsd.org/scsi.4">scsi(4)</a> now correctly
                    463:            detects end of tape on LTO5 devices.
1.63      beck      464:     <li><a href="http://man.openbsd.org/httpd.8">httpd(8)</a> supports
                    465:           SNI
                    466:           via <a href="http://man.openbsd.org/tls_config_add_keypair_ocsp_mem.3">libtls</a>
                    467:           to allow for multiple https sites on a single IP address.
                    468:     <li><a href="http://man.openbsd.org/ocspcheck.8">ocspheck(8)</a>
                    469:     has been added, and can be used to check the OCSP status of
1.64      beck      470:     certificates. The corresponding responses can be saved for later use in OCSP stapling.
1.63      beck      471:     <li><a href="http://man.openbsd.org/httpd.8">httpd(8)</a> supports
                    472:           OCSP stapling
                    473:           via <a href="http://man.openbsd.org/tls_config_add_keypair_ocsp_mem.3">libtls</a>
                    474:           to permit OCSP responses to be stapled to the tls handshake
                    475:     <li><a href="http://man.openbsd.org/nc.1">nc(1)</a> now also
                    476:       supports OCSP stapling server side, and will show the stapling information
                    477:       client side.
1.68      claudio   478:     <li>Both <a href="http://man.openbsd.org/relayd.8">relayd(8)</a> and
                    479:        <a href="http://man.openbsd.org/httpd.8">httpd(8)</a> support now
                    480:        TLS session resumption using TLS session tickets.
                    481:        See the respective configuration man page for more information.
1.72      bluhm     482:     <li>With the -f option
                    483:        <a href="http://man.openbsd.org/sensorsd.8">sensorsd(8)</a>
                    484:        can use an alternative config file.
1.1       deraadt   485:     </ul>
                    486: <p>
                    487:
                    488: <li>OpenSMTPD 6.0.0
                    489:     <ul>
1.78    ! gilles    490:       <li>Added support for providing an alternate subaddressing delimiter
        !           491:       <li>Made the daemon less verbose in logs when exiting
        !           492:       <li>Improved the io layer to simplify code accross the daemon
        !           493:       <li>Added support for matching authenticated sessions in the ruleset
        !           494:       <li>Assorted code and documentation cleanups
1.1       deraadt   495:     </ul>
                    496: <p>
                    497:
1.12      matthieu  498: <li>OpenSSH 7.4
1.1       deraadt   499:     <ul>
                    500:     <li>...
                    501:     </ul>
                    502: <p>
                    503:
1.61      beck      504: <li>LibreSSL 2.5.3
                    505:   <ul>
                    506:
                    507:   <li> libtls now supports ALPN and SNI
                    508:
                    509:   <li> libtls adds a new callback interface for integrating custom IO
                    510:     functions. Thanks to Tobias Pape.
                    511:
                    512:   <li> libtls now handles 4 cipher suite groups:
                    513:     <Ul>
                    514:       <li> "secure" (TLSv1.2+AEAD+PFS)
                    515:       <li> "compat" (HIGH:!aNULL)
                    516:       <li> "legacy" (HIGH:MEDIUM:!aNULL)
                    517:       <li> "insecure" (ALL:!aNULL:!eNULL)
                    518:     </ul>
                    519:       This allows for flexibility and finer grained control, rather than
                    520:       having two extremes (an issue raised by Marko Kreen some time ago).
                    521:
                    522:   <li> Tightened error handling for tls_config_set_ciphers().
                    523:
                    524:   <li> libtls now always loads CA, key and certificate files at the time the
                    525:     configuration function is called. This simplifies code and results in
                    526:     a single memory based code path being used to provide data to libssl.
                    527:
                    528:   <li> Add support for OCSP intermediate certificates.
                    529:
                    530:   <li> Added functions used by stunnel and exim from BoringSSL - this
                    531:     brings in X509_check_host, X509_check_email, X509_check_ip, and
                    532:     X509_check_ip_asc.
                    533:
                    534:   <li> Added initial support for iOS, thanks to Jacob Berkman.
                    535:
                    536:   <li> Improved behavior of arc4random on Windows when using memory leak
                    537:     analysis software.
                    538:
                    539:   <li> Correctly handle an EOF that occurs prior to the TLS handshake
                    540:     completing. Reported by Vasily Kolobkov, based on a diff from Marko
                    541:     Kreen.
                    542:
                    543:   <li> Limit the support of the "backward compatible" ssl2 handshake to
                    544:     only be used if TLS 1.0 is enabled.
                    545:
                    546:   <li> Fix incorrect results in certain cases on 64-bit systems when
                    547:     BN_mod_word() can return incorrect results. BN_mod_word() now can
                    548:     return an error condition. Thanks to Brian Smith.
                    549:
                    550:   <li> Added constant-time updates to address CVE-2016-0702
                    551:
                    552:   <li> Fixed undefined behavior in BN_GF2m_mod_arr()
                    553:
                    554:   <li> Removed unused Cryptographic Message Support (CMS)
                    555:
                    556:  <li> More conversions of long long idioms to time_t
                    557:
                    558:  <li> Improved compatibility by avoiding printing NULL strings with
                    559:   printf.
                    560:
                    561:  <li> Reverted change that cleans up the EVP cipher context in
                    562:     EVP_EncryptFinal() and EVP_DecryptFinal(). Some software relies on the
                    563:     previous behaviour.
                    564:
                    565:  <li> Avoid unbounded memory growth in libssl, which can be triggered
                    566:     by a TLS client repeatedly renegotiating and sending OCSP Status
                    567:     Request TLS extensions.
                    568:
                    569:  <li> Avoid falling back to a weak digest for (EC)DH when using SNI
                    570:   with libssl.
                    571:
                    572:  <li> X509_cmp_time() now passes a malformed GeneralizedTime field as
                    573:      an error. Reported by Theofilos Petsios.
                    574:
                    575:  <li> Detect zero-length encrypted session data early, instead of when
                    576:      malloc(0) fails or the HMAC check fails. Noted independently by
                    577:      jsing@ and Kurt Cancemi.
                    578:
                    579:  <li> Check for and handle failure of HMAC_{Update,Final} or
                    580:     EVP_DecryptUpdate().
                    581:
                    582:  <li> Massive update and normalization of manpages, conversion to
                    583:     mandoc format. Many pages were rewritten for clarity and accuracy.
                    584:     Portable doc links are up-to-date with a new conversion tool.
                    585:
                    586:  <li> Curve25519 Key Exchange support.
                    587:
                    588:  <li> Support for alternate chains for certificate verification.
                    589:
                    590:  <li> Code cleanups, CBB conversions, further unification of DTLS/SSL
                    591:       handshake code, further ASN1 macro expansion and removal.
                    592:
1.64      beck      593:  <li> Private symbols are now hidden in libssl and libcrypto.
1.61      beck      594:
                    595:  <li> Friendly certificate verification error messages in libtls, peer
                    596:     verification is now always enabled.
                    597:
1.64      beck      598:  <li> Added OCSP stapling support to libtls and nc.
1.61      beck      599:
                    600:  <li> Added ocspcheck utility to validate a certificate against its OCSP
                    601:       responder and save the reply for stapling
                    602:
                    603:  <li> Enhanced regression tests and error handling for libtls.
                    604:
                    605:  <li> Added explicit constant and non-constant time BN functions,
                    606:       defaulting to constant time wherever possible.
                    607:
                    608:  <li> Moved many leaked implementation details in public structs behind
                    609:       opaque pointers.
                    610:
                    611:  <li> Added ticket support to libtls.
                    612:
                    613:  <li> Added support for setting the supported EC curves via
                    614:       SSL{_CTX}_set1_groups{_list}() - also provide defines for the
                    615:       previous SSL{_CTX}_set1_curves{_list} names. This also changes
                    616:       the default list of curves to be X25519, P-256 and P-384. All
                    617:       other curves must be manually enabled.
                    618:
                    619:  <li> Added -groups option to openssl(1) s_client for specifying the
                    620:       curves to be used in a colon-separated list.
                    621:
                    622:  <li> Merged client/server version negotiation code paths into one,
                    623:       reducing much duplicate code.
                    624:
                    625:  <li> Removed error function codes from libssl and libcrypto.
                    626:
                    627:  <li> Fixed an issue where a truncated packet could crash via an OOB
                    628:  read.
                    629:
                    630:  <li> Added SSL_OP_NO_CLIENT_RENEGOTIATION option that disallows
                    631:       client-initiated renegotiation. This is the default for libtls
                    632:       servers.
                    633:
                    634:  <li> Avoid a side-channel cache-timing attack that can leak the ECDSA
                    635:       private keys when signing. This is due to BN_mod_inverse() being
                    636:       used without the constant time flag being set. Reported by Cesar
                    637:       Pereida Garcia and Billy Brumley (Tampere University of
                    638:       Technology).  The fix was developed by Cesar Pereida Garcia.
                    639:
                    640:  <li> iOS and MacOS compatibility updates from Simone Basso and Jacob
                    641:       Berkman.
                    642:
                    643:  <li> Added the recallocarray(3) memory allocation function, and
                    644:       converted various places in the library to use it, such as CBB
                    645:       and BUF_MEM_grow.  recallocarray(3) is similar to
                    646:       reallocarray. Newly allocated memory is cleared similar to
                    647:       calloc(3). Memory that becomes unallocated while shrinking or
                    648:       moving existing allocations is explicitly discarded by unmapping
                    649:       or clearing to 0.
                    650:
                    651:  <li> Added new root CAs from SECOM Trust Systems / Security
                    652:       Communication of Japan.
                    653:
                    654:  <li> Added EVP interface for MD5+SHA1 hashes.
                    655:
                    656:  <li> Fixed DTLS client failures when the server sends a certificate
                    657:       request.
                    658:
                    659:  <li> Correct handling of padding when upgrading an SSLv2 challenge
                    660:       into an SSLv3/TLS connection.
                    661:
                    662:  <li> Allow protocols and ciphers to be set on a TLS config object in
                    663:       libtls.
                    664:
                    665:  <li> Improved nc(1) TLS handshake CPU usage and server-side error
1.65      beck      666:    reporting.
                    667:
                    668:  <li> Add a constant time version of BN_gcd and use it default for
                    669:    BN_gcd to avoid the possibility of sidechannel timing attacks
                    670:    against RSA private key generation - Thanks to Alejandro
                    671:    Cabrera <aldaya@gmail.com>
                    672:
1.61      beck      673:  </ul>
1.1       deraadt   674: <p>
                    675:
1.13      schwarze  676: <li>mandoc 1.14.1
                    677:     <ul>
                    678:     <li>New <a href="http://man.openbsd.org/mandoc.db.5">mandoc.db(5)</a>
                    679:         file format: <a href="http://man.openbsd.org/man.1">man(1)</a>,
                    680:         <a href="http://man.openbsd.org/apropos.1">apropos(1)</a>, and
                    681:         <a href="http://man.openbsd.org/makewhatis.8">makewhatis(8)</a>
                    682:         no longer need SQLite3.
                    683:     <li>Much improved HTML output and CSS.
                    684:     <li>In <a href="http://man.openbsd.org/man.1">man(1)</a>, internal
                    685:         searching with <a href="http://man.openbsd.org/less.1">less(1)</a>
                    686:         <code>:t</code> has been improved.
1.25      schwarze  687:     <li>New <a href="http://man.openbsd.org/mandoc.1">mandoc(1)</a>
                    688:         <code>-mdoc -T markdown</code> output mode
                    689:         (already a post-1.14.1 feature).
1.13      schwarze  690:     </ul>
                    691: <p>
                    692:
1.1       deraadt   693: <li>Ports and packages:
                    694:     <dl>
                    695:     <dt>Many pre-built packages for each architecture:
                    696:     </dl>
                    697:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    698:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    699:     <tr>
                    700:     <td valign="top" width="25%">
                    701:     <ul>
1.77      deraadt   702:       <li>alpha:      7413
                    703:       <li>amd64:      9714
                    704:       <li>arm:        7867
1.1       deraadt   705:     </ul></td><td valign=top width="25%"><ul>
1.77      deraadt   706:       <li>hppa:       6353
                    707:       <li>i386:       9697
                    708:       <li>mips64:     8072
1.1       deraadt   709:     </ul></td><td valign=top width="25%"><ul>
1.77      deraadt   710:       <li>mips64el:   6880
                    711:       <li>powerpc:    7703
                    712:       <li>sparc64:    8606
1.1       deraadt   713:     </ul></td></tr></table>
                    714:     <p>
                    715:
                    716:     <dl>
                    717:     <dt>Some highlights:
                    718:     </dl>
                    719:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    720:     <tr>
                    721:     <td valign="top" width="50%"><ul>
1.39      jsg       722:        <li>AFL 2.39b
1.55      jsg       723:        <li>Chromium 57.0.2987.133
1.26      lteo      724:        <li>Emacs 21.4 and 25.1
                    725:        <li>GCC 4.9.4
1.1       deraadt   726:        <li>GHC 7.10.3
1.12      matthieu  727:        <li>Gimp 2.8.18
1.26      lteo      728:        <li>GNOME 3.22.2
1.12      matthieu  729:        <li>Go 1.8
1.1       deraadt   730:        <li>Groff 1.22.3
1.12      matthieu  731:        <li>JDK 7u80 and 8u121
1.1       deraadt   732:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)
1.39      jsg       733:        <li>LLVM/Clang 4.0.0
1.12      matthieu  734:        <li>LibreOffice 5.2.4.2
                    735:        <li>Lua 5.1.5, 5.2.4, and 5.3.4
1.40      sthen     736:        <li>MariaDB 10.0.30
1.12      matthieu  737:        <li>Mono 4.6.2.6
1.55      jsg       738:        <li>Mozilla Firefox 52.0.2esr and 52.0.2
1.26      lteo      739:        <li>Mozilla Thunderbird 45.8.0
1.1       deraadt   740:     </ul></td><td valign=top width="50%"><ul>
1.12      matthieu  741:        <li>Mutt 1.8.0
1.57      lteo      742:        <li>Node.js 6.10.1
1.26      lteo      743:        <li>Ocaml 4.03.0
1.1       deraadt   744:        <li>OpenLDAP 2.3.43 and 2.4.44
1.12      matthieu  745:        <li>PHP 5.5.38, 5.6.30, and 7.0.16
                    746:        <li>Postfix 3.2.0 and 3.3-20170218
                    747:        <li>PostgreSQL 9.6.2
                    748:        <li>Python 2.7.13, 3.4.5, 3.5.2 and 3.6.0
1.42      tb        749:        <li>R 3.3.3
1.57      lteo      750:        <li>Ruby 1.8.7.374, 2.1.9, 2.2.6, 2.3.3 and 2.4.1
1.48      danj      751:        <li>Rust 1.16.0
1.1       deraadt   752:        <li>Sendmail 8.15.2
1.13      schwarze  753:        <li>SQLite3 3.17.0
1.12      matthieu  754:        <li>Sudo 1.8.19.2
1.1       deraadt   755:        <li>Tcl/Tk 8.5.18 and 8.6.4
                    756:        <li>TeX Live 2015
1.12      matthieu  757:        <li>Vim 8.0.0388
1.1       deraadt   758:        <li>Xfce 4.12
                    759:     </ul></td></tr></table>
                    760: <p>
                    761:
                    762: <li>As usual, steady improvements in manual pages and other documentation.
                    763: <p>
                    764:
                    765: <li>The system includes the following major components from outside suppliers:
                    766:     <ul>
                    767:     <li>Xenocara (based on X.Org 7.7 with xserver 1.18.3 + patches,
1.47      jsg       768:       freetype 2.7.1, fontconfig 2.12.1, Mesa 13.0.6, xterm 327,
1.12      matthieu  769:       xkeyboard-config 2.20 and more)
1.55      jsg       770:     <li>LLVM/Clang 4.0.0 (+ patches)
1.1       deraadt   771:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.8       florian   772:     <li>Perl 5.24.1 (+ patches)
1.6       florian   773:     <li>NSD 4.1.15
                    774:     <li>Unbound 1.6.1
1.1       deraadt   775:     <li>Ncurses 5.7
                    776:     <li>Binutils 2.17 (+ patches)
                    777:     <li>Gdb 6.3 (+ patches)
                    778:     <li>Awk Aug 10, 2011 version
                    779:     <li>Expat 2.1.1
                    780:     </ul>
                    781: </ul>
                    782:
                    783: <hr>
                    784:
                    785: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    786:
1.20      tj        787: Please refer to the following files on the mirror site for
1.1       deraadt   788: extensive details on how to install OpenBSD 6.1 on your machine:
                    789:
                    790: <ul>
                    791: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/alpha/INSTALL.alpha">
1.20      tj        792:        .../OpenBSD/6.1/alpha/INSTALL.alpha</a>
1.1       deraadt   793: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/amd64/INSTALL.amd64">
1.20      tj        794:        .../OpenBSD/6.1/amd64/INSTALL.amd64</a>
1.54      jsg       795: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/arm64/INSTALL.arm64">
1.56      jsg       796:        .../OpenBSD/6.1/arm64/INSTALL.arm64</a>
1.1       deraadt   797: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/armv7/INSTALL.armv7">
                    798:        .../OpenBSD/6.1/armv7/INSTALL.armv7</a>
                    799: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/hppa/INSTALL.hppa">
                    800:        .../OpenBSD/6.1/hppa/INSTALL.hppa</a>
1.41      tb        801: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/i386/INSTALL.i386">
                    802:        .../OpenBSD/6.1/i386/INSTALL.i386</a>
1.1       deraadt   803: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/landisk/INSTALL.landisk">
                    804:        .../OpenBSD/6.1/landisk/INSTALL.landisk</a>
                    805: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/loongson/INSTALL.loongson">
                    806:        .../OpenBSD/6.1/loongson/INSTALL.loongson</a>
                    807: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/luna88k/INSTALL.luna88k">
                    808:        .../OpenBSD/6.1/luna88k/INSTALL.luna88k</a>
1.41      tb        809: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/macppc/INSTALL.macppc">
                    810:        .../OpenBSD/6.1/macppc/INSTALL.macppc</a>
1.1       deraadt   811: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/octeon/INSTALL.octeon">
                    812:        .../OpenBSD/6.1/octeon/INSTALL.octeon</a>
                    813: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/sgi/INSTALL.sgi">
                    814:        .../OpenBSD/6.1/sgi/INSTALL.sgi</a>
1.41      tb        815: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/sparc64/INSTALL.sparc64">
                    816:        .../OpenBSD/6.1/sparc64/INSTALL.sparc64</a>
1.1       deraadt   817: </ul>
                    818:
                    819: <hr>
                    820:
                    821: <p>
                    822: Quick installer information for people familiar with OpenBSD, and the use of
                    823: the "<a href="http://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    824: If you are at all confused when installing OpenBSD, read the relevant
                    825: INSTALL.* file as listed above!
                    826:
1.41      tb        827: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
1.1       deraadt   828:
                    829: <ul style="list-style-type: none">
                    830: <li>
1.41      tb        831: Write <i>floppy61.fs</i> or <i>floppyB61.fs</i> (depending on your machine)
                    832: to a diskette and enter <i>boot dva0</i>.
                    833: Refer to INSTALL.alpha for more details.
1.1       deraadt   834: <p>
                    835: <li>
1.41      tb        836: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    837: will most likely fail.
1.1       deraadt   838: </ul>
                    839:
                    840: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    841:
                    842: <ul style="list-style-type: none">
                    843: <li>
1.20      tj        844: If your machine can boot from CD, you can write <i>install61.iso</i> or
                    845: <i>cd61.iso</i> to a CD and boot from it.
                    846: You may need to adjust your BIOS options first.
1.1       deraadt   847: <p>
                    848: <li>
1.11      tb        849: If your machine can boot from USB, you can write <i>install61.fs</i> or
                    850: <i>miniroot61.fs</i> to a USB stick and boot from it.
1.1       deraadt   851: <p>
                    852: <li>
                    853: If you can't boot from a CD, floppy disk, or USB,
                    854: you can install across the network using PXE as described in the included
                    855: INSTALL.amd64 document.
                    856: <p>
                    857: <li>
                    858: If you are planning to dual boot OpenBSD with another OS, you will need to
                    859: read INSTALL.amd64.
1.54      jsg       860: </ul>
                    861:
                    862: <h3><font color="#e00000">OpenBSD/arm64:</font></h3>
                    863:
                    864: <ul style="list-style-type: none">
                    865: <li>
                    866: Write <i>miniroot61.fs</i> to a disk and boot from it after connecting
                    867: to the serial console.  Refer to INSTALL.arm64 for more details.
                    868: <p>
1.1       deraadt   869: </ul>
                    870:
1.41      tb        871: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
1.1       deraadt   872:
                    873: <ul style="list-style-type: none">
                    874: <li>
1.41      tb        875: Write a system specific miniroot to an SD card and boot from it after connecting
                    876: to the serial console.  Refer to INSTALL.armv7 for more details.
1.1       deraadt   877: <p>
                    878: </ul>
                    879:
1.41      tb        880: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
1.1       deraadt   881:
                    882: <ul style="list-style-type: none">
                    883: <li>
1.41      tb        884: Boot over the network by following the instructions in INSTALL.hppa or the
                    885: <a href="hppa.html#install">hppa platform page</a>.
1.1       deraadt   886: </ul>
                    887:
1.41      tb        888: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
1.1       deraadt   889:
                    890: <ul style="list-style-type: none">
                    891: <li>
1.41      tb        892: If your machine can boot from CD, you can write <i>install61.iso</i> or
                    893: <i>cd61.iso</i> to a CD and boot from it.
                    894: You may need to adjust your BIOS options first.
1.1       deraadt   895: <p>
                    896: <li>
1.41      tb        897: If your machine can boot from USB, you can write <i>install61.fs</i> or
                    898: <i>miniroot61.fs</i> to a USB stick and boot from it.
                    899: <p>
1.1       deraadt   900: <li>
1.41      tb        901: If you can't boot from a CD, floppy disk, or USB,
                    902: you can install across the network using PXE as described in
                    903: the included INSTALL.i386 document.
1.1       deraadt   904: <p>
                    905: <li>
1.41      tb        906: If you are planning on dual booting OpenBSD with another OS, you will need to
                    907: read INSTALL.i386.
1.1       deraadt   908: </ul>
                    909:
                    910: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    911:
                    912: <ul style="list-style-type: none">
                    913: <li>
1.11      tb        914: Write <i>miniroot61.fs</i> to the start of the CF
1.1       deraadt   915: or disk, and boot normally.
                    916: </ul>
                    917:
                    918: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    919:
                    920: <ul style="list-style-type: none">
                    921: <li>
1.11      tb        922: Write <i>miniroot61.fs</i> to a USB stick and boot bsd.rd from it
1.1       deraadt   923: or boot bsd.rd via tftp.
                    924: Refer to the instructions in INSTALL.loongson for more details.
                    925: </ul>
                    926:
                    927: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    928:
                    929: <ul style="list-style-type: none">
                    930: <li>
                    931: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    932: from the PROM, and then bsd.rd from the bootloader.
                    933: Refer to the instructions in INSTALL.luna88k for more details.
                    934: </ul>
                    935:
1.41      tb        936: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    937:
                    938: <ul style="list-style-type: none">
                    939: <li>
                    940: Burn the image from a mirror site to a CDROM, and power on your machine
                    941: while holding down the <i>C</i> key until the display turns on and
                    942: shows <i>OpenBSD/macppc boot</i>.
                    943: <p>
                    944: <li>
                    945: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    946: /6.1/macppc/bsd.rd</i>
                    947: </ul>
                    948:
1.1       deraadt   949: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    950:
                    951: <ul style="list-style-type: none">
                    952: <li>
                    953: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    954: Refer to the instructions in INSTALL.octeon for more details.
                    955: </ul>
                    956:
                    957: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    958:
                    959: <ul style="list-style-type: none">
                    960: <li>
1.11      tb        961: To install, burn cd61.iso on a CD-R, put it in the CD drive of your
1.1       deraadt   962: machine and select <i>Install System Software</i> from the System Maintenance
                    963: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    964: CD-ROM, and need a proper invocation from the PROM prompt.
                    965: Refer to the instructions in INSTALL.sgi for more details.
                    966:
                    967: <p>
                    968: <li>
                    969: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    970: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    971: system type. Refer to the instructions in INSTALL.sgi for more details.
1.41      tb        972: </ul>
                    973:
                    974: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    975:
                    976: <ul style="list-style-type: none">
                    977: <li>
                    978: Burn the image from a mirror site to a CDROM, boot from it, and type
                    979: <i>boot cdrom</i>.
                    980: <p>
                    981: <li>
                    982: If this doesn't work, or if you don't have a CDROM drive, you can write
                    983: <i>floppy61.fs</i> or <i>floppyB61.fs</i>
                    984: (depending on your machine) to a floppy and boot it with <i>boot
                    985: floppy</i>. Refer to INSTALL.sparc64 for details.
                    986: <p>
                    987: <li>
                    988: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    989: will most likely fail.
                    990: <p>
                    991: <li>
                    992: You can also write <i>miniroot61.fs</i> to the swap partition on
                    993: the disk and boot with <i>boot disk:b</i>.
                    994: <p>
                    995: <li>
                    996: If nothing works, you can boot over the network as described in INSTALL.sparc64.
1.1       deraadt   997: </ul>
                    998:
                    999: <hr>
                   1000:
                   1001: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                   1002:
1.11      tb       1003: If you already have an OpenBSD 6.0 system, and do not want to reinstall,
1.1       deraadt  1004: upgrade instructions and advice can be found in the
1.11      tb       1005: <a href="faq/upgrade61.html">Upgrade Guide</a>.
1.1       deraadt  1006: <p>
                   1007:
                   1008: <hr>
                   1009:
                   1010: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                   1011:
                   1012: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                   1013: This file contains everything you need except for the kernel sources,
                   1014: which are in a separate archive.
                   1015: To extract:
                   1016:
                   1017: <blockquote><pre>
                   1018: # <b>mkdir -p /usr/src</b>
                   1019: # <b>cd /usr/src</b>
                   1020: # <b>tar xvfz /tmp/src.tar.gz</b>
                   1021: </pre></blockquote>
                   1022:
                   1023: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                   1024: This file contains all the kernel sources you need to rebuild kernels.
                   1025: To extract:
                   1026:
                   1027: <blockquote><pre>
                   1028: # <b>mkdir -p /usr/src/sys</b>
                   1029: # <b>cd /usr/src</b>
                   1030: # <b>tar xvfz /tmp/sys.tar.gz</b>
                   1031: </pre></blockquote>
                   1032:
                   1033: Both of these trees are a regular CVS checkout.  Using these trees it
                   1034: is possible to get a head-start on using the anoncvs servers as
                   1035: described <a href="anoncvs.html">here</a>.
                   1036: Using these files
                   1037: results in a much faster initial CVS update than you could expect from
                   1038: a fresh checkout of the full OpenBSD source tree.
                   1039: <p>
                   1040:
                   1041: <hr>
                   1042:
                   1043: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                   1044:
                   1045: A ports tree archive is also provided.  To extract:
                   1046:
                   1047: <blockquote><pre>
                   1048: # <b>cd /usr</b>
                   1049: # <b>tar xvfz /tmp/ports.tar.gz</b>
                   1050: </pre></blockquote>
                   1051:
                   1052: Go read the <a href="faq/ports/index.html">ports</a> page
                   1053: if you know nothing about ports
                   1054: at this point.  This text is not a manual of how to use ports.
                   1055: Rather, it is a set of notes meant to kickstart the user on the
                   1056: OpenBSD ports system.
                   1057: <p>
                   1058: The <i>ports/</i> directory represents a CVS checkout of our ports.
                   1059: As with our complete source tree, our ports tree is available via
                   1060: <a href="anoncvs.html">AnonCVS</a>.
                   1061: So, in order to keep up to date with the <i>-stable</i> branch, you must make
                   1062: the <i>ports/</i> tree available on a read-write medium and update the tree
                   1063: with a command like:
                   1064:
                   1065: <blockquote><pre>
                   1066: # <b>cd /usr/ports</b>
                   1067: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_1</b>
                   1068: </pre></blockquote>
                   1069:
                   1070: [Of course, you must replace the server name here with a nearby anoncvs
                   1071: server.]
                   1072: <p>
                   1073: Note that most ports are available as packages on our mirrors. Updated
                   1074: ports for the 6.1 release will be made available if problems arise.
                   1075: <p>
                   1076: If you're interested in seeing a port added, would like to help out, or just
                   1077: would like to know more, the mailing list
                   1078: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                   1079: <p>
                   1080: </body>
                   1081: </html>