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

Annotation of www/60.html, Revision 1.78

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.0</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.0">
                      7: <meta name="copyright" content="This document copyright 2016 by OpenBSD.">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.48      tb         10: <link rel="canonical" href="https://www.openbsd.org/60.html">
1.1       deraadt    11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <h2>
                     16: <a href="index.html">
                     17: <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">6.0</font>
                     19: </h2>
                     20:
                     21: <a href="images/puff.jpg">
                     22: <img alt="Puff" align="left" width="227" height="343" hspace="24" src="images/puff.jpg"></a>
1.72      deraadt    23: Released Sep 1, 2016<br>
1.1       deraadt    24: Copyright 1997-2016, Theo de Raadt.<br>
                     25: <font color="#e00000">ISBN 978-0-9881561-8-0</font>
                     26: <br>
1.63      jung       27: 6.0 Songs:
1.40      deraadt    28: <a href="lyrics.html#60a">"Another Smash of the Stack"</a>,
1.43      deraadt    29: <a href="lyrics.html#60b">"Black Hat"</a>,
                     30: <a href="lyrics.html#60c">"Money"</a><br>
                     31: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                     32: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                     33: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1.64      deraadt    34: <a href="lyrics.html#60d">"Comfortably Dumb (the misc song)"</a>,
1.72      deraadt    35: <a href="lyrics.html#60e">"Mother"</a>,
                     36: <a href="lyrics.html#60f">"Goodbye"</a>.
1.78    ! deraadt    37: <br>
1.1       deraadt    38: <ul>
                     39: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     40:     a list of mirror machines.
                     41: <li>Go to the <font color="#e00000">pub/OpenBSD/6.0/</font> directory on
                     42:     one of the mirror sites.
                     43: <li>Have a look at <a href="errata60.html">the 6.0 errata page</a> for a list
                     44:     of bugs and workarounds.
                     45: <li>See a <a href="plus60.html">detailed log of changes</a> between the
                     46:     5.9 and 6.0 releases.
                     47: <p>
1.74      tb         48: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
1.77      deraadt    49:     pubkeys for this release:<p>
                     50:
                     51: <table cellspacing=0 style='font-family:monospace'><tr>
                     52: <td>
                     53: openbsd-61-base.pub:
                     54: </td><td>
                     55: RWSho3oKSqgLQy+NpIhFXZJDtkE65tzlmtC24mStf8DoJd2OPMgna4u8
                     56: </td></tr><tr><td>
                     57: openbsd-61-fw.pub:
                     58: </td><td>
                     59: RWRWf7GJKFvJTWEMIaw9wld0DujiqL1mlrC6HisE6i78C+2SRArV1Iyo
                     60: </td></tr><tr><td>
                     61: openbsd-61-pkg.pub:
                     62: </td><td>
                     63: RWQHIajRlT2mX7tmRgb6oN6mfJu3AgQ/TU38acrWABO8lz90dR3rNmey
                     64: </td></tr>
                     65: </table>
                     66:
1.1       deraadt    67: <p>
                     68: All applicable copyrights and credits are in the src.tar.gz,
                     69: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     70: files fetched via ports.tar.gz.
                     71: </ul>
                     72: <br clear=all>
                     73:
                     74: <hr>
                     75:
                     76: <h3 id="new"><font color="#0000e0">What's New</font></h3>
                     77:
                     78: This is a partial list of new features and systems included in OpenBSD 6.0.
                     79: For a comprehensive list, see the <a href="plus60.html">changelog</a> leading
                     80: to 6.0.
                     81:
                     82: <ul>
1.27      jsg        83: <li>New/extended platforms:
                     84:     <ul>
1.28      deraadt    85:     <li><a href="armv7.html">armv7</a>:
1.27      jsg        86:         <ul>
                     87:         <li>EFI bootloader added, kernels are now loaded from FFS instead
                     88:             of FAT or EXT filesystems, without U-Boot headers.
                     89:         <li>A single kernel and ramdisk are now used for all SoCs.
                     90:         <li>Hardware is dynamically enumerated via Flattened Device
                     91:             Tree (FDT) instead of via static tables based on board id numbers.
                     92:         <li>Miniroot installer images include U-Boot 2016.07 with support for
                     93:             EFI payloads.
                     94:         </ul>
1.28      deraadt    95:     <li><a href="vax.html">vax</a>:
                     96:        <ul>
                     97:        <li>Removed.
                     98:        </ul>
1.27      jsg        99:     </ul>
                    100: <p>
                    101:
1.1       deraadt   102: <li>Improved hardware support, including:
                    103:     <ul>
1.74      tb        104:     <li>New <a href="https://man.openbsd.org/?query=bytgpio">bytgpio(4)</a>
1.25      jsg       105:         driver for the Intel Bay Trail GPIO controller.
1.74      tb        106:     <li>New <a href="https://man.openbsd.org/?query=chvgpio">chvgpio(4)</a>
1.25      jsg       107:         driver for the Intel Cherry View GPIO controller.
1.74      tb        108:     <li>New <a href="https://man.openbsd.org/?query=maxrtc">maxrtc(4)</a>
1.25      jsg       109:         driver for the Maxim DS1307 real time clock.
1.74      tb        110:     <li>New <a href="https://man.openbsd.org/?query=nvme">nvme(4)</a>
1.25      jsg       111:         driver for the Non-Volatile Memory Express (NVMe) host controller interface.
1.74      tb        112:     <li>New <a href="https://man.openbsd.org/?query=pcfrtc">pcfrtc(4)</a>
1.25      jsg       113:         driver for the NXP PCF8523 real time clock.
1.74      tb        114:     <li>New <a href="https://man.openbsd.org/?query=umb">umb(4)</a>
1.25      jsg       115:         driver for the Mobile Broadband Interface Model (MBIM).
1.74      tb        116:     <li>New <a href="https://man.openbsd.org/?query=ure">ure(4)</a>
1.25      jsg       117:         driver for RealTek RTL8152 based 10/100 USB Ethernet devices.
1.74      tb        118:     <li>New <a href="https://man.openbsd.org/?query=utvfu">utvfu(4)</a>
1.25      jsg       119:         driver for audio/video capture devices based on the Fushicai USBTV007.
1.74      tb        120:     <li>The <a href="https://man.openbsd.org/?query=iwm">iwm(4)</a> driver
1.57      stsp      121:         now supports Intel Wireless 3165 and 8260 devices, and works more
                    122:        reliably in RAMDISK kernels.
1.25      jsg       123:     <li>Support for I2C HID devices with GPIO signalled interrupts has
1.74      tb        124:         been added to <a href="https://man.openbsd.org/?query=dwiic">dwiic(4)</a>.
1.26      jsg       125:     <li>Support for larger bus widths, high speed modes, and DMA
                    126:         transfers has been added to
1.74      tb        127:         <a href="https://man.openbsd.org/?query=sdmmc">sdmmc(4)</a>,
                    128:         <a href="https://man.openbsd.org/?query=rtsx">rtsx(4)</a>,
                    129:         <a href="https://man.openbsd.org/?query=sdhc">sdhc(4)</a>, and
                    130:         <a href="https://man.openbsd.org/?query=imxesdhc">imxesdhc(4)</a>.
1.31      visa      131:     <li>Support for EHCI and OHCI compliant USB controllers on Octeon II SoCs.
                    132:     <li>Many USB device drivers have been enabled on OpenBSD/octeon.
1.54      stsp      133:     <li>Improved support for hardware-reduced ACPI implementations.
1.57      stsp      134:     <li>Improved support for ACPI 5.0 implementations.
1.58      stsp      135:     <li>AES-NI crypto is now done without holding the kernel lock.
1.54      stsp      136:     <li>Improved AGP support on PowerPC G5 machines.
                    137:     <li>Added support for the SD card slot in Intel Bay Trail SoCs.
1.74      tb        138:     <li>The <a href="https://man.openbsd.org/?query=ichiic">ichiic(4)</a> driver
1.57      stsp      139:         now ignores the SMBALERT# interrupt to prevent an interrupt storm
                    140:         with buggy BIOS implementations.
1.54      stsp      141:     <li>Device attachment problems with the
1.74      tb        142:         <a href="https://man.openbsd.org/?query=axen">axen(4)</a> driver have
1.54      stsp      143:         been fixed.
1.74      tb        144:     <li>The <a href="https://man.openbsd.org/?query=ral">ral(4)</a> driver
1.54      stsp      145:         is more stable under load with RT2860 devices.
                    146:     <li>Problems with dead keyboards after resume have been fixed in the
1.74      tb        147:         <a href="https://man.openbsd.org/?query=pckbd">pckbd(4)</a> driver.
                    148:     <li>The <a href="https://man.openbsd.org/?query=rtsx">rtsx(4)</a> driver
1.54      stsp      149:         now supports RTS522A devices.
                    150:     <li>Initial support for MSI-X has been added.
1.57      stsp      151:     <li>Support MSI-X in the
1.74      tb        152:         <a href="https://man.openbsd.org/?query=virtio">virtio(4)</a> driver.
1.54      stsp      153:     <li>Added a workaround for hardware DMA overruns to the
1.74      tb        154:         <a href="https://man.openbsd.org/man4/dc.4">dc(4)</a> driver.
                    155:     <li>The <a href="https://man.openbsd.org/?query=acpitz">acpitz(4)</a> driver
1.54      stsp      156:         now spins the fan down after cooling if ACPI uses hysteresis for
                    157:         active cooling.
1.74      tb        158:     <li>The <a href="https://man.openbsd.org/?query=xhci">xhci(4)</a> driver
1.54      stsp      159:         now performs handoff from an xHCI-capable BIOS correctly.
1.57      stsp      160:     <li>Support for multi-touch input has been added to the
1.74      tb        161:         <a href="https://man.openbsd.org/?query=wsmouse">wsmouse(4)</a> driver.
                    162:     <li>The <a href="https://man.openbsd.org/?query=uslcom">uslcom(4)</a> driver
1.57      stsp      163:         now supports the serial console of Aruba 7xxx wireless controllers.
1.74      tb        164:     <li>The <a href="https://man.openbsd.org/?query=re">re(4)</a> driver
1.57      stsp      165:         now works around broken LED configurations in APU1 EEPROMs.
1.74      tb        166:     <li>The <a href="https://man.openbsd.org/?query=ehci">ehci(4)</a> driver
1.57      stsp      167:         now works around problems with ATI USB controllers (e.g. SB700).
1.74      tb        168:     <li>The <a href="https://man.openbsd.org/?query=xen">xen(4)</a> driver
1.62      stsp      169:         now supports domU configuration under Qubes OS.
1.1       deraadt   170:     </ul>
                    171: <p>
                    172:
1.30      stsp      173: <li>IEEE 802.11 wireless stack improvements:
1.1       deraadt   174:     <ul>
1.30      stsp      175:     <li>The HT block ack receive buffer logic follows the algorithm given
                    176:         in the 802.11-2012 spec more closely.
1.74      tb        177:     <li>The <a href="https://man.openbsd.org/?query=iwn">iwn(4)</a> driver now
1.30      stsp      178:         keeps track of HT protection changes while associated to an 11n AP.
                    179:     <li>The wireless stack and several drivers make more aggressive use
                    180:         of RTS/CTS to avoid interference from legacy devices and hidden nodes.
1.74      tb        181:     <li>The <a href="https://man.openbsd.org/?query=netstat">netstat(1)</a> -W
1.57      stsp      182:         command now shows information about 802.11n events.
                    183:     <li>In hostap mode, do not reuse association IDs of nodes which are
                    184:         still cached. Fixes a problem where an access point using the
1.74      tb        185:         <a href="https://man.openbsd.org/?query=ral">ral(4)</a> driver
1.57      stsp      186:         would get stuck at 1 Mbps because Tx rate accounting happened
                    187:         on the wrong node object.
1.1       deraadt   188:     </ul>
                    189: <p>
                    190:
                    191: <li>Generic network stack improvements:
                    192:     <ul>
1.49      mpi       193:     <li>The routing table is now based on
                    194:         <a href="http://www.hariguchi.org/art/art.pdf">ART</a> offering a
                    195:         faster lookup.
                    196:     <li>The number of route lookup per packet has been reduced to 1 in the
                    197:         forwarding path.
                    198:     <li>The prio field on VLAN headers is now correctly set on each fragment
                    199:         of an IPv4 packet going out on a
1.74      tb        200:         <a href="https://man.openbsd.org/vlan.4">vlan(4)</a>   interface.
1.42      lteo      201:     <li>Enabled device cloning for
1.74      tb        202:         <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>.
1.42      lteo      203:         This allows the system to have just one bpf device node in /dev
                    204:         that services all bpf consumers (up to 1024).
1.59      stsp      205:     <li>The Tx queue of the
1.74      tb        206:         <a href="https://man.openbsd.org/?query=cnmac">cnmac(4)</a>
1.59      stsp      207:         driver can now be processed in parallel of the rest of the kernel.
                    208:     <li>Network input path is now run in thread context.
1.1       deraadt   209:     </ul>
                    210: <p>
                    211:
                    212: <li>Installer improvements:
                    213:     <ul>
1.47      krw       214:     <li>updated list of restricted usercodes
                    215:     <li>install.sh and upgrade.sh merged into install.sub
1.74      tb        216:     <li>update automatically runs <a href="https://man.openbsd.org/sysmerge">sysmerge(8)</a>
1.47      krw       217:         in batch mode before
1.74      tb        218:        <a href="https://man.openbsd.org/fw_update">fw_update(1)</a>
1.47      krw       219:     <li>questions and answers are logged in a format that can be used as a
                    220:        response file for use by
1.74      tb        221:        <a href="https://man.openbsd.org/autoinstall">autoinstall(8)</a>
1.55      tb        222:     <li><tt>/usr/local</tt> is set to <tt>wxallowed</tt> during install
1.1       deraadt   223:     </ul>
                    224: <p>
                    225:
                    226: <li>Routing daemons and other userland network improvements:
                    227:     <ul>
1.11      schwarze  228:     <li>Add routing table support to
1.74      tb        229:         <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> and
                    230:         <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>.
                    231:     <li>Let <a href="https://man.openbsd.org/nc.1">nc(1)</a>
1.12      schwarze  232:         support service names in addition to port numbers.
                    233:     <li>Add <tt>-M</tt> and <tt>-m</tt> TTL flags to
1.74      tb        234:         <a href="https://man.openbsd.org/nc.1">nc(1)</a>.
1.12      schwarze  235:     <li>Add <tt>AF_UNIX</tt> support to
1.74      tb        236:         <a href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a>.
1.32      visa      237:     <li>Fixed a regression in
1.74      tb        238:         <a href="https://man.openbsd.org/rarpd.8">rarpd(8)</a>.
1.32      visa      239:         The daemon could hang if it was idle for a long time.
1.33      vgross    240:     <li>Added the <tt>llprio</tt> option in
1.74      tb        241:         <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
1.42      lteo      242:     <li>Multiple programs that use
1.74      tb        243:         <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>
1.42      lteo      244:         have been modified to take advantage of
1.74      tb        245:         <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>
1.42      lteo      246:         device cloning by opening <tt>/dev/bpf0</tt> instead of looping
                    247:         through <tt>/dev/bpf*</tt> devices.  These programs include
1.74      tb        248:         <a href="https://man.openbsd.org/arp.8">arp(8)</a>,
                    249:         <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>,
                    250:         <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>,
                    251:         <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a>,
                    252:         <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>,
                    253:         <a href="https://man.openbsd.org/mopd.8">mopd(8)</a>,
                    254:         <a href="https://man.openbsd.org/npppd.8">npppd(8)</a>,
                    255:         <a href="https://man.openbsd.org/rarpd.8">rarpd(8)</a>,
                    256:         <a href="https://man.openbsd.org/rbootd.8">rbootd(8)</a>, and
                    257:         <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    258:         The <a href="https://man.openbsd.org/pcap.3">libpcap</a> library
1.42      lteo      259:         has also been modified accordingly.
1.1       deraadt   260:     </ul>
                    261: <p>
                    262:
                    263: <li>Security improvements:
                    264:     <ul>
1.3       guenther  265:     <li><tt>W^X</tt> is now strictly enforced by default;
                    266:        a program can only violate it if the executable is marked with
1.38      tb        267:        <tt>PT_OPENBSD_WXNEEDED</tt> and is located on a filesystem
1.6       schwarze  268:        mounted with the <tt>wxallowed</tt>
1.74      tb        269:        <a href="https://man.openbsd.org/mount.8">mount(8)</a> option.
1.36      deraadt   270:        Because there are still too many ports which violate W^X, the
                    271:        installer mounts the <tt>/usr/local</tt> filesystem with
                    272:        <tt>wxallowed</tt>.  This allows the base system to be more
1.37      tb        273:        secure as long as <tt>/usr/local</tt> is a separate filesystem.
1.36      deraadt   274:        If you use no W^X violating programs, consider manually
                    275:        revoking that option.
1.74      tb        276:     <li>The <a href="https://man.openbsd.org/setjmp.3">setjmp(3)</a>
1.3       guenther  277:        family of functions now apply XOR cookies to stack and return-address
                    278:        values in the jmpbuf on amd64, hppa, i386, mips64, and powerpc.
1.74      tb        279:     <li>SROP mitigation: <a href="https://man.openbsd.org/sigreturn.2">sigreturn(2)</a>
1.3       guenther  280:        can now only be used by the kernel-provided signal trampoline,
                    281:        with a cookie to detect attempts to reuse it.
1.74      tb        282:     <li>To deter code reuse exploits, <a href="https://man.openbsd.org/rc.8">rc(8)</a>
1.63      jung      283:         re-links libc.so on startup, placing the objects in a random order.
1.74      tb        284:     <li>In the <a href="https://man.openbsd.org/getpwnam.3">getpwnam(3)</a>
1.63      jung      285:         family of functions, stop opening the shadow database by default.
1.74      tb        286:     <li>Allow <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>
1.12      schwarze  287:         <tt>-r</tt> to be started without root privileges.
1.11      schwarze  288:     <li>Remove
1.74      tb        289:         <a href="https://man.openbsd.org/OpenBSD-5.9/systrace">systrace</a>.
1.11      schwarze  290:     <li>Remove Linux emulation support.
1.17      tedu      291:     <li>Remove support for the usermount option.
1.19      tedu      292:     <li>The TCP SYN cache reseeds its random hash function from
1.14      bluhm     293:         time to time.
1.19      tedu      294:         This prevents an attacker from calculating the distribution
1.14      bluhm     295:         of the hash function with a timing attack.
                    296:     <li>To work against SYN flooding attacks the administrator can
                    297:         change the size of the hash array now.
1.74      tb        298:         <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>
1.14      bluhm     299:         <tt>-s -p tcp</tt> shows the relevant information to tune
1.15      bluhm     300:         the SYN cache with
1.74      tb        301:         <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>
1.15      bluhm     302:         <tt>net.inet.tcp</tt>.
1.33      vgross    303:     <li>The administrator can require root privileges for binding to some TCP
                    304:        and UDP ports with
1.74      tb        305:        <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>
1.33      vgross    306:        <tt>net.inet.tcp.rootonly</tt> and
1.74      tb        307:        <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>
1.33      vgross    308:        <tt>net.inet.udp.rootonly</tt>.
1.57      stsp      309:     <li>Remove a function pointer from the
1.74      tb        310:        <a href="https://man.openbsd.org/mbuf.9">mbuf(9)</a> data structure
1.57      stsp      311:        and use an index into an array of acceptable functions instead.
1.1       deraadt   312:     </ul>
                    313: <p>
                    314:
                    315: <li>Assorted improvements:
                    316:     <ul>
1.3       guenther  317:     <li>The thread library can now be loaded into a single-threaded process.
                    318:     <li>Improved symbol handling and standards compliance in libc.
                    319:        For example, defining an <tt>open()</tt> function will no longer
                    320:        interfere with the operation of
1.74      tb        321:        <a href="https://man.openbsd.org/fopen.3">fopen(3)</a>.
1.3       guenther  322:     <li><tt>PT_TLS</tt> sections are now supported in initially loaded object.
                    323:     <li>Improved handling of "no paths" and "empty path" in
1.74      tb        324:        <a href="https://man.openbsd.org/fts.3">fts(3)</a>.
                    325:     <li>In <a href="https://man.openbsd.org/pcap.3">pcap(3)</a>,
1.12      schwarze  326:         provide the functions <tt>pcap_free_datalinks()</tt>
                    327:         and <tt>pcap_offline_filter()</tt>.
                    328:     <li>Many bugfixes and structural cleanup in the
1.74      tb        329:         <a href="https://man.openbsd.org/editline">editline(3)</a> library.
1.12      schwarze  330:     <li>Remove ancient
1.74      tb        331:         <a href="https://man.openbsd.org/OpenBSD-5.9/dbm.3">dbm(3)</a>
1.12      schwarze  332:         functions;
1.74      tb        333:         <a href="https://man.openbsd.org/ndbm.3">ndbm(3)</a> remains.
1.17      tedu      334:     <li>Add <tt>setenv</tt> keyword for more powerful environment handling in
1.74      tb        335:         <a href="https://man.openbsd.org/doas.conf.5">doas.conf(5)</a>.
1.12      schwarze  336:     <li>Add <tt>-g</tt> and <tt>-p</tt> options to
1.74      tb        337:         <a href="https://man.openbsd.org/aucat.1">aucat.1</a>
1.12      schwarze  338:         for time positioning.
1.74      tb        339:     <li>Rewrite <a href="https://man.openbsd.org/audioctl.1">audioctl(1)</a>
1.12      schwarze  340:         with a simpler user interface.
                    341:     <li>Add <tt>-F</tt> option to
1.74      tb        342:         <a href="https://man.openbsd.org/install.1">install(1)</a>
                    343:         to <a href="https://man.openbsd.org/fsync.2">fsync(2)</a>
1.12      schwarze  344:         the file before closing it.
1.74      tb        345:     <li><a href="https://man.openbsd.org/kdump.1">kdump(1)</a>
1.6       schwarze  346:        now dumps <tt>pollfd</tt> structures.
1.12      schwarze  347:     <li>Improve various details of
1.74      tb        348:         <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> POSIX compliance.
                    349:     <li><a href="https://man.openbsd.org/mknod.8">mknod(8)</a> rewritten in a
                    350:         <a href="https://man.openbsd.org/pledge.2">pledge(2)</a>-friendly
1.12      schwarze  351:         style and to support creating multiple devices at once.
1.74      tb        352:     <li>Implement <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>
1.12      schwarze  353:         <tt>get all</tt> and <tt>getdef all</tt>.
1.74      tb        354:     <li>Implement the <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>
1.12      schwarze  355:         <tt>-I</tt> (interactive) flag.
1.74      tb        356:     <li>In <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>,
1.63      jung      357:         implement Mdocdate keyword substitution.
1.74      tb        358:     <li>In <a href="https://man.openbsd.org/top.1">top(1)</a>,
1.63      jung      359:         allow to filter process arguments if they are being displayed.
1.11      schwarze  360:     <li>Added UTF-8 support to
1.74      tb        361:         <a href="https://man.openbsd.org/fold.1">fold(1)</a> and
                    362:         <a href="https://man.openbsd.org/rev.1">rev(1)</a>.
1.11      schwarze  363:     <li>Enable UTF-8 by default in
1.74      tb        364:         <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> and
                    365:         <a href="https://man.openbsd.org/pod2man.1">pod2man(1)</a>.
1.11      schwarze  366:     <li>Filter out non-ASCII characters in
1.74      tb        367:         <a href="https://man.openbsd.org/wall.1">wall(1)</a>.
                    368:     <li>Handle the <a href="https://man.openbsd.org/?apropos=1&amp;query=Ev%3DCOLUMNS">COLUMNS</a>
1.12      schwarze  369:         environment variable consistently across many programs.
1.14      bluhm     370:     <li>The options <tt>-c</tt> and <tt>-k</tt> allow to provide
                    371:         TLS client certificates for
1.74      tb        372:         <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>
1.14      bluhm     373:         on the sending side.
1.18      tedu      374:         With that the receiving side can verify log messages
1.14      bluhm     375:         are authentic.
                    376:         Note that syslogd does not have this check feature yet.
                    377:     <li>When the klog buffer overflows, syslogd will write a log
                    378:         message to show that some entries is missing.
1.31      visa      379:     <li>On OpenBSD/octeon, CPU cache write buffering is enabled
                    380:         to improve performance.
1.74      tb        381:     <li><a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> and
                    382:        <a href="https://man.openbsd.org/pkg_info.1">pkg_info(1)</a> now
1.35      espie     383:        understand a notion of branch to ease selection of some popular
                    384:        packages such as python or php, e.g., say
                    385:        <tt>pkg_add python%3.4</tt> to select the <tt>3.4</tt> branch,
                    386:        and use <tt>pkg_info -zm</tt> to get a fuzzy listing with branch
                    387:        selection suitable for <tt>pkg_add -l</tt>.
1.74      tb        388:     <li><a href="https://man.openbsd.org/?query=fdisk">fdisk(8)</a> and
                    389:         <a href="https://man.openbsd.org/?query=pdisk">pdisk(8)</a>
1.45      krw       390:         immediately exit unless passed a character special device
1.74      tb        391:     <li><a href="https://man.openbsd.org/?query=st">st(4)</a>
1.45      krw       392:         correctly tracks the current block count for variable sized blocks
1.74      tb        393:     <li><a href="https://man.openbsd.org/?query=fsck_ext2fs">fsck_ext2fs(8)</a>
1.45      krw       394:         works again
1.74      tb        395:     <li><a href="https://man.openbsd.org/?query=softraid">softraid(4)</a> volumes
1.45      krw       396:         can be constructed with disks that have a sector size other than 512 bytes
1.74      tb        397:     <li><a href="https://man.openbsd.org/?query=dhclient">dhclient(8)</a>
1.45      krw       398:         DECLINE's and discards unused OFFER's.
1.74      tb        399:     <li><a href="https://man.openbsd.org/?query=dhclient">dhclient(8)</a>
1.45      krw       400:         immediately exits if its interface (e.g. a
1.74      tb        401:     <a href="https://man.openbsd.org/?query=bridge">bridge(4)</a>)
1.45      krw       402:         returns EAFNOSUPPORT when a packet is sent.
1.74      tb        403:     <li><a href="https://man.openbsd.org/?query=httpd">httpd(8)</a> returns
1.45      krw       404:         400 Bad Request for HTTP v0.9 requests.
                    405:     <li>ffs2's lazy node initialization avoids treating random disk data as
                    406:         an inode
1.74      tb        407:     <li><a href="https://man.openbsd.org/?query=fcntl">fcntl(2)</a> invocations
1.45      krw       408:         in base programs use the idiom fcntl(n,F_GETFL) instead of fcntl(n,F_GETFL,0)
1.74      tb        409:     <li><a href="https://man.openbsd.org/?query=socket">socket(2)</a> and
                    410:         <a href="https://man.openbsd.org/?query=accept4">accept4(2)</a> invocations
1.45      krw       411:         in base programs use SOCK_NONBLOCK to eliminate the need for a separate
1.74      tb        412:         <a href="https://man.openbsd.org/?query=fcntl">fcntl(2)</a>.
1.47      krw       413:     <li>tmpfs not enabled by default
1.50      tb        414:     <li>the in-kernel semantics of
1.74      tb        415:         <a href="https://man.openbsd.org/pledge">pledge(2)</a>
1.50      tb        416:         were improved in numerous ways.
                    417:         Highlights include:
                    418:         a new <tt>chown</tt> promise that allows pledged programs to set
                    419:         setugid attributes,
                    420:         a stricter enforcement of the <tt>recvfd</tt> promise and
1.74      tb        421:         <a href="https://man.openbsd.org/chroot.2">chroot(2)</a> is no longer
1.66      tb        422:         allowed for pledged programs.
1.50      tb        423:     <li>a number of
1.74      tb        424:         <a href="https://man.openbsd.org/pledge">pledge(2)</a>-related bugs
1.50      tb        425:         (missing promises, unintended changes of behavior, crashes) were fixed,
                    426:         notably in
1.74      tb        427:         <a href="https://man.openbsd.org/gzip">gzip(1)</a>,
                    428:         <a href="https://man.openbsd.org/nc">nc(1)</a>,
                    429:         <a href="https://man.openbsd.org/sed">sed(1)</a>,
                    430:         <a href="https://man.openbsd.org/skeyinit">skeyinit(1)</a>,
                    431:         <a href="https://man.openbsd.org/stty">stty(1)</a>,
1.50      tb        432:         and various disk-related utilities, such as
1.74      tb        433:         <a href="https://man.openbsd.org/disklabel">disklabel(8)</a> and
                    434:         <a href="https://man.openbsd.org/fdisk">fdisk(8)</a>.
1.61      stsp      435:     <li>Block size calculation errors in the
1.74      tb        436:         <a href="https://man.openbsd.org/?query=audio">audio(4)</a> driver
1.61      stsp      437:         have been fixed.
1.74      tb        438:     <li>The <a href="https://man.openbsd.org/?query=usb">usb(4)</a> driver
1.61      stsp      439:         now caches vendor and product IDs. Fixes an issue where
1.74      tb        440:         <a href="https://man.openbsd.org/?query=usbdevs">usbdevs(8)</a> called
1.61      stsp      441:         in a loop would cause a USB mass storage device to halt operation.
1.74      tb        442:     <li>The <a href="https://man.openbsd.org/?query=rsu">rsu(4)</a> and
                    443:         <a href="https://man.openbsd.org/?query=ural">ural(4)</a> drivers
1.61      stsp      444:         are now working again after they were accidentally broken in 5.9.
1.1       deraadt   445:     </ul>
                    446: <p>
                    447:
1.56      lteo      448: <li>OpenSMTPD 6.0.0
1.1       deraadt   449:     <ul>
1.56      lteo      450:       <li>Security:
                    451:         <ul>
                    452:         <li>Implement the fork+exec pattern in
1.74      tb        453:             <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>.
1.56      lteo      454:         <li>Fix a logic issue in the SMTP state machine that can lead to
                    455:             an invalid state and result in a crash.
                    456:         <li>Plug a file-pointer leak that can lead to resource exhaustion
1.63      jung      457:             and result in a crash.
1.56      lteo      458:         <li>Use automatic DH parameters instead of fixed ones.
                    459:         <li>Disable DHE by default since it is computationally expensive
1.63      jung      460:             and a potential DoS vector.
1.56      lteo      461:         </ul>
                    462:       <li>The following improvements were brought in this release:
                    463:         <ul>
                    464:         <li>Add the <tt>-r</tt> option to the
1.74      tb        465:             <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>
1.56      lteo      466:             enqueuer for compatibility with mailx.
                    467:         <li>Add missing date or message-id when listening on the submit
1.63      jung      468:             port.
1.56      lteo      469:         <li>Fix "smtpctl show queue" reporting "invalid" envelope state.
                    470:         <li>Rework the format of the "Received" header so that the TLS
                    471:             part does not violate the RFC.
                    472:         <li>Increase the number of connections a local address is
                    473:             allowed to establish, and decrease the delay between
                    474:             transactions in the same session.
1.63      jung      475:         <li>Fix LMTP delivery to servers returning continuation lines.
1.68      lteo      476:         <li>Further improve the still experimental filter API and fix
1.63      jung      477:             various related issues.
                    478:         <li>Start improving and unifying the format of log messages.
                    479:         <li>Fix several documentation discrepancies and typos in the man
                    480:             pages.
1.56      lteo      481:         </ul>
1.1       deraadt   482:     </ul>
                    483: <p>
                    484:
1.28      deraadt   485: <li>OpenSSH 7.3
1.1       deraadt   486:     <ul>
                    487:     <li>Security:
                    488:       <ul>
1.74      tb        489:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   490:           Mitigate a potential denial-of-service attack against the system's
1.74      tb        491:           <a href="https://man.openbsd.org/crypt.3">crypt(3)</a>
1.39      sobrado   492:           function via
1.74      tb        493:           <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
1.39      sobrado   494:           An attacker could send very long passwords that would cause
                    495:           excessive CPU use in
1.74      tb        496:           <a href="https://man.openbsd.org/crypt.3">crypt(3)</a>.
                    497:           <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>
1.39      sobrado   498:           now refuses to accept password authentication requests of length
                    499:           greater than 1024 characters.
1.74      tb        500:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   501:           Mitigate timing differences in password authentication that could be
                    502:           used to discern valid from invalid account names when long passwords
                    503:           were sent and particular password hashing algorithms are in use on
                    504:           the server.  CVE-2016-6210.
1.74      tb        505:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    506:           <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   507:           Fix observable timing weakness in the <i>CBC padding oracle
                    508:           countermeasures</i>.  Note that CBC ciphers are disabled by default
                    509:           and only included for legacy compatibility.
1.74      tb        510:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    511:           <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.66      tb        512:           Improve ordering of MAC verification for
1.39      sobrado   513:           <i>Encrypt-then-MAC</i> (EtM) mode transport MAC algorithms to
                    514:           verify the MAC before decrypting any ciphertext.  This removes the
                    515:           possibility of timing differences leaking facts about the plaintext,
                    516:           though no such leakage is known.
1.1       deraadt   517:       </ul>
                    518:     <li>New/changed features:
                    519:       <ul>
1.74      tb        520:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.39      sobrado   521:           Add a <tt>ProxyJump</tt> option and corresponding <tt>-J</tt>
                    522:           command-line flag to allow simplified indirection through a one or
                    523:           more SSH bastions or "jump hosts".
1.74      tb        524:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.39      sobrado   525:           Add an <tt>IdentityAgent</tt> option to allow specifying specific
                    526:           agent sockets instead of accepting one from the environment.
1.74      tb        527:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.39      sobrado   528:           Allow <tt>ExitOnForwardFailure</tt> and <tt>ClearAllForwardings</tt>
                    529:           to be optionally overridden when using <tt>ssh -W</tt>.  (bz#2577)
1.74      tb        530:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    531:           <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   532:           Implement support for the IUTF8 terminal mode as per
                    533:           <i>draft-sgtatham-secsh-iutf8-00</i>.
1.74      tb        534:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    535:           <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   536:           Add support for additional <i>fixed Diffie-Hellman 2K</i>, <i>4K</i>
                    537:           and <i>8K</i> groups from <i>draft-ietf-curdle-ssh-kex-sha2-03</i>.
1.74      tb        538:       <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>,
                    539:           <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    540:           <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   541:           support SHA256 and SHA512 RSA signatures in certificates.
1.74      tb        542:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.39      sobrado   543:           Add an <tt>Include</tt> directive for
1.74      tb        544:           <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>
1.39      sobrado   545:           files.
1.74      tb        546:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.39      sobrado   547:           Permit UTF-8 characters in pre-authentication banners sent from the
                    548:           server.  (bz#2058)
1.1       deraadt   549:       </ul>
                    550:     <li>The following significant bugs have been fixed in this release:
                    551:       <ul>
1.74      tb        552:       <li>In <a href="https://man.openbsd.org/scp.1">scp(1)</a>
                    553:           and <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>,
1.39      sobrado   554:           prevent screwing up terminal settings by escaping bytes
1.63      jung      555:           not forming ASCII or UTF-8 characters.
1.74      tb        556:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    557:           <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   558:           Reduce the syslog level of some relatively common protocol events
                    559:           from <tt>LOG_CRIT</tt>.  (bz#2585)
1.74      tb        560:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   561:           Refuse <tt>AuthenticationMethods=""</tt> in configurations and accept
                    562:           <tt>AuthenticationMethods=any</tt> for the default behaviour of not
                    563:           requiring multiple authentication.  (bz#2398)
1.74      tb        564:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   565:           Remove obsolete and misleading <tt>"POSSIBLE BREAK-IN ATTEMPT!"</tt>
                    566:           message when forward and reverse DNS don't match.  (bz#2585)
1.74      tb        567:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.39      sobrado   568:           Close <tt>ControlPersist</tt> background process stderr except in
                    569:           debug mode or when logging to syslog.  (bz#1988)
                    570:       <li>misc: Make PROTOCOL description for
                    571:           <i>direct-streamlocal@openssh.com</i> channel open messages match
                    572:           deployed code.  (bz#2529)
1.74      tb        573:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.39      sobrado   574:           Deduplicate <tt>LocalForward</tt> and <tt>RemoteForward</tt> entries
                    575:           to fix failures when both <tt>ExitOnForwardFailure</tt> and
                    576:           <tt>hostname</tt> canonicalisation are enabled.  (bz#2562)
1.74      tb        577:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   578:           Remove fallback from moduli to obsolete "primes" file that was
                    579:           deprecated in 2001.  (bz#2559)
1.74      tb        580:       <li><a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>:
1.39      sobrado   581:           Correct description of <tt>UseDNS</tt>: it affects ssh hostname
                    582:           processing for <tt>authorized_keys</tt>, not <tt>known_hosts</tt>.
                    583:           (bz#2554)
1.74      tb        584:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.39      sobrado   585:           Fix authentication using lone certificate keys in an agent without
                    586:           corresponding private keys on the filesystem.  (bz#2550)
1.74      tb        587:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.39      sobrado   588:           Send <tt>ClientAliveInterval</tt> pings when a time-based
                    589:           <tt>RekeyLimit</tt> is set; previously keepalive packets were not
                    590:           being sent.  (bz#2252)
1.1       deraadt   591:       </ul>
                    592:     </ul>
                    593: <p>
1.5       sobrado   594:
                    595: <li>OpenNTPD 6.0
                    596:     <ul>
                    597:     <li>When a single "constraint" is specified, try all returned addresses
                    598:         until one succeeds, rather than the first returned address.
                    599:     <li>Relaxed the constraint error margin to be proportional to the number
                    600:         of NTP peers, avoid constant reconnections when there is a bad NTP
                    601:         peer.
                    602:     <li>Removed disabled
1.74      tb        603:         <a href="https://man.openbsd.org/hotplug.4">hotplug(4)</a>
1.5       sobrado   604:         sensor support.
                    605:     <li>Added support for detecting crashes in constraint subprocesses.
                    606:     <li>Moved the execution of constraints from the ntp process to the
                    607:         parent process, allowing for better privilege separation since the
                    608:         ntp process can be further restricted.
                    609:     <li>Fixed high CPU usage when the network is down.
                    610:     <li>Fixed various memory leaks.
                    611:     <li>Switched to RMS for jitter calculations.
                    612:     <li>Unified logging functions with other OpenBSD base programs.
                    613:     <li>Set <tt>MOD_MAXERROR</tt> to avoid unsynced time status when using
                    614:         ntp_adjtime.
                    615:     <li>Fixed HTTP Timestamp header parsing to use
1.74      tb        616:         <a href="https://man.openbsd.org/strptime.3">strptime(3)</a>
1.5       sobrado   617:         in a more portable fashion.
                    618:     <li>Hardened TLS for
1.74      tb        619:         <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>
1.5       sobrado   620:         constraints, enabling server name verification.
                    621:     </ul>
                    622: <p>
                    623:
1.4       sobrado   624: <li>LibreSSL 2.4.2
1.1       deraadt   625:     <ul>
                    626:     <li>User-visible features:
                    627:       <ul>
1.4       sobrado   628:       <li>Fixed some broken manpage links in the install target.
                    629:       <li><tt>cert.pem</tt> has been reorganized and synced with Mozilla's
                    630:           certificate store.
                    631:       <li>Reliability fix, correcting an error when parsing certain ASN.1
                    632:           elements over 16k in size.
                    633:       <li>Implemented the IETF <i>ChaCha20-Poly1305</i> cipher suites.
                    634:       <li>Fixed password prompts from
1.74      tb        635:           <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>
1.4       sobrado   636:           to properly handle ^C.
1.1       deraadt   637:       </ul>
                    638:     <li>Code improvements:
                    639:       <ul>
1.4       sobrado   640:       <li>Fixed an <i>nginx</i> compatibility issue by adding an
                    641:           '<tt>install_sw</tt>' build target.
                    642:       <li>Changed default
1.74      tb        643:           <a href="https://man.openbsd.org/EVP_AEAD_CTX_init.3">EVP_aead_chacha20_poly1305(3)</a>
1.4       sobrado   644:           implementation to the IETF version, which is now the default.
                    645:       <li>Reworked error handling in <tt>libtls</tt> so that configuration
                    646:           errors are more visible.
                    647:       <li>Added missing error handling around
1.74      tb        648:           <a href="https://man.openbsd.org/bn_wexpand.3">bn_wexpand(3)</a>
1.4       sobrado   649:           calls.
                    650:       <li>Added
1.74      tb        651:           <a href="https://man.openbsd.org/explicit_bzero.3">explicit_bzero(3)</a>
1.4       sobrado   652:           calls for freed ASN.1 objects.
                    653:       <li>Fixed <tt>X509_*set_object</tt> functions to return 0 on allocation
                    654:           failure.
                    655:       <li>Deprecated internal use of
1.74      tb        656:           <a href="https://man.openbsd.org/EVP_EncryptInit">EVP_[Cipher|Encrypt|Decrypt]_Final</a>.
1.4       sobrado   657:       <li>Fixed a problem that prevents the DSA signing algorithm from running
1.63      jung      658:           in constant time even if the flag <tt>BN_FLG_CONSTTIME</tt> is set.
1.4       sobrado   659:       <li>Fixed several issues in the OCSP code that could result in the
                    660:           incorrect generation and parsing of OCSP requests. This remediates
                    661:           a lack of error checking on time parsing in these functions, and
                    662:           ensures that only <tt>GENERALIZEDTIME</tt> formats are accepted for
                    663:           OCSP, as per <i>RFC 6960</i>.
                    664:       </ul>
1.22      tom       665:     <li>The following CVEs have been fixed:
1.4       sobrado   666:       <ul>
                    667:       <li><tt>CVE-2016-2105</tt>&#8212;EVP_EncodeUpdate overflow.
                    668:       <li><tt>CVE-2016-2106</tt>&#8212;EVP_EncryptUpdate overflow.
                    669:       <li><tt>CVE-2016-2107</tt>&#8212;padding oracle in AES-NI CBC MAC check.
                    670:       <li><tt>CVE-2016-2108</tt>&#8212;memory corruption in the ASN.1 encoder.
                    671:       <li><tt>CVE-2016-2109</tt>&#8212;ASN.1 BIO excessive memory allocation.
1.1       deraadt   672:       </ul>
                    673:     </ul>
                    674: <p>
                    675:
                    676: <li>Ports and packages:
1.35      espie     677:     <dl>
                    678:     <dt>New proot(1) tool in the ports tree for building packages in a chroot.
                    679:     </dl>
1.1       deraadt   680:     <dl>
                    681:     <dt>Many pre-built packages for each architecture:
                    682:     </dl>
                    683:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    684:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    685:     <tr>
                    686:     <td valign="top" width="25%">
                    687:     <ul>
1.46      landry    688:       <li>alpha:      7422
1.41      deraadt   689:       <li>amd64:      9433
                    690:       <li>hppa:       6346
1.1       deraadt   691:     </ul></td><td valign=top width="25%"><ul>
1.41      deraadt   692:       <li>i386:       9394
1.65      deraadt   693:       <li>mips64:     7921
1.69      naddy     694:       <li>mips64el:   7767
1.1       deraadt   695:     </ul></td><td valign=top width="25%"><ul>
1.67      naddy     696:       <li>powerpc:    8318
1.46      landry    697:       <li>sparc64:    8570
1.1       deraadt   698:     </ul></td></tr></table>
                    699:     <p>
                    700:
                    701:     <dl>
                    702:     <dt>Some highlights:
                    703:     </dl>
                    704:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    705:     <tr>
1.7       schwarze  706:     <td valign="top" width="50%"><ul>
                    707:         <li>Afl 2.19b
                    708:        <li>Chromium 51.0.2704.106
                    709:        <li>Emacs 21.4 and 24.5
                    710:        <li>GCC 4.9.3
                    711:        <li>GHC 7.10.3
                    712:        <li>Gimp 2.8.16
1.9       jasper    713:        <li>GNOME 3.20.2
1.7       schwarze  714:        <li>Go 1.6.3
                    715:        <li>Groff 1.22.3
                    716:        <li>JDK 7u80 and 8u72
1.9       jasper    717:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)
1.7       schwarze  718:        <li>LLVM/Clang 3.8.0
                    719:        <li>LibreOffice 5.1.4.2
                    720:        <li>Lua 5.1.5, 5.2.4, and 5.3.3
                    721:        <li>MariaDB 10.0.25
                    722:        <li>Mono 4.4.0.182
                    723:        <li>Mozilla Firefox 45.2.0esr and 47.0.1
                    724:     </ul></td><td valign=top width="50%"><ul>
                    725:        <li>Mozilla Thunderbird 45.2.0
                    726:        <li>Mutt 1.6.2
                    727:        <li>Node.js 4.4.5
1.45      krw       728:        <li>Ocaml 4.3.0
1.7       schwarze  729:        <li>OpenLDAP 2.3.43 and 2.4.44
                    730:        <li>PHP 5.5.37, 5.6.23, and 7.0.8
                    731:        <li>Postfix 3.1.1 and 3.2-20160515
                    732:        <li>PostgreSQL 9.5.3
                    733:        <li>Python 2.7.12, 3.4.5, and 3.5.2
                    734:        <li>R 3.3.1
                    735:        <li>Ruby 1.8.7.374, 2.0.0.648, 2.1.9, 2.2.5, and 2.3.1
                    736:        <li>Rust 1.9.0-20160608
                    737:        <li>Sendmail 8.15.2
                    738:        <li>Sudo 1.8.17.1
                    739:        <li>Tcl/Tk 8.5.18 and 8.6.4
                    740:        <li>TeX Live 2015
                    741:        <li>Vim 7.4.1467
                    742:        <li>Xfce 4.12
                    743:     </ul></td></tr></table>
1.1       deraadt   744: <p>
                    745:
                    746: <li>As usual, steady improvements in manual pages and other documentation.
                    747: <p>
                    748:
                    749: <li>The system includes the following major components from outside suppliers:
                    750:     <ul>
1.8       schwarze  751:     <li>Xenocara (based on X.Org 7.7 with xserver 1.18.3 + patches,
                    752:       freetype 2.6.3, fontconfig 2.11.1, Mesa 11.2.2, xterm 322,
                    753:       xkeyboard-config 2.18 and more)
1.34      deraadt   754:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.8       schwarze  755:     <li>Perl 5.20.3 (+ patches)
                    756:     <li>SQLite 3.9.2 (+ patches)
                    757:     <li>NSD 4.1.10
                    758:     <li>Unbound 1.5.9
                    759:     <li>Ncurses 5.7
                    760:     <li>Binutils 2.17 (+ patches)
                    761:     <li>Gdb 6.3 (+ patches)
                    762:     <li>Awk Aug 10, 2011 version
1.12      schwarze  763:     <li>Expat 2.1.1
1.1       deraadt   764:     </ul>
                    765: </ul>
                    766:
                    767: <hr>
                    768:
                    769: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    770:
                    771: Following this are the instructions which you would have on a piece of
                    772: paper if you had purchased a CDROM set instead of doing an alternate
                    773: form of install.  The instructions for doing an HTTP (or other style
                    774: of) install are very similar; the CDROM instructions are left intact
                    775: so that you can see how much easier it would have been if you had
                    776: purchased a CDROM instead.
                    777: <p>
                    778:
                    779: <hr>
                    780: <p>
                    781: Please refer to the following files on the three CDROMs or mirror site for
                    782: extensive details on how to install OpenBSD 6.0 on your machine:
                    783:
                    784: <ul>
1.73      tb        785: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/alpha/INSTALL.alpha">
1.1       deraadt   786:        .../OpenBSD/6.0/alpha/INSTALL.alpha (on CD1)</a>
1.73      tb        787: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/i386/INSTALL.i386">
1.1       deraadt   788:        .../OpenBSD/6.0/i386/INSTALL.i386 (on CD1)</a>
1.73      tb        789: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/hppa/INSTALL.hppa">
1.1       deraadt   790:        .../OpenBSD/6.0/hppa/INSTALL.hppa (on CD1)</a>
                    791: <p>
1.73      tb        792: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/amd64/INSTALL.amd64">
1.1       deraadt   793:        .../OpenBSD/6.0/amd64/INSTALL.amd64 (on CD2)</a>
1.73      tb        794: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/macppc/INSTALL.macppc">
1.1       deraadt   795:        .../OpenBSD/6.0/macppc/INSTALL.macppc (on CD2)</a>
                    796: <p>
1.73      tb        797: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/sparc64/INSTALL.sparc64">
1.1       deraadt   798:        .../OpenBSD/6.0/sparc64/INSTALL.sparc64 (on CD3)</a>
                    799: <p>
1.73      tb        800: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/armv7/INSTALL.armv7">
1.1       deraadt   801:        .../OpenBSD/6.0/armv7/INSTALL.armv7</a>
1.73      tb        802: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/hppa/INSTALL.hppa">
1.1       deraadt   803:        .../OpenBSD/6.0/hppa/INSTALL.hppa</a>
1.73      tb        804: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/landisk/INSTALL.landisk">
1.1       deraadt   805:        .../OpenBSD/6.0/landisk/INSTALL.landisk</a>
1.73      tb        806: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/loongson/INSTALL.loongson">
1.1       deraadt   807:        .../OpenBSD/6.0/loongson/INSTALL.loongson</a>
1.73      tb        808: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/luna88k/INSTALL.luna88k">
1.1       deraadt   809:        .../OpenBSD/6.0/luna88k/INSTALL.luna88k</a>
1.73      tb        810: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/octeon/INSTALL.octeon">
1.1       deraadt   811:        .../OpenBSD/6.0/octeon/INSTALL.octeon</a>
1.73      tb        812: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/sgi/INSTALL.sgi">
1.1       deraadt   813:        .../OpenBSD/6.0/sgi/INSTALL.sgi</a>
1.73      tb        814: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/socppc/INSTALL.socppc">
1.1       deraadt   815:        .../OpenBSD/6.0/socppc/INSTALL.socppc</a>
1.73      tb        816: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.0/zaurus/INSTALL.zaurus">
1.1       deraadt   817:        .../OpenBSD/6.0/zaurus/INSTALL.zaurus</a>
                    818: </ul>
                    819:
                    820:
                    821: <hr>
                    822:
                    823: <p>
1.6       schwarze  824: Quick installer information for people familiar with OpenBSD, and the use of
1.74      tb        825: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
1.6       schwarze  826: If you are at all confused when installing OpenBSD, read the relevant
                    827: INSTALL.* file as listed above!
1.1       deraadt   828:
                    829: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    830:
                    831: <ul style="list-style-type: none">
                    832: <li>
                    833: The OpenBSD/i386 release is on CD1.
                    834: Boot from the CD to begin the install - you may need to adjust
                    835: your BIOS options first.
                    836: <p>
                    837: <li>
                    838: If your machine can boot from USB, you can write <i>install60.fs</i> or
                    839: <i>miniroot60.fs</i> to a USB stick and boot from it.
                    840: <p>
                    841: <li>
                    842: If you can't boot from a CD, floppy disk, or USB,
                    843: you can install across the network using PXE as described in
                    844: the included INSTALL.i386 document.
                    845: <p>
                    846: <li>
                    847: If you are planning on dual booting OpenBSD with another OS, you will need to
                    848: read INSTALL.i386.
                    849: </ul>
                    850:
                    851: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    852:
                    853: <ul style="list-style-type: none">
                    854: <li>
                    855: The OpenBSD/amd64 release is on CD2.
                    856: Boot from the CD to begin the install - you may need to adjust
                    857: your BIOS options first.
                    858: <p>
                    859: <li>
                    860: If your machine can boot from USB, you can write <i>install60.fs</i> or
                    861: <i>miniroot60.fs</i> to a USB stick and boot from it.
                    862: <p>
                    863: <li>
                    864: If you can't boot from a CD, floppy disk, or USB,
                    865: you can install across the network using PXE as described in the included
                    866: INSTALL.amd64 document.
                    867: <p>
                    868: <li>
                    869: If you are planning to dual boot OpenBSD with another OS, you will need to
                    870: read INSTALL.amd64.
                    871: </ul>
                    872:
                    873: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    874:
                    875: <ul style="list-style-type: none">
                    876: <li>
                    877: Burn the image from a mirror site to a CDROM, and power on your machine
                    878: while holding down the <i>C</i> key until the display turns on and
                    879: shows <i>OpenBSD/macppc boot</i>.
                    880: <p>
                    881: <li>
                    882: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    883: /6.0/macppc/bsd.rd</i>
                    884: </ul>
                    885:
                    886: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    887:
                    888: <ul style="list-style-type: none">
                    889: <li>
                    890: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    891: <p>
                    892: <li>
                    893: If this doesn't work, or if you don't have a CDROM drive, you can write
                    894: <i>CD3:6.0/sparc64/floppy60.fs</i> or <i>CD3:6.0/sparc64/floppyB60.fs</i>
                    895: (depending on your machine) to a floppy and boot it with <i>boot
                    896: floppy</i>. Refer to INSTALL.sparc64 for details.
                    897: <p>
                    898: <li>
                    899: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    900: will most likely fail.
                    901: <p>
                    902: <li>
                    903: You can also write <i>CD3:6.0/sparc64/miniroot60.fs</i> to the swap partition on
                    904: the disk and boot with <i>boot disk:b</i>.
                    905: <p>
                    906: <li>
                    907: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    908: </ul>
                    909:
                    910: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    911:
                    912: <ul style="list-style-type: none">
                    913: <li>
                    914: Write <i>FTP:6.0/alpha/floppy60.fs</i> or
                    915: <i>FTP:6.0/alpha/floppyB60.fs</i> (depending on your machine) to a diskette and
                    916: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    917: <p>
                    918: <li>
                    919: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    920: will most likely fail.
                    921: </ul>
                    922:
                    923: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    924:
                    925: <ul style="list-style-type: none">
                    926: <li>
1.29      jsg       927: Write a system specific miniroot to an SD card and boot from it after connecting
                    928: to the serial console.  Refer to INSTALL.armv7 for more details.
1.1       deraadt   929: <p>
                    930: </ul>
                    931:
                    932: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    933:
                    934: <ul style="list-style-type: none">
                    935: <li>
                    936: Boot over the network by following the instructions in INSTALL.hppa or the
                    937: <a href="hppa.html#install">hppa platform page</a>.
                    938: </ul>
                    939:
                    940: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    941:
                    942: <ul style="list-style-type: none">
                    943: <li>
                    944: Write <i>miniroot60.fs</i> to the start of the CF
                    945: or disk, and boot normally.
                    946: </ul>
                    947:
                    948: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    949:
                    950: <ul style="list-style-type: none">
                    951: <li>
                    952: Write <i>miniroot60.fs</i> to a USB stick and boot bsd.rd from it
                    953: or boot bsd.rd via tftp.
                    954: Refer to the instructions in INSTALL.loongson for more details.
                    955: </ul>
                    956:
                    957: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    958:
                    959: <ul style="list-style-type: none">
                    960: <li>
                    961: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    962: from the PROM, and then bsd.rd from the bootloader.
                    963: Refer to the instructions in INSTALL.luna88k for more details.
                    964: </ul>
                    965:
                    966: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    967:
                    968: <ul style="list-style-type: none">
                    969: <li>
                    970: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    971: Refer to the instructions in INSTALL.octeon for more details.
                    972: </ul>
                    973:
                    974: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    975:
                    976: <ul style="list-style-type: none">
                    977: <li>
                    978: To install, burn cd60.iso on a CD-R, put it in the CD drive of your
                    979: machine and select <i>Install System Software</i> from the System Maintenance
                    980: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    981: CD-ROM, and need a proper invocation from the PROM prompt.
                    982: Refer to the instructions in INSTALL.sgi for more details.
                    983:
                    984: <p>
                    985: <li>
                    986: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    987: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    988: system type. Refer to the instructions in INSTALL.sgi for more details.
                    989: </ul>
                    990:
                    991: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    992:
                    993: <ul style="list-style-type: none">
                    994: <li>
                    995: After connecting a serial port, boot over the network via DHCP/tftp.
                    996: Refer to the instructions in INSTALL.socppc for more details.
                    997: </ul>
                    998:
                    999: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                   1000:
                   1001: <ul style="list-style-type: none">
                   1002: <li>
                   1003: Using the Linux built-in graphical ipkg installer, install the
                   1004: openbsd60_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                   1005: for a few important details.
                   1006: </ul>
                   1007:
                   1008: <hr>
                   1009:
                   1010: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                   1011:
                   1012: If you already have an OpenBSD 5.9 system, and do not want to reinstall,
                   1013: upgrade instructions and advice can be found in the
                   1014: <a href="faq/upgrade60.html">Upgrade Guide</a>.
                   1015: <p>
                   1016:
                   1017: <hr>
                   1018:
                   1019: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                   1020:
1.6       schwarze 1021: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                   1022: This file contains everything you need except for the kernel sources,
                   1023: which are in a separate archive.
                   1024: To extract:
1.1       deraadt  1025:
                   1026: <blockquote><pre>
                   1027: # <b>mkdir -p /usr/src</b>
                   1028: # <b>cd /usr/src</b>
                   1029: # <b>tar xvfz /tmp/src.tar.gz</b>
                   1030: </pre></blockquote>
                   1031:
1.6       schwarze 1032: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
1.1       deraadt  1033: This file contains all the kernel sources you need to rebuild kernels.
                   1034: To extract:
                   1035:
                   1036: <blockquote><pre>
                   1037: # <b>mkdir -p /usr/src/sys</b>
                   1038: # <b>cd /usr/src</b>
                   1039: # <b>tar xvfz /tmp/sys.tar.gz</b>
                   1040: </pre></blockquote>
                   1041:
                   1042: Both of these trees are a regular CVS checkout.  Using these trees it
                   1043: is possible to get a head-start on using the anoncvs servers as
                   1044: described <a href="anoncvs.html">here</a>.
                   1045: Using these files
                   1046: results in a much faster initial CVS update than you could expect from
                   1047: a fresh checkout of the full OpenBSD source tree.
                   1048: <p>
                   1049:
                   1050: <hr>
                   1051:
                   1052: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                   1053:
                   1054: A ports tree archive is also provided.  To extract:
                   1055:
                   1056: <blockquote><pre>
                   1057: # <b>cd /usr</b>
                   1058: # <b>tar xvfz /tmp/ports.tar.gz</b>
                   1059: </pre></blockquote>
                   1060:
                   1061: Go read the <a href="faq/ports/index.html">ports</a> page
                   1062: if you know nothing about ports
                   1063: at this point.  This text is not a manual of how to use ports.
                   1064: Rather, it is a set of notes meant to kickstart the user on the
                   1065: OpenBSD ports system.
                   1066: <p>
1.6       schwarze 1067: The <i>ports/</i> directory represents a CVS checkout of our ports.
                   1068: As with our complete source tree, our ports tree is available via
1.1       deraadt  1069: <a href="anoncvs.html">AnonCVS</a>.
1.75      tj       1070: So, in order to keep up to date with the -stable branch, you must make
1.1       deraadt  1071: the <i>ports/</i> tree available on a read-write medium and update the tree
                   1072: with a command like:
                   1073:
                   1074: <blockquote><pre>
                   1075: # <b>cd /usr/ports</b>
                   1076: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_0</b>
                   1077: </pre></blockquote>
                   1078:
                   1079: [Of course, you must replace the server name here with a nearby anoncvs
                   1080: server.]
                   1081: <p>
                   1082: Note that most ports are available as packages on our mirrors. Updated
                   1083: ports for the 6.0 release will be made available if problems arise.
                   1084: <p>
                   1085: If you're interested in seeing a port added, would like to help out, or just
                   1086: would like to know more, the mailing list
                   1087: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                   1088: <p>
                   1089: </body>
                   1090: </html>