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

Annotation of www/47.html, Revision 1.68

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