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

Annotation of www/46.html, Revision 1.23

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.22      deraadt     4: <title>OpenBSD 4.6</title>
1.1       deraadt     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 4.6">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 2008 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>
                     17: <hr>
                     18:
                     19: <p>
1.5       deraadt    20: <a href="images/PlanetUsers.jpg">
1.22      deraadt    21: <img align="left" width="227" height="343" hspace="24" src="images/PlanetUsers.jpg"></a>
                     22: <h2><font color="#0000e0">OpenBSD 4.6</font></h2>
1.1       deraadt    23: <p>
1.17      deraadt    24: Released Oct 18, 2009<br>
1.1       deraadt    25: Copyright 1997-2009, Theo de Raadt.<br>
1.10      austin     26: <font color="#e00000">ISBN 978-0-9784475-4-0</font>
1.1       deraadt    27: <br>
1.5       deraadt    28: <a href="lyrics.html#46">4.6 Song: "Planet of the Users"</a>
1.1       deraadt    29: <p>
                     30: <ul>
                     31: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     32: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     33:     a list of mirror machines.
                     34: <li>Go to the <font color="#e00000">pub/OpenBSD/4.6/</font> directory on
                     35:     one of the mirror sites.
                     36: <li>Briefly read the rest of this document.
                     37: <li>Have a look at <a href="errata46.html">The 4.6 Errata page</a> for a list
                     38:     of bugs and workarounds.
                     39: <li>See a <a href="plus46.html">detailed log of changes</a> between the
                     40:     4.5 and 4.6 releases.
                     41: </ul>
                     42: <br clear=all>
1.23    ! deraadt    43: <p>
1.22      deraadt    44: All applicable copyrights and credits can be found in the applicable
                     45: file sources found in the files src.tar.gz, sys.tar.gz,
                     46: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
                     47: distribution files used to build packages from the ports.tar.gz file
                     48: are not included on the CDROM because of lack of space.
1.1       deraadt    49: <p>
                     50:
                     51: <a name="new"></a>
                     52: <hr>
                     53: <p>
                     54: <h3><font color="#0000e0">What's New</font></h3>
                     55: <p>
                     56: This is a partial list of new features and systems included in OpenBSD 4.6.
                     57: For a comprehensive list, see the <a href="plus46.html">changelog</a> leading
                     58: to 4.6.
                     59: <p>
                     60:
                     61: <ul>
                     62:
                     63: <li>New/extended platforms:
                     64: <ul>
1.15      miod       65: <li> mvme68k
1.2       deraadt    66:     <ul>
                     67:     <li>Added support for the MVME141 and MVME165 boards.
                     68:     </ul>
1.3       deraadt    69: <li>sparc
                     70:     <ul>
                     71:     <li>The bootblock load address was moved so that larger kernels
                     72:         can be loaded.
                     73:     </ul>
1.2       deraadt    74: <li>sparc64
                     75:     <ul>
                     76:     <li>Added acceleration support for many of the PCI frame buffer
                     77:         drivers, such as Sun PGX, PGX64 and XVR-100, and Tech Source
                     78:         Raptor GFX graphics cards.
                     79:     </ul>
                     80: <li>sgi
                     81:     <ul>
                     82:     <li> Added support for the SGI Octane, SGI Origin 200 and SGI Fuel
                     83:          families of systems.
                     84:     <li> Several bugs in interrupt handling have been fixed, resulting
                     85:         in much snappier system response.
                     86:     </ul>
1.1       deraadt    87: </ul>
                     88: <p>
                     89:
                     90: <li>Improved hardware support, including:
1.2       deraadt    91:     <ul>
                     92:     <li>Several new/improved drivers for sensors, including:
                     93:         <ul>
                     94:         <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&amp;sektion=4">ips(4)</a> driver now has sensor support, complementing the bio support.
                     95:         <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpithinkpad&amp;sektion=4">acpithinkpad(4)</a> driver now has temperature and fan sensor support.
                     96:         <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=endrun&amp;sektion=4">endrun(4)</a> driver for the EndRun Technologies timedelta sensor.
                     97:         <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fins&amp;sektion=4">fins(4)</a> driver now has support for F71806, F71862 and F71882.
                     98:         <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpitz&amp;sektion=4">acpitz(4)</a> driver now shows correct decimals for temperature.
                     99:         </ul>
                    100:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeonfb&amp;sektion=4">radeonfb(4)</a> to sparc64, an accelerated framebuffer for
                    101:         Sun XVR-100 boards.
                    102:     <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sektion=4">re(4)</a> for RTL8103E and RTL8168DP devices.
1.7       deraadt   103:     <li>Added support for BCM5709/BCM5716 devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&amp;sektion=4">bnx(4)</a> driver.
1.2       deraadt   104:     <li>Added support for ICH10 variants of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>.
                    105:     <li>Added support for VIA VX855 chipset in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viapm&amp;sektion=4">viapm(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a> drivers.
                    106:     <li>Added support for Intel SCH IDE to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a>.
                    107:     <li>Added support for the Broadcom HT-1100 chipset in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=piixpm&amp;sektion=4">piixpm(4)</a> driver.
                    108:     <li>Added support for 82574L based devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> driver.
1.11      stsp      109:     <li>A number of network drivers including <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&amp;sektion=4">ix(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;sektion=4">sis(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&amp;sektion=4">msk(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&amp;sektion=4">bnx(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;sektion=4">vr(4)</a> now
1.2       deraadt   110:         use MCLGETI(9) to reduce memory usage and increase performance under load
                    111:         and attack.
                    112:     <li>Added support for VIA CX800 south bridge to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viapm&amp;sektion=4">viapm(4)</a> driver.
                    113:     <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> for the newer 82575 (and maybe 82576) chips.
                    114:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&amp;sektion=4">zyd(4)</a> now supports devices with Airoha AL2230S radios.
                    115:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&amp;sektion=4">zyd(4)</a> now works on big-endian machines
                    116:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtw&amp;sektion=4">urtw(4)</a> now supports RTL8187B based devices.
                    117:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&amp;sektion=4">otus(4)</a> driver for Atheros AR9001U USB 802.11a/b/g/Draft-N
                    118:         wireless devices.
                    119:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=berkwdt&amp;sektion=4">berkwdt(4)</a> driver for Berkshire Products PCI watchdog timers.
                    120:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&amp;sektion=4">udl(4)</a> driver for USB video devices.
                    121:     <li>Support for a variety of newer models in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4">bge(4)</a>.
                    122:     <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsw&amp;sektion=4">vsw(4)</a>, a driver for the virtual network switch on
                    123:         sun4v sparc64s.
                    124:     <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=machfb&amp;sektion=4">machfb(4)</a>, an accelerated driver for the sparc64 PGX/PGX64
                    125:         framebuffers.
                    126:     <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcc&amp;sektion=4">vcc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcctty&amp;sektion=4">vcctty(4)</a> driver for the "Virtual Console Concentrator"
                    127:         found on the control domain of sun4v systems.
                    128:     <li>Implemented 64-bit FIFO modes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&amp;sektion=4">ciss(4)</a> devices.
                    129:     <li>Enable hardware VLAN tagging/stripping on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&amp;sektion=4">ix(4)</a>.
                    130:     <li>Added basic support for Envy24HT chips in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&amp;sektion=4">envy(4)</a> driver.
                    131:     <li>Many improvements and updates to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp(4)</a> driver.
                    132:     <li>Added support for 88E8057-based Yukon 2 Ultra 2-devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&amp;sektion=4">msk(4)</a>.
                    133:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&amp;sektion=4">ips(4)</a> driver now works reliably.
                    134:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raptor&amp;sektion=4">raptor(4)</a>, an accelerated framebuffer driver for the Tech Source
                    135:         Raptor GFX cards on the sparc64 platform.
                    136:     <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=schsio&amp;sektion=4">schsio(4)</a> on i386 and amd64 and added watchdog timer support.
                    137:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpivideo&amp;sektion=4">acpivideo(4)</a> driver for ACPI display switching and brightness control.
                    138:     </ul>
1.1       deraadt   139: <p>
                    140:
                    141: <li>New tools:
1.2       deraadt   142:     <ul>
                    143:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&amp;sektion=8">smtpd(8)</a>, a new privilege-separated SMTP daemon.
                    144:     <li>Imported the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&amp;sektion=1">tmux(1)</a> terminal multiplexer, replacing window(1).
                    145:     </ul>
                    146: <p>
                    147:
                    148: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> improvements:
                    149:     <ul>
                    150:     <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> by default in the rc.conf(8).
                    151:     <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub rules, and only do one kind of packet reassembly.
                    152:       Rulesets with scrub rules need to be modified because of this.
                    153:     <li>Regular rules can now have per-rule scrub options.
                    154:     <li>Added new "match" keyword which only applies rule options but does
                    155:       not change the current pass/block state.
                    156:     <li>Make all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> operations transactional to improve atomicity of reloads.
                    157:     <li>Stricter <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> checking for ICMP and ICMPv6 packets.
                    158:     <li>Various improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a> to lower sync traffic bandwidth and
                    159:       optionally allow active-active firewall setups.
                    160:     <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub max-mss for IPv6 traffic.
                    161:     </ul>
1.1       deraadt   162: <p>
                    163:
1.2       deraadt   164: <li>OpenBGPD, OpenOSPFD and other routing daemon improvements:
                    165:     <ul>
                    166:     <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>, rework most of the RDE to allow multiple RIBs.
                    167:       It is possible to filter per-RIB and attach neighbors to a specific RIB.
                    168:     <li>Added an option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> to change the "connect-retry" timer.
                    169:     <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&amp;sektion=5">bgpd.conf(5)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&amp;sektion=8">bgpctl(8)</a> to contain 32-bit ASN numbers written in
                    170:       ASPLAIN format.
                    171:     <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> to correctly encode MP unreachable NLRI so IPv6 prefixes get
                    172:       removed correctly.
                    173:     <li>Changed the behaviour of "redistribute default" for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&amp;sektion=8">ospfd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&amp;sektion=8">ripd(8)</a>.
                    174:       A default route has to be present in the FIB to be correctly advertised.
                    175:     <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&amp;sektion=8">ospfd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&amp;sektion=8">ripd(8)</a> track reject and blackhole routes and allow
                    176:       them to be redistributed even if pointing to 127.0.0.1.
                    177:     <li>Allow to specify an alternate control socket for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&amp;sektion=8">ospfd(8)</a>.
                    178:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&amp;sektion=8">ospfd(8)</a> can now be bound into an alternate routing domain.
                    179:     <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&amp;sektion=8">ospfd(8)</a> route metric for "redistribute default".
                    180:     <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpctl&amp;sektion=8">ldpctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&amp;sektion=8">ldpd(8)</a>, a label distribution protocol
                    181:       daemon for mpls.
                    182:     <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrp&amp;sektion=8">dvmrp(8)</a> RDE aware of multicast group members per interface.
                    183:     <li>Support for pruning in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrp&amp;sektion=8">dvmrp(8)</a>.
                    184:     </ul>
1.1       deraadt   185: <p>
                    186:
1.2       deraadt   187: <li>Generic Network-Stack improvements:
                    188:     <ul>
                    189:     <li>Support for virtual routing and firewalling with the addition of routing
                    190:       domains.
                    191:     <li>Add code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a> to bind an interface to a routing domain.
                    192:     <li>Add support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&amp;sektion=8">ping(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&amp;sektion=8">traceroute(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&amp;sektion=8">arp(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&amp;sektion=1">telnet(1)</a> to
                    193:       specify which routing domain to use.
                    194:     <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a> to turn off IPv6 completely for an interface and
                    195:       make rtsold(8) turn on inet6 on the interface.
                    196:     <li>Routes track the interface link state.
                    197:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&amp;sektion=8">route(8)</a> flush accepts "-iface" or "-priority" to only flush routes
                    198:       matching these conditions.
                    199:     <li>Multiple dhclients can now coexist without causing mayhem.
                    200:     <li>Make wireless interfaces have an interface priority of 4 by default.
                    201:       Makes them less preferred then wired interfaces.
                    202:     <li>Do not accept IPv4 ICMP redirects by default.
                    203:     <li>Added the MAC address to the log entries in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a>.
1.8       deraadt   204:     <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&amp;sektion=1">systat(1)</a> show interface description names in the interface view, and add new NFS server and client views.
1.2       deraadt   205:     <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&amp;sektion=4">tun(4)</a> emulate link state depending on the open and close of the
                    206:       device fd.
                    207:     <li>Use pf state-table information to speed up decision on whether a packet
                    208:       is to be delivered locally or forwarded.
                    209:     <li>More routing socket checks added to make userland applications more
                    210:       resilient to kernel changes.
                    211:     </ul>
1.1       deraadt   212: <p>
                    213:
                    214: <li>Install/Upgrade process changes:
1.2       deraadt   215:     <ul>
                    216:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a> automatic partition allocator with a variety of
                    217:       smart heuristics.
                    218:     <li>The installer has been nearly rewritten mostly with a focus on
                    219:       simplifying installation.
                    220:     </ul>
1.1       deraadt   221: <p>
                    222:
                    223: <li>OpenSSH 5.3:
1.16      sobrado   224:     <ul>
                    225:     <li>Do not limit home directory paths to 256 characters. (bz #1615)
                    226:     <li>Several minor documentation and correctness fixes.
                    227:     </ul>
1.1       deraadt   228: <p>
                    229:
1.9       deraadt   230: <li>Over 5,800 ports, minor robustness improvements in package tools.
1.1       deraadt   231: <li>Many pre-built packages for each architecture:
                    232:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    233:     <tr>
                    234:     <td valign="top" width="25%">
                    235:     <ul>
1.2       deraadt   236:     <li>i386:       5606
                    237:     <li>sparc64:    5413
                    238:     <li>alpha:      5346
1.1       deraadt   239: </ul></td><td valign=top width="25%"><ul>
1.17      deraadt   240:     <li>sh:         1261
1.2       deraadt   241:     <li>amd64:      5544
                    242:     <li>powerpc:    5427
1.1       deraadt   243: </ul></td><td valign=top width="25%"><ul>
1.2       deraadt   244:     <li>sparc:      3711
1.17      deraadt   245:     <li>arm:        5291
1.2       deraadt   246:     <li>hppa:       4790
1.1       deraadt   247: </ul></td><td valign=top width="25%"><ul>
1.2       deraadt   248:     <li>vax:        1785
                    249:     <li>mips64:     3443
1.1       deraadt   250: </ul></td></tr></table>
                    251: Some highlights:
1.2       deraadt   252:     <ul>
1.12      landry    253:     <li>Gnome 2.24.3.
                    254:     <li>KDE 3.5.10.
                    255:     <li>Xfce 4.6.1.
                    256:     <li>MySQL 5.0.83.
                    257:     <li>PostgreSQL 8.3.7.
                    258:     <li>Postfix 2.6.2.
                    259:     <li>OpenLDAP 2.3.43.
                    260:     <li>Mozilla Firefox 3.0.11 and 3.5.
1.13      landry    261:     <li>Mozilla Thunderbird 2.0.0.22.
1.12      landry    262:     <li>OpenOffice.org 3.1.0.
                    263:     <li>Emacs 21.4 and 22.3
                    264:     <li>Vim 7.2.190.
                    265:     <li>PHP 5.2.10.
                    266:     <li>Python 2.4.6, 2.5.4 and 2.6.2.
                    267:     <li>Ruby 1.8.6.369.
1.2       deraadt   268:     </ul>
1.1       deraadt   269: <p>
                    270:
                    271: <li>As usual, steady improvements in manual pages and other documentation.
                    272: <p>
                    273:
                    274: <li>The system includes the following major components from outside suppliers:
1.2       deraadt   275:     <ul>
1.9       deraadt   276:     <li>Xenocara (based on X.Org 7.4 + patches, freetype 2.3.9,
                    277:         fontconfig 2.6.0, Mesa 7.4.2, xterm 243 and more)
1.2       deraadt   278:     <li>Gcc 2.95.3 (+ patches) and 3.3.5 (+ patches)
                    279:     <li>Perl 5.10.0 (+ patches)
                    280:     <li>Our improved and secured version of Apache 1.3, with SSL/TLS
                    281:         and DSO support
                    282:     <li>OpenSSL 0.9.8k (+ patches)
                    283:     <li>Groff 1.15
                    284:     <li>Sendmail 8.14.3, with libmilter
                    285:     <li>Bind 9.4.2-P2 (+ patches)
                    286:     <li>Lynx 2.8.6rel.5 with HTTPS and IPv6 support (+ patches)
                    287:     <li>Sudo 1.7.2
                    288:     <li>Ncurses 5.2
                    289:     <li>Latest KAME IPv6
                    290:     <li>Heimdal 0.7.2 (+ patches)
                    291:     <li>Arla 0.35.7
                    292:     <li>Binutils 2.15 (+ patches)
                    293:     <li>Gdb 6.3 (+ patches)
                    294:     </ul>
1.1       deraadt   295: <p>
                    296:
                    297: </ul>
                    298:
                    299: <a name="install"></a>
                    300: <hr>
                    301: <p>
                    302: <h3><font color="#0000e0">How to install</font></h3>
                    303: <p>
                    304: Following this are the instructions which you would have on a piece of
                    305: paper if you had purchased a CDROM set instead of doing an alternate
                    306: form of install.  The instructions for doing an FTP (or other style
                    307: of) install are very similar; the CDROM instructions are left intact
                    308: so that you can see how much easier it would have been if you had
                    309: purchased a CDROM instead.
                    310: <p>
                    311:
                    312: <hr>
                    313: Please refer to the following files on the three CDROMs or FTP mirror for
                    314: extensive details on how to install OpenBSD 4.6 on your machine:
                    315: <p>
                    316: <ul>
                    317: <li>CD1:4.6/i386/INSTALL.i386
                    318: <p>
                    319: <li>CD2:4.6/amd64/INSTALL.amd64
                    320: <li>CD2:4.6/macppc/INSTALL.macppc
                    321: <p>
                    322: <li>CD3:4.6/sparc64/INSTALL.sparc64
                    323: <p>
                    324: <li>FTP:.../OpenBSD/4.6/alpha/INSTALL.alpha
                    325: <li>FTP:.../OpenBSD/4.6/armish/INSTALL.armish
                    326: <li>FTP:.../OpenBSD/4.6/hp300/INSTALL.hp300
                    327: <li>FTP:.../OpenBSD/4.6/hppa/INSTALL.hppa
                    328: <li>FTP:.../OpenBSD/4.6/landisk/INSTALL.landisk
                    329: <li>FTP:.../OpenBSD/4.6/mac68k/INSTALL.mac68k
                    330: <li>FTP:.../OpenBSD/4.6/mvme68k/INSTALL.mvme68k
                    331: <li>FTP:.../OpenBSD/4.6/mvme88k/INSTALL.mvme88k
                    332: <li>FTP:.../OpenBSD/4.6/sgi/INSTALL.sgi
                    333: <li>FTP:.../OpenBSD/4.6/socppc/INSTALL.socppc
                    334: <li>FTP:.../OpenBSD/4.6/sparc/INSTALL.sparc
                    335: <li>FTP:.../OpenBSD/4.6/vax/INSTALL.vax
                    336: <li>FTP:.../OpenBSD/4.6/zaurus/INSTALL.zaurus
                    337: </ul>
                    338: <hr>
                    339:
                    340: <p>
                    341: Quick installer information for people familiar with OpenBSD, and the
                    342: use of the "disklabel -E" command.  If you are at all confused when
                    343: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    344: <p>
                    345:
                    346: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    347: <ul>
                    348: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    349: release is on CD1. If your BIOS does not support booting from CD, you will need
                    350: to create a boot floppy to install from. To create a boot floppy write
                    351: <i>CD1:4.6/i386/floppy46.fs</i> to a floppy and boot via the floppy drive.
                    352:
                    353: <p>
                    354: Use <i>CD1:4.6/i386/floppyB46.fs</i> instead for greater SCSI controller
                    355: support, or <i>CD1:4.6/i386/floppyC46.fs</i> for better laptop support.
                    356:
                    357: <p>
                    358: If you can't boot from a CD or a floppy disk,
                    359: you can install across the network using PXE as described in
                    360: the included INSTALL.i386 document.
                    361:
                    362: <p>
                    363: If you are planning on dual booting OpenBSD with another OS, you will need to
                    364: read INSTALL.i386.
                    365:
                    366: <p>
                    367: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    368: at <i>CD1:4.6/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    369: use the
                    370: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    371: utility. The following is an example usage of
                    372: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    373: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    374: &quot;rfd0a&quot;.
                    375:
                    376: <ul><pre>
                    377: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    378: </pre></ul>
                    379:
                    380: <p>
                    381: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    382: your install will most likely fail. For more information on creating a boot
                    383: floppy and installing OpenBSD/i386 please refer to
1.18      lum       384: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
1.1       deraadt   385: </ul>
                    386:
                    387: <p>
                    388: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    389: <ul>
                    390: The 4.6 release of OpenBSD/amd64 is located on CD2.
                    391: Boot from the CD to begin the install - you may need to adjust
                    392: your BIOS options first.
                    393: If you can't boot from the CD, you can create a boot floppy to install from.
                    394: To do this, write <i>CD2:4.6/amd64/floppy46.fs</i> to a floppy, then
                    395: boot from the floppy drive.
                    396:
                    397: <p>
                    398: If you can't boot from a CD or a floppy disk,
                    399: you can install across the network using PXE as described in the included
                    400: INSTALL.amd64 document.
                    401:
                    402: <p>
                    403: If you are planning to dual boot OpenBSD with another OS, you will need to
                    404: read INSTALL.amd64.
                    405: </ul>
                    406:
                    407: <p>
                    408: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    409: <ul>
                    410: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    411: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    412:
                    413: <p>
                    414: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    415: /4.6/macppc/bsd.rd</i>
                    416: </ul>
                    417:
                    418: <p>
                    419: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    420: <ul>
                    421: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    422:
                    423: <p>
                    424: If this doesn't work, or if you don't have a CDROM drive, you can write
                    425: <i>CD3:4.6/sparc64/floppy46.fs</i> or <i>CD3:4.6/sparc64/floppyB46.fs</i>
                    426: (depending on your machine) to a floppy and boot it with <i>boot
                    427: floppy</i>. Refer to INSTALL.sparc64 for details.
                    428:
                    429: <p>
                    430: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    431: will most likely fail.
                    432:
                    433: <p>
                    434: You can also write <i>CD3:4.6/sparc64/miniroot46.fs</i> to the swap partition on
                    435: the disk and boot with <i>boot disk:b</i>.
                    436:
                    437: <p>
                    438: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    439: </ul>
                    440:
                    441: <p>
                    442: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    443: <ul>
                    444: <p>Write <i>FTP:4.6/alpha/floppy46.fs</i> or
                    445: <i>FTP:4.6/alpha/floppyB46.fs</i> (depending on your machine) to a diskette and
                    446: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    447:
                    448: <p>
                    449: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    450: will most likely fail.
                    451:
                    452: </ul>
                    453:
                    454: <p>
                    455: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    456: <ul>
                    457: <p>
                    458: After connecting a serial port, Thecus can boot directly from the network
                    459: either tftp or http. Configure the network using fconfig, reset,
                    460: then load bsd.rd, see INSTALL.armish for specific details.
                    461: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    462: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    463: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    464: More details are available in INSTALL.armish.
                    465: </ul>
                    466:
                    467: <p>
                    468: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    469: <ul>
                    470: <p>
                    471: Boot over the network by following the instructions in INSTALL.hp300.
                    472: </ul>
                    473:
                    474: <p>
                    475: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    476: <ul>
                    477: <p>
                    478: Boot over the network by following the instructions in INSTALL.hppa or the
                    479: <a href="hppa.html#install">hppa platform page</a>.
                    480: </ul>
                    481:
                    482: <p>
                    483: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    484: <ul>
                    485: <p>
                    486: Write <i>miniroot46.fs</i> to the start of the CF
                    487: or disk, and boot normally.
                    488: </ul>
                    489:
                    490: <p>
                    491: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    492: <ul>
                    493: <p>
                    494: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
                    495: <i>FTP:4.6/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
                    496: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    497: Refer to the instructions in INSTALL.mac68k for more details.
                    498: </ul>
                    499:
                    500: <p>
                    501: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    502: <ul>
                    503: <p>
                    504: You can create a bootable installation tape or boot over the network.<br>
                    505: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    506: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    507: for more details.
                    508: </ul>
                    509:
                    510: <p>
                    511: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    512: <ul>
                    513: <p>
                    514: You can create a bootable installation tape or boot over the network.<br>
                    515: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    516: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    517: for more details.
                    518: </ul>
                    519:
                    520: <p>
                    521: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    522: <ul>
                    523: Boot from one of the provided install ISO images, using one of the two
                    524: commands listed below, depending on the version of your ROM.
                    525:
                    526: <ul><pre>
                    527: ok <strong>boot cdrom 4.6/sparc/bsd.rd</strong>
                    528: or
                    529: &gt; <strong>b sd(0,6,0)4.6/sparc/bsd.rd</strong>
                    530: </pre></ul>
                    531:
                    532: <p>
                    533: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    534: To do so you need to write <i>floppy46.fs</i> to a floppy.
1.20      lum       535: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
1.1       deraadt   536: To boot from the floppy use one of the two commands listed below,
                    537: depending on the version of your ROM.
                    538:
                    539: <ul><pre>
                    540: ok <strong>boot floppy</strong>
                    541: or
                    542: &gt; <strong>b fd()</strong>
                    543: </pre></ul>
                    544:
                    545: <p>
                    546: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    547: will most likely fail.
                    548:
                    549: <p>
                    550: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    551: setup a bootable tape, or install via network, as told in the
                    552: INSTALL.sparc file.
                    553: </ul>
                    554:
                    555: <p>
                    556: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    557: <ul>
                    558: <p>
                    559: Burn cd46.iso on a CD-R, put it in the CD drive of your machine and
                    560: select <i>Install System Software</i> from the System Maintenance menu.
                    561:
                    562: <p>
                    563: If your machine doesn't have a CD drive, you can
                    564: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    565: Refer to the instructions in INSTALL.sgi for more details.
                    566: </ul>
                    567:
                    568: <p>
                    569: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    570: <ul>
                    571: <p>
                    572: After connecting a serial port, boot over the network via DHCP/tftp.
                    573: Refer to the instructions in INSTALL.socppc for more details.
                    574: </ul>
                    575:
                    576: <p>
                    577: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    578: <ul>
                    579: Boot over the network via mopbooting as described in INSTALL.vax.
                    580: </ul>
                    581:
                    582: <p>
                    583: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    584: <ul>
                    585: <p>
                    586: Using the Linux built-in graphical ipkg installer, install the
                    587: openbsd46_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    588: for a few important details.
                    589: </ul>
                    590:
                    591: <p>
                    592: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    593: <ul>
                    594: src.tar.gz contains a source archive starting at /usr/src.  This file
                    595: contains everything you need except for the kernel sources, which are
                    596: in a separate archive.  To extract:
                    597: <p>
                    598: <ul><pre>
                    599: # <strong>mkdir -p /usr/src</strong>
                    600: # <strong>cd /usr/src</strong>
                    601: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    602: </pre></ul>
                    603: <p>
                    604: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    605: This file contains all the kernel sources you need to rebuild kernels.
                    606: To extract:
                    607: <p>
                    608: <ul><pre>
                    609: # <strong>mkdir -p /usr/src/sys</strong>
                    610: # <strong>cd /usr/src</strong>
                    611: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    612: </pre></ul>
                    613: <p>
                    614: Both of these trees are a regular CVS checkout.  Using these trees it
                    615: is possible to get a head-start on using the anoncvs servers as
                    616: described <a href="anoncvs.html">here</a>.
                    617: Using these files
                    618: results in a much faster initial CVS update than you could expect from
                    619: a fresh checkout of the full OpenBSD source tree.
                    620: <p>
                    621: </ul>
                    622:
                    623: <a name="upgrade"></a>
                    624: <hr>
                    625: <p>
                    626: <h3><font color="#0000e0">How to upgrade</font></h3>
                    627: <p>
                    628: If you already have an OpenBSD 4.5 system, and do not want to reinstall,
                    629: upgrade instructions and advice can be found in the
                    630: <a href="faq/upgrade46.html">Upgrade Guide</a>.
                    631:
                    632: <a name="ports"></a>
                    633: <hr>
                    634: <p>
                    635: <h3><font color="#0000e0">Ports Tree</font></h3>
                    636: <p>
                    637: A ports tree archive is also provided.  To extract:
                    638: <p>
                    639: <ul><pre>
                    640: # <strong>cd /usr</strong>
                    641: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    642: # <strong>cd ports</strong>
                    643: </pre></ul>
                    644: <p>
                    645: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.19      jasper    646: read the <a href="faq/faq15.html">ports</a> page
1.1       deraadt   647: if you know nothing about ports
                    648: at this point.  This text is not a manual of how to use ports.
                    649: Rather, it is a set of notes meant to kickstart the user on the
                    650: OpenBSD ports system.
                    651: <p>
                    652: The <i>ports/</i> directory represents a CVS (see the manpage for
                    653: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386">
                    654: cvs(1)</a> if
                    655: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    656: source tree, our ports tree is available via anoncvs.  So, in
                    657: order to keep current with it, you must make the <i>ports/</i> tree
                    658: available on a read-write medium and update the tree with a command
                    659: like:
                    660: <p>
                    661: <ul><pre>
1.6       miod      662: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_6</strong>
1.1       deraadt   663: </pre></ul>
                    664: <p>
                    665: [Of course, you must replace the local directory and server name here
                    666: with the location of your ports collection and a nearby anoncvs
                    667: server.]
                    668: <p>
                    669: Note that most ports are available as packages through FTP. Updated
                    670: packages for the 4.6 release will be made available if problems arise.
                    671: <p>
                    672: If you're interested in seeing a port added, would like to help out, or just
                    673: would like to know more, the mailing list ports@openbsd.org is a good
                    674: place to know.
                    675: <p>
                    676:
                    677: </body>
                    678: </html>