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

Annotation of www/55.html, Revision 1.76

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