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

Annotation of www/45.html, Revision 1.69

1.62      bentley     1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <meta charset=utf-8>
                      4:
1.46      deraadt     5: <title>OpenBSD 4.5</title>
1.1       deraadt     6: <meta name="description" content="OpenBSD 4.5">
1.56      tj          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.58      tb          9: <link rel="canonical" href="https://www.openbsd.org/45.html">
1.1       deraadt    10:
1.62      bentley    11: <h2 id=OpenBSD>
1.1       deraadt    12: <a href="index.html">
1.62      bentley    13: <i>Open</i><b>BSD</b></a>
                     14: 4.5
1.56      tj         15: </h2>
1.1       deraadt    16:
1.62      bentley    17: <table>
                     18: <tr>
                     19: <td>
1.33      deraadt    20: <a href="images/Pufftron.jpg">
1.62      bentley    21: <img width="227" height="343"
                     22: src="images/Pufftron.jpg" alt="Pufftron"></a>
                     23: <td>
1.43      deraadt    24: Released May 1, 2009<br>
1.1       deraadt    25: Copyright 1997-2009, Theo de Raadt.<br>
1.62      bentley    26: <cite class=isbn>ISBN 978-0-9784475-3-3</cite>
1.1       deraadt    27: <br>
1.53      deraadt    28: 4.5 Song: <a href="lyrics.html#45">"Games"</a>
1.61      deraadt    29: <br>
                     30: <br>
1.1       deraadt    31: <ul>
1.67      deraadt    32: <li>See the information on <a href="ftp.html">the FTP page</a> for
1.1       deraadt    33:     a list of mirror machines.
1.62      bentley    34: <li>Go to the <code class=reldir>pub/OpenBSD/4.5/</code> directory on
1.1       deraadt    35:     one of the mirror sites.
                     36: <li>Have a look at <a href="errata45.html">The 4.5 Errata page</a> for a list
                     37:     of bugs and workarounds.
                     38: <li>See a <a href="plus45.html">detailed log of changes</a> between the
                     39:     4.4 and 4.5 releases.
                     40: </ul>
1.56      tj         41: <p>
                     42: All applicable copyrights and credits are in the src.tar.gz,
                     43: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
1.66      deraadt    44: files fetched via <code>ports.tar.gz</code>.
1.62      bentley    45: </table>
1.56      tj         46:
                     47: <hr>
1.1       deraadt    48:
1.62      bentley    49: <section id=new>
                     50: <h3>What's New</h3>
1.1       deraadt    51: <p>
                     52: This is a partial list of new features and systems included in OpenBSD 4.5.
                     53: For a comprehensive list, see the <a href="plus45.html">changelog</a> leading
                     54: to 4.5.
                     55: <p>
                     56:
                     57: <ul>
                     58:
                     59: <li>New/extended platforms:
                     60: <ul>
1.13      sthen      61: <li>Initial ports to the xscale based gumstix platform and the ARM based OpenMoko
1.24      kettenis   62: <li><a href="sparc64.html">OpenBSD/sparc64</a><br>
1.36      deraadt    63:     <ul>
1.62      bentley    64:     <li>New <a href="https://man.openbsd.org/sparc64/vdsk.4">vdsk(4)</a>
                     65:     and <a href="https://man.openbsd.org/sparc64/vnet.4">vnet(4)</a>
1.24      kettenis   66:     drivers provide support for virtual I/O between logical domains on
                     67:     Sun's CoolThreads servers, including UltraSPARC T2+ machines.
1.36      deraadt    68:     <li>Workstations and laptops with UltraSPARC IIe CPUs can now scale
1.24      kettenis   69:     down the CPU frequency to save power.
1.36      deraadt    70:     </ul>
1.1       deraadt    71: </ul>
                     72: <p>
                     73:
                     74: <li>Improved hardware support, including:
                     75: <ul>
1.12      form       76: <li>Several new/improved drivers for sensors, including:
                     77:  <ul>
1.62      bentley    78:  <li>The <a href="https://man.openbsd.org/cac.4">cac(4)</a>
1.41      cnst       79:        driver now has bio and sensor support.
1.62      bentley    80:  <li>The <a href="https://man.openbsd.org/mpi.4">mpi(4)</a>
1.41      cnst       81:        driver now has bio and sensor support.
1.62      bentley    82:  <li>New <a href="https://man.openbsd.org/gpiodcf.4">gpiodcf(4)</a>
1.41      cnst       83:        driver for DCF77/HBG timedelta sensors through GPIO pins.
1.62      bentley    84:  <li>New <a href="https://man.openbsd.org/schsio.4">schsio(4)</a>
1.41      cnst       85:        driver for SMSC SCH311x LPC Super I/O devices.
1.62      bentley    86:  <li>The <a href="https://man.openbsd.org/it.4">it(4)</a>
1.12      form       87:        driver now supports IT8720F chips.
1.62      bentley    88:  <li>The <a href="https://man.openbsd.org/it.4">it(4)</a>
1.12      form       89:        driver now supports FAN4 and FAN5 sensors for IT8716F/IT8718F/IT8720F/IT8726F chips.
1.62      bentley    90:  <li>The <a href="https://man.openbsd.org/owtemp.4">owtemp(4)</a>
1.18      grange     91:        driver now supports Maxim/Dallas DS18B20 and DS1822 temperature sensors.
1.62      bentley    92:  <li>The <a href="https://man.openbsd.org/km.4">km(4)</a>
1.41      cnst       93:        driver now supports AMD Family 11h processors (Turion X2 Ultra et al).
1.62      bentley    94:  <li>The <a href="https://man.openbsd.org/lm.4">lm(4)</a>
1.41      cnst       95:        driver now supports W83627DHG attachment on the I&sup2;C bus.
1.62      bentley    96:  <li>The <a href="https://man.openbsd.org/lmenv.4">lmenv(4)</a>
1.41      cnst       97:        driver now has better support for the fan sensors on lm81, adm9240 and ds1780 chips.
1.62      bentley    98:  <li>The <a href="https://man.openbsd.org/sdtemp.4">sdtemp(4)</a>
1.41      cnst       99:        driver now supports ST STTS424 chips.
1.12      form      100:  </ul>
1.62      bentley   101: <li>The <a href="https://man.openbsd.org/em.4">em(4)</a>
1.37      sthen     102:     driver now supports ICH9 IGP M and IGP M AMT chips, and link status
                    103:     detection has improved.
1.62      bentley   104: <li>The <a href="https://man.openbsd.org/sdmmc.4">sdmmc(4)</a>
1.13      sthen     105:     driver now supports SDHC cards.
1.62      bentley   106: <li>The <a href="https://man.openbsd.org/msk.4">msk(4)</a>
1.17      jsg       107:     driver now supports Yukon-2 FE+ (88E8040, 88E8042) based devices.
1.62      bentley   108: <li>The <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>
1.22      damien    109:     driver now supports Intel WiFi Link 5100/5300 devices.
1.62      bentley   110: <li>The <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> and <a href="https://man.openbsd.org/wpi.4">iwn(4)</a>
1.31      damien    111:     drivers now support hardware CCMP cryptography.
1.62      bentley   112: <li>The <a href="https://man.openbsd.org/ath.4">ath(4)</a>
1.31      damien    113:     driver now has WPA-PSK support.
1.62      bentley   114: <li><a href="https://man.openbsd.org/age.4">age(4)</a>,
1.16      jsg       115:     a driver for Attansic L1 gigabit Ethernet devices was added.
1.62      bentley   116: <li><a href="https://man.openbsd.org/ale.4">ale(4)</a>,
1.16      jsg       117:     a driver for Atheros AR81xx (aka Attansic L1E) Ethernet devices was added.
1.62      bentley   118: <li><a href="https://man.openbsd.org/mos.4">mos(4)</a>,
1.16      jsg       119:     a driver for Moschip MCS7730/7830 10/100 USB Ethernet devices was added.
1.62      bentley   120: <li><a href="https://man.openbsd.org/jme.4">jme(4)</a>,
1.16      jsg       121:     a driver for JMicron JMC250/JMC260 10/100 and Gigabit Ethernet devices was added.
1.62      bentley   122: <li><a href="https://man.openbsd.org/run.4">run(4)</a>,
1.16      jsg       123:     a driver for Ralink USB IEEE 802.11a/b/g/Draft-N devices was added.
1.62      bentley   124: <li><a href="https://man.openbsd.org/auacer.4">auacer(4)</a>,
1.27      deraadt   125:     a driver for Acer Labs M5455 audio devices was added.
1.62      bentley   126: <li><a href="https://man.openbsd.org/sparc64/ifb.4">ifb(4)</a>,
1.24      kettenis  127:     a driver for Sun Expert3D, Expert3D-Lite, XVR-500, XVR-600 and
                    128:     XVR-1200 framebuffers (accelerated).
1.62      bentley   129: <li><a href="https://man.openbsd.org/sparc64/wildcatfb.4">wildcatfb(4)</a>,
1.24      kettenis  130:     an X driver for Sun Expert3D, Expert3D-Lite, XVR-500, XVR-600 and
                    131:     XVR-1200 framebuffers (unaccelerated).
1.62      bentley   132: <li><a href="https://man.openbsd.org/sparc64/sunffb.4">sunffb(4)</a>,
1.24      kettenis  133:     an accelerated X driver for Sun Creator, Creator 3D and Elite 3D
                    134:     framebuffers.
1.62      bentley   135: <li><a href="https://man.openbsd.org/sparc64/vdsk.4">vdsk(4)</a>,
1.28      sobrado   136:     a driver for virtual disks of sun4v logical domains.
1.62      bentley   137: <li><a href="https://man.openbsd.org/sparc64/vnet.4">vnet(4)</a>,
1.24      kettenis  138:     a driver for virtual network adapters of sun4v logical domains.
1.62      bentley   139: <li><a href="https://man.openbsd.org/sparc64/vrng.4">vrng(4)</a>,
1.24      kettenis  140:     a driver for the random number generator on Sun UltraSPARC T2/T2+ CPUs.
1.62      bentley   141: <li>The <a href="https://man.openbsd.org/sparc64/vcons.4">vcons(4)</a>
1.24      kettenis  142:     driver is now interrupt driven.
1.62      bentley   143: <li><a href="https://man.openbsd.org/ips.4">ips(4)</a>,
1.14      grange    144:     a driver for IBM SATA/SCSI ServeRAID controllers was added.
1.62      bentley   145: <li><a href="https://man.openbsd.org/udfu.4">udfu(4)</a>,
1.25      kettenis  146:     a driver for device firmware upgrade (DFU) was added.
1.13      sthen     147: <li>Many improvements were made to the
1.62      bentley   148:     <a href="https://man.openbsd.org/acpi.4">acpi(4)</a>
1.13      sthen     149:     subsystem.
1.62      bentley   150: <li>The <a href="https://man.openbsd.org/umsm.4">umsm(4)</a>
1.13      sthen     151:     driver supports several new EVDO/UMTS devices.
1.62      bentley   152: <li>The <a href="https://man.openbsd.org/mfi.4">mfi(4)</a>
1.17      jsg       153:     driver now supports the next generation of MegaRAID SAS controllers.
1.62      bentley   154: <li>New <a href="https://man.openbsd.org/mvme88k/vsbic.4">vsbic(4)</a>
1.39      miod      155:     driver for the MVME327A SCSI and floppy controller on mvme68k and
                    156:     mvme88k machines.
1.62      bentley   157: <li>The <a href="https://man.openbsd.org/re.4">re(4)</a>
1.37      sthen     158:     driver now supports 8168D/8111D-based devices, and multicast reception on
                    159:     8110SB/SC-based devices.
1.62      bentley   160: <li>The <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>
1.21      ratchov   161:     driver now supports isochronous transfers.
1.17      jsg       162: <li>S/PDIF output support has been added to the
1.62      bentley   163:     <a href="https://man.openbsd.org/ac97.4">ac97(4)</a>,
                    164:     <a href="https://man.openbsd.org/auich.4">auich(4)</a>,
                    165:     <a href="https://man.openbsd.org/auvia.4">auvia(4)</a> and
                    166:     <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> drivers.
                    167: <li><a href="https://man.openbsd.org/azalia.4">azalia(4)</a>
1.19      ratchov   168:     mixer has been clarified and simplified, support for 20-bit and 24-bit encodings has been added.
1.62      bentley   169: <li>The <a href="https://man.openbsd.org/sgi/gbe.4">gbe(4)</a>
1.39      miod      170:     frame buffer driver now supports acceleration.
1.1       deraadt   171: </ul>
                    172: <p>
                    173:
                    174: <li>New tools:
                    175: <ul>
1.62      bentley   176: <li><a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>,
1.39      miod      177:     an YP server using LDAP as a backend.
1.62      bentley   178: <li><a href="https://man.openbsd.org/xcompmgr.1">xcompmgr(1)</a>
1.37      sthen     179:     was added to xenocara.
1.1       deraadt   180: </ul>
                    181: <p>
                    182:
                    183: <li>New functionality:
                    184: <ul>
1.10      djm       185: <li>The libc
1.62      bentley   186:     <a href="https://man.openbsd.org/resolver.3">resolver(3)</a>
1.11      deraadt   187:     may now be forced to perform lookups by TCP only using a new
1.62      bentley   188:     <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a>
1.11      deraadt   189:     option. The nameserver declaration in
1.62      bentley   190:     <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a>
1.11      deraadt   191:     has also been extended to allow specification of non-default nameserver ports.
1.62      bentley   192: <li><a href="https://man.openbsd.org/apropos.1">apropos(1)</a>
1.15      jmc       193:     has two new options (-S and -s) to allow searching by machine architecture
                    194:     and manual section.
1.62      bentley   195: <li><a href="https://man.openbsd.org/aucat.1">aucat(1)</a>
1.19      ratchov   196:     now has audio server capability.
                    197:     Audio devices can be shared between multiple applications.
                    198:     Applications can run natively on fixed sample rate devices
                    199:     or on devices with unusual encodings.
                    200:     Multi-channel audio devices can be split into smaller independent
                    201:     subdevices.
1.62      bentley   202: <li><a href="https://man.openbsd.org/aucat.1">aucat(1)</a>
1.20      ratchov   203:     now has a deviceless mode, in which it can be used as a
1.19      ratchov   204:     general purpose audio file format conversion utility (to mix,
                    205:     demultiplex, resample or reencode files).
1.62      bentley   206: <li><a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>
1.23      damien    207:     can now list channels supported by an IEEE 802.11 device.
1.37      sthen     208: <li>New views were added to
1.62      bentley   209:     <a href="https://man.openbsd.org/systat.8">systat(8)</a>:
1.37      sthen     210:     malloc, bucket and pool. Improvements were made to existing views.
1.62      bentley   211: <li><a href="https://man.openbsd.org/vnconfig.8">vnconfig(8)</a> can now create devices with arbitrary geometry with the new -t option.
1.38      krw       212: <li>FFS filesystems are now supported on most devices, e.g. CD's, that have
                    213: sector sizes other than 512 bytes.
                    214: <li>Disklabels are now correctly placed and found on most devices, e.g. CD's,
                    215: that have sector sizes other than 512 bytes.
1.1       deraadt   216: </ul>
                    217: <p>
                    218:
                    219: <li>Assorted improvements and code cleanup:
                    220: <ul>
1.62      bentley   221: <li><a href="https://man.openbsd.org/malloc.3">malloc(3)</a>
1.11      deraadt   222:     has gained new attack mitigation measures; critical bookkeeping
1.63      deraadt   223:     structures are protected at runtime using
1.62      bentley   224:     <a href="https://man.openbsd.org/mprotect.2">mprotect(2)</a>
1.11      deraadt   225:     and allocated at random addresses where possible.
1.24      kettenis  226: <li>A new version of the gdtoa code has been integrated, bringing
                    227:     better C99 support to
1.62      bentley   228:     <a href="https://man.openbsd.org/printf.3">printf(3)</a>
1.24      kettenis  229:     and friends.
                    230: <li>Vastly improved C99 support in libm, including complex math support.
1.37      sthen     231: <li>The
1.62      bentley   232:     <a href="https://man.openbsd.org/sppp.4">sppp(4)</a>
1.37      sthen     233:     layer and thus kernel
1.62      bentley   234:     <a href="https://man.openbsd.org/pppoe.4">pppoe(4)</a>
1.37      sthen     235:     now support usernames and passwords of up to 255 characters.
1.38      krw       236: <li>Recognize and spoof disklabel entries for more FAT and FAT32 variants.
                    237: <li>Automatically recognize tapes with 64K records.
1.62      bentley   238: <li>Improve option handling in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>.
1.38      krw       239: <li>When booting from a cd the root file system is now assumed to be on the cd, rather than always asking for the location.
                    240: <li>Disklabels constructed from native disklabels are now subject to the same
                    241: consistancy checks as all other disklabels.
                    242: <li>No longer display geometry information for
1.62      bentley   243: <a href="https://man.openbsd.org/sd.4">sd(4)</a>
1.38      krw       244: disk drives, since it was mostly fictitious these days.
                    245: <li>Fix handling of tftp ERROR frames so OpenBSD pxeboot can be loaded from
                    246: picky tftp servers.
1.63      deraadt   247: <li>Many
1.62      bentley   248: <a href="https://man.openbsd.org/scsi.4">scsi(4)</a>
1.38      krw       249: drivers now retry operations that can't be immediately started rather than
                    250: giving up.
                    251: <li>MBR and DPME disklabels are no longer written out with invalid checksum
                    252: information in some circumstances.
1.1       deraadt   253: </ul>
                    254: <p>
                    255:
                    256: <li>Install/Upgrade process changes:
                    257: <ul>
1.35      djm       258: <li>crunchgen(1) and crunchide(1) have been merged into
1.62      bentley   259:     <a href="https://man.openbsd.org/crunchgen.8">crunchgen(8)</a>, which
1.35      djm       260:     is now built and installed by default.
1.62      bentley   261: <li><a href="https://man.openbsd.org/mksuncd.1">mksuncd(1)</a> now lives in base and is installed by default.
1.35      djm       262: <li>CD-ROM installs are now supported on SGI.
                    263: <li>Accept initial root passwords containing backslash characters.
1.38      krw       264: <li>Install now allows multiple interfaces to be configured with
1.62      bentley   265: <a href="https://man.openbsd.org/dhcp.8">dhcp(8)</a>.
                    266: <li>Upgrades now use the minimal <a href="https://man.openbsd.org/protocols.5">protocols(5)</a>
                    267: and <a href="https://man.openbsd.org/services.5">services(5)</a>
1.38      krw       268: files provided on the install media.
                    269: <li>The install media no longer contain a
1.62      bentley   270: <a href="https://man.openbsd.org/disktab.5">disktab(5)</a> file.
1.38      krw       271: <li>Serial console speed is correctly determined on macppc.
1.1       deraadt   272: </ul>
                    273: <p>
                    274:
1.5       matthieu  275: <li>OpenSSH 5.2:
1.1       deraadt   276: <ul>
1.32      sobrado   277: <li>New features:
                    278:   <ul>
                    279:     <li>Added an option to
1.62      bentley   280:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.32      sobrado   281:         to force logging to <em>syslog</em> rather than <em>stderr</em>.
                    282:     <li>The
1.62      bentley   283:         <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
1.32      sobrado   284:         <em>ForceCommand</em> directive now accepts commandline arguments for
                    285:         the <em>internal-sftp</em> server.
                    286:     <li>The
1.62      bentley   287:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.32      sobrado   288:         ~C escape commandline now support runtime creation of dynamic port
                    289:         forwards.
                    290:     <li>Support the
                    291:         <em>SOCKS4A</em> protocol in
1.62      bentley   292:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.32      sobrado   293:         dynamic forwards.
                    294:     <li>Support remote port forwarding with a listen port of '0'.
1.62      bentley   295:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>
1.32      sobrado   296:         now supports setting <em>PermitEmptyPasswords</em> and
                    297:         <em>AllowAgentForwarding</em> in <em>Match</em> blocks.
                    298:   </ul>
                    299: <li>The following significant bugs have been fixed in this release:
                    300:   <ul>
                    301:     <li>Repair a
1.62      bentley   302:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.32      sobrado   303:         crash introduced in openssh-5.1 when the client is sent a zero-length
                    304:         banner.
                    305:     <li>The <em>eow@openssh.com</em> and <em>no-more-sessions@openssh.com</em>
                    306:         protocol extensions are now only sent to peers that identify themselves
                    307:         as OpenSSH.
                    308:     <li>Avoid printing "Non-public channel" warnings in
1.62      bentley   309:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,
1.32      sobrado   310:         since
1.62      bentley   311:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.32      sobrado   312:         has sent incorrect channel numbers since ~2004; make
1.62      bentley   313:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.32      sobrado   314:         send the correct channel number for <em>SSH2_MSG_CHANNEL_SUCCESS</em>
                    315:         and <em>SSH2_MSG_CHANNEL_FAILURE</em>.
                    316:     <li>Avoid double-free in
1.62      bentley   317:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.32      sobrado   318:         ~C escape -L handler.
                    319:     <li>Correct fail-on-error behaviour in
1.62      bentley   320:         <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>
1.32      sobrado   321:         batchmode for remote <em>stat</em> operations.
                    322:     <li>Avoid hang in
1.62      bentley   323:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.32      sobrado   324:         when attempting to connect to a server that has <em>MaxSessions</em>
                    325:         set to zero.
                    326:   </ul>
1.1       deraadt   327: </ul>
                    328: <p>
                    329:
1.4       jasper    330: <li>Over 5500 ports, minor robustness improvements in package tools.
1.1       deraadt   331: <li>Many pre-built packages for each architecture:
1.62      bentley   332:     <ul style="column-count: 4">
1.26      deraadt   333:     <li>i386:       5379
                    334:     <li>sparc64:    5174
1.36      deraadt   335:     <li>alpha:      5132
                    336:     <li>sh:         1543
1.26      deraadt   337:     <li>amd64:      5312
1.36      deraadt   338:     <li>powerpc:    5162
                    339:     <li>sparc:      2651
                    340:     <li>arm:        4120
                    341:     <li>hppa:       4689
                    342:     <li>vax:        1718
                    343:     <li>mips64:     3278
1.62      bentley   344:     </ul>
1.1       deraadt   345: Some highlights:
                    346: <ul>
1.3       jasper    347: <li>Gnome 2.24.3.
                    348: <li>GNUstep 1.18.0.
                    349: <li>KDE 3.5.10.
                    350: <li>Mozilla Firefox 3.0.6.
                    351: <li>Mozilla Thunderbird 2.0.0.19.
1.4       jasper    352: <li>MySQL 5.0.77.
1.3       jasper    353: <li>OpenOffice.org 2.4.2 and 3.0.1.
                    354: <li>PostgreSQL 8.3.6.
                    355: <li>Xfce 4.4.3.
1.30      jasper    356: <li>OpenArena 0.8.1 (only for amd64, i386 and macppc)
1.1       deraadt   357: </ul>
                    358: <p>
                    359:
                    360: <li>As usual, steady improvements in manual pages and other documentation.
                    361: <p>
                    362:
                    363: <li>The system includes the following major components from outside suppliers:
                    364: <ul>
1.5       matthieu  365: <li>Xenocara (based on X.Org 7.4 + patches, freetype 2.3.7, fontconfig 2.4.2, Mesa 7.2, xterm 239 and more)
1.1       deraadt   366: <li>Gcc 2.95.3
1.62      bentley   367: (+ <a href="https://man.openbsd.org/gcc-local.1">patches</a>)
1.1       deraadt   368: and 3.3.5
1.62      bentley   369: (+ <a href="https://man.openbsd.org/gcc-local.1">patches</a>)
1.2       jasper    370: <li>Perl 5.10.0 (+ patches)
1.1       deraadt   371: <li>Our improved and secured version of Apache 1.3, with SSL/TLS and DSO support
1.2       jasper    372: <li>OpenSSL 0.9.8j (+ patches)
1.1       deraadt   373: <li>Groff 1.15
                    374: <li>Sendmail 8.14.3, with libmilter
                    375: <li>Bind 9.4.2-P2 (+ patches)
                    376: <li>Lynx 2.8.5rel.4 with HTTPS and IPv6 support (+ patches)
1.5       matthieu  377: <li>Sudo 1.7
1.1       deraadt   378: <li>Ncurses 5.2
                    379: <li>Latest KAME IPv6
                    380: <li>Heimdal 0.7.2 (+ patches)
                    381: <li>Arla 0.35.7
                    382: <li>Binutils 2.15 (+ patches)
                    383: <li>Gdb 6.3 (+ patches)
                    384: </ul>
                    385:
                    386: </ul>
1.62      bentley   387: </section>
1.1       deraadt   388:
                    389: <hr>
1.62      bentley   390:
                    391: <section id=install>
                    392: <h3>How to install</h3>
1.1       deraadt   393: <p>
                    394: Following this are the instructions which you would have on a piece of
                    395: paper if you had purchased a CDROM set instead of doing an alternate
                    396: form of install.  The instructions for doing an FTP (or other style
                    397: of) install are very similar; the CDROM instructions are left intact
                    398: so that you can see how much easier it would have been if you had
                    399: purchased a CDROM instead.
                    400: <p>
                    401:
                    402: <hr>
                    403: Please refer to the following files on the three CDROMs or FTP mirror for
                    404: extensive details on how to install OpenBSD 4.5 on your machine:
                    405: <p>
                    406: <ul>
1.64      deraadt   407: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/i386/INSTALL.i386">
                    408:        .../OpenBSD/4.5/i386/INSTALL.i386 (on CD1)</a>
1.1       deraadt   409: <p>
1.64      deraadt   410: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/amd64/INSTALL.amd64">
                    411:        .../OpenBSD/4.5/amd64/INSTALL.amd64 (on CD2)</a>
                    412: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/macppc/INSTALL.macppc">
                    413:        .../OpenBSD/4.5/macppc/INSTALL.macppc (on CD2)</a>
                    414: <p>
                    415: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/sparc64/INSTALL.sparc64">
                    416:        .../OpenBSD/4.5/sparc64/INSTALL.sparc64 (on CD3)</a>
                    417: <p>
                    418: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/alpha/INSTALL.alpha">
                    419:        .../OpenBSD/4.5/alpha/INSTALL.alpha</a>
                    420: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/armish/INSTALL.armish">
                    421:        .../OpenBSD/4.5/armish/INSTALL.armish</a>
                    422: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/hp300/INSTALL.hp300">
                    423:        .../OpenBSD/4.5/hp300/INSTALL.hp300</a>
                    424: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/hppa/INSTALL.hppa">
                    425:        .../OpenBSD/4.5/hppa/INSTALL.hppa</a>
                    426: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/landisk/INSTALL.landisk">
                    427:        .../OpenBSD/4.5/landisk/INSTALL.landisk</a>
                    428: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/mac68k/INSTALL.mac68k">
                    429:        .../OpenBSD/4.5/mac68k/INSTALL.mac68k</a>
                    430: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/mvme68k/INSTALL.mvme68k">
                    431:        .../OpenBSD/4.5/mvme68k/INSTALL.mvme68k</a>
                    432: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/mvme88k/INSTALL.mvme88k">
                    433:        .../OpenBSD/4.5/mvme88k/INSTALL.mvme88k</a>
                    434: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/sgi/INSTALL.sgi">
                    435:        .../OpenBSD/4.5/sgi/INSTALL.sgi</a>
                    436: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/socppc/INSTALL.socppc">
                    437:        .../OpenBSD/4.5/socppc/INSTALL.socppc</a>
                    438: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/sparc/INSTALL.sparc">
                    439:        .../OpenBSD/4.5/sparc/INSTALL.sparc</a>
                    440: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/vax/INSTALL.vax">
                    441:        .../OpenBSD/4.5/vax/INSTALL.vax</a>
                    442: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.5/zaurus/INSTALL.zaurus">
                    443:        .../OpenBSD/4.5/zaurus/INSTALL.zaurus</a>
1.1       deraadt   444: </ul>
1.64      deraadt   445: </section>
                    446:
1.1       deraadt   447: <hr>
                    448:
1.62      bentley   449: <section id=quickinstall>
                    450:
1.1       deraadt   451: <p>
                    452: Quick installer information for people familiar with OpenBSD, and the
                    453: use of the "disklabel -E" command.  If you are at all confused when
                    454: installing OpenBSD, read the relevant INSTALL.* file as listed above!
1.62      bentley   455:
                    456: <h3>OpenBSD/i386:</h3>
                    457:
1.1       deraadt   458: <p>
                    459: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    460: release is on CD1. If your BIOS does not support booting from CD, you will need
                    461: to create a boot floppy to install from. To create a boot floppy write
                    462: <i>CD1:4.5/i386/floppy45.fs</i> to a floppy and boot via the floppy drive.
                    463:
                    464: <p>
                    465: Use <i>CD1:4.5/i386/floppyB45.fs</i> instead for greater SCSI controller
                    466: support, or <i>CD1:4.5/i386/floppyC45.fs</i> for better laptop support.
                    467:
                    468: <p>
                    469: If you can't boot from a CD or a floppy disk,
                    470: you can install across the network using PXE as described in
                    471: the included INSTALL.i386 document.
                    472:
                    473: <p>
                    474: If you are planning on dual booting OpenBSD with another OS, you will need to
                    475: read INSTALL.i386.
                    476:
                    477: <p>
                    478: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    479: at <i>CD1:4.5/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    480: use the
1.62      bentley   481: <a href="https://man.openbsd.org/dd.1">dd(1)</a>
1.1       deraadt   482: utility. The following is an example usage of
1.62      bentley   483: <a href="https://man.openbsd.org/dd.1">dd(1)</a>,
1.1       deraadt   484: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    485: &quot;rfd0a&quot;.
                    486:
1.62      bentley   487: <blockquote><pre>
1.64      deraadt   488: # <kbd>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</kbd>
1.62      bentley   489: </pre></blockquote>
1.1       deraadt   490:
                    491: <p>
                    492: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    493: your install will most likely fail. For more information on creating a boot
                    494: floppy and installing OpenBSD/i386 please refer to
1.57      tj        495: <a href="faq/faq4.html#MkFlop">this page</a>.
1.62      bentley   496:
                    497: <h3>OpenBSD/amd64:</h3>
1.1       deraadt   498:
                    499: <p>
                    500: The 4.5 release of OpenBSD/amd64 is located on CD2.
                    501: Boot from the CD to begin the install - you may need to adjust
                    502: your BIOS options first.
                    503: If you can't boot from the CD, you can create a boot floppy to install from.
                    504: To do this, write <i>CD2:4.5/amd64/floppy45.fs</i> to a floppy, then
                    505: boot from the floppy drive.
                    506:
                    507: <p>
                    508: If you can't boot from a CD or a floppy disk,
                    509: you can install across the network using PXE as described in the included
                    510: INSTALL.amd64 document.
                    511:
                    512: <p>
                    513: If you are planning to dual boot OpenBSD with another OS, you will need to
                    514: read INSTALL.amd64.
1.62      bentley   515:
                    516: <h3>OpenBSD/macppc:</h3>
1.1       deraadt   517:
                    518: <p>
                    519: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    520: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    521:
                    522: <p>
                    523: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    524: /4.5/macppc/bsd.rd</i>
1.62      bentley   525:
                    526: <h3>OpenBSD/sparc64:</h3>
1.1       deraadt   527:
                    528: <p>
                    529: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    530:
                    531: <p>
                    532: If this doesn't work, or if you don't have a CDROM drive, you can write
                    533: <i>CD3:4.5/sparc64/floppy45.fs</i> or <i>CD3:4.5/sparc64/floppyB45.fs</i>
                    534: (depending on your machine) to a floppy and boot it with <i>boot
                    535: floppy</i>. Refer to INSTALL.sparc64 for details.
                    536:
                    537: <p>
                    538: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    539: will most likely fail.
                    540:
                    541: <p>
                    542: You can also write <i>CD3:4.5/sparc64/miniroot45.fs</i> to the swap partition on
                    543: the disk and boot with <i>boot disk:b</i>.
                    544:
                    545: <p>
                    546: If nothing works, you can boot over the network as described in INSTALL.sparc64.
1.62      bentley   547:
                    548: <h3>OpenBSD/alpha:</h3>
1.1       deraadt   549:
                    550: <p>
1.64      deraadt   551: Write <i>4.5/alpha/floppy45.fs</i> or
                    552: <i>4.5/alpha/floppyB45.fs</i> (depending on your machine) to a diskette and
1.1       deraadt   553: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    554:
                    555: <p>
                    556: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    557: will most likely fail.
                    558:
1.62      bentley   559: <h3>OpenBSD/armish:</h3>
1.1       deraadt   560:
                    561: <p>
                    562: After connecting a serial port, Thecus can boot directly from the network
                    563: either tftp or http. Configure the network using fconfig, reset,
                    564: then load bsd.rd, see INSTALL.armish for specific details.
                    565: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    566: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    567: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    568: More details are available in INSTALL.armish.
                    569:
1.62      bentley   570: <h3>OpenBSD/hp300:</h3>
                    571:
1.1       deraadt   572: <p>
                    573: Boot over the network by following the instructions in INSTALL.hp300.
                    574:
1.62      bentley   575: <h3>OpenBSD/hppa:</h3>
                    576:
1.1       deraadt   577: <p>
                    578: Boot over the network by following the instructions in INSTALL.hppa or the
                    579: <a href="hppa.html#install">hppa platform page</a>.
1.62      bentley   580:
                    581: <h3>OpenBSD/landisk:</h3>
1.1       deraadt   582:
                    583: <p>
                    584: Write <i>miniroot45.fs</i> to the start of the CF
                    585: or disk, and boot normally.
                    586:
1.62      bentley   587: <h3>OpenBSD/mac68k:</h3>
                    588:
1.1       deraadt   589: <p>
                    590: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
1.64      deraadt   591: <i>4.5/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
1.1       deraadt   592: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    593: Refer to the instructions in INSTALL.mac68k for more details.
1.62      bentley   594:
                    595: <h3>OpenBSD/mvme68k:</h3>
1.1       deraadt   596:
                    597: <p>
                    598: You can create a bootable installation tape or boot over the network.<br>
                    599: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    600: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    601: for more details.
                    602:
1.62      bentley   603: <h3>OpenBSD/mvme88k:</h3>
                    604:
1.1       deraadt   605: <p>
                    606: You can create a bootable installation tape or boot over the network.<br>
                    607: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    608: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    609: for more details.
1.62      bentley   610:
                    611: <h3>OpenBSD/sparc:</h3>
1.1       deraadt   612:
                    613: <p>
                    614: Boot from one of the provided install ISO images, using one of the two
                    615: commands listed below, depending on the version of your ROM.
                    616:
1.62      bentley   617: <blockquote><pre>
                    618: ok <kbd>boot cdrom 4.5/sparc/bsd.rd</kbd>
1.1       deraadt   619: or
1.62      bentley   620: > <kbd>b sd(0,6,0)4.5/sparc/bsd.rd</kbd>
                    621: </pre></blockquote>
1.1       deraadt   622:
                    623: <p>
                    624: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    625: To do so you need to write <i>floppy45.fs</i> to a floppy.
1.57      tj        626: For more information see <a href="faq/faq4.html#MkFlop">this page</a>.
1.1       deraadt   627: To boot from the floppy use one of the two commands listed below,
                    628: depending on the version of your ROM.
                    629:
1.62      bentley   630: <blockquote><pre>
                    631: ok <kbd>boot floppy</kbd>
1.1       deraadt   632: or
1.62      bentley   633: > <kbd>b fd()</kbd>
                    634: </pre></blockquote>
1.1       deraadt   635:
                    636: <p>
                    637: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    638: will most likely fail.
                    639:
                    640: <p>
                    641: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    642: setup a bootable tape, or install via network, as told in the
                    643: INSTALL.sparc file.
                    644:
1.62      bentley   645: <h3>OpenBSD/sgi:</h3>
                    646:
1.1       deraadt   647: <p>
                    648: Burn cd45.iso on a CD-R, put it in the CD drive of your machine and
                    649: select <i>Install System Software</i> from the System Maintenance menu.
                    650:
                    651: <p>
                    652: If your machine doesn't have a CD drive, you can
                    653: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    654: Refer to the instructions in INSTALL.sgi for more details.
1.62      bentley   655:
                    656: <h3>OpenBSD/socppc:</h3>
1.1       deraadt   657:
                    658: <p>
1.6       jasper    659: After connecting a serial port, boot over the network via DHCP/tftp.
                    660: Refer to the instructions in INSTALL.socppc for more details.
1.62      bentley   661:
                    662: <h3>OpenBSD/vax:</h3>
1.6       jasper    663:
                    664: <p>
1.1       deraadt   665: Boot over the network via mopbooting as described in INSTALL.vax.
                    666:
1.62      bentley   667: <h3>OpenBSD/zaurus:</h3>
                    668:
1.1       deraadt   669: <p>
                    670: Using the Linux built-in graphical ipkg installer, install the
                    671: openbsd45_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    672: for a few important details.
1.64      deraadt   673: </section>
1.62      bentley   674:
1.64      deraadt   675: <hr>
1.62      bentley   676:
                    677: <section id=sourcecode>
1.64      deraadt   678: <h3>Notes about the source code</h3>
1.1       deraadt   679: <p>
1.66      deraadt   680: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                    681: This file contains everything you need except for the kernel sources, which are
1.1       deraadt   682: in a separate archive.  To extract:
1.62      bentley   683: <blockquote><pre>
                    684: # <kbd>mkdir -p /usr/src</kbd>
                    685: # <kbd>cd /usr/src</kbd>
                    686: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                    687: </pre></blockquote>
1.1       deraadt   688: <p>
1.66      deraadt   689: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
1.1       deraadt   690: This file contains all the kernel sources you need to rebuild kernels.
                    691: To extract:
1.62      bentley   692: <blockquote><pre>
                    693: # <kbd>mkdir -p /usr/src/sys</kbd>
                    694: # <kbd>cd /usr/src</kbd>
1.64      deraadt   695: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
1.62      bentley   696: </pre></blockquote>
1.1       deraadt   697: <p>
                    698: Both of these trees are a regular CVS checkout.  Using these trees it
                    699: is possible to get a head-start on using the anoncvs servers as
                    700: described <a href="anoncvs.html">here</a>.
                    701: Using these files
                    702: results in a much faster initial CVS update than you could expect from
                    703: a fresh checkout of the full OpenBSD source tree.
1.62      bentley   704: </section>
                    705:
1.1       deraadt   706: <hr>
1.62      bentley   707:
                    708: <section id=upgrade>
                    709: <h3>How to upgrade</h3>
1.1       deraadt   710: <p>
                    711: If you already have an OpenBSD 4.4 system, and do not want to reinstall,
                    712: upgrade instructions and advice can be found in the
                    713: <a href="faq/upgrade45.html">Upgrade Guide</a>.
1.62      bentley   714: </section>
1.1       deraadt   715:
                    716: <hr>
1.62      bentley   717:
                    718: <section id=ports>
                    719: <h3>Ports Tree</h3>
1.1       deraadt   720: <p>
                    721: A ports tree archive is also provided.  To extract:
1.62      bentley   722: <blockquote><pre>
                    723: # <kbd>cd /usr</kbd>
                    724: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                    725: </pre></blockquote>
1.1       deraadt   726: <p>
                    727: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.44      jasper    728: read the <a href="faq/faq15.html">ports</a> page
1.1       deraadt   729: if you know nothing about ports
                    730: at this point.  This text is not a manual of how to use ports.
                    731: Rather, it is a set of notes meant to kickstart the user on the
                    732: OpenBSD ports system.
                    733: <p>
                    734: The <i>ports/</i> directory represents a CVS (see the manpage for
1.65      bentley   735: <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> if
1.1       deraadt   736: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    737: source tree, our ports tree is available via anoncvs.  So, in
                    738: order to keep current with it, you must make the <i>ports/</i> tree
                    739: available on a read-write medium and update the tree with a command
                    740: like:
1.62      bentley   741: <blockquote><pre>
1.64      deraadt   742: # <kbd>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_5</kbd>
1.62      bentley   743: </pre></blockquote>
1.1       deraadt   744: <p>
                    745: [Of course, you must replace the local directory and server name here
                    746: with the location of your ports collection and a nearby anoncvs
                    747: server.]
                    748: <p>
1.64      deraadt   749: Note that most ports are available as packages on our mirrors. Updated
1.1       deraadt   750: packages for the 4.5 release will be made available if problems arise.
                    751: <p>
                    752: If you're interested in seeing a port added, would like to help out, or just
1.64      deraadt   753: would like to know more, the mailing list
                    754: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
1.62      bentley   755: </section>