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

Annotation of www/55.html, Revision 1.89

1.68      tedu        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.5</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 5.5">
                      7: <meta name="copyright" content="This document copyright 2013 by OpenBSD.">
1.82      deraadt     8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.84      tb         10: <link rel="canonical" href="https://www.openbsd.org/55.html">
1.68      tedu       11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
1.82      deraadt    15: <h2>
1.68      tedu       16: <a href="index.html">
1.82      deraadt    17: <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">5.5</font>
                     19: </h2>
1.68      tedu       20:
                     21: <a href="images/McFishy.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" src="images/McFishy.jpg"></a>
                     23: Released May 1, 2014<br>
                     24: Copyright 1997-2014, Theo de Raadt.<br>
                     25: <font color="#e00000">ISBN 978-0-9881561-3-5</font>
                     26: <br>
1.79      deraadt    27: 5.5 Song: <a href="lyrics.html#55">"Wrap in Time"</a>
1.68      tedu       28: <p>
                     29:
                     30: <ul>
1.88      tj         31: <!--
1.73      deraadt    32: <li>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.
1.88      tj         33: -->
1.68      tedu       34: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     35:     a list of mirror machines.
                     36: <li>Go to the <font color="#e00000">pub/OpenBSD/5.5/</font> directory on
                     37:     one of the mirror sites.
                     38: <li>Have a look at <a href="errata55.html">the 5.5 errata page</a> for a list
                     39:     of bugs and workarounds.
                     40: <li>See a <a href="plus55.html">detailed log of changes</a> between the
                     41:     5.4 and 5.5 releases.
                     42: <p>
1.89    ! deraadt    43: <li><a href="https://man.openbsd.org/?query=signify&amp;sektion=1">signify(1)</a> pubkeys for this release:<p>
        !            44:
        !            45: <table cellspacing=0 style='font-family:monospace'><tr>
        !            46: <td>
        !            47: openbsd-55-base.pub:
        !            48: </td><td>
        !            49: RWRGy8gxk9N9314J0gh9U02lA7s8i6ITajJiNgxQOndvXvM5ZPX+nQ9h
        !            50: </td></tr><tr><td>
        !            51: openbsd-55-fw.pub:
        !            52: </td><td>
        !            53: RWTdVOhdk5qyNktv0iGV6OpaVfogGxTYc1bbkaUhFlExmclYvpJR/opO
        !            54: </td></tr><tr><td>
        !            55: openbsd-55-pkg.pub:
        !            56: </td><td>
        !            57: RWQQC1M9dhm/tja/ktitJs/QVI1kGTQr7W7jtUmdZ4uTp+4yZJ6RRHb5
        !            58: </td></tr>
        !            59: </table>
        !            60:
1.82      deraadt    61: <p>
                     62: All applicable copyrights and credits are in the src.tar.gz,
                     63: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     64: files fetched via ports.tar.gz.
1.68      tedu       65: </ul>
                     66: <br clear=all>
1.82      deraadt    67:
                     68: <hr>
1.68      tedu       69:
                     70: <a name="new"></a>
                     71: <h3><font color="#0000e0">What's New</font></h3>
                     72: <p>
                     73: This is a partial list of new features and systems included in OpenBSD 5.5.
                     74: For a comprehensive list, see the <a href="plus55.html">changelog</a> leading
                     75: to 5.5.
                     76: <p>
                     77:
                     78: <ul>
                     79: <li>time_t is now 64 bits on all platforms.
                     80:     <ul>
                     81:     <li>From OpenBSD 5.5 onwards, OpenBSD is year 2038 ready and will run well beyond Tue Jan 19 03:14:07 2038 UTC.
                     82:     <li>The entire source tree (kernel, libraries, and userland programs) has been carefully and comprehensively audited to support 64-bit time_t.
                     83:     <li>Userland programs that were changed include
1.86      tb         84:         <a href="https://man.openbsd.org/?query=arp&sektion=8">arp(8)</a>,
                     85:         <a href="https://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a>,
                     86:         <a href="https://man.openbsd.org/?query=calendar&sektion=8">calendar(8)</a>,
                     87:         <a href="https://man.openbsd.org/?query=cron&sektion=8">cron(8)</a>,
                     88:         <a href="https://man.openbsd.org/?query=find&sektion=1">find(1)</a>,
                     89:         <a href="https://man.openbsd.org/?query=fsck_ffs&sektion=8">fsck_ffs(8)</a>,
                     90:         <a href="https://man.openbsd.org/?query=ifconfig&sektion=8">ifconfig(8)</a>,
                     91:         <a href="https://man.openbsd.org/?query=ksh&sektion=1">ksh(1)</a>,
                     92:         <a href="https://man.openbsd.org/?query=ld&sektion=1">ld(1)</a>,
                     93:         <a href="https://man.openbsd.org/?query=ld.so&sektion=1">ld.so(1)</a>,
                     94:                <a href="https://man.openbsd.org/?query=netstat&sektion=1">netstat(1)</a>,
                     95:         <a href="https://man.openbsd.org/?query=pfctl&sektion=8">pfctl(8)</a>,
                     96:         <a href="https://man.openbsd.org/?query=ping&sektion=8">ping(8)</a>,
                     97:         <a href="https://man.openbsd.org/?query=rtadvd&sektion=8">rtadvd(8)</a>,
                     98:         <a href="https://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a>,
                     99:         <a href="https://man.openbsd.org/?query=tar&sektion=1">tar(1)</a>,
                    100:         <a href="https://man.openbsd.org/?query=tmux&sektion=1">tmux(1)</a>,
                    101:         <a href="https://man.openbsd.org/?query=top&sektion=1">top(1)</a>,
1.68      tedu      102:         and many others, including games!
                    103:     <li>Removed time_t from network, on-disk, and database formats.
                    104:     <li>Removed as many (time_t) casts as possible.
                    105:     <li>Format strings were converted to use %lld and (long long) casts.
                    106:     <li>Uses of timeval were converted to timespec where possible.
                    107:     <li>Parts of the system that could not use 64-bit time_t were converted to use unsigned 32-bit instead, so they are good till the year 2106.
                    108:     <li>Numerous ports throughout the ports tree received time_t fixes.
                    109:     </ul>
                    110: <p>
                    111:
                    112: <li>Releases and packages are now cryptographically signed with the
1.86      tb        113: <a href="https://man.openbsd.org/?query=signify&amp;sektion=1">signify(1)</a> utility.
1.68      tedu      114:     <ul>
                    115:     <li>The installer will verify all sets before installing.
                    116:     <li>Installing without verification works, but is discouraged.
                    117:     <li>Users are advised to verify the installer (bsd.rd, install55.iso, etc.)
                    118:         ahead of time using the
1.86      tb        119:         <a href="https://man.openbsd.org/?query=signify&sektion=1#end">signify(1)</a> tool if available.
                    120:     <li><a href="https://man.openbsd.org/?query=pkg_add&amp;sektion=1">pkg_add(1)</a> now only trusts signed packages by default.
1.68      tedu      121:     </ul>
                    122: <p>
                    123:
                    124: <li>Installer improvements:
                    125:     <ul>
                    126:     <li>The installer now supports a scriptable
1.86      tb        127:         <a href="https://man.openbsd.org/?query=autoinstall&sektion=8">auto-installation</a>
1.68      tedu      128:          method that enables unattended installation and upgrades using a response file.
                    129:     <li>Disk images which can be written to a USB flash drive
                    130:        (miniroot55.fs [bsd.rd only] and install55.fs [bsd.rd + unsigned sets])
                    131:        are now provided for amd64 and i386.
                    132:     <li>Rewritten
1.86      tb        133:         <a href="https://man.openbsd.org/?query=installboot&amp;sektion=8">installboot(8)</a>
1.68      tedu      134:         utility aiming for a unified implementation across platforms (currently
                    135:        used by amd64 and i386 only).
                    136:     <li>The installer now parses nwids with embedded blanks correctly.
                    137:     </ul>
                    138: <p>
                    139:
                    140: <li>New/extended platforms:
                    141:     <ul>
                    142:     <li><a href="alpha.html">OpenBSD/alpha</a>:
                    143:        <ul>
                    144:        <li>Multiprocessor support.
                    145:        </ul>
                    146:     <li><a href="aviion.html">OpenBSD/aviion</a>:
                    147:        <ul>
                    148:        <li>First self-hosting release for 88100-based AViiON systems.
                    149:        </ul>
                    150:     <li><a href="armv7.html">OpenBSD/armv7</a> replaces OpenBSD/beagle.
                    151:     </ul>
                    152: <p>
                    153:
                    154: <li>Improved hardware support, including:
                    155:     <ul>
1.86      tb        156:     <li>New <a href="https://man.openbsd.org/?query=vmx&amp;sektion=4">vmx(4)</a>
1.68      tedu      157:         driver for VMware VMXNET3 Virtual Interface Controller devices.
1.86      tb        158:     <li>New <a href="https://man.openbsd.org/?query=vmwpvs&amp;sektion=4">vmwpvs(4)</a>
1.68      tedu      159:         driver for VMware Paravirtual SCSI.
1.86      tb        160:     <li>New <a href="https://man.openbsd.org/?query=vioscsi&amp;sektion=4">vioscsi(4)</a>
1.68      tedu      161:         driver for VirtIO SCSI adapters.
1.86      tb        162:     <li>New <a href="https://man.openbsd.org/?query=viornd&amp;sektion=4">viornd(4)</a>
1.68      tedu      163:         driver for VirtIO random number devices.
1.86      tb        164:     <li>New <a href="https://man.openbsd.org/?query=ubcmtp&amp;sektion=4">ubcmtp(4)</a>
1.68      tedu      165:         driver for Broadcom multi-touch trackpads found on newer Apple MacBook,
                    166:         MacBook Pro, and MacBook Air laptops.
1.86      tb        167:     <li>New <a href="https://man.openbsd.org/?query=ugold&amp;sektion=4">ugold(4)</a>
1.68      tedu      168:         driver for TEMPer gold HID thermometers.
1.86      tb        169:     <li>New <a href="https://man.openbsd.org/?query=ugl&amp;sektion=4">ugl(4)</a>
1.68      tedu      170:         driver for Genesys Logic based USB host-to-host adapters.
1.86      tb        171:     <li> New <a href="https://man.openbsd.org/?query=qle&amp;sektion=4">qle(4)</a> driver for QLogic Fibre Channel HBAs.
                    172:     <li><a href="https://man.openbsd.org/?query=radeondrm&amp;sektion=4">radeondrm(4)</a>
1.68      tedu      173:         has been overhauled, including:
                    174:         <ul>
                    175:         <li>New port of the Radeon code in Linux 3.8.13.19.
                    176:         <li>Support for Kernel Mode Setting (KMS) including support for
                    177:             additional output types such as DisplayPort.
1.86      tb        178:         <li><a href="https://man.openbsd.org/?query=wsdisplay&amp;sektion=4">wsdisplay(4)</a>
1.68      tedu      179:             now attaches to
1.86      tb        180:             <a href="https://man.openbsd.org/?query=radeondrm&amp;sektion=4">radeondrm(4)</a>
1.68      tedu      181:             and provides a framebuffer console.
                    182:         </ul>
1.86      tb        183:     <li><a href="https://man.openbsd.org/?query=inteldrm&amp;sektion=4">inteldrm(4)</a>
1.68      tedu      184:         has been updated to Linux 3.8.13.19 notably bringing Haswell stability fixes.
                    185:     <li>Support for Intel 8 Series Ethernet with i217/i218 PHYs, and
                    186:         i210/i211/i354 has been added to
1.86      tb        187:          <a href="https://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a>.
1.68      tedu      188:     <li>Support for Intel Centrino Wireless-N 2200, 2230 and 105/135 has been added to
1.86      tb        189:         <a href="https://man.openbsd.org/?query=iwn&amp;sektion=4">iwn(4)</a>.
1.68      tedu      190:     <li>Support for Areca ARC-1880, ARC-1882, ARC-1883, ARC-1223, ARC-1214, ARC-1264, and ARC-1284 has been added to
1.86      tb        191:        <a href="https://man.openbsd.org/?query=arc&amp;sektion=4">arc(4)</a>.
                    192:     <li>Support for Elantech v2 touchpads in <a href="https://man.openbsd.org/?query=pms&amp;sektion=4">pms(4)</a> has been fixed.
                    193:     <li>Support for 802.11a (5Ghz) has been added to <a href="https://man.openbsd.org/?query=wpi&amp;sektion=4">wpi(4)</a>.
1.68      tedu      194:     <li>Workarounds for firmware stability issues have been added to
1.86      tb        195:     <a href="https://man.openbsd.org/?query=wpi&amp;sektion=4">wpi(4)</a>,
                    196:     <a href="https://man.openbsd.org/?query=iwi&amp;sektion=4">iwi(4)</a>, and
                    197:     <a href="https://man.openbsd.org/?query=iwn&amp;sektion=4">iwn(4)</a>.
1.68      tedu      198:     <li>Support for RT3572 chips has been added to the
1.86      tb        199:     <a href="https://man.openbsd.org/?query=ral&amp;sektion=4">ral(4)</a> driver.
1.68      tedu      200:     <li>Support for RTL8106E chips has been added to the
1.86      tb        201:     <a href="https://man.openbsd.org/?query=re&amp;sektion=4">re(4)</a> driver.
                    202:     <li>Support for RTS5229 card readers has been added to <a href="https://man.openbsd.org/?query=rtsx&amp;sektion=4">rtsx(4)</a>.
                    203:     <li>Support for Microsoft XBox 360 controllers has been added to the <a href="https://man.openbsd.org/?query=uhid&amp;sektion=4">uhid(4)</a> driver.
                    204:     <li>Support for CoreChip RD9700 USB Ethernet devices has been added to the <a href="https://man.openbsd.org/?query=udav&amp;sektion=4">udav(4)</a> driver.
1.68      tedu      205:     <li>Further reliability improvements regarding suspend/resume and hibernation.
                    206:     <li>Enabled IPv6 transmit TCP/UDP checksum offload in
1.86      tb        207:         <a href="https://man.openbsd.org/?query=jme&amp;sektion=4">jme(4)</a>.
1.68      tedu      208:     </ul>
                    209: <p>
                    210:
                    211: <li>Generic network stack improvements:
                    212:     <ul>
1.86      tb        213:     <li>Added <a href="https://man.openbsd.org/?query=vxlan&sektion=4">vxlan(4)</a>,
1.68      tedu      214:         a virtual extensible local area network tunnel interface.
1.86      tb        215:     <li><a href="https://man.openbsd.org/?query=pflow&sektion=4">pflow(4)</a>
1.68      tedu      216:         now sends 64 bit time values for pflowproto 10. The changed templates /
                    217:         flows for pflowproto 10 are now parsable by existing receivers.
                    218:     <li>Continued improvement of the checksum offload framework to streamline
                    219:         the calculation of TCP, UDP, ICMP, and ICMPv6 checksums.
                    220:     <li>Enabled IPv6 routing domain support.
                    221:     </ul>
                    222: <p>
                    223:
                    224: <li>Routing daemons and other userland network improvements:
                    225:     <ul>
                    226:     <li>The popa3d POP3 server has been removed.
1.86      tb        227:     <li>Added <a href="https://man.openbsd.org/?query=ntpctl&sektion=8">ntpctl(8)</a>,
1.68      tedu      228:         a program to control the Network Time Protocol daemon.
1.86      tb        229:     <li><a href="https://man.openbsd.org/?query=slowcgi&sektion=8">slowcgi(8)</a>
1.68      tedu      230:         now works with a high number of concurrent connections.
                    231:     <li>The inetd-based identd has been replaced by a new libevent-based
1.86      tb        232:         <a href="https://man.openbsd.org/?query=identd&sektion=8">identd(8)</a>.
                    233:     <li><a href="https://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump(8)</a>
1.68      tedu      234:         can now detect bad ICMP and ICMPv6 checksums when used with the -v flag.
                    235:     <li>Added rdomain support to IPv6 configuration tools
1.86      tb        236:         <a href="https://man.openbsd.org/?query=ndp&sektion=8">ndp(8)</a>,
                    237:         <a href="https://man.openbsd.org/?query=rtsold&sektion=8">rtsold(8)</a>,
                    238:         <a href="https://man.openbsd.org/?query=ping6&sektion=8">ping6(8)</a>, and
                    239:         <a href="https://man.openbsd.org/?query=traceroute6&sektion=8">traceroute6(8)</a>.
1.68      tedu      240:     <li>Added SNMPv2 client support to
1.86      tb        241:         <a href="https://man.openbsd.org/?query=snmpctl&sektion=8">snmpctl(8)</a>
1.68      tedu      242:        (&quot;get&quot;, &quot;walk&quot;, and &quot;bulkwalk&quot;).
1.86      tb        243:     <li><a href="https://man.openbsd.org/?query=relayd&sektion=8">relayd(8)</a>
1.68      tedu      244:         now supports TLS Perfect Forward Secrecy (PFS) with ECDHE (Elliptic curve Diffie-Hellman) that is enabled by default.
                    245:     </ul>
                    246: <p>
                    247:
1.86      tb        248: <li><a href="https://man.openbsd.org/?query=pf&sektion=4">pf(4)</a> improvements:
1.68      tedu      249:     <ul>
                    250:     <li>New queueing system with new syntax.
                    251:     <li>The "received-on" parameter can now be used with the "any" keyword to
                    252:         match any existing interface except loopback ones.
1.86      tb        253:     <li>The block policy in the default <a href="https://man.openbsd.org/?query=pf.conf&amp;sektion=5">pf.conf(5)</a> is now "block return".
1.68      tedu      254:     </ul>
                    255: <p>
                    256:
1.86      tb        257: <li><a href="https://man.openbsd.org/?query=dhcpd&amp;sektion=8">dhcpd(8)</a> and <a href="https://man.openbsd.org/?query=dhclient&amp;sektion=8">dhclient(8)</a> improvements:
1.68      tedu      258:     <ul>
                    259:     <li>No longer create a route to the bound address via 127.0.0.1.
1.86      tb        260:     <li>The options 'dhcp-lease-time', 'dhcp-rebinding-time', and 'dhcp-renewal-time' can now be configured in <a href="https://man.openbsd.org/?query=dhclient.conf&amp;sektion=5">dhclient.conf(5)</a>.
1.68      tedu      261:     <li>'next-server' (a.k.a. siaddr) info now saved in lease files.
                    262:     <li>Fall back to broadcasting when unicast renewal fails, as specified in
                    263: RFC 2131 and friends.
                    264:     <li>Fix various problems in communications between privileged and non-privileged processes.
                    265:     <li>Fix many abuses of memcpy.
                    266:     <li>Stop pretending we still support FDDI or token ring hardware types.
                    267:     <li>Fix classless static routes option handling and add syntax to parse human-readable forms.
                    268:     <li>Fix 'effective' lease created by '-L' to have correct address, 'next_server', 'timestamp', and 'resolv_conf' fields.
                    269:     <li>Fix handling of non-printable characters in lease file strings.
                    270:     <li>Fix many edge cases in config file and lease parsing and ensure that error messages refer to the correct position in erroneous line.
1.86      tb        271:     <li><a href="https://man.openbsd.org/?query=dhclient.conf&amp;sektion=5">dhclient.conf(5)</a> can now override anything in an offer or saved lease when creating the effective lease. In particular, 'fixed-address', 'next-server', 'filename' and 'server-name'.
                    272:     <li>Fix parsing of <a href="https://man.openbsd.org/?query=dhclient.conf&amp;sektion=5">dhclient.conf(5)</a> statements 'fixed-address' and
1.68      tedu      273: 'next-server'.
                    274:     <li>Log failures to fchmod() or fchown() files being written.
                    275:     <li>Create lease files with permissions 0640.
1.86      tb        276:     <li>Fix possible failure to write <a href="https://man.openbsd.org/?query=resolv.conf&amp;sektion=5">resolv.conf(5)</a> when -L is used.
                    277:     <li>'send dhcp-client-identifier "";' in <a href="https://man.openbsd.org/?query=dhclient.conf&amp;sektion=5">dhclient.conf(5)</a> will result in no 'dhcp-client-identifier' (option 61) being sent.
1.68      tedu      278:     </ul>
                    279: <p>
                    280:
1.86      tb        281: <li><a href="https://man.openbsd.org/?query=iked&sektion=8">iked(8)</a> improvements:
1.68      tedu      282:     <ul>
                    283:     <li>Support for OCSP (&quot;Online Certificate Status Protocol&quot;); enable with &quot;set ocsp <em>URL</em>&quot;.
                    284:     <li>Support for RSA public key authentication as an alternative to X.509 certificates or pre-shared keys.
                    285:     <li>Support for DPD (&quot;Dead Peer Detection&quot;) similar to the implementation in
1.86      tb        286:         <a href="https://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a>.
1.68      tedu      287:     <li>Support for dynamic IP address assignment from a pool in configuration mode; enabled with &quot;config address <em>net/pool-prefix</em>&quot;.
                    288:     <li>Initial support for IPComp.
                    289:     <li>Various improvements and a thorough audit of the network input path.
                    290:     </ul>
                    291: <p>
                    292:
                    293: <li>OpenSMTPD 5.4.2 (includes changes to 5.4.1):
                    294:     <ul>
                    295:     <li>Introduce initial support for DSN extension:
                    296:       <ul>
                    297:       <li>NOTIFY=SUCCESS, NOTIFY=FAILURE, NOTIFY=DELAY, NOTIFY=NEVER
                    298:       <li>RET=HDRS, RET=FULL
                    299:       </ul>
                    300:     <li>Introduce initial support for ENHANCEDSTATUSCODES extension:
                    301:       <ul>
                    302:       <li>smtp process returns Enhanced Status Codes for most commands.
                    303:       <li>other processes now have an API to return more precise codes ...
                    304:       <li>... which will be improved further with each version.
                    305:       </ul>
1.86      tb        306:     <li>Improved <a href="https://man.openbsd.org/?query=smtpctl&sektion=8">smtpctl(8)</a>:
1.68      tedu      307:       <ul>
                    308:       <li>sendmail mode now supports DSN parameters
                    309:       <li>Can now pause/resume a source address -&gt; destination domain route.
                    310:       <li>Can now display status of processes with smtpctl show status.
                    311:       <li>show relays: displays list of currently active relays.
                    312:       <li>show routes: displays status of routes currently known by smtpd.
                    313:       <li>show hosts: displays list of known remote MX.
                    314:       <li>show hoststats: display status of last delivery for active domains.
                    315:       <li>resume route: resumes route temporarily disable by the MTA.
                    316:       <li>pause/resume envelope: allows pausing individual envelopes.
                    317:       <li>pause/resume message: allows pausing individual messages.
                    318:       <li>encrypt: allows generating credentials suitable for authentication.
                    319:       <li>show message/envelope is now compression/encryption aware.
                    320:       </ul>
                    321:     <li>Introduced SNI support.
                    322:     <li>Improved configuration file:
                    323:       <ul>
                    324:       <li>Removed last known ambiguity in grammar.
                    325:       <li>Much simpler configuration for TLS-enabled hosts.
                    326:       <li>Most parameters are now swappable in listen and accept rules.
                    327:       <li>Conditions may be negated (ie: accept from ! &lt;trusted&gt; ...)
                    328:       <li>Forward-only rules can be declared to impose ~/.forward files.
                    329:       <li>New "recipient" keyword allows accept rule to provide a whitelist.
                    330:       <li>Sender and recipient tables accept wildcard in their domains.
                    331:       </ul>
                    332:     <li>TLS generic improvements:
                    333:       <ul>
                    334:       <li>Support for TLS Perfect Forward Secrecy.
                    335:       <li>Support for providing custom CA certificates.
                    336:       </ul>
                    337:     <li>MTA improvements:
                    338:       <ul>
                    339:       <li>mta may now require remote hosts to present valid certificates.
                    340:       <li>Always attempt TLS before falling back to plaintext.
                    341:       <li>Always present certificate if one is available.
                    342:       <li>AUTH LOGIN now supported.
                    343:       <li>MTA can now specify a EHLO-hostname when relaying.
                    344:       </ul>
                    345:     <li>SMTP server improvements:
                    346:       <ul>
                    347:       <li>IPv4-only and IPv6-only listeners are now possible.
                    348:       <li>Listeners may now hide the From part in a Received-line.
                    349:       <li>Listeners may require clients to provide a valid certificate.
                    350:       <li>Banner hostname can now be dynamically fetched from a table.
                    351:       </ul>
                    352:     <li>Queue improvements:
                    353:       <ul>
                    354:       <li>Introduce an envelope cache in the queue to improve disk-IO pattern.
                    355:       </ul>
                    356:     <li>Documentation:
                    357:       <ul>
1.86      tb        358:       <li><a href="https://man.openbsd.org/?query=table&sektion=5">table(5)</a> describes format for static, file and db backends.
1.68      tedu      359:       <li>sendmail(8) describes our "sendmail" interface.
                    360:       </ul>
                    361:     <li>Reduced memory usage in both general and stressed cases.
                    362:     <li>OpenSMTPD now automagically upgrades queue if the format changes!
                    363:     <li>Support Qmail-like "sticky home".
                    364:     <li>Support for authenticating users from a credentials table.
1.86      tb        365:     <li>Introduce <a href="https://man.openbsd.org/?query=passwd&sektion=5">passwd(5)</a> table backend for user and credentials lookup.
1.68      tedu      366:     <li>Expansion variables in ~/.forward now support modifiers.
                    367:     <li>Much more efficient scheduler!
                    368:     <li>Many documentation fixes and improvements.
                    369:     <li>And a lot of minor bug fixes and internal cleanup!
                    370:     </ul>
                    371: <p>
                    372:
                    373: <li>Security improvements:
                    374:     <ul>
                    375:     <li>Position-independent executables (PIE) are now used by default on i386.
1.86      tb        376:     <li>The <a href="https://man.openbsd.org/?query=arc4random&sektion=3">arc4random(3)</a>
1.68      tedu      377:         functions now use the ChaCha20 cipher.
                    378:     <li>The kernel random number system is initially seeded by the bootloader,
                    379:         providing better random very early.
                    380:     <li>Kernel stack protector is also seeded via the same mechanism, providing
                    381:        protection earlier.
                    382:     <li>-Wbounded is now enabled in GCC by default.
1.86      tb        383:     <li>Added <a href="https://man.openbsd.org/?query=explicit_bzero&amp;sektion=3">explicit_bzero(3)</a>.
1.68      tedu      384:     </ul>
                    385: <p>
                    386:
                    387: <li>Performance improvements:
                    388:     <ul>
                    389:     <li>Relations between the buffer cache and swap daemon have been improved.
                    390:     </ul>
                    391: <p>
                    392:
                    393: <li>Threading improvements:
                    394:     <ul>
1.86      tb        395:     <li>Interprocess semaphores via <a href="https://man.openbsd.org/?query=sem_open&amp;sektion=3">sem_open(3)</a>.
1.68      tedu      396:     <li>Running threaded processes under a debugger no longer causes panics.
                    397:     <li>SIGPROF and SIGVTALRM are now reliably delivered to the thread that was running when they were triggered.
                    398:     <li>Thread stacks now have a random bias.
1.86      tb        399:     <li><a href="https://man.openbsd.org/?query=fork&amp;sektion=2">fork(2)</a> no longer changes the pthread_t of the forking thread in the child.
                    400:     <li>Signaling races eliminated from <a href="https://man.openbsd.org/?query=pthread_kill&amp;sektion=3">pthread_kill(3)</a> and <a href="https://man.openbsd.org/?query=pthread_cancel&amp;sektion=3">pthread_cancel(3)</a>.
1.68      tedu      401:     </ul>
                    402: <p>
                    403:
                    404: <li>Assorted improvements:
                    405:     <ul>
1.86      tb        406:     <li>New in-memory file system, <a href="https://man.openbsd.org/?query=mount_tmpfs&sektion=8">tmpfs</a>.
                    407:     <li>Many <a href="https://man.openbsd.org/?query=fuse&sektion=4">fuse(4)</a> improvements and stability fixes.
                    408:     <li>Added POSIX-required <a href="https://man.openbsd.org/?query=nl&amp;sektion=1">nl(1)</a> utility.
1.68      tedu      409:     <li>OpenBSD/vax has switched to GCC 3.
1.86      tb        410:     <li>Replaced <a href="https://man.openbsd.org/?query=getdirentries&amp;sektion=2&amp;manpath=OpenBSD+5.4">getdirentries(2)</a> with <a href="https://man.openbsd.org/?query=getdents&amp;sektion=2">getdents(2)</a>, vastly improving the performance and memory usage of <a href="https://man.openbsd.org/?query=telldir&amp;sektion=3">telldir(3)</a>.
1.68      tedu      411:     <li>amd64 and i386 now use the MWAIT instruction for their idle loop where available to reduce latency.
                    412:     <li>Added support for CLOCK_UPTIME.
1.86      tb        413:     <li>Added <a href="https://man.openbsd.org/?query=tcgetsid&amp;sektion=3">tcgetsid(3)</a>.
1.68      tedu      414:     <li>clock_t is now a 64 bit type, so it no longer wraps around in only 248 days.
                    415:     <li>ino_t is now a 64 bit type, mostly to support large NFS filesystems.
                    416:     <li>Corrected handling of UTIME_OMIT.
1.86      tb        417:     <li><a href="https://man.openbsd.org/?query=pax&amp;sektion=1">pax(1)</a> now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.
1.68      tedu      418:     <li>Corrected handling of shared library destructors when libc is statically linked.
                    419:     <li>Corrected various disk drivers to handle non-512-byte sectors and disk sizes greater than 32-bits.
1.86      tb        420:     <li>Corrected <a href="https://man.openbsd.org/?query=growfs&amp;sektion=8">growfs(8)</a> to handle non-512-byte sectors and disk sizes greater than 32-bits.
1.68      tedu      421:     <li>All CIRCLEQ uses replaced with TAILQ.
                    422:     <li>Preserve and honour changes to the OpenBSD bounds in a disklabel.
1.86      tb        423:     <li><a href="https://man.openbsd.org/?query=fdisk&amp;sektion=8">fdisk(8)</a> now always writes a good signature when the MBR is written to disk.
                    424:     <li><a href="https://man.openbsd.org/?query=disklabel&amp;sektion=8">disklabel(8)</a> now writes the disklabel to the correct location on non-512-byte sector devices.
                    425:     <li>Fix <a href="https://man.openbsd.org/?query=athn&amp;sektion=4">athn(4)</a> tick calculations to eliminate excessive timeouts.
                    426:     <li>Allow <a href="https://man.openbsd.org/?query=disklabel&amp;sektion=8">disklabel(8)</a> to set any partition, including 'C', to type UNUSED.
                    427:     <li>New <a href="https://man.openbsd.org/?query=sha512&amp;sektion=1">sha512(1)</a> tool to calculate and verify the SHA-512 checksums of files.
                    428:     <li><a href="https://man.openbsd.org/?query=sha256&amp;sektion=1">sha256(1)</a> and related tools
                    429:        (<a href="https://man.openbsd.org/?query=cksum&amp;sektion=1">cksum(1)</a>,
                    430:         <a href="https://man.openbsd.org/?query=md5&amp;sektion=1">md5(1)</a>,
                    431:         <a href="https://man.openbsd.org/?query=sha1&amp;sektion=1">sha1(1)</a>, and
                    432:         <a href="https://man.openbsd.org/?query=sha512&amp;sektion=1">sha512(1)</a>)
1.68      tedu      433:        now support a new -h flag to place the checksum into a specified hash file instead of stdout.
1.86      tb        434:     <li><a href="https://man.openbsd.org/?query=sha256&amp;sektion=1">sha256(1)</a> and related tools now support a new -C flag that allows the verification of selected files in a checklist.
                    435:     <li><a href="https://man.openbsd.org/?query=sha256&amp;sektion=1">sha256(1)</a> and related tools will now print MISSING if they encounter non-existent files in a checklist.
                    436:     <li>i386 and amd64 platforms can now boot from keydisk-based <a href="https://man.openbsd.org/?query=softraid&amp;sektion=4">softraid(4)</a> crypto volumes.
                    437:     <li>Allow <a href="https://man.openbsd.org/?query=softraid&amp;sektion=4">softraid(4)</a> to work with partitions larger than 2TB.
                    438:     <li>Removed experimental RAID 4 support from <a href="https://man.openbsd.org/?query=softraid&amp;sektion=4">softraid(4)</a>.
                    439:     <li>Added experimental support for rebuilding RAID 5 <a href="https://man.openbsd.org/?query=softraid&amp;sektion=4">softraid(4)</a> volumes. Lots of testing is still required and there is missing functionality, such as the ability to resume a partially completed rebuild. <a href="https://man.openbsd.org/?query=bioctl&amp;sektion=8">bioctl(8)</a> refuses to create RAID 5 volumes unless recompiled with -DRAID5.
1.68      tedu      440:     <li>The uhts(4) driver has been merged into
1.86      tb        441:     <a href="https://man.openbsd.org/?query=ums&amp;sektion=4">ums(4)</a>.
1.68      tedu      442:     <li>Many new checks were added to portcheck(1) <!-- no href to man.cgi due to the fact it doesn't show stuff under /usr/ports/infrastructure/man --> utility; now it catches almost every popular mistake that observed in ports in last years.
                    443:     </ul>
                    444: <p>
                    445:
                    446: <li>OpenSSH 6.6 (including changes to 6.5, a feature-focused release):
                    447:     <ul>
                    448:     <li>Security:
                    449:       <ul>
1.86      tb        450:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      451:         when using environment passing with a
1.86      tb        452:         <a href="https://man.openbsd.org/?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
1.68      tedu      453:         <tt>AcceptEnv</tt> pattern with a wildcard. OpenSSH prior to 6.6 could
                    454:         be tricked into accepting any enviornment variable that contains the
                    455:         characters before the wildcard character.
                    456:       </ul>
                    457:     <li>New/changed features:
                    458:       <ul>
1.86      tb        459:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    460:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      461:         Add support for key exchange using <i>elliptic-curve Diffie Hellman</i>
                    462:         in Daniel Bernstein's <i>Curve25519</i>.  This key exchange method is
                    463:         the default when both the client and server support it.
1.86      tb        464:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    465:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      466:         Add support for <i>ED25519</i> as a public key type.  ED25519 is
                    467:         a elliptic curve signature scheme that offers better security than
                    468:         <i>ECDSA</i> and <i>DSA</i> and good performance.  It may be used for
                    469:         both <i>user</i> and <i>host</i> keys.
                    470:       <li>Add a new private key format that uses a <i>bcrypt KDF</i> to better
                    471:         protect keys at rest.  This format is used unconditionally for
                    472:         ED25519 keys, but may be requested when generating or saving
                    473:         existing keys of other types via the <tt>-o</tt>
1.86      tb        474:         <a href="https://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>
1.68      tedu      475:         option.  We intend to make the new format the default in the near
                    476:         future.  Details of the new format are in the <tt>PROTOCOL.key</tt>
                    477:         file.
1.86      tb        478:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    479:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      480:         Add a new transport cipher "chacha20-poly1305@openssh.com" that
                    481:         combines Daniel Bernstein's <i>ChaCha20</i> stream cipher and
                    482:         <i>Poly1305 MAC</i> to build an authenticated encryption mode.  Details
                    483:         are in the <tt>PROTOCOL.chacha20poly1305</tt> file.
1.86      tb        484:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    485:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      486:         Refuse <i>RSA</i> keys from old proprietary clients and servers that
                    487:         use the obsolete <i>RSA+MD5</i> signature scheme.  It will still be
                    488:         possible to connect with these clients/servers but <b>only DSA keys
                    489:         will be accepted, and OpenSSH will refuse connection entirely in a
                    490:         future release</b>.
1.86      tb        491:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    492:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      493:         Refuse old proprietary clients and servers that use a weaker key
                    494:         exchange hash calculation.
1.86      tb        495:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      496:         Increase the size of the <i>Diffie-Hellman groups</i> requested for
                    497:         each symmetric key size.  New values from <i>NIST Special Publication
                    498:         800-57</i> with the upper limit specified by <i>RFC 4419</i>.
1.86      tb        499:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    500:         <a href="https://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
1.68      tedu      501:         Support <i>PKCS#11</i> tokens that only provide <i>X.509</i> certs
                    502:         instead of raw public keys.  (requested as bz#1908)
1.86      tb        503:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      504:         Add a
1.86      tb        505:         <a href="https://man.openbsd.org/?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
1.68      tedu      506:         <tt>Match</tt> keyword that allows conditional configuration to be
                    507:         applied by matching on <i>hostname</i>, <i>user</i> and <i>result of
                    508:         arbitrary commands</i>.
1.86      tb        509:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      510:         Add support for <i>client-side hostname canonicalisation</i> using a
                    511:         set of <i>DNS suffixes</i> and rules in
1.86      tb        512:         <a href="https://man.openbsd.org/?query=ssh_config&amp;sektion=5">ssh_config(5)</a>.
1.68      tedu      513:         This allows unqualified names to be canonicalised to fully-qualified
                    514:         domain names to eliminate ambiguity when looking up keys in
                    515:         <tt>known_hosts</tt> or checking host certificate names.
1.86      tb        516:       <li><a href="https://man.openbsd.org/?query=sftp-server&amp;sektion=8">sftp-server(8)</a>:
1.68      tedu      517:         Add the ability to whitelist and/or blacklist sftp protocol requests by
                    518:         name.
1.86      tb        519:       <li><a href="https://man.openbsd.org/?query=sftp-server&amp;sektion=8">sftp-server(8)</a>:
1.68      tedu      520:         Add a sftp "fsync@openssh.com" to support calling
1.86      tb        521:         <a href="https://man.openbsd.org/?query=fsync&amp;sektion=2">fsync(2)</a>
1.68      tedu      522:         on an open file handle.
1.86      tb        523:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      524:         Add a
1.86      tb        525:         <a href="https://man.openbsd.org/?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
1.68      tedu      526:         <tt>PermitTTY</tt> to disallow <i>TTY</i> allocation, mirroring the
                    527:         longstanding <tt>no-pty</tt> <tt>authorized_keys</tt> option.
1.86      tb        528:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      529:         Add a
1.86      tb        530:         <a href="https://man.openbsd.org/?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
1.68      tedu      531:         <tt>ProxyUseFDPass</tt> option that supports the use of
                    532:         <tt>ProxyCommands</tt> that establish a connection and then pass a
                    533:         connected file descriptor back to
1.86      tb        534:         <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
1.68      tedu      535:         This allows the <tt>ProxyCommand</tt> to exit rather than staying
                    536:         around to transfer data.
1.86      tb        537:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    538:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      539:         this release removes the <i>J-PAKE</i> authentication code.  This code
                    540:         was experimental, never enabled and had been unmaintained for some
                    541:         time.
1.86      tb        542:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      543:         when processing <tt>Match</tt> blocks, skip '<tt>exec</tt>' clauses
                    544:         other clauses predicates failed to match.
1.86      tb        545:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      546:         if hostname canonicalisation is enabled and results in the destination
                    547:         hostname being changed, then re-parse
1.86      tb        548:         <a href="https://man.openbsd.org/?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
1.68      tedu      549:         files using the new destination hostname. This gives '<tt>Host</tt>'
                    550:         and '<tt>Match</tt>' directives that use the expanded hostname a chance
                    551:         to be applied.
                    552:       </ul>
                    553:     <li>The following significant bugs have been fixed in this release:
                    554:       <ul>
1.86      tb        555:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    556:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      557:         Fix potential stack exhaustion caused by nested certificates.
1.86      tb        558:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      559:         make <tt>BindAddress</tt> work with <tt>UsePrivilegedPort</tt>.
                    560:         (bz#1211)
1.86      tb        561:       <li><a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>:
1.68      tedu      562:         fix the progress meter for resumed transfer.  (bz#2137)
1.86      tb        563:       <li><a href="https://man.openbsd.org/?query=ssh-add&amp;sektion=1">ssh-add(1)</a>:
1.68      tedu      564:         do not request smartcard PIN when removing keys from
1.86      tb        565:         <a href="https://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>.
1.68      tedu      566:         (bz#2187)
1.86      tb        567:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      568:         fix re-exec fallback when original
1.86      tb        569:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>
1.68      tedu      570:         binary cannot be executed.  (bz#2139)
1.86      tb        571:       <li><a href="https://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
1.68      tedu      572:         Make relative-specified certificate expiry times relative to current
                    573:         time and not the validity start time.
1.86      tb        574:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      575:         fix <tt>AuthorizedKeysCommand</tt> inside a <tt>Match</tt> block.
                    576:         (bz#2161)
1.86      tb        577:       <li><a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>:
1.68      tedu      578:         symlinking a file would incorrectly canonicalise the target path.
                    579:         (bz#2129)
1.86      tb        580:       <li><a href="https://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
1.68      tedu      581:         fix a use-after-free in the PKCS#11 agent helper executable.
                    582:         (bz#2175)
1.86      tb        583:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      584:         Improve logging of sessions to include the <i>user name</i>, <i>remote
                    585:         host</i> and <i>port</i>, the <i>session type</i> (shell, command,
                    586:         etc.) and <i>allocated TTY</i> (if any).
1.86      tb        587:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      588:         tell the client (via a debug message) when their preferred listen
                    589:         address has been overridden by the server's <tt>GatewayPorts</tt>
                    590:         setting.  (bz#1297)
1.86      tb        591:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      592:         include report port in bad protocol banner message.  (bz#2162)
1.86      tb        593:       <li><a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>:
1.68      tedu      594:         fix memory leak in error path in <i>do_readdir()</i>.  (bz#2163)
1.86      tb        595:       <li><a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>:
1.68      tedu      596:         don't leak file descriptor on error.  (bz#2171)
1.86      tb        597:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.87      tb        598:         include the <i>local address</i> and <i>port</i> in
                    599:         "<tt>Connection from ...</tt>" message.
                    600:         (only shown at <i>loglevel&gt;=verbose</i>)
1.86      tb        601:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      602:         avoid spurious "<tt>getsockname failed: Bad file descriptor</tt>" in
                    603:         <tt>ssh -W</tt>.  (bz#2200, debian#738692)
1.86      tb        604:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      605:         allow the
1.86      tb        606:         <a href="https://man.openbsd.org/?query=shutdown&amp;sektion=2">shutdown(2)</a>
1.68      tedu      607:         syscall in seccomp-bpf and systrace sandbox modes, as it is reachable
                    608:         if the connection is terminated during the pre-auth phase.
1.86      tb        609:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    610:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      611:         fix unsigned overflow that in <i>SSH protocol 1 bignum parsing</i>.
                    612:         Minimum key length checks render this bug unexploitable to compromise
                    613:         SSH 1 sessions.
1.86      tb        614:       <li><a href="https://man.openbsd.org/?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
1.68      tedu      615:         clarify behaviour of a keyword that appears in multiple matching
                    616:         <tt>Match</tt> blocks.  (bz#2184)
1.86      tb        617:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      618:         avoid unnecessary hostname lookups when canonicalisation is disabled.
                    619:         (bz#2205)
1.86      tb        620:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      621:         avoid sandbox violation crashes in GSSAPI code by caching the supported
                    622:         list of GSSAPI mechanism OIDs before entering the sandbox.  (bz#2107)
1.86      tb        623:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      624:         fix possible crashes in SOCKS4 parsing caused by assumption that the
                    625:         SOCKS username is nul-terminated.
1.86      tb        626:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      627:         fix regression for <tt>UsePrivilegedPort=yes</tt> when
                    628:         <tt>BindAddress</tt> is not specified.
1.86      tb        629:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    630:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.68      tedu      631:         fix memory leak in ECDSA signature verification.
1.86      tb        632:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.68      tedu      633:         fix matching of '<tt>Host</tt>' directives in
1.86      tb        634:         <a href="https://man.openbsd.org/?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
1.68      tedu      635:         files to be case-insensitive again.  (regression in 6.5)
                    636:       </ul>
                    637:     </ul>
                    638: <p>
                    639:
                    640: <li>Ports and packages:
                    641:     <ul>
                    642:     <li>Over 8,700 ports.
                    643:     <li>Major overhaul of the package tools, resulting in much better memory usage.
1.86      tb        644:     <li><a href="https://man.openbsd.org/?query=pkg_add&amp;sektion=1">pkg_add(1)</a> now only trusts signed packages by default.
1.68      tedu      645:     <li>The build process now allows some limited capability for building
                    646:         conflicting packages, yielding KDE&nbsp;4 packages as a result, along
                    647:         with KDE&nbsp;3 ones.
                    648:     </ul>
                    649: <p>
                    650: <li>Many pre-built packages for each architecture:
                    651:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    652:     <tr>
                    653:     <td valign="top" width="25%">
                    654:     <ul>
                    655:       <li>i386:       8468
                    656:       <li>sparc64:    7969
                    657:       <li>alpha:      6199
                    658:       <li>m68k:       3270
                    659:     </ul></td><td valign=top width="25%"><ul>
                    660:       <li>sh:          345
                    661:       <li>amd64:      8534
                    662:       <li>powerpc:    8057
                    663:       <li>m88k:       1258
                    664:     </ul></td><td valign=top width="25%"><ul>
                    665:       <li>sparc:      4681
                    666:       <li>arm:        6181
                    667:       <li>hppa:       6549
                    668:     </ul></td><td valign=top width="25%"><ul>
                    669:       <li>vax:        1007
                    670:       <li>mips64:     4726
                    671:       <li>mips64el:   6730
                    672:   </ul></td></tr></table>
                    673: <p>
                    674:
                    675: <li>Some highlights:
                    676:     <ul>
                    677:     <li>GNOME 3.10.2                   <li>KDE 3.5.10
                    678:     <li>KDE 4.11.5
                    679:     <li>Xfce 4.10                      <li>MySQL 5.1.73
                    680:     <li>PostgreSQL 9.3.2               <li>Postfix 2.11.0
                    681:     <li>OpenLDAP 2.3.43 and 2.4.38     <li>Mozilla Firefox 24.3 and 26.0
                    682:     <li>Mozilla Thunderbird 24.3.0     <li>GHC 7.6.3
                    683:     <li>LibreOffice 4.1.4.2            <li>Emacs 21.4 and 24.3
                    684:     <li>Vim 7.4.135                    <li>PHP 5.3.28 and 5.4.24
                    685:     <li>Python 2.7.6 and 3.3.2         <li>Ruby 1.8.7.374, 1.9.3.484, 2.0.0.353 and 2.1.0
                    686:     <li>Tcl/Tk 8.5.15 and 8.6.1                <li>JDK 1.6.0.32 and 1.7.0.21
                    687:     <li>Mono 2.10.9                    <li>Chromium 32.0.1700.102
                    688:     <li>Groff 1.22.2                   <li>Go 1.2
                    689:     <li>GCC 4.6.4 and 4.8.2            <li>LLVM/Clang 3.3
                    690:     <li>Node.js 0.10.24
                    691:     </ul>
                    692: <p>
                    693:
                    694: <li>As usual, steady improvements in manual pages and other documentation.
                    695: <p>
                    696:
                    697: <li>The system includes the following major components from outside suppliers:
                    698:     <ul>
                    699:     <li>Xenocara (based on X.Org 7.7 with xserver 1.14.5 + patches,
                    700:       freetype 2.5.2, fontconfig 2.10.91, Mesa 9.2.5, xterm 301,
                    701:       xkeyboard-config 2.10.1 and more)
                    702:     <li>Gcc 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    703:     <li>Perl 5.16.3 (+ patches)
                    704:     <li>Our improved and secured version of Apache 1.3, with
                    705:       SSL/TLS and DSO support
                    706:     <li>Nginx 1.4.4 (+ patches)
                    707:     <li>OpenSSL 1.0.1c (+ patches)
                    708:     <li>SQLite 3.8.0.2 (+ patches)
                    709:     <li>Sendmail 8.14.8, with libmilter
                    710:     <li>Bind 9.4.2-P2 (+ patches)
                    711:     <li>NSD 4.0.1
                    712:     <li>Lynx 2.8.7rel.2 with HTTPS and IPv6 support (+ patches)
                    713:     <li>Sudo 1.7.2p8
                    714:     <li>Ncurses 5.7
                    715:     <li>Heimdal 1.5.2 (+ patches)
                    716:     <li>Binutils 2.15 (+ patches)
                    717:     <li>Gdb 6.3 (+ patches)
                    718:     <li>Less 444 (+ patches)
                    719:     <li>Awk Aug 10, 2011 version
                    720:     </ul>
                    721:
                    722: </ul>
                    723:
                    724: <a name="install"></a>
                    725: <hr>
                    726: <p>
                    727: <h3><font color="#0000e0">How to install</font></h3>
                    728: <p>
                    729: Following this are the instructions which you would have on a piece of
                    730: paper if you had purchased a CDROM set instead of doing an alternate
                    731: form of install.  The instructions for doing an FTP (or other style
                    732: of) install are very similar; the CDROM instructions are left intact
                    733: so that you can see how much easier it would have been if you had
                    734: purchased a CDROM instead.
                    735: <p>
                    736:
                    737: <hr>
                    738: Please refer to the following files on the three CDROMs or FTP mirror for
                    739: extensive details on how to install OpenBSD 5.5 on your machine:
                    740: <p>
                    741: <ul>
1.85      tb        742: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/i386/INSTALL.i386">
1.68      tedu      743:        .../OpenBSD/5.5/i386/INSTALL.i386 (on CD1)</a>
1.85      tb        744: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/vax/INSTALL.vax">
1.68      tedu      745:        .../OpenBSD/vax/INSTALL.vax (on CD1)</a>
                    746: <p>
1.85      tb        747: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/amd64/INSTALL.amd64">
1.68      tedu      748:        .../OpenBSD/amd64/INSTALL.amd64 (on CD2)</a>
1.85      tb        749: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/hppa/INSTALL.hppa">
1.68      tedu      750:        .../OpenBSD/hppa/INSTALL.hppa (on CD2)</a>
1.85      tb        751: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/macppc/INSTALL.macppc">
1.68      tedu      752:        .../OpenBSD/macppc/INSTALL.macppc (on CD2)</a>
                    753: <p>
1.85      tb        754: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/sparc64/INSTALL.sparc64">
1.68      tedu      755:        .../OpenBSD/sparc64/INSTALL.sparc64 (on CD3)</a>
1.85      tb        756: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/sparc/INSTALL.sparc">
1.68      tedu      757:        .../OpenBSD/sparc/INSTALL.sparc (on CD3)</a>
                    758: <p>
1.85      tb        759: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/alpha/INSTALL.alpha">
1.68      tedu      760:        .../OpenBSD/5.5/alpha/INSTALL.alpha</a>
1.85      tb        761: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/armish/INSTALL.armish">
1.68      tedu      762:        .../OpenBSD/5.5/armish/INSTALL.armish</a>
1.85      tb        763: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/armv7/INSTALL.armv7">
1.68      tedu      764:        .../OpenBSD/5.5/armv7/INSTALL.armv7</a>
1.85      tb        765: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/aviion/INSTALL.aviion">
1.68      tedu      766:        .../OpenBSD/5.5/aviion/INSTALL.aviion</a>
1.85      tb        767: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/hp300/INSTALL.hp300">
1.68      tedu      768:        .../OpenBSD/5.5/hp300/INSTALL.hp300</a>
1.85      tb        769: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/hppa/INSTALL.hppa">
1.68      tedu      770:        .../OpenBSD/5.5/hppa/INSTALL.hppa</a>
1.85      tb        771: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/landisk/INSTALL.landisk">
1.68      tedu      772:        .../OpenBSD/5.5/landisk/INSTALL.landisk</a>
1.85      tb        773: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/loongson/INSTALL.loongson">
1.68      tedu      774:        .../OpenBSD/5.5/loongson/INSTALL.loongson</a>
1.85      tb        775: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/luna88k/INSTALL.luna88k">
1.68      tedu      776:        .../OpenBSD/5.5/luna88k/INSTALL.luna88k</a>
1.85      tb        777: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/macppc/INSTALL.macppc">
1.68      tedu      778:        .../OpenBSD/5.5/macppc/INSTALL.macppc</a>
1.85      tb        779: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/mvme68k/INSTALL.mvme68k">
1.68      tedu      780:        .../OpenBSD/5.5/mvme68k/INSTALL.mvme68k</a>
1.85      tb        781: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/mvme88k/INSTALL.mvme88k">
1.68      tedu      782:        .../OpenBSD/5.5/mvme88k/INSTALL.mvme88k</a>
1.85      tb        783: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/octeon/INSTALL.octeon">
1.68      tedu      784:        .../OpenBSD/5.5/octeon/INSTALL.octeon</a>
1.85      tb        785: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/sgi/INSTALL.sgi">
1.68      tedu      786:        .../OpenBSD/5.5/sgi/INSTALL.sgi</a>
1.85      tb        787: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/socppc/INSTALL.socppc">
1.68      tedu      788:        .../OpenBSD/5.5/socppc/INSTALL.socppc</a>
1.85      tb        789: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/sparc/INSTALL.sparc">
1.68      tedu      790:        .../OpenBSD/5.5/sparc/INSTALL.sparc</a>
1.85      tb        791: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/vax/INSTALL.vax">
1.68      tedu      792:        .../OpenBSD/5.5/vax/INSTALL.vax</a>
1.85      tb        793: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/zaurus/INSTALL.zaurus">
1.68      tedu      794:        .../OpenBSD/5.5/zaurus/INSTALL.zaurus</a>
                    795: </ul>
                    796: <hr>
                    797:
                    798: <p>
                    799: Quick installer information for people familiar with OpenBSD, and the
                    800: use of the "disklabel -E" command.  If you are at all confused when
                    801: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    802: <p>
                    803:
                    804: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    805: <ul>
                    806: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    807: release is on CD1. If your BIOS does not support booting from CD, you will need
                    808: to create a boot floppy to install from. To create a boot floppy write
                    809: <i>CD1:5.5/i386/floppy55.fs</i> to a floppy and boot via the floppy drive.
                    810:
                    811: <p>
                    812: Use <i>CD1:5.5/i386/floppyB55.fs</i> instead for greater SCSI controller
                    813: support, or <i>CD1:5.5/i386/floppyC55.fs</i> for better laptop support.
                    814:
                    815: <p>
1.76      bcallah   816: If your machine can boot from USB, you can write <i>install55.fs</i> or
                    817: <i>miniroot55.fs</i> to a USB stick and boot from it.
                    818:
                    819: <p>
                    820: If you can't boot from a CD, floppy disk, or USB,
1.68      tedu      821: you can install across the network using PXE as described in
                    822: the included INSTALL.i386 document.
                    823:
                    824: <p>
                    825: If you are planning on dual booting OpenBSD with another OS, you will need to
                    826: read INSTALL.i386.
                    827:
                    828: <p>
                    829: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    830: at <i>CD1:5.5/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    831: use the
1.86      tb        832: <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>
1.68      tedu      833: utility. The following is an example usage of
1.86      tb        834: <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>,
1.68      tedu      835: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    836: &quot;rfd0a&quot;.
                    837:
                    838: <ul><pre>
                    839: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    840: </pre></ul>
                    841:
                    842: <p>
                    843: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    844: your install will most likely fail. For more information on creating a boot
                    845: floppy and installing OpenBSD/i386 please refer to
1.83      tj        846: <a href="faq/faq4.html#MkFlop">this page</a>.
1.68      tedu      847: </ul>
                    848:
                    849: <p>
                    850: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    851: <ul>
                    852: The 5.5 release of OpenBSD/amd64 is located on CD2.
                    853: Boot from the CD to begin the install - you may need to adjust
                    854: your BIOS options first.
                    855: If you can't boot from the CD, you can create a boot floppy to install from.
                    856: To do this, write <i>CD2:5.5/amd64/floppy55.fs</i> to a floppy, then
                    857: boot from the floppy drive.
                    858:
                    859: <p>
1.76      bcallah   860: If your machine can boot from USB, you can write <i>install55.fs</i> or
                    861: <i>miniroot55.fs</i> to a USB stick and boot from it.
                    862:
                    863: <p>
                    864: If you can't boot from a CD, floppy disk, or USB,
1.68      tedu      865: you can install across the network using PXE as described in the included
                    866: INSTALL.amd64 document.
                    867:
                    868: <p>
                    869: If you are planning to dual boot OpenBSD with another OS, you will need to
                    870: read INSTALL.amd64.
                    871: </ul>
                    872:
                    873: <p>
                    874: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    875: <ul>
                    876: Burn the image from the FTP site to a CDROM, and power on your machine
                    877: while holding down the <i>C</i> key until the display turns on and
                    878: shows <i>OpenBSD/macppc boot</i>.
                    879:
                    880: <p>
                    881: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    882: /5.5/macppc/bsd.rd</i>
                    883: </ul>
                    884:
                    885: <p>
                    886: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    887: <ul>
                    888: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    889:
                    890: <p>
                    891: If this doesn't work, or if you don't have a CDROM drive, you can write
                    892: <i>CD3:5.5/sparc64/floppy55.fs</i> or <i>CD3:5.5/sparc64/floppyB55.fs</i>
                    893: (depending on your machine) to a floppy and boot it with <i>boot
                    894: floppy</i>. Refer to INSTALL.sparc64 for details.
                    895:
                    896: <p>
                    897: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    898: will most likely fail.
                    899:
                    900: <p>
                    901: You can also write <i>CD3:5.5/sparc64/miniroot55.fs</i> to the swap partition on
                    902: the disk and boot with <i>boot disk:b</i>.
                    903:
                    904: <p>
                    905: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    906: </ul>
                    907:
                    908: <p>
                    909: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    910: <ul>
                    911: <p>Write <i>FTP:5.5/alpha/floppy55.fs</i> or
                    912: <i>FTP:5.5/alpha/floppyB55.fs</i> (depending on your machine) to a diskette and
                    913: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    914:
                    915: <p>
                    916: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    917: will most likely fail.
                    918:
                    919: </ul>
                    920:
                    921: <p>
                    922: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    923: <ul>
                    924: <p>
                    925: After connecting a serial port, Thecus can boot directly from the network
                    926: either tftp or http. Configure the network using fconfig, reset,
                    927: then load bsd.rd, see INSTALL.armish for specific details.
                    928: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    929: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    930: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    931: More details are available in INSTALL.armish.
                    932: </ul>
                    933:
                    934: <p>
                    935: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    936: <ul>
                    937: <p>
                    938: Boot over the network by following the instructions in INSTALL.hp300.
                    939: </ul>
                    940:
                    941: <p>
                    942: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    943: <ul>
                    944: <p>
                    945: Boot over the network by following the instructions in INSTALL.hppa or the
                    946: <a href="hppa.html#install">hppa platform page</a>.
                    947: </ul>
                    948:
                    949: <p>
                    950: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    951: <ul>
                    952: <p>
                    953: Write <i>miniroot55.fs</i> to the start of the CF
                    954: or disk, and boot normally.
                    955: </ul>
                    956:
                    957: <p>
                    958: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    959: <ul>
                    960: <p>
                    961: Write <i>miniroot55.fs</i> to a USB stick and boot bsd.rd from it
                    962: or boot bsd.rd via tftp.
                    963: Refer to the instructions in INSTALL.loongson for more details.
                    964: </ul>
                    965: <p>
                    966:
                    967: <p>
                    968: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    969: <ul>
                    970: <p>
                    971: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    972: from the PROM, and the bsd.rd from the bootloader.
                    973: Refer to the instructions in INSTALL.luna88k for more details.
                    974: </ul>
                    975:
                    976: <p>
                    977: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    978: <ul>
                    979: <p>
                    980: You can create a bootable installation tape or boot over the network.<br>
                    981: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    982: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    983: for more details.
                    984: </ul>
                    985:
                    986: <p>
                    987: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    988: <ul>
                    989: <p>
                    990: You can create a bootable installation tape or boot over the network.<br>
                    991: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    992: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    993: for more details.
                    994: </ul>
                    995:
                    996: <p>
                    997: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    998: <ul>
                    999: <p>
                   1000: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                   1001: Refer to the instructions in INSTALL.octeon for more details.
                   1002: </ul>
                   1003:
                   1004: <p>
                   1005: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                   1006: <ul>
                   1007: <p>
                   1008: To install, burn cd55.iso on a CD-R, put it in the CD drive of your
                   1009: machine and select <i>Install System Software</i> from the System Maintenance
                   1010: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                   1011: CD-ROM, and need a proper invocation from the PROM prompt.
                   1012: Refer to the instructions in INSTALL.sgi for more details.
                   1013:
                   1014: <p>
                   1015: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                   1016: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                   1017: system type. Refer to the instructions in INSTALL.sgi for more details.
                   1018: </ul>
                   1019:
                   1020: <p>
                   1021: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                   1022: <ul>
                   1023: <p>
                   1024: After connecting a serial port, boot over the network via DHCP/tftp.
                   1025: Refer to the instructions in INSTALL.socppc for more details.
                   1026: </ul>
                   1027:
                   1028: <p>
                   1029: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                   1030: <ul>
                   1031: Boot from one of the provided install ISO images, using one of the two
                   1032: commands listed below, depending on the version of your ROM.
                   1033:
                   1034: <ul><pre>
                   1035: ok <strong>boot cdrom 5.5/sparc/bsd.rd</strong>
                   1036: or
                   1037: &gt; <strong>b sd(0,6,0)5.5/sparc/bsd.rd</strong>
                   1038: </pre></ul>
                   1039:
                   1040: <p>
                   1041: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                   1042: To do so you need to write <i>floppy55.fs</i> to a floppy.
1.83      tj       1043: For more information see <a href="faq/faq4.html#MkFlop">this page</a>.
1.68      tedu     1044: To boot from the floppy use one of the two commands listed below,
                   1045: depending on the version of your ROM.
                   1046:
                   1047: <ul><pre>
                   1048: ok <strong>boot floppy</strong>
                   1049: or
                   1050: &gt; <strong>b fd()</strong>
                   1051: </pre></ul>
                   1052:
                   1053: <p>
                   1054: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                   1055: will most likely fail.
                   1056:
                   1057: <p>
                   1058: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                   1059: setup a bootable tape, or install via network, as told in the
                   1060: INSTALL.sparc file.
                   1061: </ul>
                   1062:
                   1063: <p>
                   1064: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                   1065: <ul>
                   1066: Boot over the network via mopbooting as described in INSTALL.vax.
                   1067: </ul>
                   1068:
                   1069: <p>
                   1070: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                   1071: <ul>
                   1072: <p>
                   1073: Using the Linux built-in graphical ipkg installer, install the
                   1074: openbsd55_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                   1075: for a few important details.
                   1076: </ul>
                   1077:
                   1078: <p>
                   1079: <h3><font color="#e00000">Notes about the source code:</font></h3>
                   1080: <ul>
                   1081: src.tar.gz contains a source archive starting at /usr/src.  This file
                   1082: contains everything you need except for the kernel sources, which are
                   1083: in a separate archive.  To extract:
                   1084: <p>
                   1085: <ul><pre>
                   1086: # <strong>mkdir -p /usr/src</strong>
                   1087: # <strong>cd /usr/src</strong>
                   1088: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                   1089: </pre></ul>
                   1090: <p>
                   1091: sys.tar.gz contains a source archive starting at /usr/src/sys.
                   1092: This file contains all the kernel sources you need to rebuild kernels.
                   1093: To extract:
                   1094: <p>
                   1095: <ul><pre>
                   1096: # <strong>mkdir -p /usr/src/sys</strong>
                   1097: # <strong>cd /usr/src</strong>
                   1098: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                   1099: </pre></ul>
                   1100: <p>
                   1101: Both of these trees are a regular CVS checkout.  Using these trees it
                   1102: is possible to get a head-start on using the anoncvs servers as
                   1103: described <a href="anoncvs.html">here</a>.
                   1104: Using these files
                   1105: results in a much faster initial CVS update than you could expect from
                   1106: a fresh checkout of the full OpenBSD source tree.
                   1107: <p>
                   1108: </ul>
                   1109:
                   1110: <a name="upgrade"></a>
                   1111: <hr>
                   1112: <p>
                   1113: <h3><font color="#0000e0">How to upgrade</font></h3>
                   1114: <p>
                   1115: If you already have an OpenBSD 5.4 system, and do not want to reinstall,
                   1116: upgrade instructions and advice can be found in the
                   1117: <a href="faq/upgrade55.html">Upgrade Guide</a>.
                   1118:
                   1119: <a name="ports"></a>
                   1120: <hr>
                   1121: <p>
                   1122: <h3><font color="#0000e0">Ports Tree</font></h3>
                   1123: <p>
                   1124: A ports tree archive is also provided.  To extract:
                   1125: <p>
                   1126: <ul><pre>
                   1127: # <strong>cd /usr</strong>
                   1128: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                   1129: </pre></ul>
                   1130: <p>
                   1131: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                   1132: read the <a href="faq/ports/index.html">ports</a> page
                   1133: if you know nothing about ports
                   1134: at this point.  This text is not a manual of how to use ports.
                   1135: Rather, it is a set of notes meant to kickstart the user on the
                   1136: OpenBSD ports system.
                   1137: <p>
                   1138: The <i>ports/</i> directory represents a CVS (see the manpage for
1.86      tb       1139: <a href="https://man.openbsd.org/?query=cvs&amp;sektion=1&amp;arch=i386">
1.68      tedu     1140: cvs(1)</a> if
                   1141: you aren't familiar with CVS) checkout of our ports.  As with our complete
                   1142: source tree, our ports tree is available via
                   1143: <a href="anoncvs.html">AnonCVS</a>.
                   1144: So, in order to keep current with it, you must make the <i>ports/</i> tree
                   1145: available on a read-write medium and update the tree with a command
                   1146: like:
                   1147: <p>
                   1148: <ul><pre>
                   1149: # <strong>cd /usr/ports</strong>
                   1150: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_5</strong>
                   1151: </pre></ul>
                   1152: <p>
                   1153: [Of course, you must replace the server name here with a nearby anoncvs
                   1154: server.]
                   1155: <p>
                   1156: Note that most ports are available as packages through FTP. Updated
                   1157: packages for the 5.5 release will be made available if problems arise.
                   1158: <p>
                   1159: If you're interested in seeing a port added, would like to help out, or just
                   1160: would like to know more, the mailing list
                   1161: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                   1162: <p>
                   1163: </body>
                   1164: </html>