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

Annotation of www/47.html, Revision 1.69

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.68      deraadt     4: <title>OpenBSD 4.7</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.7">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
1.17      jasper     10: <meta name="copyright" content="This document copyright 2010 by OpenBSD.">
1.1       deraadt    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.33      deraadt    20: <a href="images/Superfish.jpg">
1.68      deraadt    21: <img align="left" width="227" height="343" hspace="24" src="images/Superfish.jpg"></a>
                     22: <h2><font color="#0000e0">OpenBSD 4.7</font></h2>
1.1       deraadt    23: <p>
                     24: Released May 19, 2010<br>
                     25: Copyright 1997-2010, Theo de Raadt.<br>
                     26: <font color="#e00000">ISBN 978-0-9784475-5-7</font>
                     27: <br>
1.45      deraadt    28: <a href="lyrics.html#47">4.7 Song: "I'm still here"</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.7/</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="errata47.html">The 4.7 Errata page</a> for a list
                     38:     of bugs and workarounds.
                     39: <li>See a <a href="plus47.html">detailed log of changes</a> between the
                     40:     4.6 and 4.7 releases.
                     41: </ul>
                     42: <br clear=all>
1.69    ! deraadt    43: <p>
1.68      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.7.
                     57: For a comprehensive list, see the <a href="plus47.html">changelog</a> leading
                     58: to 4.7.
                     59: <p>
                     60:
                     61: <ul>
                     62:
                     63: <li>New/extended platforms:
                     64:     <ul>
1.7       kettenis   65:     <li><a href="alpha.html">OpenBSD/alpha</a>
                     66:        <ul>
                     67:        <li>Added support for the DS15/DS25/ES45.
                     68:        </ul>
                     69:     <li><a href="loongson.html">OpenBSD/loongson</a><br>
                     70:        New platform for systems based on the Loongson 2E and 2F
                     71:        MIPS-compatible processors.  Supported machines include:
                     72:        <ul>
                     73:        <li>Lemote Fuloong 2F mini-PC
                     74:        <li>Lemote Lynloong all-in-one-PC
                     75:        <li>Lemote Yeeloong netbook (8.9" and 10.1" models)
                     76:        <li>EMTEC Gdium Liberty 1000 netbook
                     77:        </ul>
                     78:     <li><a href="sgi.html">OpenBSD/sgi</a>
                     79:        <ul>
1.29      miod       80:        <li>Added support for multi-node SGI Origin systems, in M mode.
                     81:        <li>Added support for the SGI Origin 350, Onyx 350, Onyx 4 and Tezro
                     82:            systems.
                     83:        <li>Added SMP support on the SGI Octane.
                     84:        <li>Support for many more onboard devices on Octane and Origin
                     85:            systems. (see below)
1.7       kettenis   86:        </ul>
                     87:     <li><a href="socppc.html">OpenBSD/socppc</a>
                     88:        <ul>
                     89:        <li>Added support for the RouterBOARD RB600A.
                     90:        </ul>
1.30      kettenis   91:     <li><a href="sparc64.html">OpenBSD/sparc64</a>
                     92:        <ul>
                     93:        <li>Preliminary support for running OpenBSD in a guest domain
                     94:            on top of an OpenBSD control domain on sun4v machines.
                     95:        </ul>
1.1       deraadt    96:     </ul>
                     97: <p>
                     98:
                     99: <li>Improved hardware support, including:
                    100:     <ul>
1.12      matthieu  101:     <li>Revamped SCSI midlayer and improved driver support.
1.32      miod      102:     <li>UDF 2.5 and 2.6 (HDDVD and Blu-ray) disks support.
1.13      matthieu  103:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a>,
                    104:       a driver that steals paths to scsi devices if they could be
                    105:       available via multiple paths and then made available
1.32      miod      106:     via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a>.
1.13      matthieu  107:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aibs&sektion=4&format=html">aibs(4)</a>
1.32      miod      108:       driver for ASUSTeK AI Booster hardware monitoring.
1.16      matthieu  109:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&amp;sektion=4">uthum(4)</a>
1.32      miod      110:       driver for the TEMPerHUM USB temperature and humidity sensors.
1.20      jsg       111:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utrh&amp;sektion=4">utrh(4)</a>
                    112:       driver for USBRH temperature and humidity sensors.
1.12      matthieu  113:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyurex&amp;sektion=4">uyurex(4)</a>
1.32      miod      114:       driver for the Maywa-denki & KAYAC YUREX twitch/jiggle of knee sensor.
1.12      matthieu  115:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urndis&amp;sektion=4">urndis(4)</a>
1.32      miod      116:       driver for remote NDIS Ethernet over USB devices (phones).
1.50      sobrado   117:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsudl&amp;sektion=4">xf86-video-wsudl(4)</a>
1.32      miod      118:        Xorg driver for USB DisplayLink devices supported by
1.12      matthieu  119:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&amp;sektion=4">udl(4)</a>.
1.20      jsg       120:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&amp;sektion=4">mpii(4)</a>
                    121:       driver for LSI Logic Fusion MPT Message Passing Interface II based SAS 2 controllers.
                    122:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&amp;sektion=4">athn(4)</a>
                    123:       driver for Atheros IEEE 802.11a/g/n wireless network devices.
                    124:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alc&amp;sektion=4">alc(4)</a>
                    125:       driver for Atheros AR8131/AR8132 10/100/Gigabit Ethernet devices.
                    126:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lisa&amp;sektion=4">lisa(4)</a>
                    127:       driver for STMicroelectronics LIS331DL MEMS motion sensors.
                    128:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcu&amp;sektion=4">gcu(4)</a>
                    129:       driver for Intel EP80579 Global Configuration Unit.
1.30      kettenis  130:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lom&amp;sektion=4&amp;arch=sparc64">lom(4)</a>
                    131:       driver for LOMLite and LOMLite2 as found on many of Sun's UltraSPARC-IIi
                    132:       servers.
                    133:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsw&amp;sektion=4&amp;arch=sparc64">vsw(4)</a>
                    134:       driver for virtual switches on sun4v machines.
                    135:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vds&amp;sektion=4&amp;arch=sparc64">vds(4)</a>
                    136:       driver for virtual disk servers on sun4v machines.
1.20      jsg       137:     <li>Support for EP80579 integrated Ethernet and ICH9 M V has been added to
1.30      kettenis  138:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>.
1.20      jsg       139:     <li>Support for 82599 and SFP+ 82598 devices has been added to
1.30      kettenis  140:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&amp;sektion=4">ix(4)</a>.
                    141:     <li>Support for the Sun GigabitEthernet SBus Adapter 1.0/1.1 has been added
                    142:         to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti(4)</a>.
                    143:     <li>Support for SBus variants of the QLogic Fibre Channel host adapters has
                    144:         been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp(4)</a>.
1.32      miod      145:     <li>Support for SBus variants of the Sun Gigabit Ethernet has
                    146:         been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4">gem(4)</a>.
1.55      damien    147:     <li>Support for Intel WiFi Link 1000 and Intel Centrino Advanced-N 6200/Ultimate-N 6300
1.36      damien    148:         has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a>.
                    149:     <li>Support for Ralink RT3572 based 802.11n devices
                    150:         has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&amp;sektion=4">run(4)</a>.
1.57      ratchov   151:     <li>VIA Tremor 5.1, M-Audio Revolution 5.1 cards
1.37      damien    152:         has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&amp;sektion=4">envy(4)</a>.
1.32      miod      153:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&amp;sektion=4">uhts(4)</a>
1.46      deraadt   154:        driver for USB HID touchscreens.
1.13      matthieu  155:     <li>Improved touchscreen support in
1.50      sobrado   156:         the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ws&amp;sektion=4">xf86-input-ws(4)</a>
1.13      matthieu  157:         Xorg driver and improved calibration using the new device
                    158:         properties from Xinput.
1.32      miod      159:     <li>Support for ON CAT6095 and ON CAT34TS02 temperature sensors added to
                    160:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&amp;sektion=4">sdtemp(4)</a>.
1.43      jsg       161:     <li>Several improvements and bug fixes to existing Ethernet
1.13      matthieu  162:       drivers, including
1.32      miod      163:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>,
                    164:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sektion=4">re(4)</a>,
                    165:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti(4)</a>
1.13      matthieu  166:       and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&amp;sektion=4">vge(4)</a>.
1.29      miod      167:     <li>Support for the <i>PIC</i> PCI-X controller added to the SGI
                    168:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xbridge&amp;sektion=4&amp;arch=sgi">xbridge(4)</a> driver.
                    169:     <li>Support for the onboard Fast Ethernet interface found on SGI Octane and
                    170:        many SGI Origin family systems,
                    171:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iec&amp;sektion=4&amp;arch=sgi">iec(4)</a>.
                    172:     <li>Support for more SGI input and video devices on Octane and Origin systems, with
                    173:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iockbc&amp;sektion=4&amp;arch=sgi">iockbc(4)</a>,
                    174:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=impact&amp;sektion=4&amp;arch=sgi">impact(4)</a>,
                    175:       and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=odyssey&amp;sektion=4&amp;arch=sgi">odyssey(4)</a>.
1.35      otto      176:     <li>Improved PCI resource allocation; more hardware left unconfigured by
                    177:       the machine's firmware (including hotplugged hardware) should work now.
1.47      jakemsr   178:     <li>Support for recording/full-duplex added to
                    179:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&amp;sektion=4&amp;arch=sgi">mavb(4)</a>.
                    180:     <li>Improved support for USB audio devices in
                    181:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio(4)</a>.
1.54      krw       182:     <li>Improved support for
                    183:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&amp;sektion=4">bwi(4)</a> devices on strict-alignment architectures like armish.
1.61      deraadt   184:       <li>Eliminate usage of SCSI tagged queueing mechanisms other than simple queuing, thus avoiding incorrect implementations on various disk devices.
                    185:       <li>Eliminate spurious <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=">dhclient(8)</a> error messages when the specified interface does not exist.
                    186:       <li>Eliminate spurious <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=">softraid(4)</a> error messages for removable devices without media.
1.1       deraadt   187:     </ul>
                    188: <p>
                    189:
                    190: <li>New tools:
                    191:     <ul>
1.9       otto      192:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs_ext2fs&amp;sektion=8">newfs_ext2fs(8)</a> for creating ext2 filesystems.
1.27      sobrado   193:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkuboot&amp;sektion=8">mkuboot(8)</a> for creating U-Boot boot loader images.
1.57      ratchov   194:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midicat&amp;sektion=1">midicat(1)</a> MIDI server allowing MIDI programs to communicate
1.59      sthen     195:     <li>POSIX-compliant <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuser&amp;sektion=1">fuser(1)</a> to identify process IDs holding a file open
1.1       deraadt   196:     </ul>
                    197: <p>
                    198:
1.43      jsg       199: <li>Filesystem midlayer improvements:
1.2       beck      200:     <ul>
                    201:     <li> Dynamic Buffer Cache now supported to a max size set with sysctl <tt>kern.bufcachepercent</tt>
                    202:     <li> Dynamic VFS name cache rewrite, now uses Red/Black trees instead of linked lists.
1.32      miod      203:     <li> Numerous NFS client stability fixes.
1.54      krw       204:     <li> Fix FAT32 mounting.
                    205:     <li> Fix cd9660 directory handling to eliminate looping and random
                    206:         truncation of directory entries.
                    207:     <li> Fix various internal locking problems with cd9660, udf, msdosfs and ffs file systems.
1.2       beck      208:     </ul>
                    209: <p>
                    210:
1.1       deraadt   211: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> improvements:
                    212:     <ul>
1.34      claudio   213:     <li>nat-to, rdr-to, binat-to options replace the nat, rdr and binat
                    214:     translation rules. See
1.63      nick      215:     <a href="http://www.openbsd.org/faq/upgrade47.html#newPFnat">
                    216:     pf(4) address translation changes</a> for more info.
1.34      claudio   217:     <li>The route-to, reply-to, dup-to and fastroute options in pf.conf move to
1.63      nick      218:     filteropts. See <a href="http://www.openbsd.org/faq/upgrade47.html#newPFrouteto">
                    219:     pf(4) route-to/reply-to syntax change</a> for more info.
1.34      claudio   220:     <li>pf(4) can now <i>translate</i> packets between different routing
                    221:     domains.
1.42      claudio   222:     <li>Added -S and -L options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> to store and load pf state table from a file.
                    223:     <li>Added support for IPV4 and IPv6 divert sockets.
1.1       deraadt   224:     </ul>
                    225: <p>
                    226:
                    227: <li>OpenBGPD, OpenOSPFD and other routing daemon improvements:
                    228:     <ul>
1.42      claudio   229:     <li>Update capability code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> to follow RFC 5492.
1.34      claudio   230:     <li>BGP MPLS VPN (RFC 4364) support added to the bgpd RIB.
1.42      claudio   231:     <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, implement the RFC4486 BGP Cease Notification Message subcodes.
1.34      claudio   232:     <li>It is now possible to enable/disable specific BGP capabilities.
1.42      claudio   233:     <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a> irrfilter to support IPv6 and 4-byte AS numbers.
1.41      claudio   234:     <li>Minimal router-dead-time of 1 second and sub-second hello intervals
1.42      claudio   235:     added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&amp;sektion=8">ospfd(8)</a>.
1.49      stsp      236:     Additionally it is now possible to specify sub-second SPF timers for faster
1.41      claudio   237:     route fail-over.
1.39      stsp      238:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&amp;sektion=8">ospf6d(8)</a> is now installed by default.
                    239:     The RIB can be synced with the kernel routing table now.
                    240:     Support for AS-ext LSA has been added.
                    241:     This is still work-in-progress but testing is highly appreciated.
1.34      claudio   242:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&amp;sektion=8">ldpd</a> -- the MPLS label distribution protocol daemon -- is now installed by default. A custom kernel with option MPLS is needed to use it.
1.1       deraadt   243:     </ul>
                    244: <p>
                    245:
1.43      jsg       246: <li>Generic network stack improvements:
1.1       deraadt   247:     <ul>
1.34      claudio   248:     <li>brconfig is now integrated into
                    249:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>
1.43      jsg       250:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vether&sektion=4&format=html">vether(4)</a>, a virtual Ethernet device.
1.49      stsp      251:     <li>Two bugs in IPsec/HMAC-SHA2 were fixed, resulting in an incompatibility
1.34      claudio   252:     with the HMAC-SHA-256/384/512 hash algorithms with previous versions of
                    253:     OpenBSD and other IPsec implementations sharing the bugs.
1.42      claudio   254:     <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>, echo back the Relay Agent Information option if present, and add support for the ipsec-tunnel hardware type.
                    255:     <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&sektion=8&format=html">dhcrelay(8)</a> pick up the routing domain from the specified interface and use that rdomain for relaying the packets to the server.
                    256:     <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&sektion=8&format=html">dhcrelay(8)</a> for RFC3046 "DHCP-over-ipsec".
                    257:     <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> BGP OPEN capability parser RFC 5492 compliant.
1.52      jmc       258:     <li>Added an exec command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a> to run a process and its children in a specified routing domain.
1.54      krw       259:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a> now deals with more than 64 alias addresses.
1.61      deraadt   260:     <li>Various fixes to mbuf defragmenting and mbuf chain copying improve reliability.
1.1       deraadt   261:     </ul>
                    262: <p>
                    263:
1.9       otto      264: <li>Assorted improvements:
                    265:     <ul>
1.48      jmc       266:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(3)</a>
1.9       otto      267:      now has an <tt>S</tt> flag to turn on the options that help debugging
                    268:      and improve security.
1.61      deraadt   269:     <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&amp;sektion=3">terminfo(3)</a>
1.9       otto      270:      database and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncurses&amp;sektion=3">ncurses(3)</a>
                    271:      library.
1.61      deraadt   272:     <li>Added support for lazy binding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&amp;sektion=1">ld.so(1)</a>
1.16      matthieu  273:       on hppa.
1.61      deraadt   274:     <li>Added POSIX silent check option (<tt>-C</tt>) to
1.32      miod      275: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&amp;sektion=1">sort(1)</a>.
1.61      deraadt   276:     <li>Added POSIX extended regular expression support to
1.32      miod      277: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&amp;sektion=1">sed(1)</a> (<tt>-E</tt> option).
1.61      deraadt   278:     <li>Added GNU-compatible macro prefix option (<tt>-P</tt>) to
1.32      miod      279: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&amp;sektion=1">m4(1)</a>.
1.42      claudio   280:     <li>Make it possible to specify a port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5&format=html">resolv.conf(5)</a>.
1.61      deraadt   281:     <li>Improved FILE locking support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stdio&amp;sektion=3">stdio(3)</a>.
                    282:     <li>Added SO_SNDTIMEO and SO_RCVTIMEO support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&amp;sektion=3">pthreads(3)</a>.
1.54      krw       283:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&amp;sektion=1">cdio(1)</a> no longer prints bogus information if no TOC is found on the disk.
1.61      deraadt   284:     <li>New -v flag causes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&amp;sektion=1">cdio(1)</a> to print profile and feature information.
1.54      krw       285:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&amp;sektion=1">whois(1)</a> no longer attempts to keep the memory of 6Bone alive.
1.61      deraadt   286:     <li>Added per-application MIDI-controlled volume knob to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&amp;sektion=1">aucat(1)</a>
                    287:     <li>Added MMC and MTC support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&amp;sektion=1">aucat(1)</a> making possible MIDI-to-audio synchronization
                    288:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mio_open&amp;sektion=3">mio_open(3)</a> interface to access hardware and software MIDI ports
1.54      krw       289:     <li>Many memory leaks found by parfait and eliminated.
                    290:     <li>Make handling of floppy disk disklabels more reliable by properly
                    291:        initializing starting label.
1.61      deraadt   292:     </ul>
1.9       otto      293: <p>
                    294:
1.1       deraadt   295: <li>Install/Upgrade process changes:
                    296:     <ul>
1.61      deraadt   297:     <li>Take more care to ensure all filesystems are umount'ed when
1.53      krw       298:        restarting an install or upgrade.
1.61      deraadt   299:     <li>If no possible root disk is found, keep checking until one
1.53      krw       300:        appears.
1.61      deraadt   301:     <li>The default ftp directory for -stable is now the release directory
1.53      krw       302:        instead of the snapshot directory.
1.61      deraadt   303:     <li>Selection of TZ during installs is no longer confused by
1.53      krw       304:        trailing slashes.
1.61      deraadt   305:     <li>If /etc/X11 is found during upgrades, add the X sets to the
1.53      krw       306:        list of default sets to install.
1.1       deraadt   307:     </ul>
                    308: <p>
                    309:
1.44      djm       310: <li>OpenSSH 5.5:
1.1       deraadt   311:     <ul>
1.21      sobrado   312:     <li>New features:
                    313:         <ul>
                    314:         <li>SSH protocol 1 is disabled by default.
                    315:         <li>Remove the libsectok/OpenSC-based smartcard code and add support
                    316:             for PKCS#11 tokens.
                    317:         <li>Add support for certificate authentication of users and hosts using
                    318:             a new, minimal OpenSSH certificate format (not X.509).
                    319:         <li>Added a 'netcat mode' to
                    320:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    321:         <li>Add the ability to revoke keys in
                    322:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    323:             and
                    324:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    325:         <li>Rewrite the
                    326:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    327:             multiplexing support to support non-blocking operation of the mux
                    328:             master.
                    329:         <li>Add a 'read-only' mode to
                    330:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>
                    331:             that disables open in write mode and all other fs-modifying
                    332:             protocol methods. (bz#430)
                    333:         <li>Allow setting an explicit umask on the
                    334:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>
                    335:             commandline to override whatever default the user has. (bz#1229)
                    336:         <li>Many improvements to the
                    337:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    338:             client.
1.23      sobrado   339:         <li>New RSA keys will be generated with a public exponent of 65537
                    340:             instead of the previous value 35.
1.21      sobrado   341:         <li>Passphrase-protected SSH protocol 2 private keys are now protected
                    342:             with AES-128 instead of 3DES.
                    343:         </ul>
                    344:     <li>The following significant bugs have been fixed in this release:
                    345:         <ul>
                    346:         <li>Fixed a minor information leak of environment variables specified
                    347:             in authorized_keys if an attacker happens to know the public key
                    348:             in use.
                    349:         <li>When using <em>ChrootDirectory</em>, make sure we test for the
                    350:             existence of the user's shell inside the chroot and not outside.
                    351:             (bz#1679)
                    352:         <li>Cache user and group name lookups in sftp-server using
                    353:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwcache&sektion=3">user_from_[ug]id(3)</a>
                    354:             to improve performance on hosts where these operations are slow.
                    355:             (bz#1495)
                    356:         <li>Fix problem that prevented passphrase reading from being
                    357:             interrupted in some circumstances. (bz#1590)
                    358:         <li>Ignore and log any Protocol 1 keys where the claimed size is not
                    359:             equal to the actual size.
                    360:         <li>Make <em>HostBased</em> authentication work with a
                    361:             <em>ProxyCommand</em>. (bz#1569)
                    362:         <li>Avoid run-time failures when specifying hostkeys via a relative
                    363:             path by prepending the current working directory in these cases.
                    364:             (bz#1290)
                    365:         <li>Do not prompt for a passphrase if we fail to open a keyfile, and
                    366:             log the reason why the open failed to debug. (bz#1693)
                    367:         <li>Document that the <em>PubkeyAuthentication</em> directive is
                    368:             allowed in a
                    369:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5">sshd_config(5)</a>
                    370:             <em>Match</em> block. (bz#1577)
                    371:         <li>When converting keys, truncate key comments at 72 chars as per
                    372:             RFC4716. (bz#1630)
                    373:         <li>Do not allow logins if <em>/etc/nologin</em> exists but is not
                    374:             readable by the user logging in.
                    375:         <li>Output a debug log if
                    376:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    377:             can't open an existing <em>authorized_keys</em>. (bz#1694)
                    378:         <li>Quell
                    379:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcsetattr&sektion=3">tc[gs]etattr(3)</a>
                    380:             warnings when forcing a tty (ssh -tt), since we usually don't
                    381:             actually have a tty to read/set. (bz#1686)
                    382:         <li>Prevent
                    383:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    384:             from crashing when given a "-" without a command; also, allow
                    385:             whitespace to follow a "-". (bz#1691)
                    386:         <li>After
                    387:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    388:             receives a SIGHUP, ignore subsequent HUPs while
                    389:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    390:             re-execs itself; prevents two HUPs in quick succession from
                    391:             resulting in
                    392:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    393:             dying. (bz#1692)
                    394:         <li>Clarify in
                    395:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5">sshd_config(5)</a>
                    396:             that <em>StrictModes</em> does not apply to
                    397:             <em>ChrootDirectory</em>; permissions and ownership are always
                    398:             checked when chrooting. (bz#1532)
                    399:         <li>Set close-on-exec on various descriptors so they don't get leaked
                    400:             to child processes. (bz#1643)
                    401:         <li>Fix very rare race condition in x11/agent channel allocation
                    402:         <li>Fix incorrect exit status when multiplexing and channel ID 0 is
                    403:             recycled. (bz#1570)
                    404:         <li>Fail with an error when an attempt is made to connect to a server
                    405:             with <em>ForceCommand=internal-sftp</em> with a shell session.
                    406:             (bz#1606)
                    407:         <li>Warn but do not fail if
                    408:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a>ing
                    409:             the subsystem binary fails. (bz#1599)
                    410:         <li>Change "Connecting to host..." message to "Connected to host."
                    411:             and delay it until after the sftp protocol connection has been
                    412:             established. (bz#1588)
                    413:         <li>Use the <em>HostKeyAlias</em> rather than the hostname specified
                    414:             on the commandline when prompting for passwords. (bz#1039)
1.25      sobrado   415:         <li>Correct off-by-one in percent_expand(). (bz#1607)
1.21      sobrado   416:         <li>Fix passing of empty options from
                    417:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>
                    418:             and
                    419:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    420:             to the underlying
                    421:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>;
                    422:             also add support for the stop option "--".
                    423:         <li>Fix an incorrect magic number and typo in PROTOCOL. (bz#1688)
                    424:         <li>Don't escape backslashes when displaying the SSH2 banner. (bz#1533)
                    425:         <li>Don't unnecessarily dup() the in and out fds for
                    426:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>.
                    427:             (bz#1566)
                    428:         <li>Force use of the correct hash function for random-art signature
                    429:             display. (bz#1611)
                    430:         <li>Do not fall back to adding keys without constraints when the agent
                    431:             refuses the constrained add request. (bz#1612)
                    432:         <li>Fix a race condition in
                    433:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a>
                    434:             that could result in a wedged or spinning agent. (bz#1633)
1.49      stsp      435:         <li>Flush stdio before exec() to ensure that everything has made it out
1.21      sobrado   436:             before the streams go away. (bz#1596)
                    437:         <li>Set <em>FD_CLOEXEC</em> on in/out sockets in
                    438:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    439:             (bz#1706)
                    440:         </ul>
1.1       deraadt   441:     </ul>
                    442: <p>
                    443:
1.15      espie     444: <li>Over 5,800 ports, major robustness and speed improvements in package tools.
1.1       deraadt   445: <li>Many pre-built packages for each architecture:
                    446:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    447:     <tr>
                    448:     <td valign="top" width="25%">
                    449:     <ul>
1.5       deraadt   450:     <li>i386:       5951
                    451:     <li>sparc64:    5745
1.60      deraadt   452:     <li>alpha:      5641
1.1       deraadt   453: </ul></td><td valign=top width="25%"><ul>
1.62      deraadt   454:     <li>sh:          768
1.58      deraadt   455:     <li>amd64:      5879
                    456:     <li>powerpc:    5785
1.1       deraadt   457: </ul></td><td valign=top width="25%"><ul>
1.58      deraadt   458:     <li>sparc:      4053
1.62      deraadt   459:     <li>arm:        3711
1.58      deraadt   460:     <li>hppa:       5500
1.1       deraadt   461: </ul></td><td valign=top width="25%"><ul>
1.5       deraadt   462:     <li>vax:        1785
1.58      deraadt   463:     <li>mips64:     3690
                    464:     <li>mips64el:   4316
1.1       deraadt   465: </ul></td></tr></table>
                    466: Some highlights:
                    467:     <ul>
1.18      jasper    468:     <li>Gnome 2.28.2.
1.1       deraadt   469:     <li>KDE 3.5.10.
1.18      jasper    470:     <li>Xfce 4.6.1.
1.11      otto      471:     <li>MySQL 5.1.42.
1.18      jasper    472:     <li>PostgreSQL 8.4.2.
                    473:     <li>Postfix 2.6.5.
1.1       deraadt   474:     <li>OpenLDAP 2.3.43.
1.22      jsg       475:     <li>Mozilla Firefox 3.0.18 and 3.5.8.
1.11      otto      476:     <li>Mozilla Thunderbird 2.0.0.23.
1.18      jasper    477:     <li>OpenOffice.org 3.1.1.
1.1       deraadt   478:     <li>Emacs 21.4 and 22.3
1.18      jasper    479:     <li>Vim 7.2.267.
1.40      giovanni  480:     <li>PHP 5.2.12.
                    481:     <li>Python 2.4.6, 2.5.4 and 2.6.3.
1.1       deraadt   482:     <li>Ruby 1.8.6.369.
                    483:     </ul>
                    484: <p>
                    485:
                    486: <li>As usual, steady improvements in manual pages and other documentation.
                    487: <p>
                    488:
                    489: <li>The system includes the following major components from outside suppliers:
                    490:     <ul>
1.32      miod      491:     <li>Xenocara (based on X.Org 7.4 with xserver 1.6.5 + patches,
1.8       matthieu  492:        freetype 2.3.9,
                    493:         fontconfig 2.6.0, Mesa 7.4.2, xterm 250 and more)
1.1       deraadt   494:     <li>Gcc 2.95.3 (+ patches) and 3.3.5 (+ patches)
1.10      otto      495:     <li>Perl 5.10.1 (+ patches)
1.1       deraadt   496:     <li>Our improved and secured version of Apache 1.3, with SSL/TLS
                    497:         and DSO support
                    498:     <li>OpenSSL 0.9.8k (+ patches)
                    499:     <li>Groff 1.15
                    500:     <li>Sendmail 8.14.3, with libmilter
                    501:     <li>Bind 9.4.2-P2 (+ patches)
                    502:     <li>Lynx 2.8.6rel.5 with HTTPS and IPv6 support (+ patches)
                    503:     <li>Sudo 1.7.2
1.10      otto      504:     <li>Ncurses 5.7
1.1       deraadt   505:     <li>Latest KAME IPv6
                    506:     <li>Heimdal 0.7.2 (+ patches)
                    507:     <li>Arla 0.35.7
                    508:     <li>Binutils 2.15 (+ patches)
                    509:     <li>Gdb 6.3 (+ patches)
                    510:     </ul>
                    511: <p>
                    512:
                    513: </ul>
                    514:
                    515: <a name="install"></a>
                    516: <hr>
                    517: <p>
                    518: <h3><font color="#0000e0">How to install</font></h3>
                    519: <p>
                    520: Following this are the instructions which you would have on a piece of
                    521: paper if you had purchased a CDROM set instead of doing an alternate
                    522: form of install.  The instructions for doing an FTP (or other style
                    523: of) install are very similar; the CDROM instructions are left intact
                    524: so that you can see how much easier it would have been if you had
                    525: purchased a CDROM instead.
                    526: <p>
                    527:
                    528: <hr>
                    529: Please refer to the following files on the three CDROMs or FTP mirror for
                    530: extensive details on how to install OpenBSD 4.7 on your machine:
                    531: <p>
                    532: <ul>
                    533: <li>CD1:4.7/i386/INSTALL.i386
                    534: <p>
                    535: <li>CD2:4.7/amd64/INSTALL.amd64
                    536: <li>CD2:4.7/macppc/INSTALL.macppc
                    537: <p>
                    538: <li>CD3:4.7/sparc64/INSTALL.sparc64
                    539: <p>
                    540: <li>FTP:.../OpenBSD/4.7/alpha/INSTALL.alpha
                    541: <li>FTP:.../OpenBSD/4.7/armish/INSTALL.armish
                    542: <li>FTP:.../OpenBSD/4.7/hp300/INSTALL.hp300
                    543: <li>FTP:.../OpenBSD/4.7/hppa/INSTALL.hppa
                    544: <li>FTP:.../OpenBSD/4.7/landisk/INSTALL.landisk
1.19      otto      545: <li>FTP:.../OpenBSD/4.7/loongson/INSTALL.loongson
1.1       deraadt   546: <li>FTP:.../OpenBSD/4.7/mvme68k/INSTALL.mvme68k
                    547: <li>FTP:.../OpenBSD/4.7/mvme88k/INSTALL.mvme88k
                    548: <li>FTP:.../OpenBSD/4.7/sgi/INSTALL.sgi
                    549: <li>FTP:.../OpenBSD/4.7/socppc/INSTALL.socppc
                    550: <li>FTP:.../OpenBSD/4.7/sparc/INSTALL.sparc
                    551: <li>FTP:.../OpenBSD/4.7/vax/INSTALL.vax
                    552: <li>FTP:.../OpenBSD/4.7/zaurus/INSTALL.zaurus
                    553: </ul>
                    554: <hr>
                    555:
                    556: <p>
                    557: Quick installer information for people familiar with OpenBSD, and the
                    558: use of the "disklabel -E" command.  If you are at all confused when
                    559: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    560: <p>
                    561:
                    562: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    563: <ul>
                    564: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    565: release is on CD1. If your BIOS does not support booting from CD, you will need
                    566: to create a boot floppy to install from. To create a boot floppy write
                    567: <i>CD1:4.7/i386/floppy47.fs</i> to a floppy and boot via the floppy drive.
                    568:
                    569: <p>
                    570: Use <i>CD1:4.7/i386/floppyB47.fs</i> instead for greater SCSI controller
                    571: support, or <i>CD1:4.7/i386/floppyC47.fs</i> for better laptop support.
                    572:
                    573: <p>
                    574: If you can't boot from a CD or a floppy disk,
                    575: you can install across the network using PXE as described in
                    576: the included INSTALL.i386 document.
                    577:
                    578: <p>
                    579: If you are planning on dual booting OpenBSD with another OS, you will need to
                    580: read INSTALL.i386.
                    581:
                    582: <p>
                    583: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    584: at <i>CD1:4.7/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    585: use the
                    586: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    587: utility. The following is an example usage of
                    588: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    589: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    590: &quot;rfd0a&quot;.
                    591:
                    592: <ul><pre>
                    593: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    594: </pre></ul>
                    595:
                    596: <p>
                    597: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    598: your install will most likely fail. For more information on creating a boot
                    599: floppy and installing OpenBSD/i386 please refer to
1.65      lum       600: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
1.1       deraadt   601: </ul>
                    602:
                    603: <p>
                    604: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    605: <ul>
                    606: The 4.7 release of OpenBSD/amd64 is located on CD2.
                    607: Boot from the CD to begin the install - you may need to adjust
                    608: your BIOS options first.
                    609: If you can't boot from the CD, you can create a boot floppy to install from.
                    610: To do this, write <i>CD2:4.7/amd64/floppy47.fs</i> to a floppy, then
                    611: boot from the floppy drive.
                    612:
                    613: <p>
                    614: If you can't boot from a CD or a floppy disk,
                    615: you can install across the network using PXE as described in the included
                    616: INSTALL.amd64 document.
                    617:
                    618: <p>
                    619: If you are planning to dual boot OpenBSD with another OS, you will need to
                    620: read INSTALL.amd64.
                    621: </ul>
                    622:
                    623: <p>
                    624: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    625: <ul>
                    626: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    627: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    628:
                    629: <p>
                    630: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    631: /4.7/macppc/bsd.rd</i>
                    632: </ul>
                    633:
                    634: <p>
                    635: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    636: <ul>
                    637: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    638:
                    639: <p>
                    640: If this doesn't work, or if you don't have a CDROM drive, you can write
                    641: <i>CD3:4.7/sparc64/floppy47.fs</i> or <i>CD3:4.7/sparc64/floppyB47.fs</i>
                    642: (depending on your machine) to a floppy and boot it with <i>boot
                    643: floppy</i>. Refer to INSTALL.sparc64 for details.
                    644:
                    645: <p>
                    646: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    647: will most likely fail.
                    648:
                    649: <p>
                    650: You can also write <i>CD3:4.7/sparc64/miniroot47.fs</i> to the swap partition on
                    651: the disk and boot with <i>boot disk:b</i>.
                    652:
                    653: <p>
                    654: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    655: </ul>
                    656:
                    657: <p>
                    658: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    659: <ul>
                    660: <p>Write <i>FTP:4.7/alpha/floppy47.fs</i> or
                    661: <i>FTP:4.7/alpha/floppyB47.fs</i> (depending on your machine) to a diskette and
                    662: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    663:
                    664: <p>
                    665: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    666: will most likely fail.
                    667:
                    668: </ul>
                    669:
                    670: <p>
                    671: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    672: <ul>
                    673: <p>
                    674: After connecting a serial port, Thecus can boot directly from the network
                    675: either tftp or http. Configure the network using fconfig, reset,
                    676: then load bsd.rd, see INSTALL.armish for specific details.
                    677: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    678: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    679: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    680: More details are available in INSTALL.armish.
                    681: </ul>
                    682:
                    683: <p>
                    684: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    685: <ul>
                    686: <p>
                    687: Boot over the network by following the instructions in INSTALL.hp300.
                    688: </ul>
                    689:
                    690: <p>
                    691: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    692: <ul>
                    693: <p>
                    694: Boot over the network by following the instructions in INSTALL.hppa or the
                    695: <a href="hppa.html#install">hppa platform page</a>.
                    696: </ul>
                    697:
                    698: <p>
                    699: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    700: <ul>
                    701: <p>
                    702: Write <i>miniroot47.fs</i> to the start of the CF
                    703: or disk, and boot normally.
                    704: </ul>
                    705:
                    706: <p>
1.19      otto      707: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    708: <ul>
                    709: <p>
                    710: Write <i>miniroot47.fs</i> to a USB stick and boot bsd.rd from it
                    711: or boot bsd.rd via tftp.
                    712: Refer to the instructions in INSTALL.loongson for more details.
                    713: </ul>
                    714: <p>
                    715:
1.1       deraadt   716: <p>
                    717: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    718: <ul>
                    719: <p>
                    720: You can create a bootable installation tape or boot over the network.<br>
                    721: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    722: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    723: for more details.
                    724: </ul>
                    725:
                    726: <p>
                    727: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    728: <ul>
                    729: <p>
                    730: You can create a bootable installation tape or boot over the network.<br>
                    731: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    732: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    733: for more details.
                    734: </ul>
                    735:
                    736: <p>
1.29      miod      737: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    738: <ul>
                    739: <p>
                    740: To install on an O2, burn cd47.iso on a CD-R, put it in the CD drive of your
                    741: machine and select <i>Install System Software</i> from the System Maintenance
                    742: menu.
                    743:
                    744: <p>
                    745: On other systems, or if your machine doesn't have a CD drive, you can
                    746: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
                    747: the kernel matching your system type.
                    748: Refer to the instructions in INSTALL.sgi for more details.
                    749: </ul>
                    750:
                    751: <p>
                    752: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    753: <ul>
                    754: <p>
                    755: After connecting a serial port, boot over the network via DHCP/tftp.
                    756: Refer to the instructions in INSTALL.socppc for more details.
                    757: </ul>
                    758:
                    759: <p>
1.1       deraadt   760: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    761: <ul>
                    762: Boot from one of the provided install ISO images, using one of the two
                    763: commands listed below, depending on the version of your ROM.
                    764:
                    765: <ul><pre>
                    766: ok <strong>boot cdrom 4.7/sparc/bsd.rd</strong>
                    767: or
                    768: &gt; <strong>b sd(0,6,0)4.7/sparc/bsd.rd</strong>
                    769: </pre></ul>
                    770:
                    771: <p>
                    772: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    773: To do so you need to write <i>floppy47.fs</i> to a floppy.
1.66      lum       774: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
1.1       deraadt   775: To boot from the floppy use one of the two commands listed below,
                    776: depending on the version of your ROM.
                    777:
                    778: <ul><pre>
                    779: ok <strong>boot floppy</strong>
                    780: or
                    781: &gt; <strong>b fd()</strong>
                    782: </pre></ul>
                    783:
                    784: <p>
                    785: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    786: will most likely fail.
                    787:
                    788: <p>
                    789: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    790: setup a bootable tape, or install via network, as told in the
                    791: INSTALL.sparc file.
                    792: </ul>
                    793:
                    794: <p>
                    795: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    796: <ul>
                    797: Boot over the network via mopbooting as described in INSTALL.vax.
                    798: </ul>
                    799:
                    800: <p>
                    801: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    802: <ul>
                    803: <p>
                    804: Using the Linux built-in graphical ipkg installer, install the
                    805: openbsd47_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    806: for a few important details.
                    807: </ul>
                    808:
                    809: <p>
                    810: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    811: <ul>
                    812: src.tar.gz contains a source archive starting at /usr/src.  This file
                    813: contains everything you need except for the kernel sources, which are
                    814: in a separate archive.  To extract:
                    815: <p>
                    816: <ul><pre>
                    817: # <strong>mkdir -p /usr/src</strong>
                    818: # <strong>cd /usr/src</strong>
                    819: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    820: </pre></ul>
                    821: <p>
                    822: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    823: This file contains all the kernel sources you need to rebuild kernels.
                    824: To extract:
                    825: <p>
                    826: <ul><pre>
                    827: # <strong>mkdir -p /usr/src/sys</strong>
                    828: # <strong>cd /usr/src</strong>
                    829: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    830: </pre></ul>
                    831: <p>
                    832: Both of these trees are a regular CVS checkout.  Using these trees it
                    833: is possible to get a head-start on using the anoncvs servers as
                    834: described <a href="anoncvs.html">here</a>.
                    835: Using these files
                    836: results in a much faster initial CVS update than you could expect from
                    837: a fresh checkout of the full OpenBSD source tree.
                    838: <p>
                    839: </ul>
                    840:
                    841: <a name="upgrade"></a>
                    842: <hr>
                    843: <p>
                    844: <h3><font color="#0000e0">How to upgrade</font></h3>
                    845: <p>
                    846: If you already have an OpenBSD 4.6 system, and do not want to reinstall,
                    847: upgrade instructions and advice can be found in the
                    848: <a href="faq/upgrade47.html">Upgrade Guide</a>.
                    849:
                    850: <a name="ports"></a>
                    851: <hr>
                    852: <p>
                    853: <h3><font color="#0000e0">Ports Tree</font></h3>
                    854: <p>
                    855: A ports tree archive is also provided.  To extract:
                    856: <p>
                    857: <ul><pre>
                    858: # <strong>cd /usr</strong>
                    859: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    860: # <strong>cd ports</strong>
                    861: </pre></ul>
                    862: <p>
                    863: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.64      steven    864: read the <a href="faq/ports/index.html">ports</a> page
1.1       deraadt   865: if you know nothing about ports
                    866: at this point.  This text is not a manual of how to use ports.
                    867: Rather, it is a set of notes meant to kickstart the user on the
                    868: OpenBSD ports system.
                    869: <p>
                    870: The <i>ports/</i> directory represents a CVS (see the manpage for
                    871: <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">
                    872: cvs(1)</a> if
                    873: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    874: source tree, our ports tree is available via anoncvs.  So, in
                    875: order to keep current with it, you must make the <i>ports/</i> tree
                    876: available on a read-write medium and update the tree with a command
                    877: like:
                    878: <p>
                    879: <ul><pre>
1.26      deraadt   880: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_7</strong>
1.1       deraadt   881: </pre></ul>
                    882: <p>
                    883: [Of course, you must replace the local directory and server name here
                    884: with the location of your ports collection and a nearby anoncvs
                    885: server.]
                    886: <p>
                    887: Note that most ports are available as packages through FTP. Updated
                    888: packages for the 4.7 release will be made available if problems arise.
                    889: <p>
                    890: If you're interested in seeing a port added, would like to help out, or just
                    891: would like to know more, the mailing list ports@openbsd.org is a good
                    892: place to know.
                    893: <p>
                    894:
                    895: </body>
                    896: </html>