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

Annotation of www/46.html, Revision 1.20

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