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

Annotation of www/53.html, Revision 1.81

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