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

Annotation of www/61.html, Revision 1.50

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.14      schwarze   69:     <li>...
                     70:     <li>The following platforms were retired:
1.21      schwarze   71:         <a href="https://www.openbsd.org/armish.html">armish</a>,
1.14      schwarze   72:         <a href="https://www.openbsd.org/sparc.html">sparc</a>,
                     73:         <a href="https://www.openbsd.org/zaurus.html">zaurus</a>
1.1       deraadt    74:     <li>...
                     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.23      jsg        84:     <li>New <a href="http://man.openbsd.org/dwge.4">dwge(4)</a>
                     85:         driver for Designware GMAC 10/100/Gigabit Ethernet devices.
1.21      schwarze   86:     <li>New <a href="http://man.openbsd.org/loongson/htb.4">htb(4)</a>
                     87:         driver for Loongson 3A PCI host bridges.
                     88:     <li>New <a href="http://man.openbsd.org/hvn.4">hvn(4)</a>
                     89:         driver for Hyper-V networking interfaces.
                     90:     <li>New <a href="http://man.openbsd.org/hyperv.4">hyperv(4)</a>
                     91:         driver for the Hyper-V guest nexus device.
                     92:     <li>New <a href="http://man.openbsd.org/iatp.4">iatp(4)</a>
                     93:         driver for the Atmel maXTouch touchpad and touchscreen.
                     94:     <li>New <a href="http://man.openbsd.org/armv7/imxtemp.4">imxtemp(4)</a>
                     95:         driver for Freescale i.MX6 temperature sensors.
                     96:     <li>New <a href="http://man.openbsd.org/loongson/leioc.4">leioc(4)</a>
                     97:         driver for the Loongson 3A low-end IO controller.
                     98:     <li>New <a href="http://man.openbsd.org/octeon/octmmc.4">octmmc(4)</a>
1.4       visa       99:         driver for the OCTEON MMC host controller.
1.21      schwarze  100:     <li>New <a href="http://man.openbsd.org/armv7/ompinmux.4">ompinmux(4)</a>
                    101:         driver for OMAP pin multiplexing.
                    102:     <li>New <a href="http://man.openbsd.org/armv7/omwugen.4">omwugen(4)</a>
                    103:         driver for OMAP wake-up generators.
                    104:     <li>New <a href="http://man.openbsd.org/armv7/psci.4">psci(4)</a>
                    105:         driver for the ARM Power State Coordination Interface.
                    106:     <li>New <a href="http://man.openbsd.org/simplefb.4">simplefb(4)</a>
                    107:         driver for the simple frame buffer on systems
1.23      jsg       108:         using a device tree.
                    109:     <li>New <a href="http://man.openbsd.org/armv7/sximmc.4">sximmc(4)</a>
                    110:         driver for Allwinner A1X/A20 MMC/SD/SDIO controllers.
                    111:     <li>New <a href="http://man.openbsd.org/tpm.4">tpm(4)</a>
                    112:         driver for Trusted Platform Module devices.
1.21      schwarze  113:     <li>New <a href="http://man.openbsd.org/uwacom.4">uwacom(4)</a>
                    114:         driver for Wacom USB tablets.
                    115:     <li>New <a href="http://man.openbsd.org/vmmci.4">vmmci(4)</a>
                    116:         VMM control interface.
                    117:     <li>New <a href="http://man.openbsd.org/xbf.4">xbf(4)</a>
                    118:         driver for Xen Blkfront virtual disks.
                    119:     <li>New <a href="http://man.openbsd.org/luna88k/xp.4">xp(4)</a>
                    120:         driver for the LUNA-88K HD647180X I/O processor.
1.1       deraadt   121:     <li>...
                    122:     </ul>
                    123: <p>
                    124:
                    125: <li>IEEE 802.11 wireless stack improvements:
                    126:     <ul>
1.28      stsp      127:     <li>The <a href="http://man.openbsd.org/ral.4">ral(4)</a> driver
                    128:         now supports Ralink RT3900E (RT5390, RT3292) devices.
                    129:     <li>The <a href="http://man.openbsd.org/iwm.4">iwm(4)</a> and
                    130:         <a href="http://man.openbsd.org/iwn.4">iwn(4)</a> drivers
                    131:         now support the short guard interval (SGI) in 11n mode.
                    132:     <li>Added a new implementation of MiRa, a rate adapation algorithm
                    133:         designed for 802.11n.
                    134:     <li>The <a href="http://man.openbsd.org/iwm.4">iwm(4)</a> driver
                    135:         now supports 802.11n MIMO (MCS 0-15).
                    136:     <li>The <a href="http://man.openbsd.org/athn.4">athn(4)</a> driver
                    137:         now supports 802.11n, featuring MIMO (MCS 0-15) and hostap mode.
                    138:     <li>The <a href="http://man.openbsd.org/iwn.4">iwn(4)</a> driver
                    139:         now receives MIMO frames in monitor mode.
                    140:     <li>The <a href="http://man.openbsd.org/rtwn.4">rtwn(4)</a> and
                    141:         <a href="http://man.openbsd.org/urtwn.4">urtwn(4)</a> drivers
                    142:        now use AMRR rate adaptation (8188EU and 8188CE devices only).
                    143:     <li>TKIP/WPA1 was disabled by default because of inherent weaknesses
                    144:         in this protocol.
1.1       deraadt   145:     </ul>
                    146: <p>
                    147:
                    148: <li>Generic network stack improvements:
                    149:     <ul>
1.14      schwarze  150:     <li>New <a href="http://man.openbsd.org/switch.4">switch(4)</a>
                    151:         pseudo-device together with new
                    152:         <a href="http://man.openbsd.org/switchd.8">switchd(8)</a> and
                    153:         <a href="http://man.openbsd.org/switchctl.8">switchctl(8)</a>
                    154:         programs.
1.21      schwarze  155:     <li>New <a href="http://man.openbsd.org/mobileip.4">mobileip(4)</a>
                    156:         operation mode for the
                    157:         <a href="http://man.openbsd.org/gre.4">gre(4)</a>
                    158:         pseudo-device.
                    159:     <li>Multipoint-to-multipoint mode in
                    160:         <a href="http://man.openbsd.org/vxlan.4">vxlan(4)</a>.
1.18      bluhm     161:     <li><a href="http://man.openbsd.org/route.8">route(8)</a>
                    162:        and netstat -r display all routing flags correctly and they
                    163:        are completely documented in the
                    164:        <a href="http://man.openbsd.org/netstat.1">netstat(1)</a>
                    165:        man page.
                    166:     <li>When sending TCP streams they are locally stored in large
                    167:        mbuf clusters to improve memory management.
                    168:        The maximum TCP send and receive buffer size has been
                    169:        increased from 256MB to 2GB.
                    170:        Note that this results in a different
                    171:        <a href="http://man.openbsd.org/pf.4">pf(4)</a>
                    172:        OS fingerprint for OpenBSD.
                    173:        The default limit for mbuf clusters has been increased.
                    174:        You can check the values with
                    175:        <a href="http://man.openbsd.org/netstat.1">netstat(1)</a>
                    176:        -m and adjust them with
                    177:        <a href="http://man.openbsd.org/sysctl.8">sysctl(8)</a>
                    178:        kern.maxclusters.
                    179:     <li>Make the TCP_NOPUSH flag work for
                    180:        <a href="http://man.openbsd.org/listen.2">listen(2)</a>
                    181:        sockets.
                    182:        It is inherited by the socket returned from
                    183:        <a href="http://man.openbsd.org/accept.2">accept(2)</a>.
                    184:     <li>A lot of code has been removed or simplified to make the
                    185:        transition to multi-processor easier.
                    186:        Redesign the interrupt and multi-processor locks in the
                    187:        network stack.
                    188:     <li>When passing packets from the network stack to the
                    189:        interface layer, make sure that they have no pointers to
                    190:        <a href="http://man.openbsd.org/pf.4">pf(4)</a>
                    191:        which could result in a memory free operation at the wrong
                    192:        protection level.
                    193:     <li>Fix checksum calculation in
                    194:        <a href="http://man.openbsd.org/pf.4">pf(4)</a>
                    195:        af-to ICMP packet conversions.
                    196:        Simplify af-to processing in and fix path MTU discovery in
                    197:        some corner cases.
                    198:     <li>Improve IPv6 fragment processing.
                    199:        Drop empty atomic fragments early.
                    200:        Be more paranoid when IPv6 hop-by-hop headers appear after
                    201:        fragment headers.
                    202:        Follow RFC 5722 "Handling of Overlapping IPv6 Fragments"
                    203:        more strictly in
                    204:        <a href="http://man.openbsd.org/pf.4">pf(4)</a>.
                    205:        RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates
                    206:        generating atomic fragments, so do not send them anymore.
                    207:     <li>Depending on the addresses,
                    208:        <a href="http://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>
                    209:        may automatically group SA bundles together.
                    210:        To make clear what is going on, the kernel provides this
                    211:        information and ipsecctl -s sa prints IPsec SA bundles.
1.1       deraadt   212:     <li>...
                    213:     </ul>
                    214: <p>
                    215:
                    216: <li>Installer improvements:
                    217:     <ul>
1.45      tj        218:     <li>The installer now uses privilege separation for fetching and
                    219:         verifying the install sets.
                    220:     <li>Install sets are now fetched over an HTTPS connection by default
                    221:         when using a <a href="ftp.html">mirror</a> that supports it.
1.50    ! krw       222:     <li>The installer now considers all of the DHCP information in filename,
        !           223:        bootfile-name, server-name, tftp-server-name, and next-server when
        !           224:        attempting to do automatic installs or upgrades.
        !           225:     <li>The installer no longer adds a route to an alias IP via 127.0.0.1, due
        !           226:        to improvements in the kernel routing components.
1.1       deraadt   227:     <li>...
                    228:     </ul>
                    229: <p>
                    230:
                    231: <li>Routing daemons and other userland network improvements:
                    232:     <ul>
1.10      florian   233:     <li><a href="http://man.openbsd.org/ping.8">ping(8)</a> and
                    234:         <a href="http://man.openbsd.org/ping6.8">ping6(8)</a> are now the same
                    235:         binary and share the engine.
1.15      jca       236:     <li><a href="http://man.openbsd.org/ripd.8">ripd(8)</a> now supports
                    237:         p2p links with addresses in different subnets.
1.17      jca       238:     <li>UDP speakers can specify an IPv4 source address using
                    239:         <tt>IP_SENDSRCADDR</tt>.
                    240:         <a href="http://man.openbsd.org/iked.8">iked(8)</a>
                    241:         and <a href="http://man.openbsd.org/snmpd.8">snmpd(8)</a> now
                    242:         use the proper source address when sending replies.
                    243:     <li><a href="http://man.openbsd.org/snmpd.8">snmpd(8)</a> now
                    244:         supports multiple listening sockets.
1.15      jca       245:     <li><a href="http://man.openbsd.org/ospfd.8">ospfd(8)</a> and
                    246:         <a href="http://man.openbsd.org/ospf6d.8">ospf6d(8)</a> now cope
                    247:         with interface MTU change at runtime.
1.44      sthen     248:     <li><a href="http://man.openbsd.org/bgpd.8">bgpd(8)</a> now supports
                    249:         BGP Large Communities
                    250:         (<a href="https://www.rfc-editor.org/rfc/rfc8092.txt">RFC 8092</a>).
                    251:     <li><a href="http://man.openbsd.org/bgpd.8">bgpd(8)</a> now supports
                    252:         BGP Administrative Shutdown Communication
                    253:         (<a href="https://www.ietf.org/id/draft-ietf-idr-shutdown.txt">draft-ietf-idr-shutdown</a>).
1.1       deraadt   254:     <li>...
                    255:     </ul>
                    256: <p>
                    257:
                    258: <li>Security improvements:
                    259:     <ul>
1.3       visa      260:     <li>Enforcement of userland W^X on OCTEON Plus and later.
1.32      guenther  261:     <li>All shared libraries, all dynamic and static-PIE executables, and
                    262:        <a href="http://man.openbsd.org/ld.so.1">ld.so(1)</a> itself use
1.29      guenther  263:        the RELRO ("read-only after relocation") design such that
1.32      guenther  264:        more of the initial data is protected as read-only.
1.3       visa      265:     <li>The size of user virtual address space has been increased
                    266:         from 2GB to 1TB on mips64.
1.21      schwarze  267:     <li>PIE and -static -pie on arm (XXX someone please explain this better).
1.17      jca       268:     <li><a href="http://man.openbsd.org/route6d.8">route6d(8)</a> now
                    269:         runs with fewer privileges.
1.18      bluhm     270:     <li>For incoming TLS connections
                    271:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    272:        can validate client certificates with a given CA file.
1.24      tb        273:     <li>The privileged parent process of
1.18      bluhm     274:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    275:        calls
                    276:        <a href="http://man.openbsd.org/execve.2">exec(2)</a>
                    277:        to reshuffle its random memory layout.
1.21      schwarze  278:     <li>New function
                    279:         <a href="http://man.openbsd.org/recallocarray.3">recallocarray(3)</a>
                    280:         to reduce the risk of incorrect clearing of memory before and after
1.27      schwarze  281:         <a href="http://man.openbsd.org/reallocarray.3">reallocarray(3)</a>.
1.31      guenther  282:     <li><a href="http://man.openbsd.org/sha2.3">SHA512_256</a> family
1.30      guenther  283:        of functions added to libc.
1.34      guenther  284:     <li>arm added to the list of archs where the
1.30      guenther  285:        <a href="http://man.openbsd.org/setjmp.3">setjmp(3)</a>
                    286:        family of functions apply XOR cookies to stack and return-address
1.34      guenther  287:        values in the jmpbuf.
1.30      guenther  288:     <li><a href="http://man.openbsd.org/printf.3">printf(3)</a> family
                    289:         of formatting functions now report to syslog when the %s
                    290:         format is used with a NULL pointer.
1.36      otto      291:     <li>Heap buffer overflow detection has been improved when the C
1.37      otto      292:        <a href="http://man.openbsd.org/malloc.3">malloc(3)</a> option is used.
                    293:        The existing S option now includes C.
1.33      guenther  294:     <li>Support for permitting non-root users to
                    295:        <a href="http://man.openbsd.org/mount.8">mount(8)</a> filesystems
                    296:        has been removed.
1.1       deraadt   297:     <li>...
                    298:     </ul>
                    299: <p>
                    300:
1.49      krw       301: <li><a href="http://man.openbsd.org/dhclient.8">dhclient(8)</a>/
                    302:     <a href="http://man.openbsd.org/dhcpd.8">dhcpd(8)</a>/
                    303:     <a href="http://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a> improvements:
                    304:     <ul>
                    305:     <li>Add DHO_BOOTFILE_NAME and DHO_TFTP_SERVER to the options requested by default.
                    306:     <li>Add support for RFC 6842 (Client Identifier Option in DHCP Server Replies).
                    307:     <li>Stop leaking option data received on the udp socket.
                    308:     <li>Stop pretending we use RFC 3046/Option 82/Relay Agent Information.
                    309:     <li>Stop recording ignored DHO_ROUTERS and DHO_STATIC_ROUTES options in the effective lease.
                    310:     <li>Use only leases from no SSID or the current SSID when restarting.
                    311:     <li>Reduce default values for various timeouts to something more
                    312:            appropriate to modern networks.
                    313:     <li>Fix issues with redundant dhcpd servers and CARP'd interfaces.
                    314:     <li>Switch to standard logging functions
                    315:     </ul>
                    316:
                    317: <p>
1.38      mlarkin   318: <li><a href="http://man.openbsd.org/amd64/vmm.4">vmm(4)</a>/
                    319:     <a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a> improvements:
                    320:     <ul>
                    321:     <li>Support for i386 hosts
                    322:     <li>Support for AMD SVM hosts (i386/amd64)
                    323:     <li>Better interrupt handling and legacy device emulation
                    324:     <li><a href="http://man.openbsd.org/amd64/vmm.4">vmm(4)</a> no longer
                    325:         requires VMX unrestricted guest capability (Nehalem and later CPUs
                    326:         are sufficient)
                    327:     <li>Removed bounce buffers prevoiusly used by
                    328:         <a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a> for
1.44      sthen     329:         <a href="http://man.openbsd.org/vio.4">vio(4)</a> and
1.38      mlarkin   330:         <a href="http://man.openbsd.org/vioblk.4">vioblk(4)</a> devices.
                    331:     <li>Support VMs with &gt; 2GB RAM
                    332:     <li><a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a> now uses
                    333:         fork+exec model
                    334:     <li>More
                    335:         <a href="http://man.openbsd.org/pledge.2">pledge(2)</a> usage across
                    336:         <a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a>
                    337:     <li><a href="http://man.openbsd.org/amd64/vm.conf.5">vm.conf(5)</a>
                    338:         expanded to include VM ownership rules (uid/gid)
                    339:     <li><a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a> support for
                    340:         basic boot&gt; options (eg, "-s" for single user mode)
                    341:     <li><a href="http://man.openbsd.org/amd64/vmd.8">vmd(8)</a>/
                    342:         <a href="http://man.openbsd.org/amd64/vm.conf.5">vm.conf(5)</a> now
                    343:         supports automatic
                    344:         <a href="http://man.openbsd.org/bridge.4">bridge(4)</a> and
                    345:         <a href="http://man.openbsd.org/switch.4">switch(4)</a> configuration
                    346:         for VM network interfaces
                    347:     <li><a href="http://man.openbsd.org/amd64/vmctl.8">vmctl(8)</a> supports
                    348:         graceful VM shutdown via
                    349:         <a href="http://man.openbsd.org/amd64/vmmci.4">vmmci(4)</a>
                    350:     </ul>
                    351: <p>
1.44      sthen     352:
1.1       deraadt   353: <li>Assorted improvements:
                    354:     <ul>
1.46      tj        355:     <li>New <a href="http://man.openbsd.org/syspatch.8">syspatch(8)</a>
                    356:         utility for security and reliability binary updates to the base
                    357:         system.
1.24      tb        358:     <li><a href="http://man.openbsd.org/acme-client.1">acme-client(1)</a>, a
                    359:         privilege separated Automatic Certificate Management Environment
1.9       florian   360:         (ACME) client written by Kristaps Dzonsons has been imported.
1.14      schwarze  361:     <li>New, simplified
                    362:         <a href="http://man.openbsd.org/xenodm.1">xenodm(1)</a>
                    363:         X11 display manager forked from
                    364:         <a href="http://man.openbsd.org/OpenBSD-6.0/xdm.1">xdm(1)</a>.
1.13      schwarze  365:     <li>Unicode version 8 character properties in the C library.
                    366:     <li>Partial UTF-8 line editing support for
                    367:         <a href="http://man.openbsd.org/ksh.1">ksh(1)</a> Vi input mode.
                    368:     <li>UTF-8 support in
                    369:         <a href="http://man.openbsd.org/column.1">column(1)</a>.
1.35      otto      370:     <li>The performance and concurrency of the
                    371:        <a href="http://man.openbsd.org/malloc.3">malloc(3)</a> family
                    372:        in multi-threaded processes has been improved.
1.17      jca       373:     <li>Estonian keyboard support.
                    374:     <li><a href="http://man.openbsd.org/read.2">read(2)</a> on
                    375:         directories now fails instead of returning 0.
                    376:     <li>Support for the <tt>RES_USE_EDNS0</tt> and <tt>RES_USE_DNSSEC</tt>
                    377:         flags has been added to the
                    378:         <a href="http://man.openbsd.org/resolver.3">resolver(3)</a>
                    379:         implementation.
1.18      bluhm     380:     <li><a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    381:        limits the socket buffer for TCP an TLS connections to 64K
                    382:        to avoid wasting kernel memory.
                    383:     <li><a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    384:        supports the option -Z to print the timestamp in RFC 5424
                    385:        ISO format.
                    386:        This logs everything in UTC including the year, timezone
                    387:        and fractions of seconds.
                    388:        The default is still RFC 3164 BSD syslog time format.
                    389:     <li>The
                    390:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    391:        options -a, -T, and -U can be given more than once to specify
                    392:        multiple input sources.
                    393:     <li>Improve the
                    394:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    395:        output and diagnostics in case the klog buffer
                    396:        overflows.
                    397:     <li>Make SIGHUP handling in
                    398:        <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    399:        more reliable.
                    400:     <li>An NMI sends the amd64 kernel into
                    401:        <a href="http://man.openbsd.org/ddb.4">ddb(4)</a>
                    402:        more reliably.
1.32      guenther  403:     <li><a href="http://man.openbsd.org/ld.so.1">ld.so(1)</a> now
                    404:        supports the DT_PREINITARRAY, DT_INITARRAY, DT_FINIARRAY, DT_FLAGS,
                    405:        and DT_RUNPATH dynamic tags.
1.33      guenther  406:     <li><a href="http://man.openbsd.org/kdump.1">kdump(1)</a>
1.44      sthen     407:        now dumps the fds returned by
1.33      guenther  408:        <a href="http://man.openbsd.org/pipe.2">pipe(2)</a> and
                    409:        <a href="http://man.openbsd.org/socketpair.2">socketpair(2)</a>.
                    410:     <li>Added support to <a href="http://man.openbsd.org/doas.1">doas(1)</a>
                    411:        for session-locked persistent authentication.
1.34      guenther  412:     <li>Use a hardware register for the thread pointer on arm for improved
                    413:        performance in multi-threaded processes.
1.43      visa      414:     <li>SGI boot blocks now consult the OpenBSD
                    415:        <a href="http://man.openbsd.org/disklabel.5">disklabel(5)</a>
                    416:        to locate the root filesystem.
                    417:        This reduces constraints on disk partitioning.
                    418:     <li><a href="http://man.openbsd.org/iec.4">iec(4)</a>
                    419:        no longer hangs when its transmit ring gets full.
                    420:     <li><a href="http://man.openbsd.org/sq.4">sq(4)</a>
                    421:        has been fixed to accept broadcast frames in non-promiscuous mode
                    422:        when no IP address is configured.
                    423:        This lets the interface work with DHCP.
                    424:     <li>Multiprocessor-safe PCI interrupt handlers are run
                    425:        without the kernel lock on OpenBSD/sgi.
1.50    ! krw       426:     <li><a href="http://man.openbsd.org/fdisk.8">fdisk(8)</a> now unconditionally
        !           427:        sets the size of the protective MBR's EFI GPT partition to UINT32_MAX.
        !           428:     <li><a href="http://man.openbsd.org/fdisk.8">fdisk(8)</a> now respects the
        !           429:        current MBR or GPT format when initializing a disk.
        !           430:     <li><a href="http://man.openbsd.org/softraid.4">softraid(4)</a> now uses
        !           431:            sufficient parallel i/o's to efficiently rebuild RAID5 volumes.
        !           432:     <li><a href="http://man.openbsd.org/asr_run.3">asr</a> now accepts UDP
        !           433:            packets of up to 4096 bytes to account for broken DNS servers.
        !           434:     <li><a href="http://man.openbsd.org/umass.4">umass(4)</a> no longer assumes
        !           435:            that ATAPI or UFI devices have only 1 LUN.
        !           436:     <li><a href="http://man.openbsd.org/scsi.4">scsi(4)</a> now correctly
        !           437:            detects end of tape on LTO5 devices.
1.1       deraadt   438:     <li>...
                    439:     </ul>
                    440: <p>
                    441:
                    442: <li>OpenSMTPD 6.0.0
                    443:     <ul>
                    444:     <li>...
                    445:     </ul>
                    446: <p>
                    447:
1.12      matthieu  448: <li>OpenSSH 7.4
1.1       deraadt   449:     <ul>
                    450:     <li>...
                    451:     </ul>
                    452: <p>
                    453:
1.12      matthieu  454: <li>LibreSSL 2.5.1
1.1       deraadt   455:     <ul>
                    456:     <li>...
                    457:     </ul>
                    458: <p>
                    459:
1.13      schwarze  460: <li>mandoc 1.14.1
                    461:     <ul>
                    462:     <li>New <a href="http://man.openbsd.org/mandoc.db.5">mandoc.db(5)</a>
                    463:         file format: <a href="http://man.openbsd.org/man.1">man(1)</a>,
                    464:         <a href="http://man.openbsd.org/apropos.1">apropos(1)</a>, and
                    465:         <a href="http://man.openbsd.org/makewhatis.8">makewhatis(8)</a>
                    466:         no longer need SQLite3.
                    467:     <li>Much improved HTML output and CSS.
                    468:     <li>In <a href="http://man.openbsd.org/man.1">man(1)</a>, internal
                    469:         searching with <a href="http://man.openbsd.org/less.1">less(1)</a>
                    470:         <code>:t</code> has been improved.
1.25      schwarze  471:     <li>New <a href="http://man.openbsd.org/mandoc.1">mandoc(1)</a>
                    472:         <code>-mdoc -T markdown</code> output mode
                    473:         (already a post-1.14.1 feature).
1.13      schwarze  474:     </ul>
                    475: <p>
                    476:
1.1       deraadt   477: <li>Ports and packages:
                    478:     <dl>
                    479:     <dt>...
                    480:     </dl>
                    481:     <dl>
                    482:     <dt>Many pre-built packages for each architecture:
                    483:     </dl>
                    484:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    485:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    486:     <tr>
                    487:     <td valign="top" width="25%">
                    488:     <ul>
                    489:       <li>alpha:      XXXX
                    490:       <li>amd64:      XXXX
1.22      jsg       491:       <li>arm:        XXXX
1.1       deraadt   492:     </ul></td><td valign=top width="25%"><ul>
                    493:       <li>hppa:       XXXX
                    494:       <li>i386:       XXXX
                    495:       <li>mips64:     XXXX
                    496:     </ul></td><td valign=top width="25%"><ul>
                    497:       <li>mips64el:   XXXX
                    498:       <li>powerpc:    XXXX
                    499:       <li>sparc64:    XXXX
                    500:     </ul></td></tr></table>
                    501:     <p>
                    502:
                    503:     <dl>
                    504:     <dt>Some highlights:
                    505:     </dl>
                    506:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    507:     <tr>
                    508:     <td valign="top" width="50%"><ul>
1.39      jsg       509:        <li>AFL 2.39b
1.47      jsg       510:        <li>Chromium 57.0.2987.110
1.26      lteo      511:        <li>Emacs 21.4 and 25.1
                    512:        <li>GCC 4.9.4
1.1       deraadt   513:        <li>GHC 7.10.3
1.12      matthieu  514:        <li>Gimp 2.8.18
1.26      lteo      515:        <li>GNOME 3.22.2
1.12      matthieu  516:        <li>Go 1.8
1.1       deraadt   517:        <li>Groff 1.22.3
1.12      matthieu  518:        <li>JDK 7u80 and 8u121
1.1       deraadt   519:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)
1.39      jsg       520:        <li>LLVM/Clang 4.0.0
1.12      matthieu  521:        <li>LibreOffice 5.2.4.2
                    522:        <li>Lua 5.1.5, 5.2.4, and 5.3.4
1.40      sthen     523:        <li>MariaDB 10.0.30
1.12      matthieu  524:        <li>Mono 4.6.2.6
1.26      lteo      525:        <li>Mozilla Firefox 52.0esr and 52.0
                    526:        <li>Mozilla Thunderbird 45.8.0
1.1       deraadt   527:     </ul></td><td valign=top width="50%"><ul>
1.12      matthieu  528:        <li>Mutt 1.8.0
                    529:        <li>Node.js 6.10.0
1.26      lteo      530:        <li>Ocaml 4.03.0
1.1       deraadt   531:        <li>OpenLDAP 2.3.43 and 2.4.44
1.12      matthieu  532:        <li>PHP 5.5.38, 5.6.30, and 7.0.16
                    533:        <li>Postfix 3.2.0 and 3.3-20170218
                    534:        <li>PostgreSQL 9.6.2
                    535:        <li>Python 2.7.13, 3.4.5, 3.5.2 and 3.6.0
1.42      tb        536:        <li>R 3.3.3
1.12      matthieu  537:        <li>Ruby 1.8.7.374, 2.1.9, 2.2.6, 2.3.3 and 2.4.0
1.48      danj      538:        <li>Rust 1.16.0
1.1       deraadt   539:        <li>Sendmail 8.15.2
1.13      schwarze  540:        <li>SQLite3 3.17.0
1.12      matthieu  541:        <li>Sudo 1.8.19.2
1.1       deraadt   542:        <li>Tcl/Tk 8.5.18 and 8.6.4
                    543:        <li>TeX Live 2015
1.12      matthieu  544:        <li>Vim 8.0.0388
1.1       deraadt   545:        <li>Xfce 4.12
                    546:     </ul></td></tr></table>
                    547: <p>
                    548:
                    549: <li>As usual, steady improvements in manual pages and other documentation.
                    550: <p>
                    551:
                    552: <li>The system includes the following major components from outside suppliers:
                    553:     <ul>
                    554:     <li>Xenocara (based on X.Org 7.7 with xserver 1.18.3 + patches,
1.47      jsg       555:       freetype 2.7.1, fontconfig 2.12.1, Mesa 13.0.6, xterm 327,
1.12      matthieu  556:       xkeyboard-config 2.20 and more)
1.1       deraadt   557:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.8       florian   558:     <li>Perl 5.24.1 (+ patches)
1.6       florian   559:     <li>NSD 4.1.15
                    560:     <li>Unbound 1.6.1
1.1       deraadt   561:     <li>Ncurses 5.7
                    562:     <li>Binutils 2.17 (+ patches)
                    563:     <li>Gdb 6.3 (+ patches)
                    564:     <li>Awk Aug 10, 2011 version
                    565:     <li>Expat 2.1.1
                    566:     </ul>
                    567: </ul>
                    568:
                    569: <hr>
                    570:
                    571: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    572:
1.20      tj        573: Please refer to the following files on the mirror site for
1.1       deraadt   574: extensive details on how to install OpenBSD 6.1 on your machine:
                    575:
                    576: <ul>
                    577: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/alpha/INSTALL.alpha">
1.20      tj        578:        .../OpenBSD/6.1/alpha/INSTALL.alpha</a>
1.1       deraadt   579: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/amd64/INSTALL.amd64">
1.20      tj        580:        .../OpenBSD/6.1/amd64/INSTALL.amd64</a>
1.1       deraadt   581: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/armv7/INSTALL.armv7">
                    582:        .../OpenBSD/6.1/armv7/INSTALL.armv7</a>
                    583: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/hppa/INSTALL.hppa">
                    584:        .../OpenBSD/6.1/hppa/INSTALL.hppa</a>
1.41      tb        585: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/i386/INSTALL.i386">
                    586:        .../OpenBSD/6.1/i386/INSTALL.i386</a>
1.1       deraadt   587: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/landisk/INSTALL.landisk">
                    588:        .../OpenBSD/6.1/landisk/INSTALL.landisk</a>
                    589: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/loongson/INSTALL.loongson">
                    590:        .../OpenBSD/6.1/loongson/INSTALL.loongson</a>
                    591: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/luna88k/INSTALL.luna88k">
                    592:        .../OpenBSD/6.1/luna88k/INSTALL.luna88k</a>
1.41      tb        593: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/macppc/INSTALL.macppc">
                    594:        .../OpenBSD/6.1/macppc/INSTALL.macppc</a>
1.1       deraadt   595: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/octeon/INSTALL.octeon">
                    596:        .../OpenBSD/6.1/octeon/INSTALL.octeon</a>
                    597: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/sgi/INSTALL.sgi">
                    598:        .../OpenBSD/6.1/sgi/INSTALL.sgi</a>
1.41      tb        599: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.1/sparc64/INSTALL.sparc64">
                    600:        .../OpenBSD/6.1/sparc64/INSTALL.sparc64</a>
1.1       deraadt   601: </ul>
                    602:
                    603: <hr>
                    604:
                    605: <p>
                    606: Quick installer information for people familiar with OpenBSD, and the use of
                    607: the "<a href="http://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    608: If you are at all confused when installing OpenBSD, read the relevant
                    609: INSTALL.* file as listed above!
                    610:
1.41      tb        611: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
1.1       deraadt   612:
                    613: <ul style="list-style-type: none">
                    614: <li>
1.41      tb        615: Write <i>floppy61.fs</i> or <i>floppyB61.fs</i> (depending on your machine)
                    616: to a diskette and enter <i>boot dva0</i>.
                    617: Refer to INSTALL.alpha for more details.
1.1       deraadt   618: <p>
                    619: <li>
1.41      tb        620: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    621: will most likely fail.
1.1       deraadt   622: </ul>
                    623:
                    624: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    625:
                    626: <ul style="list-style-type: none">
                    627: <li>
1.20      tj        628: If your machine can boot from CD, you can write <i>install61.iso</i> or
                    629: <i>cd61.iso</i> to a CD and boot from it.
                    630: You may need to adjust your BIOS options first.
1.1       deraadt   631: <p>
                    632: <li>
1.11      tb        633: If your machine can boot from USB, you can write <i>install61.fs</i> or
                    634: <i>miniroot61.fs</i> to a USB stick and boot from it.
1.1       deraadt   635: <p>
                    636: <li>
                    637: If you can't boot from a CD, floppy disk, or USB,
                    638: you can install across the network using PXE as described in the included
                    639: INSTALL.amd64 document.
                    640: <p>
                    641: <li>
                    642: If you are planning to dual boot OpenBSD with another OS, you will need to
                    643: read INSTALL.amd64.
                    644: </ul>
                    645:
1.41      tb        646: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
1.1       deraadt   647:
                    648: <ul style="list-style-type: none">
                    649: <li>
1.41      tb        650: Write a system specific miniroot to an SD card and boot from it after connecting
                    651: to the serial console.  Refer to INSTALL.armv7 for more details.
1.1       deraadt   652: <p>
                    653: </ul>
                    654:
1.41      tb        655: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
1.1       deraadt   656:
                    657: <ul style="list-style-type: none">
                    658: <li>
1.41      tb        659: Boot over the network by following the instructions in INSTALL.hppa or the
                    660: <a href="hppa.html#install">hppa platform page</a>.
1.1       deraadt   661: </ul>
                    662:
1.41      tb        663: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
1.1       deraadt   664:
                    665: <ul style="list-style-type: none">
                    666: <li>
1.41      tb        667: If your machine can boot from CD, you can write <i>install61.iso</i> or
                    668: <i>cd61.iso</i> to a CD and boot from it.
                    669: You may need to adjust your BIOS options first.
1.1       deraadt   670: <p>
                    671: <li>
1.41      tb        672: If your machine can boot from USB, you can write <i>install61.fs</i> or
                    673: <i>miniroot61.fs</i> to a USB stick and boot from it.
                    674: <p>
1.1       deraadt   675: <li>
1.41      tb        676: If you can't boot from a CD, floppy disk, or USB,
                    677: you can install across the network using PXE as described in
                    678: the included INSTALL.i386 document.
1.1       deraadt   679: <p>
                    680: <li>
1.41      tb        681: If you are planning on dual booting OpenBSD with another OS, you will need to
                    682: read INSTALL.i386.
1.1       deraadt   683: </ul>
                    684:
                    685: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    686:
                    687: <ul style="list-style-type: none">
                    688: <li>
1.11      tb        689: Write <i>miniroot61.fs</i> to the start of the CF
1.1       deraadt   690: or disk, and boot normally.
                    691: </ul>
                    692:
                    693: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    694:
                    695: <ul style="list-style-type: none">
                    696: <li>
1.11      tb        697: Write <i>miniroot61.fs</i> to a USB stick and boot bsd.rd from it
1.1       deraadt   698: or boot bsd.rd via tftp.
                    699: Refer to the instructions in INSTALL.loongson for more details.
                    700: </ul>
                    701:
                    702: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    703:
                    704: <ul style="list-style-type: none">
                    705: <li>
                    706: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    707: from the PROM, and then bsd.rd from the bootloader.
                    708: Refer to the instructions in INSTALL.luna88k for more details.
                    709: </ul>
                    710:
1.41      tb        711: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    712:
                    713: <ul style="list-style-type: none">
                    714: <li>
                    715: Burn the image from a mirror site to a CDROM, and power on your machine
                    716: while holding down the <i>C</i> key until the display turns on and
                    717: shows <i>OpenBSD/macppc boot</i>.
                    718: <p>
                    719: <li>
                    720: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    721: /6.1/macppc/bsd.rd</i>
                    722: </ul>
                    723:
1.1       deraadt   724: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    725:
                    726: <ul style="list-style-type: none">
                    727: <li>
                    728: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    729: Refer to the instructions in INSTALL.octeon for more details.
                    730: </ul>
                    731:
                    732: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    733:
                    734: <ul style="list-style-type: none">
                    735: <li>
1.11      tb        736: To install, burn cd61.iso on a CD-R, put it in the CD drive of your
1.1       deraadt   737: machine and select <i>Install System Software</i> from the System Maintenance
                    738: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    739: CD-ROM, and need a proper invocation from the PROM prompt.
                    740: Refer to the instructions in INSTALL.sgi for more details.
                    741:
                    742: <p>
                    743: <li>
                    744: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    745: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    746: system type. Refer to the instructions in INSTALL.sgi for more details.
1.41      tb        747: </ul>
                    748:
                    749: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    750:
                    751: <ul style="list-style-type: none">
                    752: <li>
                    753: Burn the image from a mirror site to a CDROM, boot from it, and type
                    754: <i>boot cdrom</i>.
                    755: <p>
                    756: <li>
                    757: If this doesn't work, or if you don't have a CDROM drive, you can write
                    758: <i>floppy61.fs</i> or <i>floppyB61.fs</i>
                    759: (depending on your machine) to a floppy and boot it with <i>boot
                    760: floppy</i>. Refer to INSTALL.sparc64 for details.
                    761: <p>
                    762: <li>
                    763: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    764: will most likely fail.
                    765: <p>
                    766: <li>
                    767: You can also write <i>miniroot61.fs</i> to the swap partition on
                    768: the disk and boot with <i>boot disk:b</i>.
                    769: <p>
                    770: <li>
                    771: If nothing works, you can boot over the network as described in INSTALL.sparc64.
1.1       deraadt   772: </ul>
                    773:
                    774: <hr>
                    775:
                    776: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    777:
1.11      tb        778: If you already have an OpenBSD 6.0 system, and do not want to reinstall,
1.1       deraadt   779: upgrade instructions and advice can be found in the
1.11      tb        780: <a href="faq/upgrade61.html">Upgrade Guide</a>.
1.1       deraadt   781: <p>
                    782:
                    783: <hr>
                    784:
                    785: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    786:
                    787: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    788: This file contains everything you need except for the kernel sources,
                    789: which are in a separate archive.
                    790: To extract:
                    791:
                    792: <blockquote><pre>
                    793: # <b>mkdir -p /usr/src</b>
                    794: # <b>cd /usr/src</b>
                    795: # <b>tar xvfz /tmp/src.tar.gz</b>
                    796: </pre></blockquote>
                    797:
                    798: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                    799: This file contains all the kernel sources you need to rebuild kernels.
                    800: To extract:
                    801:
                    802: <blockquote><pre>
                    803: # <b>mkdir -p /usr/src/sys</b>
                    804: # <b>cd /usr/src</b>
                    805: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    806: </pre></blockquote>
                    807:
                    808: Both of these trees are a regular CVS checkout.  Using these trees it
                    809: is possible to get a head-start on using the anoncvs servers as
                    810: described <a href="anoncvs.html">here</a>.
                    811: Using these files
                    812: results in a much faster initial CVS update than you could expect from
                    813: a fresh checkout of the full OpenBSD source tree.
                    814: <p>
                    815:
                    816: <hr>
                    817:
                    818: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    819:
                    820: A ports tree archive is also provided.  To extract:
                    821:
                    822: <blockquote><pre>
                    823: # <b>cd /usr</b>
                    824: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    825: </pre></blockquote>
                    826:
                    827: Go read the <a href="faq/ports/index.html">ports</a> page
                    828: if you know nothing about ports
                    829: at this point.  This text is not a manual of how to use ports.
                    830: Rather, it is a set of notes meant to kickstart the user on the
                    831: OpenBSD ports system.
                    832: <p>
                    833: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    834: As with our complete source tree, our ports tree is available via
                    835: <a href="anoncvs.html">AnonCVS</a>.
                    836: So, in order to keep up to date with the <i>-stable</i> branch, you must make
                    837: the <i>ports/</i> tree available on a read-write medium and update the tree
                    838: with a command like:
                    839:
                    840: <blockquote><pre>
                    841: # <b>cd /usr/ports</b>
                    842: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_1</b>
                    843: </pre></blockquote>
                    844:
                    845: [Of course, you must replace the server name here with a nearby anoncvs
                    846: server.]
                    847: <p>
                    848: Note that most ports are available as packages on our mirrors. Updated
                    849: ports for the 6.1 release will be made available if problems arise.
                    850: <p>
                    851: If you're interested in seeing a port added, would like to help out, or just
                    852: would like to know more, the mailing list
                    853: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    854: <p>
                    855: </body>
                    856: </html>