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

Annotation of www/60.html, Revision 1.76

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