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

Annotation of www/53.html, Revision 1.78

1.21      matthew     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       sthen       2: <html>
                      3: <head>
1.75      deraadt     4: <title>OpenBSD 5.3</title>
1.1       sthen       5: <meta name="resource-type" content="document">
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="OpenBSD 5.3">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 2013 by OpenBSD.">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <a href="index.html">
                     16: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
1.77      deraadt    17: <p>
1.1       sthen      18:
1.62      sthen      19: <a href="images/RoyPuffy.jpg">
1.75      deraadt    20: <img align="left" width="227" height="343" hspace="24" src="images/RoyPuffy.jpg"></a>
                     21: <h2><font color="#0000e0">OpenBSD 5.3</font></h2>
1.1       sthen      22: <p>
1.73      sthen      23: Released May 1, 2013<br>
1.1       sthen      24: Copyright 1997-2013, Theo de Raadt.<br>
1.61      deraadt    25: <font color="#e00000">ISBN 978-0-9881561-1-1</font>
1.1       sthen      26: <br>
1.66      jturner    27: <a href="lyrics.html#53">5.3 Song: "Blade Swimmer"</a>
1.1       sthen      28: <p>
                     29: <ul>
                     30: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     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.3/</font> directory on
                     34:     one of the mirror sites.
                     35: <li>Have a look at <a href="errata53.html">The 5.3 Errata page</a> for a list
                     36:     of bugs and workarounds.
                     37: <li>See a <a href="plus53.html">detailed log of changes</a> between the
                     38:     5.2 and 5.3 releases.
                     39: </ul>
                     40: <br clear=all>
1.76      deraadt    41: <p>
1.75      deraadt    42: All applicable copyrights and credits can be found in the applicable
                     43: file sources found in the files src.tar.gz, sys.tar.gz,
                     44: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
                     45: distribution files used to build packages from the ports.tar.gz file
                     46: are not included on the CDROM because of lack of space.
1.1       sthen      47: <p>
                     48:
                     49: <a name="new"></a>
                     50: <hr>
                     51: <p>
                     52: <h3><font color="#0000e0">What's New</font></h3>
                     53: <p>
                     54: This is a partial list of new features and systems included in OpenBSD 5.3.
                     55: For a comprehensive list, see the <a href="plus53.html">changelog</a> leading
                     56: to 5.3.
                     57: <p>
                     58:
1.51      sthen      59: <ul>
1.1       sthen      60: <li>Improved hardware support, including:
                     61:     <ul>
1.29      sthen      62:     <li>New driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&amp;sektion=4">oce(4)</a> for Emulex OneConnect 10Gb Ethernet adapters.
                     63:     <li>New driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsx&amp;sektion=4">rtsx(4)</a> for the Realtek RTS5209 card reader.
                     64:     <li>New driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfii&amp;sektion=4">mfii(4)</a> for the LSI Logic MegaRAID SAS Fusion controllers.
                     65:     <li>New driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smsc&amp;sektion=4">smsc(4)</a> for SMSC LAN95xx 10/100 USB Ethernet adapters.
                     66:     <li>New drivers for Toradex OAK USB sensors: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoaklux&amp;sektion=4">uoaklux(4)</a> (illuminance), <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoakrh&amp;sektion=4">uoakrh(4)</a> (temperature and relative humidity) and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoakv&amp;sektion=4">uoakv(4)</a> (+/- 10V 8channel ADC).
                     67:     <li>New drivers for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=virtio&amp;sektion=4">virtio(4)</a> devices: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&amp;sektion=4">vio(4)</a> (network), <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vioblk&amp;sektion=4">vioblk(4)</a> (block devices, attaching as SCSI disks) and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viomb&amp;sektion=4">viomb(4)</a> (memory ballooning).
                     68:     <li>Support for Adaptec 39320LPE added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;sektion=4">ahd(4)</a>.
1.35      sthen      69:     <li>Broadcom 5718/5719/5720 Gigabit Ethernet devices supported in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4">bge(4)</a>.
1.29      sthen      70:     <li>Intel X540-based 10Gb Ethernet devices supported in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&amp;sektion=4">ix(4)</a>.
                     71:     <li>Support for SFP+ hot-plug (82599) and various other improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&amp;sektion=4">ix(4)</a>.
                     72:     <li>TX interrupt mitigation, hardware VLAN tagging and checksum offload reduce CPU use in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;sektion=4">vr(4)</a>.
                     73:     <li>Baby jumbo frames supported in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;sektion=4">vr(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;sektion=4">sis(4)</a> useful for e.g. MPLS, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&amp;sektion=4">vlan(4)</a> tag stacking (QinQ) and RFC4638 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&amp;sektion=4">pppoe(4)</a>.
                     74:     <li>TCP RX Checksum offload in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4">gem(4)</a>.
                     75:     <li>Improvements for NICs using 82579/pch2 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>.
                     76:     <li>Flow control is now supported on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&amp;sektion=4">bnx(4)</a> 5708S/5709S adapters, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4">gem(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&amp;sektion=4">jme(4)</a>.
                     77:
                     78:     <li>Power-saving clients supported in hostap mode with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;sektion=4">acx(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&amp;sektion=4">athn(4)</a>.
                     79:     <li>A cause of RT2661 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;sektion=4">ral(4)</a> wedging in hostap mode was fixed.
                     80:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a> supports additional devices (Centrino Advanced-N 6235 and initial support for Centrino Wireless-N 1030).
                     81:
1.36      brad       82:     <li>Improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&amp;sektion=4">ahci(4)</a>.
1.29      sthen      83:     <li>Support for the fixed-function performance counter on newer x86 chips with constant time stamp counters.
                     84:     <li>Elantech touchpads supported in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=synaptics&amp;sektion=4">synaptics(4)</a>.
                     85:     <li>Support for "physical devices" on skinny <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&amp;sektion=4">mfi(4)</a> controllers.
                     86:     <li>VMware emulated SAS adapters supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;sektion=4">mpi(4)</a>.
                     87:     <li>Support for Intel's Supervisor Mode Execution Protection (SMEP) and Supervisor Mode Access Prevention (SMAP) features on i386 and amd64.
                     88:     <li>Support for the RDRAND instruction to read the hardware random number generator on recent Intel processors.
                     89:     <li>amd64 PCI memory extent changed to cover the whole 64-bit memory space; fixes erroneous extent allocation panic on IBM x3100.
                     90:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;sektion=4">ulpt(4)</a> can now upload firmware to certain HP LaserJet printers.
                     91:     <li>Added stat clock to Loongson machines, improving accuracy of CPU usage statistics.
                     92:     <li>CPU throttling supported on Loongson 2F.
                     93:     <li>Support for Apple UniNorth and U3 AGP added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&amp;sektion=4">agp(4)</a>.
                     94:     <li>DRM support for macppc.
1.1       sthen      95:     </ul>
                     96: <p>
                     97:
                     98: <li>Generic network stack improvements:
                     99:     <ul>
1.29      sthen     100:     <li>Restriction on writing to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&amp;sektion=4">trunk(4)</a> member interfaces relaxed; BPF can now write to interfaces directly (useful for LLDP).
                    101:     <li>UDP support added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sosplice&amp;sektion=9">sosplice(9)</a> (zero-copy socket splicing).
                    102:     <li>IPv6 autoconfprivacy is enabled by default (can be disabled per-interface with an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a> flag).
                    103:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a> <tt>hwfeatures</tt> displays the maximum MTU supported by the driver (indicating support for jumbo/baby-jumbo frames).
1.34      mikeb     104:     <li>Vastly improved IPsec v3 compatibility, including support for Extended Sequence Numbers in the AES-NI driver for AES-GCM and other modes.
1.1       sthen     105:     </ul>
                    106: <p>
                    107:
                    108: <li>Routing daemons and other userland network improvements:
                    109:     <ul>
1.29      sthen     110:     <li>OpenBSD now includes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&amp;sektion=8">npppd(8)</a>, a server-side daemon for L2TP, L2TP/IPsec, PPTP and PPPoE.
                    111:     <li>New standalone <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&amp;sektion=8">tftp-proxy(8)</a> to replace the old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&amp;sektion=8">inetd(8)</a>-based implementation.
                    112:     <li>SNMPv3 supported in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&amp;sektion=8">snmpd(8)</a>.
                    113:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> is more tolerant of unknown capabilities when bringing up a session (logs a warning rather than fails).
1.47      florian   114:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> now handles client side of "graceful restart".
1.29      sthen     115:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> can now filter based on the NEXTHOP attribute.
                    116:     <li>A stratum can now be assigned to hardware sensors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&amp;sektion=8">ntpd(8)</a>.
1.16      beck      117:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a> now supports the use of per-group rules files.
1.18      rpe       118:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a> client now supports basic HTTP authentication as per RFC 2617 and 3986 like "ftp http[s]://user:pass@host/file".
1.53      bluhm     119:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a> client's mput command allows to upload a directory tree recursively using the -r switch.
1.49      sthen     120:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&amp;sektion=8">relayd(8)</a> has various improvements including additional scheduling algorithms (least-states, for redirections, and random/source-hash, for relays).
                    121:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&amp;sektion=8">iked(8)</a> IKEv2 daemon supports NAT-T. (The isakmpd daemon for IKEv1 has supported this for a long time).
                    122:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&amp;sektion=8">iked(8)</a> blocks IPv6 traffic unless there are v6 VPN flows; this is to prevent leakages as described in <a href="http://tools.ietf.org/html/draft-gont-opsec-vpn-leakages">draft-gont-opsec-vpn-leakages</a>.
1.1       sthen     123:     </ul>
                    124: <p>
                    125:
1.40      krw       126: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> improvements:
                    127:     <ul>
                    128:     <li>dhclient-script eliminated, all configuration is done with ioctl's and routing sockets.
                    129:     <li>interface configuration is much faster.
                    130:     <li>HUP signals cause dhclient to restart; making it re-read the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&amp;sektion=5">dhclient.conf(5)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf.tail&amp;sektion=5">resolv.conf.tail(5)</a> files, and obtain a new lease.
                    131:     <li>INIT, USR1, USR2 signals cause dhclient to exit after attempting to remove routes and addresses it configured.
                    132:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&amp;sektion=5">resolv.conf(5)</a> is written only when the in-use default route was inserted by dhclient. Possible changes to the default route are detected and cause dhclient to write out resolv.conf when appropriate.
1.49      sthen     133:     <li>interface hardware address changes are detected and cause dhclient to restart.
1.40      krw       134:     <li>dhclient.conf directive 'ignore' and command line option '-i' added, allowing the suppression of specific options offered by server.
                    135:     <li>'-L' command line option added, allowing the creation of a complete record of the most recent offer and what we modified it to when binding the lease.
                    136:     <li>rejected offers no longer prevent dhclient from trying recorded leases and going daemon.
                    137:     <li>cleanup of routing tables when starting and exiting is more complete.
                    138:     <li>log messages cleaned up and reduced.
                    139:     <li>dhclient is automatically placed in the routing domain of the interface.
                    140:     <li>incoming and outgoing packet buffers are separate, eliminating possible transmission of inappropriate packets when re-trying DISCOVER and REQUEST.
                    141:     <li>resolv.conf.tail read only once, at startup.
                    142:     <li>both OFFER and ACK packets that lack required options are rejected.
1.49      sthen     143:     <li>file names passed to '-L' and '-l' are constrained to be regular files.
1.40      krw       144:     <li>bind success reported after binding complete, not when it is started.
                    145:     <li>privileged process daemonizes, eliminating its controlling terminal.
                    146:     <li>STDIN/STDOUT/STDERR no longer redirected to /dev/null when '-d' specified.
                    147:     <li>all existing addresses on the interface are deleted when binding a new lease.
                    148:     <li>leases which would cause routing problems because another interface is already configured with the same subnet are rejected.
                    149:     <li>premature and repeated DISCOVER and/or REQUEST messages at startup are avoided.
                    150:     <li>permanent ARP cache entries are no longer deleted during binding.
1.49      sthen     151:     <li>allow empty lists of option names for 'ignore', 'request', and 'require' dhclient.conf directives, so lists can be reset in interface declarations.
1.41      krw       152:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> and dhclient recognize the same list of dhcp options.
1.40      krw       153:     <li>hand-rolled IMSG implementation replaced with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=imsg_init&amp;sektion=3">imsg_init(3)</a> and related functions..
1.42      krw       154:     <li>hand-rolled date string construction replaced with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strftime&amp;sektion=3">strftime(3)</a> invocations.
1.40      krw       155:     <li>hand-rolled '%m' option replaced with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strerror&amp;sektion=3">strerror(3)</a> invocations.
                    156:     <li>many other internal code improvements.
                    157:     </ul>
                    158: <p>
                    159:
1.11      sthen     160: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> improvements:
1.1       sthen     161:     <ul>
1.46      lteo      162:     <li> The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=divert&amp;sektion=4">divert(4)</a>
                    163:          socket now supports the new IP_DIVERTFL socket option to control whether both inbound and outbound packets are diverted (the default) or only packets travelling in one direction.
1.52      sthen     164:     <li>Sloppy state tracking (a special mode occasionally needed with asymmetric routing) now works correctly with ICMP.
                    165:     <li>PF now restricts the fragment limit to protect against a misconfiguration running the kernel out of mbuf clusters.
1.1       sthen     166:     </ul>
                    167: <p>
                    168:
1.48      gilles    169: <li>OpenSMTPD 5.3:
                    170:     <ul>
                    171:     <li>New features:
                    172:       <ul>
                    173:        <li>code is now considered stable and suitable for use in production.
1.65      gilles    174:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&amp;sektion=8">smtpctl(8)</a> <i>trace</i> supports runtime tracing of various components, including imsg exchanges, incoming and outgoing sessions, aliases expansion and much more.
1.48      gilles    175:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&amp;sektion=8">smtpctl(8)</a> <i>monitor</i> can now be used to monitor in real-time an instance of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&amp;sektion=8">smtpd(8)</a>.
                    176:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&amp;sektion=8">smtpctl(8)</a> <i>show queue</i> now supports an "online" mode where the scheduler is queried instead of the disk-based queue to provide more accurate information.
1.49      sthen     177:        <li>virtual domain support has been reworked to simplify and bring support for new features like global catch-alls and shared user mappings.
1.48      gilles    178:        <li>new table API replaces the map API: better handling of transient errors, improved performances and a much better interface.
                    179:        <li>the transfer process may now select the source IP address to use as well as the HELO hostname to advertise from a table.
                    180:        <li>each listener may advertise a different banner hostname.
                    181:        <li>an alternate user database may be provided instead of relying on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getpwnam&amp;sektion=3">getpwnam(3)</a>.
                    182:        <li>users may now be authenticated using credentials from a table.
                    183:        <li>incoming sessions can be tagged, allowing for rules to only match envelopes that have been reinjected in the daemon after being passed to a proxy tool.
                    184:        <li>intermediate bounces are now sent at configurable rates.
                    185:        <li>rules can now check for a sender email address or domain.
1.50      sthen     186:        <li>experimental (yet functional) support for aldap and sqlite as table backends.
1.48      gilles    187:       </ul>
                    188:
                    189:     <li>Improvements:
                    190:       <ul>
                    191:        <li>improved logging format to make it both easier to read and parse.
                    192:        <li>improved memory use by scheduler, smtp, queue and transfer processes.
                    193:        <li>more reliable and efficient disk-based queue.
                    194:        <li>improved scheduler, dns and relaying logic that optimizes transfers.
1.65      gilles    195:        <li>simplified grammar for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&amp;sektion=5">smtpd.conf(5)</a>.
1.48      gilles    196:        <li>initial support for client and server SSL peer certificates validation.
                    197:        <li>SSL certificate tree is now isolated and network-facing processes request SSL information on-demand by imsg.
                    198:        <li>improved and simplified SMTP and MTA engines.
                    199:        <li>much improved performances on both incoming and outgoing code paths.
                    200:        <li>tons of cleanup and assorted minor bug fixes.
                    201:       </ul>
                    202:     </ul>
                    203: <p>
                    204:
1.59      tedu      205: <li>Security improvements:
                    206:     <ul>
                    207:     <li>Position-independent executables (PIE) are now used <b>by default</b> on alpha, amd64, hppa, landisk, loongson, sgi and sparc64.
                    208:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> stack smashing protector added for Alpha and MIPS (enabled by default).
                    209:     <li>Shared libraries on GCC 4 platforms now each get their own stack protector cookies instead of sharing a single global cookie.
                    210:     </ul>
                    211: <p>
                    212:
                    213: <li>Performance improvements:
                    214:     <ul>
                    215:     <li>Switch default disk I/O sort algorithm to NSCAN for improved fairness and response times.
                    216:     <li>Softdep speedup improvements by the revert of a previously necessary workaround to prevent kva starvation.
                    217:     <li>Large performance and reliability improvements in
                    218: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&amp;sektion=1">make(1)</a>,
                    219: especially in parallel mode. make no longer does any busy waiting, it handles
                    220: concurrent targets correctly, and displays more accurate error messages.
                    221:     <li>Increased stack alignment in constructor functions and new threads on i386 to meet requirements for SSE.
                    222:     <li>Coredumping no longer hogs CPU or I/O and can be aborted by sending the process a SIGKILL signal.
                    223:     </ul>
                    224: <p>
                    225:
                    226: <li>Threading improvements:
                    227:     <ul>
                    228:     <li>Threaded programs and libraries can now be linked with the POSIX-standard -lpthread flag instead of the OpenBSD-specific -pthread flag
                    229:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=abort&amp;sektion=3">abort(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raise&amp;sektion=3">raise(3)</a> now direct the signal to the calling thread, as specified by POSIX.
                    230:     <li>Whether a thread is currently executing on an alternate signal stack (c.f.  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigaltstack&amp;sektion=2">sigaltstack(2)</a>) is now determined dynamically, so the stack can be reused if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siglongjmp&amp;sektion=3">siglongjmp(3)</a> is used to exit the signal handler.
                    231:     <li>libpthread now caches automatically allocated, default size thread stacks.
                    232:     <li>Improvements in the handling of profiling, tracing, and %cpu calculation of threaded processes.
                    233:     </ul>
                    234: <p>
                    235:
1.1       sthen     236: <li>Assorted improvements:
                    237:     <ul>
1.11      sthen     238:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&amp;sektion=8&amp;arch=sparc64">ldomctl(8)</a>
1.9       sthen     239:       was added to manage logical domains on sun4v systems through
1.29      sthen     240:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&amp;sektion=8&amp;arch=sparc64">ldomd(8)</a>.
                    241:     <li>Support for WPA Enterprise was added to the wpa_supplicant package.
                    242:     <li>OpenBSD/luna88k and OpenBSD/mvme88k have switched to GCC 3, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&amp;sektion=5">elf(5)</a> and gained shared library support.
                    243:     <li>OpenBSD/hp300 and OpenBSD/mvme68k have switched to GCC 3 and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&amp;sektion=5">elf(5)</a>.
                    244:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a> RAID1 and crypto volumes are now bootable on i386 and amd64 (full disk encryption).
1.11      sthen     245:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1">mg(1)</a>
1.7       sthen     246:       emacs-like editor now supports <tt>diff-buffer-with-file</tt>, <tt>make-directory</tt> and <tt>revert-buffer</tt>.
1.43      lum       247:       Column numbers have been made configurable and locale is respected for ctype purposes, like displaying ISO Latin 1 characters.
1.11      sthen     248:     <li>Improved our own <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&amp;sektion=1">pkg-config(1)</a>
1.7       sthen     249:       implementation to make it compatible with freedesktop.org's 0.27.1 release.
1.29      sthen     250:     <li>A number of improvements to the buffer cache and page daemon interactions to avoid issues in low memory/low kva situations.
1.16      beck      251:     <li>Various bug fixes in uvm to avoid potential races and deadlock issues.
1.29      sthen     252:     <li>Memory filesystem (mfs) switched to bufq, giving us queue limits and FIFO queueing (rather than the current LIFO queueing).
                    253:     <li>Many improvements to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&amp;sektion=1">cwm(1)</a> window manager,
                    254: including tab completion and Xft support for menus, improved Xinerama support, and per-group vertical/horizontal manual tiling support.
1.32      guenther  255:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dprintf&amp;sektion=3">dprintf(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grantpt&amp;sektion=3">grantpt(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=posix_openpt&amp;sektion=3">posix_openpt(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptsname&amp;sektion=3">ptsname(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=unlockpt&amp;sektion=3">unlockpt(3)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdprintf&amp;sektion=3">vdprintf(3)</a>.
                    256:     <li>Corrected the order of invocation of constructor and destruction functions.
                    257:     <li>Improved compliance and/or cleanliness of header files, particularly
                    258:        &lt;dlfcn.h&gt;, &lt;netdb.h&gt;, &lt;net/if.h&gt;,
                    259:        &lt;netinet/in.h&gt;, &lt;sys/socket.h&gt;, &lt;sys/uio.h&gt;,
                    260:        and &lt;sys/un.h&gt;.
1.1       sthen     261:     </ul>
                    262: <p>
                    263:
                    264: <li>OpenSSH 6.2:
                    265:     <ul>
                    266:     <li>New features:
                    267:       <ul>
1.37      sobrado   268:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    269:           and
                    270:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    271:           Added support for AES-GCM authenticated encryption in SSH protocol 2.
                    272:           The new cipher is available as "aes128-gcm@openssh.com" and
                    273:           "aes256-gcm@openssh.com". It uses an identical packet format to the
                    274:           AES-GCM mode specified in RFC 5647, but uses simpler and different
                    275:           selection rules during key exchange.
                    276:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    277:           and
                    278:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    279:           Added support for encrypt-then-mac (EtM) MAC modes for SSH protocol 2.
                    280:           These modes alter the packet format and compute the MAC over the
                    281:           packet length and encrypted packet rather than over the plaintext
                    282:           data. These modes are considered more secure and are used by default
                    283:           when available.
                    284:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    285:           and
                    286:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    287:           Added support for the UMAC-128 MAC as "umac-128@openssh.com" and
                    288:           "umac-128-etm@openssh.com". The latter being an encrypt-then-mac mode.
                    289:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    290:           Added support for multiple required authentication in SSH protocol 2
                    291:           via an <tt>AuthenticationMethods</tt> option. This option lists one
                    292:           or more comma-separated lists of authentication method names.
                    293:           Successful completion of all the methods in any list is required for
                    294:           authentication to complete. This allows, for example, requiring a
                    295:           user having to authenticate via public key or GSSAPI before they are
                    296:           offered password authentication.
                    297:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
                    298:           and
                    299:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    300:           Added support for Key Revocation Lists (KRLs), a compact binary
                    301:           format to represent lists of revoked keys and certificates that take
                    302:           as little as one bit per certificate when revoking by serial number.
                    303:           KRLs may be generated using
                    304:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>
                    305:           and are loaded into
                    306:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
                    307:           via the existing <tt>RevokedKeys</tt>
                    308:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    309:           option.
                    310:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    311:           <tt>IdentitiesOnly</tt> now applies to keys obtained from a
                    312:           PKCS11Provider. This allows control of which keys are offered from
                    313:           tokens using <tt>IdentityFile</tt>.
                    314:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    315:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>'s
                    316:           AllowTcpForwarding now accepts "<tt>local</tt>" and "<tt>remote</tt>"
                    317:           in addition to its previous "<tt>yes</tt>"/"<tt>no</tt>" keywords to
                    318:           allow the server to specify whether just local or remote TCP
                    319:           forwarding is enabled.
                    320:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    321:           Added a
                    322:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    323:           option <tt>AuthorizedKeysCommand</tt> to support fetching
                    324:           authorized_keys from a command in addition to (or instead of) from
                    325:           the filesystem. The command is run under an account specified by an
                    326:           <tt>AuthorizedKeysCommandUser</tt>
                    327:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    328:           option.
                    329:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&amp;sektion=8">sftp-server(8)</a>:
                    330:           Now supports a <tt>-d</tt> option to allow the starting directory to
                    331:           be something other than the user's home directory.
                    332:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    333:           Now allows fingerprinting of keys hosted in PKCS#11 tokens using
                    334:           "ssh-keygen -lD pkcs11_provider".
                    335:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    336:           When SSH protocol 2 only is selected (the default),
                    337:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    338:           now immediately sends its SSH protocol banner to the server without
                    339:           waiting to receive the server's banner, saving time when connecting.
                    340:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    341:           Added <tt>~v</tt> and <tt>~V</tt> escape sequences to raise and lower
                    342:           the logging level respectively.
                    343:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    344:           Made the escape command help (<tt>~?</tt>) context sensitive so that
                    345:           only commands that will work in the current session are shown.
                    346:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    347:           When deleting host lines from known_hosts using "ssh-keygen -R host",
                    348:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>
                    349:           now prints details of which lines were removed.
1.1       sthen     350:       </ul>
                    351:     <li>The following significant bugs have been fixed in this release:
                    352:       <ul>
1.37      sobrado   353:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    354:           Force a clean shutdown of ControlMaster client sessions when the
                    355:           <tt>~.</tt> escape sequence is used. This means that <tt>~.</tt>
                    356:           should now work in mux clients even if the server is no longer
                    357:           responding.
                    358:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    359:           Correctly detect errors during local TCP forward setup in multiplexed
                    360:           clients. (bz#2055)
                    361:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>:
                    362:           Made deleting explicit keys "ssh-add -d" symmetric with adding keys
                    363:           with respect to certificates. It now tries to delete the
                    364:           corresponding certificate and respects the <tt>-k</tt> option to
                    365:           allow deleting of the key only.
                    366:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    367:           Fix a number of parsing and command-editing bugs, including bz#1956.
                    368:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
1.69      bcallah   369:           When muxmaster is run with <tt>-N</tt>, ensure that it shuts down
1.37      sobrado   370:           gracefully when a client sends it "-O stop" rather than hanging
                    371:           around. (bz#1985)
                    372:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    373:           When screening moduli candidates, append to the file rather than
                    374:           overwriting to allow resumption. (bz#1957)
                    375:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    376:           Record "Received disconnect" messages at ERROR rather than INFO
                    377:           priority. (bz#2057)
                    378:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    379:           Loudly warn if explicitly-provided private key is unreadable.
                    380:           (bz#1981)
1.1       sthen     381:       </ul>
                    382:     </ul>
                    383: <p>
                    384:
1.7       sthen     385: <li>Over 7,800 ports, major performance and stability improvements in
1.1       sthen     386: the package build process
                    387:     <ul>
1.28      espie     388:     <li>The parallel ports builder is more efficient. The main improvement is
                    389: that dpb consumes much less cpu on busy boxes, but there are lots of small
                    390: optimizations that amount to a large performance increase:
                    391: dpb can now build selected large ports using parallel make, and it
                    392: has a notion of affinity, so that ports failing on a cluster will be
1.29      sthen     393: preferentially restarted on the same machine.
1.1       sthen     394:     </ul>
                    395: <p>
                    396: <li>Many pre-built packages for each architecture:
                    397:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    398:     <tr>
                    399:     <td valign="top" width="25%">
                    400:     <ul>
1.38      deraadt   401:       <li>i386:       7670
                    402:       <li>sparc64:    6756
1.64      deraadt   403:       <li>alpha:      6151
1.1       sthen     404:     </ul></td><td valign=top width="25%"><ul>
1.71      pirofti   405:       <li>sh:         1111
1.54      deraadt   406:       <li>amd64:      7632
1.63      deraadt   407:       <li>powerpc:    7215
1.1       sthen     408:     </ul></td><td valign=top width="25%"><ul>
1.70      sthen     409:       <li>sparc:      4635
1.72      sthen     410:       <li>arm:        4944
1.56      deraadt   411:       <li>hppa:       6401
1.1       sthen     412:     </ul></td><td valign=top width="25%"><ul>
1.68      sebastia  413:       <li>vax:        2081
1.56      deraadt   414:       <li>mips64:     6519
1.60      sthen     415:       <li>mips64el:   6539
1.1       sthen     416:   </ul></td></tr></table>
                    417: <p>
                    418:
                    419: <li>Some highlights:
                    420:     <ul>
                    421:     <li>GNOME 3.6.2                    <li>KDE 3.5.10
                    422:     <li>Xfce 4.10                      <li>MySQL 5.1.68
1.13      sthen     423:     <li>PostgreSQL 9.2.3               <li>Postfix 2.9.6
1.1       sthen     424:     <li>OpenLDAP 2.3.43 and 2.4.33     <li>Mozilla Firefox 3.6.28 and 18.0.2
                    425:     <li>Mozilla Thunderbird 17.0.2     <li>GHC 7.4.2
                    426:     <li>LibreOffice 3.6.5.2            <li>Emacs 21.4 and 24.2
                    427:     <li>Vim 7.3.154                    <li>PHP 5.2.17 and 5.3.21
1.39      lteo      428:     <li>Python 2.5.4, 2.7.3 and 3.2.3  <li>Ruby 1.8.7.370 and 1.9.3.392
1.1       sthen     429:     <li>Tcl/Tk 8.5.13 and 8.6.0                <li>Jdk 1.6.0.32 and 1.7.0.11
                    430:     <li>Mono 2.10.9                    <li>Chromium 24.0.1312.68
                    431:     <li>Groff 1.21                     <li>Go 1.0.3
                    432:     <li>GCC 4.6.3 and 4.7.2            <li>LLVM/Clang 3.2
                    433:     </ul>
                    434: <p>
                    435:
                    436: <li>As usual, steady improvements in manual pages and other documentation.
                    437: <p>
                    438:
                    439: <li>The system includes the following major components from outside suppliers:
                    440:     <ul>
1.12      matthieu  441:     <li>Xenocara (based on X.Org 7.7 with xserver 1.12.3 + patches,
1.2       sthen     442:       freetype 2.4.11, fontconfig 2.8.0, Mesa 7.11.2, xterm 287,
                    443:       xkeyboard-config 2.7 and more)
1.33      jsg       444:     <li>Gcc 4.2.1 (+patches), 3.3.6 (+ patches) and 2.95.3 (+ patches)
1.1       sthen     445:     <li>Perl 5.12.2 (+ patches)
                    446:     <li>Our improved and secured version of Apache 1.3, with
                    447:       SSL/TLS and DSO support
1.2       sthen     448:     <li>Nginx 1.2.6 (+ patches)
                    449:     <li>OpenSSL 1.0.1c (+ patches)
                    450:     <li>SQLite 3.7.14.1 (+ patches)
                    451:     <li>Sendmail 8.14.6, with libmilter
1.1       sthen     452:     <li>Bind 9.4.2-P2 (+ patches)
1.31      sthen     453:     <li>NSD 3.2.15
1.1       sthen     454:     <li>Lynx 2.8.7rel.2 with HTTPS and IPv6 support (+ patches)
                    455:     <li>Sudo 1.7.2p8
                    456:     <li>Ncurses 5.7
                    457:     <li>Heimdal 0.7.2 (+ patches)
                    458:     <li>Binutils 2.15 (+ patches)
                    459:     <li>Gdb 6.3 (+ patches)
                    460:     <li>Less 444 (+ patches)
                    461:     <li>Awk Aug 10, 2011 version
                    462:     </ul>
                    463:
                    464: </ul>
                    465:
                    466: <a name="install"></a>
                    467: <hr>
                    468: <p>
                    469: <h3><font color="#0000e0">How to install</font></h3>
                    470: <p>
                    471: Following this are the instructions which you would have on a piece of
                    472: paper if you had purchased a CDROM set instead of doing an alternate
                    473: form of install.  The instructions for doing an FTP (or other style
                    474: of) install are very similar; the CDROM instructions are left intact
                    475: so that you can see how much easier it would have been if you had
                    476: purchased a CDROM instead.
                    477: <p>
                    478:
                    479: <hr>
                    480: Please refer to the following files on the three CDROMs or FTP mirror for
                    481: extensive details on how to install OpenBSD 5.3 on your machine:
                    482: <p>
                    483: <ul>
                    484: <li>CD1:5.3/i386/INSTALL.i386
                    485: <p>
                    486: <li>CD2:5.3/amd64/INSTALL.amd64
                    487: <p>
                    488: <li>CD3:5.3/sparc64/INSTALL.sparc64
                    489: <p>
                    490: <li>FTP:.../OpenBSD/5.3/alpha/INSTALL.alpha
                    491: <li>FTP:.../OpenBSD/5.3/armish/INSTALL.armish
                    492: <li>FTP:.../OpenBSD/5.3/hp300/INSTALL.hp300
                    493: <li>FTP:.../OpenBSD/5.3/hppa/INSTALL.hppa
                    494: <li>FTP:.../OpenBSD/5.3/landisk/INSTALL.landisk
                    495: <li>FTP:.../OpenBSD/5.3/loongson/INSTALL.loongson
                    496: <li>FTP:.../OpenBSD/5.3/luna88k/INSTALL.luna88k
                    497: <li>FTP:.../OpenBSD/5.3/macppc/INSTALL.macppc
                    498: <li>FTP:.../OpenBSD/5.3/mvme68k/INSTALL.mvme68k
                    499: <li>FTP:.../OpenBSD/5.3/mvme88k/INSTALL.mvme88k
                    500: <li>FTP:.../OpenBSD/5.3/sgi/INSTALL.sgi
                    501: <li>FTP:.../OpenBSD/5.3/socppc/INSTALL.socppc
                    502: <li>FTP:.../OpenBSD/5.3/sparc/INSTALL.sparc
                    503: <li>FTP:.../OpenBSD/5.3/vax/INSTALL.vax
                    504: <li>FTP:.../OpenBSD/5.3/zaurus/INSTALL.zaurus
                    505: </ul>
                    506: <hr>
                    507:
                    508: <p>
                    509: Quick installer information for people familiar with OpenBSD, and the
                    510: use of the "disklabel -E" command.  If you are at all confused when
                    511: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    512: <p>
                    513:
                    514: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    515: <ul>
                    516: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    517: release is on CD1. If your BIOS does not support booting from CD, you will need
                    518: to create a boot floppy to install from. To create a boot floppy write
                    519: <i>CD1:5.3/i386/floppy53.fs</i> to a floppy and boot via the floppy drive.
                    520:
                    521: <p>
                    522: Use <i>CD1:5.3/i386/floppyB53.fs</i> instead for greater SCSI controller
                    523: support, or <i>CD1:5.3/i386/floppyC53.fs</i> for better laptop support.
                    524:
                    525: <p>
                    526: If you can't boot from a CD or a floppy disk,
                    527: you can install across the network using PXE as described in
                    528: the included INSTALL.i386 document.
                    529:
                    530: <p>
                    531: If you are planning on dual booting OpenBSD with another OS, you will need to
                    532: read INSTALL.i386.
                    533:
                    534: <p>
                    535: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    536: at <i>CD1:5.3/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    537: use the
1.11      sthen     538: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
1.1       sthen     539: utility. The following is an example usage of
1.11      sthen     540: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
1.1       sthen     541: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    542: &quot;rfd0a&quot;.
                    543:
                    544: <ul><pre>
                    545: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    546: </pre></ul>
                    547:
                    548: <p>
                    549: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    550: your install will most likely fail. For more information on creating a boot
                    551: floppy and installing OpenBSD/i386 please refer to
                    552: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    553: </ul>
                    554:
                    555: <p>
                    556: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    557: <ul>
                    558: The 5.3 release of OpenBSD/amd64 is located on CD2.
                    559: Boot from the CD to begin the install - you may need to adjust
                    560: your BIOS options first.
                    561: If you can't boot from the CD, you can create a boot floppy to install from.
                    562: To do this, write <i>CD2:5.3/amd64/floppy53.fs</i> to a floppy, then
                    563: boot from the floppy drive.
                    564:
                    565: <p>
                    566: If you can't boot from a CD or a floppy disk,
                    567: you can install across the network using PXE as described in the included
                    568: INSTALL.amd64 document.
                    569:
                    570: <p>
                    571: If you are planning to dual boot OpenBSD with another OS, you will need to
                    572: read INSTALL.amd64.
                    573: </ul>
                    574:
                    575: <p>
                    576: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    577: <ul>
                    578: Burn the image from the FTP site to a CDROM, and poweron your machine
                    579: while holding down the <i>C</i> key until the display turns on and
                    580: shows <i>OpenBSD/macppc boot</i>.
                    581:
                    582: <p>
                    583: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    584: /5.3/macppc/bsd.rd</i>
                    585: </ul>
                    586:
                    587: <p>
                    588: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    589: <ul>
                    590: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    591:
                    592: <p>
                    593: If this doesn't work, or if you don't have a CDROM drive, you can write
                    594: <i>CD3:5.3/sparc64/floppy53.fs</i> or <i>CD3:5.3/sparc64/floppyB53.fs</i>
                    595: (depending on your machine) to a floppy and boot it with <i>boot
                    596: floppy</i>. Refer to INSTALL.sparc64 for details.
                    597:
                    598: <p>
                    599: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    600: will most likely fail.
                    601:
                    602: <p>
                    603: You can also write <i>CD3:5.3/sparc64/miniroot53.fs</i> to the swap partition on
                    604: the disk and boot with <i>boot disk:b</i>.
                    605:
                    606: <p>
                    607: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    608: </ul>
                    609:
                    610: <p>
                    611: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    612: <ul>
                    613: <p>Write <i>FTP:5.3/alpha/floppy53.fs</i> or
                    614: <i>FTP:5.3/alpha/floppyB53.fs</i> (depending on your machine) to a diskette and
                    615: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    616:
                    617: <p>
                    618: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    619: will most likely fail.
                    620:
                    621: </ul>
                    622:
                    623: <p>
                    624: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    625: <ul>
                    626: <p>
                    627: After connecting a serial port, Thecus can boot directly from the network
                    628: either tftp or http. Configure the network using fconfig, reset,
                    629: then load bsd.rd, see INSTALL.armish for specific details.
                    630: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    631: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    632: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    633: More details are available in INSTALL.armish.
                    634: </ul>
                    635:
                    636: <p>
                    637: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    638: <ul>
                    639: <p>
                    640: Boot over the network by following the instructions in INSTALL.hp300.
                    641: </ul>
                    642:
                    643: <p>
                    644: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    645: <ul>
                    646: <p>
                    647: Boot over the network by following the instructions in INSTALL.hppa or the
                    648: <a href="hppa.html#install">hppa platform page</a>.
                    649: </ul>
                    650:
                    651: <p>
                    652: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    653: <ul>
                    654: <p>
                    655: Write <i>miniroot53.fs</i> to the start of the CF
                    656: or disk, and boot normally.
                    657: </ul>
                    658:
                    659: <p>
                    660: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    661: <ul>
                    662: <p>
                    663: Write <i>miniroot53.fs</i> to a USB stick and boot bsd.rd from it
                    664: or boot bsd.rd via tftp.
                    665: Refer to the instructions in INSTALL.loongson for more details.
                    666: </ul>
                    667: <p>
                    668:
                    669: <p>
                    670: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    671: <ul>
                    672: <p>
                    673: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    674: Alternatively, you can create a bootable tape and boot from it. Refer to
                    675: the instructions in INSTALL.luna88k for more details.
                    676: </ul>
                    677:
                    678: <p>
                    679: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    680: <ul>
                    681: <p>
                    682: You can create a bootable installation tape or boot over the network.<br>
                    683: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    684: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    685: for more details.
                    686: </ul>
                    687:
                    688: <p>
                    689: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    690: <ul>
                    691: <p>
                    692: You can create a bootable installation tape or boot over the network.<br>
                    693: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    694: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    695: for more details.
                    696: </ul>
                    697:
                    698: <p>
                    699: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    700: <ul>
                    701: <p>
                    702: To install on an O2, burn cd53.iso on a CD-R, put it in the CD drive of your
                    703: machine and select <i>Install System Software</i> from the System Maintenance
                    704: menu.
                    705:
                    706: <p>
                    707: On other systems, or if your machine doesn't have a CD drive, you can
                    708: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
                    709: the kernel matching your system type.
                    710: Refer to the instructions in INSTALL.sgi for more details.
                    711: </ul>
                    712:
                    713: <p>
                    714: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    715: <ul>
                    716: <p>
                    717: After connecting a serial port, boot over the network via DHCP/tftp.
                    718: Refer to the instructions in INSTALL.socppc for more details.
                    719: </ul>
                    720:
                    721: <p>
                    722: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    723: <ul>
                    724: Boot from one of the provided install ISO images, using one of the two
                    725: commands listed below, depending on the version of your ROM.
                    726:
                    727: <ul><pre>
                    728: ok <strong>boot cdrom 5.3/sparc/bsd.rd</strong>
                    729: or
                    730: &gt; <strong>b sd(0,6,0)5.3/sparc/bsd.rd</strong>
                    731: </pre></ul>
                    732:
                    733: <p>
                    734: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    735: To do so you need to write <i>floppy53.fs</i> to a floppy.
                    736: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    737: To boot from the floppy use one of the two commands listed below,
                    738: depending on the version of your ROM.
                    739:
                    740: <ul><pre>
                    741: ok <strong>boot floppy</strong>
                    742: or
                    743: &gt; <strong>b fd()</strong>
                    744: </pre></ul>
                    745:
                    746: <p>
                    747: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    748: will most likely fail.
                    749:
                    750: <p>
                    751: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    752: setup a bootable tape, or install via network, as told in the
                    753: INSTALL.sparc file.
                    754: </ul>
                    755:
                    756: <p>
                    757: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    758: <ul>
                    759: Boot over the network via mopbooting as described in INSTALL.vax.
                    760: </ul>
                    761:
                    762: <p>
                    763: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    764: <ul>
                    765: <p>
                    766: Using the Linux built-in graphical ipkg installer, install the
                    767: openbsd53_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    768: for a few important details.
                    769: </ul>
                    770:
                    771: <p>
                    772: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    773: <ul>
                    774: src.tar.gz contains a source archive starting at /usr/src.  This file
                    775: contains everything you need except for the kernel sources, which are
                    776: in a separate archive.  To extract:
                    777: <p>
                    778: <ul><pre>
                    779: # <strong>mkdir -p /usr/src</strong>
                    780: # <strong>cd /usr/src</strong>
                    781: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    782: </pre></ul>
                    783: <p>
                    784: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    785: This file contains all the kernel sources you need to rebuild kernels.
                    786: To extract:
                    787: <p>
                    788: <ul><pre>
                    789: # <strong>mkdir -p /usr/src/sys</strong>
                    790: # <strong>cd /usr/src</strong>
                    791: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    792: </pre></ul>
                    793: <p>
                    794: Both of these trees are a regular CVS checkout.  Using these trees it
                    795: is possible to get a head-start on using the anoncvs servers as
                    796: described <a href="anoncvs.html">here</a>.
                    797: Using these files
                    798: results in a much faster initial CVS update than you could expect from
                    799: a fresh checkout of the full OpenBSD source tree.
                    800: <p>
                    801: </ul>
                    802:
                    803: <a name="upgrade"></a>
                    804: <hr>
                    805: <p>
                    806: <h3><font color="#0000e0">How to upgrade</font></h3>
                    807: <p>
                    808: If you already have an OpenBSD 5.2 system, and do not want to reinstall,
                    809: upgrade instructions and advice can be found in the
                    810: <a href="faq/upgrade53.html">Upgrade Guide</a>.
                    811:
                    812: <a name="ports"></a>
                    813: <hr>
                    814: <p>
                    815: <h3><font color="#0000e0">Ports Tree</font></h3>
                    816: <p>
                    817: A ports tree archive is also provided.  To extract:
                    818: <p>
                    819: <ul><pre>
                    820: # <strong>cd /usr</strong>
                    821: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    822: </pre></ul>
                    823: <p>
                    824: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    825: read the <a href="faq/ports/index.html">ports</a> page
                    826: if you know nothing about ports
                    827: at this point.  This text is not a manual of how to use ports.
                    828: Rather, it is a set of notes meant to kickstart the user on the
                    829: OpenBSD ports system.
                    830: <p>
                    831: The <i>ports/</i> directory represents a CVS (see the manpage for
1.11      sthen     832: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1&amp;arch=i386">
1.1       sthen     833: cvs(1)</a> if
                    834: you aren't familiar with CVS) checkout of our ports.  As with our complete
1.17      rpe       835: source tree, our ports tree is available via
                    836: <a href="anoncvs.html">AnonCVS</a>.
                    837: So, in order to keep current with it, you must make the <i>ports/</i> tree
1.1       sthen     838: available on a read-write medium and update the tree with a command
                    839: like:
                    840: <p>
                    841: <ul><pre>
1.67      rpe       842: # <strong>cd /usr/ports</strong>
                    843: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_3</strong>
1.1       sthen     844: </pre></ul>
                    845: <p>
1.67      rpe       846: [Of course, you must replace the server name here with a nearby anoncvs
1.1       sthen     847: server.]
                    848: <p>
                    849: Note that most ports are available as packages through FTP. Updated
                    850: packages for the 5.3 release will be made available if problems arise.
                    851: <p>
                    852: If you're interested in seeing a port added, would like to help out, or just
                    853: would like to know more, the mailing list
                    854: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    855: <p>
                    856:
                    857: </body>
                    858: </html>