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

Annotation of www/56.html, Revision 1.71

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.6</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 5.6">
                      7: <meta name="copyright" content="This document copyright 2014 by OpenBSD.">
1.64      deraadt     8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.66      tb         10: <link rel="canonical" href="https://www.openbsd.org/56.html">
1.1       deraadt    11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
1.64      deraadt    15: <h2>
1.1       deraadt    16: <a href="index.html">
1.64      deraadt    17: <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">5.6</font>
                     19: </h2>
1.1       deraadt    20:
1.20      deraadt    21: <a href="images/CaptainTedu.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" src="images/CaptainTedu.jpg"></a>
1.54      deraadt    23: Released Nov 1, 2014<br>
1.1       deraadt    24: Copyright 1997-2014, Theo de Raadt.<br>
                     25: <font color="#e00000">ISBN 978-0-9881561-4-2</font>
                     26: <br>
1.61      deraadt    27: 5.6 Song: <a href="lyrics.html#56">"Ride of the Valkyries"</a>
1.71    ! deraadt    28: <br>
        !            29: <br>
1.1       deraadt    30: <ul>
                     31: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     32:     a list of mirror machines.
                     33: <li>Go to the <font color="#e00000">pub/OpenBSD/5.6/</font> directory on
                     34:     one of the mirror sites.
                     35: <li>Have a look at <a href="errata56.html">the 5.6 errata page</a> for a list
                     36:     of bugs and workarounds.
                     37: <li>See a <a href="plus56.html">detailed log of changes</a> between the
                     38:     5.5 and 5.6 releases.
                     39: <p>
1.70      deraadt    40: <li><a href="https://man.openbsd.org/?query=signify&amp;sektion=1">signify(1)</a> pubkeys for this release:<p>
                     41:
                     42: <table cellspacing=0 style='font-family:monospace'><tr>
                     43: <td>
                     44: openbsd-56-base.pub:
                     45: </td><td>
                     46: RWR0EANmo9nqhpPbPUZDIBcRtrVcRwQxZ8UKGWY8Ui4RHi229KFL84wV
                     47: </td></tr><tr><td>
                     48: openbsd-56-fw.pub:
                     49: </td><td>
                     50: RWT4e3jpYgSeLYs62aDsUkcvHR7+so5S/Fz/++B859j61rfNVcQTRxMw
                     51: </td></tr><tr><td>
                     52: openbsd-56-pkg.pub:
                     53: </td><td>
                     54: RWSPEf7Vpp2j0PTDG+eLs5L700nlqBFzEcSmHuv3ypVUEOYwso+UucXb
                     55: </td></tr>
                     56: </table>
                     57:
1.64      deraadt    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.
1.1       deraadt    62: </ul>
                     63: <br clear=all>
                     64:
                     65: <hr>
1.64      deraadt    66:
1.1       deraadt    67: <h3><font color="#0000e0">What's New</font></h3>
                     68: <p>
                     69: This is a partial list of new features and systems included in OpenBSD 5.6.
                     70: For a comprehensive list, see the <a href="plus56.html">changelog</a> leading
                     71: to 5.6.
                     72: <p>
                     73:
1.46      lteo       74: <ul>
1.49      lteo       75: <li>LibreSSL
                     76:     <ul>
1.54      deraadt    77:     <li>This release forks OpenSSL into
1.67      tb         78:     <a href="https://www.libressl.org">LibreSSL</a>, a version of the TLS/crypto
1.49      lteo       79:     stack with goals of modernizing the codebase, improving security, and
                     80:     applying best practice development processes.
                     81:     <li>No support for legacy MacOS, Netware, OS/2, VMS and Windows platforms,
                     82:     as well as antique compilers.
                     83:     <li>Removal of the IBM 4758, Broadcom ubsec, Sureware, Nuron, GOST, GMP,
                     84:     CSwift, CHIL, CAPI, Atalla and AEP engines, either because the hardware is
                     85:     irrelevant, or because they require external non-free libraries to work.
                     86:     <li>No support for FIPS-140 compliance.
                     87:     <li>No EBCDIC support.
1.50      sthen      88:     <li>No support for big-endian i386 and amd64 platforms.
1.49      lteo       89:     <li>Use standard routines from the C library (malloc, strdup, snprintf...)
                     90:     instead of rolling our own, sometimes badly.
                     91:     <li>Remove the old OpenSSL PRNG, and rely upon arc4random_buf from libc for
                     92:     all the entropy needs.
                     93:     <li>Remove the MD2 and SEED algorithms.
                     94:     <li>Remove J-PAKE, PSK and SRP (mis)features.
                     95:     <li>Aggressive cleaning of BN memory when no longer used.
                     96:     <li>No support for Kerberos.
                     97:     <li>No support for SSLv2.
                     98:     <li>No support for the questionable DTLS heartbeat extension.
                     99:     <li>No support for TLS compression.
                    100:     <li>No support for US-Export SSL ciphers.
                    101:     <li>Do not use the current time as a random seed in libssl.
                    102:     <li>Support for ChaCha and Poly1305 algorithm.
                    103:     <li>Support for Brainpool and ANSSI elliptic curves.
                    104:     <li>Support for AES-GCM and ChaCha20-Poly1305 AEAD modes.
                    105:     </ul>
                    106: <p>
                    107:
1.1       deraadt   108: <li>Improved hardware support, including:
                    109:     <ul>
1.68      tb        110:     <li>SCSI Multipathing support via <a href="https://man.openbsd.org/OpenBSD-current/man4/mpath.4">mpath(4)</a> and associated path drivers on several architectures.
                    111:     <li>New <a href="https://man.openbsd.org/OpenBSD-current/man4/qlw.4">qlw(4)</a> driver for QLogic ISP SCSI HBAs.
                    112:     <li>New <a href="https://man.openbsd.org/OpenBSD-current/man4/qla.4">qla(4)</a> driver for QLogic ISP2100/2200/2300 Fibre Channel HBAs.
                    113:     <li>New <a href="https://man.openbsd.org/OpenBSD-current/man4/upd.4">upd(4)</a> sensor driver for USB Power Devices (UPS).
                    114:     <li>New <a href="https://man.openbsd.org/OpenBSD-current/man4/brswphy.4">brswphy(4)</a> driver for Broadcom BCM53xx 10/100/1000TX Ethernet PHYs.
                    115:     <li>New <a href="https://man.openbsd.org/OpenBSD-current/man4/uscom.4">uscom(4)</a> driver for simple USB serial adapters.
                    116:     <li>New <a href="https://man.openbsd.org/OpenBSD-current/man4/axen.4">axen(4)</a> driver for ASIX Electronics AX88179 10/100/Gigabit USB Ethernet devices.
                    117:     <li>The <a href="https://man.openbsd.org/OpenBSD-current/man4/inteldrm.4">inteldrm(4)</a> and <a href="https://man.openbsd.org/OpenBSD-current/man4/radeondrm.4">radeondrm(4)</a> drivers have improved suspend/resume support.
                    118:     <li>The userland interface for the <a href="https://man.openbsd.org/OpenBSD-current/man4/agp.4">agp(4)</a> driver has been removed.
                    119:     <li>The <a href="https://man.openbsd.org/OpenBSD-current/man4/rtsx.4">rtsx(4)</a> driver now supports card readers based on the RTS5227 and RTL8402 chipsets.
                    120:     <li>The firmware for the <a href="https://man.openbsd.org/OpenBSD-current/man4/run.4">run(4)</a> driver has been updated to version 0.33.
                    121:     <li>The <a href="https://man.openbsd.org/OpenBSD-current/man4/run.4">run(4)</a> driver now supports devices based on the RT3900E chipset.
                    122:     <li>The <a href="https://man.openbsd.org/OpenBSD-current/man4/zyd.4">zyd(4)</a> driver, which was broken for some time, has been fixed.
                    123:     <li>The <a href="https://man.openbsd.org/OpenBSD-current/man4/bwi.4">bwi(4)</a> driver now works in systems with more than 1GB of RAM.
                    124:     <li>The <a href="https://man.openbsd.org/OpenBSD-current/man4/re.4">re(4)</a> driver now supports devices based on the RTL8168EP/8111EP, RTL8168G/8111G, and RTL8168GU/8111GU chipsets.
1.1       deraadt   125:     </ul>
                    126: <p>
                    127:
                    128: <li>Generic network stack improvements:
                    129:     <ul>
1.68      tb        130:     <li><a href="https://man.openbsd.org/OpenBSD-current/man4/divert.4">divert(4)</a> now supports checksum offload.
1.25      stsp      131:     <li>IPv6 is now turned off on new interfaces by default. Assigning an IPv6 address will enable IPv6 on an interface.
                    132:     <li>Support for RFC4620 IPv6 Node Information Queries has been removed.
                    133:     <li>The kernel no longer supports the SO_DONTROUTE socket option.
1.68      tb        134:     <li>The <a href="https://man.openbsd.org/OpenBSD-current/man3/getaddrinfo.3">getaddrinfo(3)</a> function now supports the AI_ADDRCONFIG flag defined in RFC 3493.
1.25      stsp      135:     <li>Include router alert option (RAO) in IGMP packets, as required by RFC2236.
1.36      lteo      136:     <li>ALTQ has been removed.
1.42      yasuoka   137:     <li>The hash table for Protocol Control Block (PCB) of TCP and UDP now resize automatically on load.
1.1       deraadt   138:     </ul>
                    139: <p>
                    140:
1.45      deraadt   141: <li>Installer improvements:
                    142:     <ul>
                    143:     <li>Remove ftp and tape as install methods.
                    144:     <li>Preserve the disklabel (and next 6 blocks) when installing boot block on
                    145: 4k-sector disk drives.
1.68      tb        146:     <li>Change the "Server?" question to "HTTP Server?" to allow unambiguous <a href="https://man.openbsd.org/OpenBSD-current/man8/autoinstall.8">autoinstall(8)</a> handling.
                    147:     <li>Allow <a href="https://man.openbsd.org/OpenBSD-current/man8/autoinstall.8">autoinstall(8)</a> to fetch and install sets from multiple locations.
1.46      lteo      148:     <li>Many sample configuration files have moved from /etc to /etc/examples.
1.45      deraadt   149:     </ul>
                    150: <p>
                    151:
1.1       deraadt   152: <li>Routing daemons and other userland network improvements:
                    153:     <ul>
1.68      tb        154:     <li>When used with the -v flag, <a href="https://man.openbsd.org/OpenBSD-current/man8/tcpdump.8">tcpdump(8)</a> now shows the actual bad checksum within the IP/protocol header itself and what the good checksum should be.
                    155:     <li><a href="https://man.openbsd.org/OpenBSD-current/man1/ftp.1">ftp(1)</a> now allows its User-Agent to be changed via the -U command-line option.
                    156:     <li>The -r option of <a href="https://man.openbsd.org/OpenBSD-current/man8/ping.8">ping(8)</a> and <a href="https://man.openbsd.org/OpenBSD-current/man8/traceroute.8">traceroute(8)</a> has been removed.
                    157:     <li><a href="https://man.openbsd.org/OpenBSD-current/man8/ifconfig.8">ifconfig(8)</a> can now explicitly assign an IPv6 link-local address and turn IPv6 autoconf on or off.
                    158:     <li><a href="https://man.openbsd.org/OpenBSD-current/man8/ifconfig.8">ifconfig(8)</a> has been made smarter about parsing WEP keys on the command line.
                    159:     <li><a href="https://man.openbsd.org/OpenBSD-current/man8/ifconfig.8">ifconfig(8)</a> scan now shows the encryption type of wireless networks (WEP, WPA, WPA2, 802.1x).
                    160:     <li>MS-CHAPv1 (RFC2433) support has been removed from <a href="https://man.openbsd.org/OpenBSD-current/man8/pppd.8">pppd(8)</a>.
                    161:     <li><a href="https://man.openbsd.org/OpenBSD-current/man8/traceroute6.8">traceroute6(8)</a>
1.43      lteo      162:         has been merged into
1.68      tb        163:         <a href="https://man.openbsd.org/OpenBSD-current/man8/traceroute.8">traceroute(8)</a>.
                    164:     <li>The <a href="https://man.openbsd.org/OpenBSD-current/man3/asr_run.3">asr API</a>
1.43      lteo      165:         for asynchronous address resolution and nameserver querying is now public.
1.68      tb        166:     <li><a href="https://man.openbsd.org/OpenBSD-current/man4/pflow.4">pflow(4)</a>'s
1.44      lteo      167:         pflowproto 9 has been removed.
                    168:     <li>The userland ppp(8) daemon and its associated PPPoE helper, pppoe(8), have been removed.
1.68      tb        169:     <li><a href="https://man.openbsd.org/OpenBSD-current/man8/snmpd.8">snmpd(8)</a>,
                    170:         <a href="https://man.openbsd.org/OpenBSD-current/man8/snmpctl.8">snmpctl(8)</a>, and
                    171:         <a href="https://man.openbsd.org/OpenBSD-current/man8/relayd.8">relayd(8)</a>
1.46      lteo      172:         now communicate via the AgentX protocol.
1.68      tb        173:     <li><a href="https://man.openbsd.org/OpenBSD-current/man8/relayd.8">relayd(8)</a>
1.46      lteo      174:         has a new filtering subsystem, where the new configuration language uses last-matching pf-like rules.
                    175:     <li>The new
1.68      tb        176:         <a href="https://man.openbsd.org/OpenBSD-current/man8/relayd.8">relayd(8)</a>
1.46      lteo      177:         filter rules now support URL-based relaying.
1.68      tb        178:     <li><a href="https://man.openbsd.org/OpenBSD-current/man8/relayd.8">relayd(8)</a>
1.46      lteo      179:         now uses privilege separation for private keys.  This acts as an additional mitigation to
                    180:         prevent leakage of the private keys from the processes doing SSL/TLS.
1.68      tb        181:     <li>New <a href="https://man.openbsd.org/OpenBSD-current/man8/httpd.8">httpd(8)</a>
1.46      lteo      182:         HTTP server with FastCGI and SSL support.
1.1       deraadt   183:     </ul>
                    184: <p>
                    185:
1.27      gilles    186: <li>OpenSMTPD 5.4.3 (includes changes to 5.4.2):
1.1       deraadt   187:     <ul>
1.27      gilles    188:     <li>New/changed features:
                    189:       <ul>
                    190:       <li>OpenSMTPD replaces Sendmail as the default MTA.
                    191:       <li>Queue process now runs under a different user for better isolation.
                    192:       <li>Merged MDA, MTA and SMTP processes into a single unprivileged process.
                    193:       <li>Killed the MFA process, it is no longer needed.
                    194:       <li>Added support for email addresses lookups in the
1.68      tb        195:        <a href="https://man.openbsd.org/OpenBSD-current/man5/table.5?query=table">table_db</a> backend.
1.35      pascal    196:       <li>Added RSA privilege separation support to prevent possible private key leakage.
1.27      gilles    197:       </ul>
                    198:     <li>The following significant bugs have been fixed in this release:
                    199:       <ul>
                    200:        <li>Minor bug fixes in some corner cases of the routing logic.
                    201:        <li>The enqueuer no longer adds its own User-Agent.
                    202:        <li>Disabled profiling code, allowing all processes to rest rather than waking up every second.
                    203:        <li>Reworked the purge task to avoid disk-hits unless necessary... only once at startup.
                    204:        <li>Fix various header parsing bugs in the local enqueuer.
                    205:        <li>Assorted minor fixes and code cleanups.
                    206:       </ul>
1.1       deraadt   207:     </ul>
                    208: <p>
                    209:
                    210: <li>Security improvements:
                    211:     <ul>
1.2       pascal    212:     <li>Changed the heuristics of the stack protector to also protect functions with local array definitions and references to local frame addresses.  This matches the -fstack-protector-strong option of upstream GCC.
                    213:     <li>Position-independent executables (PIE) are now used by default on powerpc.
                    214:     <li>Removed Kerberos.
1.28      tedu      215:     <li>Default bcrypt hash type is now $2b$.
                    216:     <li>Remove md5crypt support.
                    217:     <li>Improved easier to use bcrypt API is now available.
                    218:     <li>Increase randomness of random mmap mappings.
1.68      tb        219:     <li>Added <a href="https://man.openbsd.org/OpenBSD-current/man2/getentropy.2">getentropy(2)</a>.
                    220:     <li>Added <a href="https://man.openbsd.org/OpenBSD-current/man3/timingsafe_memcmp.3">timingsafe_memcmp(3)</a>.
1.44      lteo      221:     <li>Removed the MD4 hash algorithm and functions from
1.68      tb        222:         <a href="https://man.openbsd.org/OpenBSD-current/man1/cksum.1">cksum(1)</a>,
                    223:         <a href="https://man.openbsd.org/OpenBSD-current/man1/skey.1">S/Key</a>,
1.44      lteo      224:         and libc.
1.46      lteo      225:     <li>gets(3) has been removed.
1.68      tb        226:     <li>Added <a href="https://man.openbsd.org/OpenBSD-current/man3/reallocarray.3">reallocarray(3)</a>,
1.47      lteo      227:         which allows multiple sized objects to be allocated without the cost of
                    228:         clearing memory while avoiding possible integer overflows.
1.68      tb        229:     <li>Extended <a href="https://man.openbsd.org/OpenBSD-current/man3/fread.3">fread(3)</a> and
                    230:         <a href="https://man.openbsd.org/OpenBSD-current/man3/fwrite.3">fwrite(3)</a>
1.47      lteo      231:         to check for integer overflows.
1.2       pascal    232:     </ul>
                    233: <p>
                    234:
                    235: <li>Assorted improvements:
                    236:     <ul>
1.3       espie     237:     <li>locate databases for both base and xenocara, as
                    238:     <code>/usr/lib/locate/src.db</code> and
                    239:     <code>/usr/X11R6/lib/locate/xorg.db</code>.
                    240:     <li>Much faster package updates, due to package contents reordering that
                    241:     precludes re-downloading unchanged files.
1.16      krw       242:     <li>Fix many programs that failed when accessing disks having sector sizes other than 512 bytes, including
1.68      tb        243: <a href="https://man.openbsd.org/OpenBSD-current/man8/badsect.8">badsect(8)</a>,
                    244: <a href="https://man.openbsd.org/OpenBSD-current/man1/df.1">df(1)</a>,
                    245: <a href="https://man.openbsd.org/OpenBSD-current/man8/dump.8">dump(8)</a>,
                    246: <a href="https://man.openbsd.org/OpenBSD-current/man8/dumpfs.8">dumpfs(8)</a>,
                    247: <a href="https://man.openbsd.org/OpenBSD-current/man8/fsck_ext2fs.8">fsck_ext2fs(8)</a>,
                    248: <a href="https://man.openbsd.org/OpenBSD-current/man8/fsck_ffs.8">fsck_ffs(8)</a>,
                    249: <a href="https://man.openbsd.org/OpenBSD-current/man8/fsdb.8">fsdb(8)</a>,
                    250: <a href="https://man.openbsd.org/OpenBSD-current/man8/growfs.8">growfs(8)</a>,
                    251: <a href="https://man.openbsd.org/OpenBSD-current/man8/ncheck_ffs.8">ncheck_ffs(8)</a>,
                    252: <a href="https://man.openbsd.org/OpenBSD-current/man8/quotacheck.8">quotacheck(8)</a>,
                    253: <a href="https://man.openbsd.org/OpenBSD-current/man8/tunefs.8">tunefs(8)</a>.
1.17      krw       254:     <li>Constrain MSDOS timestamps to 1/1/1980 through 12/31/2107.  64-bit
                    255: time_t values outside that range are stored as 1/1/1980.
1.68      tb        256:     <li><a href="https://man.openbsd.org/OpenBSD-current/man6/bs.6">bs(6)</a> now prints a battleship splash screen.
1.44      lteo      257:     <li>rcp, rsh, rshd, rwho, rwhod, ruptime, asa, bdes, fpr, mkstr, page, spray, xstr, oldrdist, fsplit, uyap, and bluetooth have been removed.
                    258:     <li>rmail(8) and uucpd(8) have been removed from the base system and added to the ports tree.
                    259:     <li>Lynx has been removed from the base system and added to the ports tree.
                    260:     <li>TCP Wrappers have been removed.
1.68      tb        261:     <li>Fix <a href="https://man.openbsd.org/OpenBSD-current/man3/atexit.3">atexit(3)</a> recursive handlers.
1.17      krw       262:     <li>Enhance
1.68      tb        263: <a href="https://man.openbsd.org/OpenBSD-current/man8/disklabel.8">disklabel(8)</a> to recover filesystem mountpoint information when reading saved ascii labels.
1.18      krw       264:     <li>Properly handle
1.68      tb        265: <a href="https://man.openbsd.org/OpenBSD-current/man3/msgbuf_write.3">msgbuf_write(3)</a> EOF conditions, including uses in
                    266: <a href="https://man.openbsd.org/OpenBSD-current/man1/tmux.1">tmux(1)</a>,
                    267: <a href="https://man.openbsd.org/OpenBSD-current/man8/dvmrpd.8">dvmrpd(8)</a>,
                    268: <a href="https://man.openbsd.org/OpenBSD-current/man8/ldapd.8">ldapd(8)</a>,
                    269: <a href="https://man.openbsd.org/OpenBSD-current/man8/ldpd.8">ldpd(8)</a>,
                    270: <a href="https://man.openbsd.org/OpenBSD-current/man8/ospf6d.8">ospf6d(8)</a>,
                    271: <a href="https://man.openbsd.org/OpenBSD-current/man8/ospfd.8">ospfd(8)</a>,
                    272: <a href="https://man.openbsd.org/OpenBSD-current/man8/relayd.8">relayd(8)</a>,
                    273: <a href="https://man.openbsd.org/OpenBSD-current/man8/ripd.8">ripd(8)</a>,
                    274: <a href="https://man.openbsd.org/OpenBSD-current/man8/smtpd.8">smtpd(8)</a>,
                    275: <a href="https://man.openbsd.org/OpenBSD-current/man8/ypldap.8">ypldap(8)</a>.
                    276:     <li>Constrain <a href="https://man.openbsd.org/OpenBSD-current/man8/fdisk.8">fdisk(8)</a> '-l' to disk sizes of 64 blocks or more.
                    277:     <li>Sync <a href="https://man.openbsd.org/OpenBSD-current/man8/fdisk.8">fdisk(8)</a> built-in MBR with current /usr/mdec/mbr.
                    278:     <li>Quiet <a href="https://man.openbsd.org/OpenBSD-current/man8/dhclient.8">dhclient(8)</a> '-q' even more.
                    279:     <li>Log less redundant <a href="https://man.openbsd.org/OpenBSD-current/man8/dhclient.8">dhclient(8)</a> info.
                    280:     <li>New leases, lease renewals, cable state changes more obvious to applications monitoring <a href="https://man.openbsd.org/OpenBSD-current/man8/dhclient.8">dhclient(8)</a> files.
                    281:     <li>Preserve chronological order of leases in the <a href="https://man.openbsd.org/OpenBSD-current/man5/dhclient.leases.5">dhclient.leases(5)</a> leases files.
                    282:     <li>Use 'lease {}' statements in <a href="https://man.openbsd.org/OpenBSD-current/man5/dhclient.conf.5">dhclient.conf(5)</a>, allowing interfaces to get an address when no dynamic lease is available.
                    283:     <li>Improve <a href="https://man.openbsd.org/OpenBSD-current/man8/dhclient.8">dhclient(8)</a> parsing and printing of classess static routes.
                    284:     <li>Eliminate unnecessary rewrites of <a href="https://man.openbsd.org/OpenBSD-current/man5/resolv.conf.5">resolv.conf(5)</a> by <a href="https://man.openbsd.org/OpenBSD-current/man8/dhclient.8">dhclient(8)</a>.
                    285:     <li>Added <a href="https://man.openbsd.org/OpenBSD-current/man2/sendsyslog.2">sendsyslog(2)</a>: <a href="https://man.openbsd.org/OpenBSD-current/man3/syslog.3">syslog(3)</a> now works even when out of file descriptors or in a chroot.
1.26      jsg       286:     <li>Added
1.68      tb        287: <a href="https://man.openbsd.org/OpenBSD-current/man3/errc.3">errc(3)</a>,
                    288: <a href="https://man.openbsd.org/OpenBSD-current/man3/verrc.3">verrc(3)</a>,
                    289: <a href="https://man.openbsd.org/OpenBSD-current/man3/warnc.3">warnc(3)</a> and
                    290: <a href="https://man.openbsd.org/OpenBSD-current/man3/vwarnc.3">vwarnc(3)</a>.
1.30      mlarkin   291:     <li>Faster hibernate/unhibernate performance on amd64 and i386 platforms.
1.68      tb        292:     <li>Support hibernating to <a href="https://man.openbsd.org/OpenBSD-current/man4/softraid.4">softraid(4)</a> crypto volumes.
                    293:     <li>Improved performance of <a href="https://man.openbsd.org/OpenBSD-current/man3/seekdir.3">seekdir(3)</a> to start of current buffer.
1.40      guenther  294:     <li>Added &lt;endian.h&gt; per the revision of the POSIX spec in progress.
1.43      lteo      295:     <li>Apache has been removed.
                    296:     <li>Read support for ext4 filesystems.
1.47      lteo      297:     <li>Reworked mplocks as ticket locks instead of spinlocks on amd64, i386, and sparc64. This provides fairer access to the kernel lock between logical CPUs, especially in multi socket systems.
1.1       deraadt   298:     </ul>
                    299: <p>
                    300:
1.2       pascal    301: <li>OpenSSH 6.7
1.1       deraadt   302:     <ul>
1.14      sobrado   303:     <li>Potentially-incompatible changes:
1.1       deraadt   304:       <ul>
1.68      tb        305:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.14      sobrado   306:         The default set of ciphers and <i>MAC</i>s has been altered to remove
                    307:         unsafe algorithms.  In particular, <i>CBC ciphers</i> and
                    308:         <i>arcfour*</i> are disabled by default.
1.68      tb        309:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.14      sobrado   310:         Support for <i>tcpwrappers</i>/<i>libwrap</i> has been removed.
                    311:       <li>OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections
                    312:         using the "curve25519-sha256@libssh.org" <i>KEX exchange method</i>
                    313:         to fail when connecting with something that implements the
                    314:         specification correctly.  OpenSSH 6.7 disables this KEX method when
                    315:         speaking to one of the affected versions.
1.1       deraadt   316:       </ul>
                    317:     <li>New/changed features:
                    318:       <ul>
1.14      sobrado   319:       <li>Major internal refactoring to begin to make part of OpenSSH usable
                    320:         as a library.  So far the wire parsing, key handling and KRL code
                    321:         has been refactored.  Please note that we do not consider the API
                    322:         stable yet, nor do we offer the library in separable form.
1.68      tb        323:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    324:         <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.14      sobrado   325:         Add support for <i>Unix domain socket</i> forwarding.  A remote TCP
                    326:         port may be forwarded to a local Unix domain socket and vice versa or
                    327:         both ends may be a Unix domain socket.
1.68      tb        328:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    329:         <a href="https://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
1.14      sobrado   330:         Add support for <i>SSHFP DNS records</i> for <i>Ed2551</i>9 key types.
1.68      tb        331:       <li><a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>:
1.14      sobrado   332:         Allow resumption of interrupted uploads.
1.68      tb        333:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.14      sobrado   334:         When rekeying, skip file/DNS lookups of the hostkey if it is the same
                    335:         as the one sent during initial key exchange.  (bz#2154)
1.68      tb        336:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.14      sobrado   337:         Allow explicit ::1 and 127.0.0.1 forwarding bind addresses when
                    338:         <tt>GatewayPorts=no</tt>; allows client to choose address family.
                    339:         (bz#2222)
1.68      tb        340:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.14      sobrado   341:         Add a
1.68      tb        342:         <a href="https://man.openbsd.org/?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
1.14      sobrado   343:         <tt>PermitUserRC</tt> option to control whether <tt>~/.ssh/rc</tt> is
                    344:         executed, mirroring the <tt>no-user-rc</tt> authorized_keys option.
                    345:         (bz#2160)
1.68      tb        346:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.14      sobrado   347:         Add a %C escape sequence for <tt>LocalCommand</tt> and
                    348:         <tt>ControlPath</tt> that expands to a unique identifer based on a
                    349:         hash of the tuple of (local host, remote user, hostname, port).  Helps
                    350:         avoid exceeding miserly pathname limits for Unix domain sockets in
                    351:         multiplexing control paths.  (bz#2220)
1.68      tb        352:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.14      sobrado   353:         Make the "Too many authentication failures" message include the user,
                    354:         source address, port and protocol in a format similar to the
                    355:         authentication success/failure messages.  (bz#2199)
                    356:       <li>Added <i>unit</i> and <i>fuzz</i> tests for refactored code.
1.1       deraadt   357:       </ul>
                    358:     <li>The following significant bugs have been fixed in this release:
                    359:       <ul>
1.68      tb        360:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.14      sobrado   361:         Fix remote forwarding with same listen port but different listen
                    362:         address.
1.68      tb        363:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.14      sobrado   364:         Fix inverted test that caused <i>PKCS#11</i> keys that were explicitly
                    365:         listed in
1.68      tb        366:         <a href="https://man.openbsd.org/?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
1.14      sobrado   367:         or on the commandline not to be preferred.
1.68      tb        368:       <li><a href="https://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
1.14      sobrado   369:         Fix bug in KRL generation: multiple consecutive revoked certificate
                    370:         serial number ranges could be serialised to an invalid format.
                    371:         Readers of a broken KRL caused by this bug will fail closed, so no
                    372:         should-have-been-revoked key will be accepted.
1.68      tb        373:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.14      sobrado   374:         Reflect stdio-forward ("<tt>ssh -W host:port ...</tt>") failures in
                    375:         exit status.  Previously we were always returning 0.  (bz#2255)
1.68      tb        376:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>,
                    377:         <a href="https://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
1.14      sobrado   378:         Make Ed25519 keys' title fit properly in the randomart border.
                    379:         (bz#2247)
1.68      tb        380:       <li><a href="https://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
1.14      sobrado   381:         Only cleanup agent socket in the main agent process and not in any
                    382:         subprocesses it may have started (e.g. forked askpass).  Fixes agent
                    383:         sockets being zapped when askpass processes <i>fatal()</i>.  (bz#2236)
1.68      tb        384:       <li><a href="https://man.openbsd.org/?query=ssh-add&amp;sektion=1">ssh-add(1)</a>:
1.14      sobrado   385:         Make stdout line-buffered; saves partial output getting lost when
1.68      tb        386:         <a href="https://man.openbsd.org/?query=ssh-add&amp;sektion=1">ssh-add(1)</a>
1.14      sobrado   387:         <i>fatal()</i>s part-way through (e.g. when listing keys from an
                    388:         agent that supports key types that
1.68      tb        389:         <a href="https://man.openbsd.org/?query=ssh-add&amp;sektion=1">ssh-add(1)</a>
1.14      sobrado   390:         doesn't).  (bz#2234)
1.68      tb        391:       <li><a href="https://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
1.14      sobrado   392:         When hashing or removing hosts, don't choke on "@revoked" markers and
                    393:         don't remove "@cert-authority" markers.  (bz#2241)
1.68      tb        394:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.14      sobrado   395:         Don't fatal when hostname canonicalisation fails and a
                    396:         <tt>ProxyCommand</tt> is in use; continue and allow the
                    397:         <tt>ProxyCommand</tt> to connect anyway (e.g. to a host with a name
                    398:         outside the DNS behind a bastion).
1.68      tb        399:       <li><a href="https://man.openbsd.org/?query=scp&amp;sektion=1">scp(1)</a>:
1.14      sobrado   400:         When copying local->remote fails during read, don't send uninitialised
                    401:         heap to the remote end.
1.68      tb        402:       <li><a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>:
1.14      sobrado   403:         Fix fatal "el_insertstr failed" errors when tab-completing filenames
                    404:         with a single quote char somewhere in the string.  (bz#2238)
1.68      tb        405:       <li><a href="https://man.openbsd.org/?query=ssh-keyscan&amp;sektion=1">ssh-keyscan(1)</a>:
1.14      sobrado   406:         Scan for Ed25519 keys by default.
1.68      tb        407:       <li><a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>:
1.14      sobrado   408:         When using <tt>VerifyHostKeyDNS</tt> with a DNSSEC resolver,
                    409:         down-convert any certificate keys to plain keys and attempt SSHFP
                    410:         resolution.  Prevents a server from skipping SSHFP lookup and forcing
                    411:         a new-hostkey dialog by offering only certificate keys.
1.68      tb        412:       <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>:
1.14      sobrado   413:         Avoid crash at exit via NULL pointer reference.  (bz#2225)
                    414:       <li>Fix some strict-alignment errors.
1.1       deraadt   415:       </ul>
                    416:     </ul>
                    417: <p>
1.41      schwarze  418: <li>mandoc 1.13.0:
                    419:     <ul>
1.68      tb        420:     <li>New implementation of <a href="https://man.openbsd.org/?query=apropos&amp;sektion=1">apropos(1)</a>,
                    421:       <a href="https://man.openbsd.org/?query=whatis&amp;sektion=1">whatis(1)</a>,
                    422:       and <a href="https://man.openbsd.org/?query=makewhatis&amp;sektion=8">makewhatis(8)</a> based on SQLite3 databases.
                    423:     <li>Substantial improvements of <a href="https://man.openbsd.org/?query=mandoc&amp;sektion=1">mandoc(1)</a> error and warning messages.
                    424:     <li>Almost complete implementation of <a href="https://man.openbsd.org/?query=roff&amp;sektion=7">roff(7)</a> numerical expressions.
1.41      schwarze  425:     <li>About a dozen minor new features and numerous bug fixes.
                    426:     </ul>
1.1       deraadt   427:
1.41      schwarze  428: <p>
1.1       deraadt   429: <li>Ports and packages:
                    430:     <ul>
1.2       pascal    431:     <li>Over 8,800 ports.
1.1       deraadt   432:     </ul>
                    433: <p>
                    434: <li>Many pre-built packages for each architecture:
                    435:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    436:     <tr>
                    437:     <td valign="top" width="25%">
                    438:     <ul>
1.32      deraadt   439:       <li>i386:       8588
                    440:       <li>sparc64:    7965
                    441:       <li>alpha:      6278
1.53      pirofti   442:       <li>sh:         2626
1.1       deraadt   443:     </ul></td><td valign=top width="25%"><ul>
1.32      deraadt   444:       <li>amd64:      8588
                    445:       <li>powerpc:    8049
1.52      miod      446:       <li>m88k:       2475
1.34      deraadt   447:       <li>sparc:      3394
1.1       deraadt   448:     </ul></td><td valign=top width="25%"><ul>
1.48      deraadt   449:       <li>arm:        5633
1.32      deraadt   450:       <li>hppa:       6143
1.34      deraadt   451:       <li>vax:        1995
1.1       deraadt   452:     </ul></td><td valign=top width="25%"><ul>
1.33      deraadt   453:       <li>mips64:     4686
1.32      deraadt   454:       <li>mips64el:   6697
1.1       deraadt   455:   </ul></td></tr></table>
                    456: <p>
                    457:
                    458: <li>Some highlights:
                    459:     <ul>
1.2       pascal    460:     <li>GNOME 3.12.2                   <li>KDE 3.5.10
1.11      zhuk      461:     <li>KDE 4.13.3
1.1       deraadt   462:     <li>Xfce 4.10                      <li>MySQL 5.1.73
1.2       pascal    463:     <li>PostgreSQL 9.3.4               <li>Postfix 2.11.1
                    464:     <li>OpenLDAP 2.3.43 and 2.4.39     <li>Mozilla Firefox 31.0
                    465:     <li>Mozilla Thunderbird 31.0       <li>GHC 7.6.3
                    466:     <li>LibreOffice 4.1.6.2            <li>Emacs 21.4 and 24.3
                    467:     <li>Vim 7.4.135                    <li>PHP 5.3.28, 5.4.30 and 5.5.14
                    468:     <li>Python 2.7.8, 3.3.5 and 3.4.1  <li>Ruby 1.8.7.374, 1.9.3.545, 2.0.0.481 and 2.1.2
1.55      kurt      469:     <li>Tcl/Tk 8.5.15 and 8.6.1                <li>JDK 1.7.0.55
1.2       pascal    470:     <li>Mono 3.4.0                     <li>Chromium 36.0.1985.125
                    471:     <li>Groff 1.22.2                   <li>Go 1.3
                    472:     <li>GCC 4.6.4, 4.8.3 and 4.9.0     <li>LLVM/Clang 3.5 (20140228)
                    473:     <li>Node.js 0.10.28
1.1       deraadt   474:     </ul>
                    475: <p>
                    476:
                    477: <li>As usual, steady improvements in manual pages and other documentation.
                    478: <p>
                    479:
                    480: <li>The system includes the following major components from outside suppliers:
                    481:     <ul>
1.2       pascal    482:     <li>Xenocara (based on X.Org 7.7 with xserver 1.15.2 + patches,
                    483:       freetype 2.5.3, fontconfig 2.11.1, Mesa 10.2.3, xterm 309,
                    484:       xkeyboard-config 2.11 and more)
1.1       deraadt   485:     <li>Gcc 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.12      lteo      486:     <li>Perl 5.18.2 (+ patches)
1.2       pascal    487:     <li>Nginx 1.6.0 (+ patches)
                    488:     <li>SQLite 3.8.4.3 (+ patches)
1.1       deraadt   489:     <li>Sendmail 8.14.8, with libmilter
                    490:     <li>Bind 9.4.2-P2 (+ patches)
1.12      lteo      491:     <li>NSD 4.0.3
1.2       pascal    492:     <li>Unbound 1.4.22
1.1       deraadt   493:     <li>Sudo 1.7.2p8
                    494:     <li>Ncurses 5.7
                    495:     <li>Binutils 2.15 (+ patches)
                    496:     <li>Gdb 6.3 (+ patches)
1.12      lteo      497:     <li>Less 458 (+ patches)
1.1       deraadt   498:     <li>Awk Aug 10, 2011 version
                    499:     </ul>
                    500:
                    501: </ul>
                    502:
                    503: <a name="install"></a>
                    504: <hr>
                    505: <p>
                    506: <h3><font color="#0000e0">How to install</font></h3>
                    507: <p>
                    508: Following this are the instructions which you would have on a piece of
                    509: paper if you had purchased a CDROM set instead of doing an alternate
                    510: form of install.  The instructions for doing an FTP (or other style
                    511: of) install are very similar; the CDROM instructions are left intact
                    512: so that you can see how much easier it would have been if you had
                    513: purchased a CDROM instead.
                    514: <p>
                    515:
                    516: <hr>
                    517: Please refer to the following files on the three CDROMs or FTP mirror for
                    518: extensive details on how to install OpenBSD 5.6 on your machine:
                    519: <p>
                    520: <ul>
1.67      tb        521: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.alpha">
1.8       deraadt   522:        .../OpenBSD/5.6/alpha/INSTALL.alpha (on CD1)</a>
1.67      tb        523: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/i386/INSTALL.i386">
1.1       deraadt   524:        .../OpenBSD/5.6/i386/INSTALL.i386 (on CD1)</a>
1.67      tb        525: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.hppa">
1.8       deraadt   526:        .../OpenBSD/5.6/hppa/INSTALL.hppa (on CD1)</a>
1.1       deraadt   527: <p>
1.67      tb        528: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/amd64/INSTALL.amd64">
1.8       deraadt   529:        .../OpenBSD/5.6/amd64/INSTALL.amd64 (on CD2)</a>
1.67      tb        530: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/macppc/INSTALL.macppc">
1.8       deraadt   531:        .../OpenBSD/5.6/macppc/INSTALL.macppc (on CD2)</a>
1.1       deraadt   532: <p>
1.67      tb        533: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/sparc64/INSTALL.sparc64">
1.8       deraadt   534:        .../OpenBSD/5.6/sparc64/INSTALL.sparc64 (on CD3)</a>
1.67      tb        535: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/sparc/INSTALL.sparc">
1.8       deraadt   536:        .../OpenBSD/5.6/sparc/INSTALL.sparc (on CD3)</a>
1.1       deraadt   537: <p>
1.67      tb        538: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/alpha/INSTALL.alpha">
1.1       deraadt   539:        .../OpenBSD/5.6/alpha/INSTALL.alpha</a>
1.67      tb        540: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/armish/INSTALL.armish">
1.1       deraadt   541:        .../OpenBSD/5.6/armish/INSTALL.armish</a>
1.67      tb        542: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/aviion/INSTALL.aviion">
1.1       deraadt   543:        .../OpenBSD/5.6/aviion/INSTALL.aviion</a>
1.67      tb        544: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.hppa">
1.1       deraadt   545:        .../OpenBSD/5.6/hppa/INSTALL.hppa</a>
1.67      tb        546: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/landisk/INSTALL.landisk">
1.1       deraadt   547:        .../OpenBSD/5.6/landisk/INSTALL.landisk</a>
1.67      tb        548: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/loongson/INSTALL.loongson">
1.1       deraadt   549:        .../OpenBSD/5.6/loongson/INSTALL.loongson</a>
1.67      tb        550: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/luna88k/INSTALL.luna88k">
1.1       deraadt   551:        .../OpenBSD/5.6/luna88k/INSTALL.luna88k</a>
1.67      tb        552: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/macppc/INSTALL.macppc">
1.1       deraadt   553:        .../OpenBSD/5.6/macppc/INSTALL.macppc</a>
1.67      tb        554: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/octeon/INSTALL.octeon">
1.1       deraadt   555:        .../OpenBSD/5.6/octeon/INSTALL.octeon</a>
1.67      tb        556: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/sgi/INSTALL.sgi">
1.1       deraadt   557:        .../OpenBSD/5.6/sgi/INSTALL.sgi</a>
1.67      tb        558: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/socppc/INSTALL.socppc">
1.1       deraadt   559:        .../OpenBSD/5.6/socppc/INSTALL.socppc</a>
1.67      tb        560: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/sparc/INSTALL.sparc">
1.1       deraadt   561:        .../OpenBSD/5.6/sparc/INSTALL.sparc</a>
1.67      tb        562: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/vax/INSTALL.vax">
1.1       deraadt   563:        .../OpenBSD/5.6/vax/INSTALL.vax</a>
1.67      tb        564: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/zaurus/INSTALL.zaurus">
1.1       deraadt   565:        .../OpenBSD/5.6/zaurus/INSTALL.zaurus</a>
                    566: </ul>
                    567: <hr>
                    568:
                    569: <p>
                    570: Quick installer information for people familiar with OpenBSD, and the
                    571: use of the "disklabel -E" command.  If you are at all confused when
                    572: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    573: <p>
                    574:
                    575: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    576: <ul>
                    577: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    578: release is on CD1. If your BIOS does not support booting from CD, you will need
                    579: to create a boot floppy to install from. To create a boot floppy write
                    580: <i>CD1:5.6/i386/floppy56.fs</i> to a floppy and boot via the floppy drive.
                    581:
                    582: <p>
                    583: Use <i>CD1:5.6/i386/floppyB56.fs</i> instead for greater SCSI controller
                    584: support, or <i>CD1:5.6/i386/floppyC56.fs</i> for better laptop support.
                    585:
                    586: <p>
1.58      bcallah   587: If your machine can boot from USB, you can write <i>install56.fs</i> or
                    588: <i>miniroot56.fs</i> to a USB stick and boot from it.
                    589:
                    590: <p>
                    591: If you can't boot from a CD, floppy disk, or USB,
1.1       deraadt   592: you can install across the network using PXE as described in
                    593: the included INSTALL.i386 document.
                    594:
                    595: <p>
                    596: If you are planning on dual booting OpenBSD with another OS, you will need to
                    597: read INSTALL.i386.
                    598:
                    599: <p>
                    600: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    601: at <i>CD1:5.6/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    602: use the
1.68      tb        603: <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>
1.1       deraadt   604: utility. The following is an example usage of
1.68      tb        605: <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>,
1.1       deraadt   606: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    607: &quot;rfd0a&quot;.
                    608:
                    609: <ul><pre>
                    610: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    611: </pre></ul>
                    612:
                    613: <p>
                    614: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    615: your install will most likely fail. For more information on creating a boot
                    616: floppy and installing OpenBSD/i386 please refer to
1.65      tj        617: <a href="faq/faq4.html#MkFlop">this page</a>.
1.1       deraadt   618: </ul>
                    619:
                    620: <p>
                    621: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    622: <ul>
                    623: The 5.6 release of OpenBSD/amd64 is located on CD2.
                    624: Boot from the CD to begin the install - you may need to adjust
                    625: your BIOS options first.
                    626: If you can't boot from the CD, you can create a boot floppy to install from.
                    627: To do this, write <i>CD2:5.6/amd64/floppy56.fs</i> to a floppy, then
                    628: boot from the floppy drive.
                    629:
                    630: <p>
1.58      bcallah   631: If your machine can boot from USB, you can write <i>install56.fs</i> or
                    632: <i>miniroot56.fs</i> to a USB stick and boot from it.
                    633:
                    634: <p>
                    635: If you can't boot from a CD, floppy disk, or USB,
1.1       deraadt   636: you can install across the network using PXE as described in the included
                    637: INSTALL.amd64 document.
                    638:
                    639: <p>
                    640: If you are planning to dual boot OpenBSD with another OS, you will need to
                    641: read INSTALL.amd64.
                    642: </ul>
                    643:
                    644: <p>
                    645: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    646: <ul>
                    647: Burn the image from the FTP site to a CDROM, and power on your machine
                    648: while holding down the <i>C</i> key until the display turns on and
                    649: shows <i>OpenBSD/macppc boot</i>.
                    650:
                    651: <p>
                    652: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    653: /5.6/macppc/bsd.rd</i>
                    654: </ul>
                    655:
                    656: <p>
                    657: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    658: <ul>
                    659: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    660:
                    661: <p>
                    662: If this doesn't work, or if you don't have a CDROM drive, you can write
                    663: <i>CD3:5.6/sparc64/floppy56.fs</i> or <i>CD3:5.6/sparc64/floppyB56.fs</i>
                    664: (depending on your machine) to a floppy and boot it with <i>boot
                    665: floppy</i>. Refer to INSTALL.sparc64 for details.
                    666:
                    667: <p>
                    668: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    669: will most likely fail.
                    670:
                    671: <p>
                    672: You can also write <i>CD3:5.6/sparc64/miniroot56.fs</i> to the swap partition on
                    673: the disk and boot with <i>boot disk:b</i>.
                    674:
                    675: <p>
                    676: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    677: </ul>
                    678:
                    679: <p>
                    680: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    681: <ul>
                    682: <p>Write <i>FTP:5.6/alpha/floppy56.fs</i> or
                    683: <i>FTP:5.6/alpha/floppyB56.fs</i> (depending on your machine) to a diskette and
                    684: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    685:
                    686: <p>
                    687: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    688: will most likely fail.
                    689:
                    690: </ul>
                    691:
                    692: <p>
                    693: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    694: <ul>
                    695: <p>
                    696: After connecting a serial port, Thecus can boot directly from the network
                    697: either tftp or http. Configure the network using fconfig, reset,
                    698: then load bsd.rd, see INSTALL.armish for specific details.
                    699: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    700: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    701: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    702: More details are available in INSTALL.armish.
                    703: </ul>
                    704:
                    705: <p>
                    706: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    707: <ul>
                    708: <p>
                    709: Boot over the network by following the instructions in INSTALL.hppa or the
                    710: <a href="hppa.html#install">hppa platform page</a>.
                    711: </ul>
                    712:
                    713: <p>
                    714: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    715: <ul>
                    716: <p>
                    717: Write <i>miniroot56.fs</i> to the start of the CF
                    718: or disk, and boot normally.
                    719: </ul>
                    720:
                    721: <p>
                    722: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    723: <ul>
                    724: <p>
                    725: Write <i>miniroot56.fs</i> to a USB stick and boot bsd.rd from it
                    726: or boot bsd.rd via tftp.
                    727: Refer to the instructions in INSTALL.loongson for more details.
                    728: </ul>
                    729: <p>
                    730:
                    731: <p>
                    732: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    733: <ul>
                    734: <p>
                    735: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    736: from the PROM, and the bsd.rd from the bootloader.
                    737: Refer to the instructions in INSTALL.luna88k for more details.
                    738: </ul>
                    739:
                    740: <p>
                    741: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    742: <ul>
                    743: <p>
                    744: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    745: Refer to the instructions in INSTALL.octeon for more details.
                    746: </ul>
                    747:
                    748: <p>
                    749: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    750: <ul>
                    751: <p>
                    752: To install, burn cd56.iso on a CD-R, put it in the CD drive of your
                    753: machine and select <i>Install System Software</i> from the System Maintenance
                    754: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    755: CD-ROM, and need a proper invocation from the PROM prompt.
                    756: Refer to the instructions in INSTALL.sgi for more details.
                    757:
                    758: <p>
                    759: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    760: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    761: system type. Refer to the instructions in INSTALL.sgi for more details.
                    762: </ul>
                    763:
                    764: <p>
                    765: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    766: <ul>
                    767: <p>
                    768: After connecting a serial port, boot over the network via DHCP/tftp.
                    769: Refer to the instructions in INSTALL.socppc for more details.
                    770: </ul>
                    771:
                    772: <p>
                    773: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    774: <ul>
                    775: Boot from one of the provided install ISO images, using one of the two
                    776: commands listed below, depending on the version of your ROM.
                    777:
                    778: <ul><pre>
                    779: ok <strong>boot cdrom 5.6/sparc/bsd.rd</strong>
                    780: or
                    781: &gt; <strong>b sd(0,6,0)5.6/sparc/bsd.rd</strong>
                    782: </pre></ul>
                    783:
                    784: <p>
                    785: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    786: To do so you need to write <i>floppy56.fs</i> to a floppy.
1.65      tj        787: For more information see <a href="faq/faq4.html#MkFlop">this page</a>.
1.1       deraadt   788: To boot from the floppy use one of the two commands listed below,
                    789: depending on the version of your ROM.
                    790:
                    791: <ul><pre>
                    792: ok <strong>boot floppy</strong>
                    793: or
                    794: &gt; <strong>b fd()</strong>
                    795: </pre></ul>
                    796:
                    797: <p>
                    798: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    799: will most likely fail.
                    800:
                    801: <p>
                    802: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    803: setup a bootable tape, or install via network, as told in the
                    804: INSTALL.sparc file.
                    805: </ul>
                    806:
                    807: <p>
                    808: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    809: <ul>
                    810: Boot over the network via mopbooting as described in INSTALL.vax.
                    811: </ul>
                    812:
                    813: <p>
                    814: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    815: <ul>
                    816: <p>
                    817: Using the Linux built-in graphical ipkg installer, install the
                    818: openbsd56_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    819: for a few important details.
                    820: </ul>
                    821:
                    822: <p>
                    823: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    824: <ul>
                    825: src.tar.gz contains a source archive starting at /usr/src.  This file
                    826: contains everything you need except for the kernel sources, which are
                    827: in a separate archive.  To extract:
                    828: <p>
                    829: <ul><pre>
                    830: # <strong>mkdir -p /usr/src</strong>
                    831: # <strong>cd /usr/src</strong>
                    832: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    833: </pre></ul>
                    834: <p>
                    835: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    836: This file contains all the kernel sources you need to rebuild kernels.
                    837: To extract:
                    838: <p>
                    839: <ul><pre>
                    840: # <strong>mkdir -p /usr/src/sys</strong>
                    841: # <strong>cd /usr/src</strong>
                    842: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    843: </pre></ul>
                    844: <p>
                    845: Both of these trees are a regular CVS checkout.  Using these trees it
                    846: is possible to get a head-start on using the anoncvs servers as
                    847: described <a href="anoncvs.html">here</a>.
                    848: Using these files
                    849: results in a much faster initial CVS update than you could expect from
                    850: a fresh checkout of the full OpenBSD source tree.
                    851: <p>
                    852: </ul>
                    853:
                    854: <a name="upgrade"></a>
                    855: <hr>
                    856: <p>
                    857: <h3><font color="#0000e0">How to upgrade</font></h3>
                    858: <p>
1.6       deraadt   859: If you already have an OpenBSD 5.5 system, and do not want to reinstall,
1.1       deraadt   860: upgrade instructions and advice can be found in the
                    861: <a href="faq/upgrade56.html">Upgrade Guide</a>.
                    862:
                    863: <a name="ports"></a>
                    864: <hr>
                    865: <p>
                    866: <h3><font color="#0000e0">Ports Tree</font></h3>
                    867: <p>
                    868: A ports tree archive is also provided.  To extract:
                    869: <p>
                    870: <ul><pre>
                    871: # <strong>cd /usr</strong>
                    872: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    873: </pre></ul>
                    874: <p>
                    875: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    876: read the <a href="faq/ports/index.html">ports</a> page
                    877: if you know nothing about ports
                    878: at this point.  This text is not a manual of how to use ports.
                    879: Rather, it is a set of notes meant to kickstart the user on the
                    880: OpenBSD ports system.
                    881: <p>
                    882: The <i>ports/</i> directory represents a CVS (see the manpage for
1.68      tb        883: <a href="https://man.openbsd.org/?query=cvs&amp;sektion=1&amp;arch=i386">
1.1       deraadt   884: cvs(1)</a> if
                    885: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    886: source tree, our ports tree is available via
                    887: <a href="anoncvs.html">AnonCVS</a>.
                    888: So, in order to keep current with it, you must make the <i>ports/</i> tree
                    889: available on a read-write medium and update the tree with a command
                    890: like:
                    891: <p>
                    892: <ul><pre>
                    893: # <strong>cd /usr/ports</strong>
1.6       deraadt   894: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_6</strong>
1.1       deraadt   895: </pre></ul>
                    896: <p>
                    897: [Of course, you must replace the server name here with a nearby anoncvs
                    898: server.]
                    899: <p>
                    900: Note that most ports are available as packages through FTP. Updated
                    901: packages for the 5.6 release will be made available if problems arise.
                    902: <p>
                    903: If you're interested in seeing a port added, would like to help out, or just
                    904: would like to know more, the mailing list
                    905: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    906: <p>
                    907: </body>
                    908: </html>