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

Annotation of www/41.html, Revision 1.111

1.111   ! bentley     1: <!doctype html>
        !             2: <html lang=en id=release>
        !             3: <meta charset=utf-8>
        !             4:
1.94      deraadt     5: <title>OpenBSD 4.1</title>
1.1       deraadt     6: <meta name="description" content="OpenBSD 4.1">
1.105     tj          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.107     tb          9: <link rel="canonical" href="https://www.openbsd.org/41.html">
1.111   ! bentley    10: <style>
        !            11: #sourcecode h3 {
        !            12:        color: var(--red);
        !            13: }
        !            14:
        !            15: #sourcecode p {
        !            16:        margin-left: 2.75em;
        !            17: }
        !            18:
        !            19: #sourcecode blockquote {
        !            20:        margin-left: 4.5em;
        !            21: }
        !            22: </style>
1.1       deraadt    23:
1.111   ! bentley    24: <h2 id=OpenBSD>
1.1       deraadt    25: <a href="index.html">
1.111   ! bentley    26: <i>Open</i><b>BSD</b></a>
        !            27: 4.1
1.105     tj         28: </h2>
1.1       deraadt    29:
1.111   ! bentley    30: <table>
        !            31: <tr>
        !            32: <td>
1.85      deraadt    33: <a href="images/openbsd41_cover.gif">
1.111   ! bentley    34: <img width="227" height="343"
        !            35: src="images/PuffyBaba.jpg" alt="Puffy Baba"></a>
        !            36: <td>
1.91      jj         37: Released May 1, 2007<br>
1.1       deraadt    38: Copyright 1997-2007, Theo de Raadt.<br>
1.111   ! bentley    39: <cite class=isbn>ISBN 978-0-9731791-9-4</cite>
1.1       deraadt    40: <br>
1.102     deraadt    41: 4.1 Song: <a href="lyrics.html#41">"Puffy Baba and the 40 Vendors"</a>
1.110     deraadt    42: <br>
                     43: <br>
1.1       deraadt    44: <ul>
                     45: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     46:     a list of mirror machines.
1.111   ! bentley    47: <li>Go to the <code class=reldir>pub/OpenBSD/4.1/</code> directory on
1.1       deraadt    48:     one of the mirror sites.
1.10      deraadt    49: <li>Have a look at <a href="errata41.html">The 4.1 Errata page</a> for a list
1.1       deraadt    50:     of bugs and workarounds.
1.9       deraadt    51: <li>See a <a href="plus41.html">detailed log of changes</a> between the
1.1       deraadt    52:     4.0 and 4.1 releases.
                     53: </ul>
1.105     tj         54: <p>
                     55: All applicable copyrights and credits are in the src.tar.gz,
                     56: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     57: files fetched via ports.tar.gz.
1.111   ! bentley    58: </table>
1.105     tj         59:
                     60: <hr>
1.1       deraadt    61:
1.111   ! bentley    62: <section id=new>
        !            63: <h3>What's New</h3>
        !            64:
1.1       deraadt    65: <p>
                     66: This is a partial list of new features and systems included in OpenBSD 4.1.
1.9       deraadt    67: For a comprehensive list, see the <a href="plus41.html">changelog</a> leading
1.1       deraadt    68: to 4.1.
                     69: <p>
                     70:
                     71: <ul>
                     72:
                     73: <li>New/extended platforms:
                     74: <ul>
1.4       dlg        75: <li><a href="landisk.html">OpenBSD/landisk</a>.<br>
1.2       deraadt    76:     Various SH4-based appliances, made by IO-Data and resold by Plextor.
1.1       deraadt    77: <li><a href="sparc64.html">OpenBSD/sparc64</a>.<br>
1.31      kettenis   78:     UltraSPARC III based machines are now supported even better, and
                     79:     run at full speed now!
1.1       deraadt    80: </ul>
                     81: <p>
                     82:
1.6       deraadt    83: <li>Removed platforms:
                     84: <ul>
                     85: <li><a href="cats.html">OpenBSD/cats</a>.<br>
1.14      henning    86:     Because the machines are very hard to find, and the developers
1.6       deraadt    87:     hate them.
                     88: </ul>
                     89: <p>
                     90:
1.1       deraadt    91: <li>Improved hardware support, including:
                     92: <ul>
1.7       dlg        93: <li>New USB client controller support:
                     94: <ul>
                     95: <li>Support for the USB client functionality in the
1.111   ! bentley    96: <a href="https://man.openbsd.org/zaurus/pxaudc.4">pxaudc(4)</a> driver on the Zaurus.
        !            97: <li>New <a href="https://man.openbsd.org/usbf.4">usbf(4)</a> midlayer for USB Client controllers.
        !            98: <li>New <a href="https://man.openbsd.org/cdcef.4">cdcef(4)</a> driver for providing a CDCE function on USB client controllers.
        !            99: </ul>
        !           100: <li>New <a href="https://man.openbsd.org/cas.4">cas(4)</a> driver for Sun Cassini 10/100/Gigabit Ethernet devices.
        !           101: <li>New <a href="https://man.openbsd.org/uow.4">uow(4)</a> driver for Maxim/Dallas DS2490 USB 1-Wire devices.
        !           102: <li>New <a href="https://man.openbsd.org/owsbm.4">owsbm(4)</a> driver for 1-Wire smart battery monitor devices.
        !           103: <li>New <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> driver for ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network devices.
        !           104: <li>New <a href="https://man.openbsd.org/moscom.4">moscom(4)</a> driver for MosChip Semiconductor MCS7703 based USB serial adapters.
        !           105: <li>New <a href="https://man.openbsd.org/i386/glxsb.4">glxsb(4)</a> driver for hardware random numbers and AES acceleration on the AMD Geode LX processor.
        !           106: <li>New <a href="https://man.openbsd.org/vic.4">vic(4)</a> driver for VMware VMXnet Virtual Interface Controllers.
        !           107: <li>New <a href="https://man.openbsd.org/malo.4">malo(4)</a> driver for  Marvell Libertas IEEE 802.11b/g wireless network devices.
        !           108: <li>New <a href="https://man.openbsd.org/pwdog.4">pwdog(4)</a> driver for Quancom PWDOG1 watchdog timer devices.
        !           109: <li>New <a href="https://man.openbsd.org/uberry.4">uberry(4)</a> driver for Research In Motion Blackberry devices.
        !           110: <li>New <a href="https://man.openbsd.org/mbg.4">mbg(4)</a> driver for Meinberg Funkuhren radio clocks.
        !           111: <li>New <a href="https://man.openbsd.org/macppc/mesh.4">mesh(4)</a> driver for the on-board SCSI controller of old world Apple Power Macintosh systems.
        !           112: <li>New <a href="https://man.openbsd.org/macppc/mc.4">mc(4)</a> driver for the on-board Ethernet of many old world Apple Power Macintosh systems
        !           113: <li>Improved <a href="https://man.openbsd.org/msk.4">msk(4)</a> driver now supports many more Marvell Yukon-2 variants including dual port cards and fiber cards.
        !           114: <li>The <a href="https://man.openbsd.org/gem.4">gem(4)</a> driver now supports fiber cards.
1.37      tom       115: <li>The <a href="amd64.html">OpenBSD/amd64</a>
1.35      otto      116: platform now has more accurate and robust time keeping.
1.37      tom       117: <li>The <a href="i386.html">OpenBSD/i386</a>
1.111   ! bentley   118: <a href="https://man.openbsd.org/i386/boot.8">boot(8)</a>
1.37      tom       119: program now works properly on Intel-based Macs.
1.111   ! bentley   120: <li>The <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> driver has had support added for newer chipsets, including:
1.48      jasper    121: <ul>
1.75      tom       122: <li>AMD CS5536 IDE;
                    123: </li><li>Intel i31244;
                    124: </li><li>NVIDIA MCP67 PATA, MCP67 SATA.
1.48      jasper    125: </li></ul>
1.111   ! bentley   126: <li>The <a href="https://man.openbsd.org/com.4">com(4)</a> driver now supports ST16C654 devices.
        !           127: <li>The <a href="https://man.openbsd.org/adt.4">adt(4)</a> driver supports some newer chipsets, such as the ADT7475.
1.84      gwk       128: <li>The <a href="macppc.html">OpenBSD/macppc</a> platform now automatically turns the machine back on following an unexpected loss of power.
                    129: <li>boot.mac an XCOFF formated boot loader for <a href="macppc.html">OpenBSD/macppc</a> capable of booting on many old world macs.
1.1       deraadt   130: </ul>
                    131: <p>
                    132:
                    133: <li>New tools:
                    134: <ul>
1.111   ! bentley   135: <li>BSD-licensed <a href="https://man.openbsd.org/pkg-config.1">pkg-config(1)</a>, a complete rewrite of the GNU tool of
1.70      deraadt   136: the same name, significantly smaller and more maintainable.
1.111   ! bentley   137: <li><a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, a layer 3 and layer 7 server load balancing daemon with host monitoring capacities.
        !           138: <li>new BSD-licensed <a href="https://man.openbsd.org/ripd.8">ripd(8)</a>.
        !           139: <li><a href="https://man.openbsd.org/bgplg.8">bgplg(8)</a>, a CGI looking glass for OpenBGPD, is now available for use with the system httpd.
        !           140: <li><a href="https://man.openbsd.org/bgplgsh.8">bgplgsh(8)</a>, a looking glass shell for OpenBGPD, is now available for use as a restricted read-only command line interface.
1.1       deraadt   141: </ul>
                    142: <p>
                    143:
                    144: <li>New functionality:
                    145: <ul>
1.111   ! bentley   146: <li><a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>
1.27      henning   147:     can now pipe logs directly to other programs, making real-time log analysis easier.
1.70      deraadt   148: <li>The IP_RECVTTL
1.111   ! bentley   149: <a href="https://man.openbsd.org/ip.4">ip(4)</a>
1.21      henning   150: socket option allows programs to receive the incoming ttl on raw and udp sockets.
1.70      deraadt   151: <li>The IP_MINTTL
1.111   ! bentley   152: <a href="https://man.openbsd.org/ip.4">ip(4)</a>
1.21      henning   153: socket option allows programs to ask the kernel to discard any packets with a ttl
1.29      henning   154: smaller than the given one, for implementing the IP TTL security hack aka the Generalized
1.21      henning   155: TTL Security Mechanism specified in RFC 3682.
1.70      deraadt   156: <li>Multiple, independent routing tables, with
1.111   ! bentley   157: <a href="https://man.openbsd.org/pf.4">pf(4)</a>
1.23      henning   158: acting as selector.
1.111   ! bentley   159: <a href="https://man.openbsd.org/route.8">route(8)</a>
1.23      henning   160: can be told which table to work with now, and routing daemons have been modified to
                    161: cope as well.
1.70      deraadt   162: <li>The
1.111   ! bentley   163: <a href="https://man.openbsd.org/pflog.4">pflog(4)</a>
1.23      henning   164: interface is now clonable.
1.111   ! bentley   165: <a href="https://man.openbsd.org/pf.4">pf(4)</a>
1.23      henning   166: can log to multiple pflog interfaces now, each rule can specify which pflog interface
                    167: to log to.
1.111   ! bentley   168: <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> and
        !           169: <a href="https://man.openbsd.org/spamlogd.8">spamlogd(8)</a>
1.23      henning   170: can now be told which pflog interface to work with.
1.70      deraadt   171: <li>The
1.111   ! bentley   172: <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a>
1.23      henning   173: interface is now clonable as well, thus only there when actually needed.
1.24      henning   174: <li>
1.111   ! bentley   175: <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>
1.24      henning   176: can now expire table entries.
1.111   ! bentley   177: <li><i>keep state</i> is now the default for <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> rules, as is the <i>flags S/SA</i> option on TCP connections. <i>no state</i> and <i>flags any</i> can be used to disable stateful filtering or TCP flags checking.
        !           178: <li>The <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> ruleset optimiser can be enabled in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>.
        !           179: <li><a href="https://man.openbsd.org/pf.4">pf(4)</a> anchors can now be loaded inline in the main <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> and can be printed recursively.
1.70      deraadt   180: <li>Allow
1.111   ! bentley   181: <a href="https://man.openbsd.org/pf.4">pf(4)</a>
1.70      deraadt   182:     rules inside anchors to have their counters reset, and make counter read
                    183:     &amp; reset an atomic operation.
1.24      henning   184: <li>
1.111   ! bentley   185: <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a>
1.24      henning   186: dampens status changes now, thus not alerting for a single wrong sensor read, since many
                    187: sensors lie once in a while.
1.46      beck      188: <li>
1.111   ! bentley   189: <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> and
        !           190: <a href="https://man.openbsd.org/spamlogd.8">spamlogd(8)</a> now support synchronisation of the greylist database across multiple hosts. The greytrapping mechanism now allows for whole domain traps, and noticing out of order MX use.
1.51      beck      191: <li>
1.111   ! bentley   192: <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> database format has changed from DB_BTREE to DB_HASH for much better performance on large installations with big databases.
1.66      reyk      193: <li>
                    194: The
1.111   ! bentley   195: <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> driver and the
        !           196: <a href="https://man.openbsd.org/brconfig.8">brconfig(8)</a> tool now support
1.66      reyk      197: the Rapid Spanning Tree Protocol (RSTP).
                    198: The new RSTP mode is now used by default when enabled with the <em>stp</em> option.
1.111   ! bentley   199: <li><a href="https://man.openbsd.org/cd.4">cd(4)</a> now supports reading from region protected DVDs.
1.77      krw       200: <li>Detect
1.111   ! bentley   201: <a href="https://man.openbsd.org/mount_msdos.8">MS-DOS filesystems</a>
1.77      krw       202: and spoof disklabel partitions for them even when there is no MBR, e.g. on some newer iPods.
1.1       deraadt   203: </ul>
                    204: <p>
                    205: <li>Assorted improvements and code cleanup:
                    206: <ul>
1.111   ! bentley   207: <li>The <a href="https://man.openbsd.org/fsck_ffs.8">fsck_ffs(8)</a>
1.25      otto      208: command has been improved to be more robust to various forms of inode and
                    209: superblock corruption.
1.111   ! bentley   210: <li>The <a href="https://man.openbsd.org/top.1">top(1)</a>
1.25      otto      211: command got some new ways of filtering the display.
1.111   ! bentley   212: <li><a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a>
1.36      kurt      213: file descriptor handling has been improved to eliminate several race and deadlock conditions and improve performance.
1.111   ! bentley   214: <li>The <a href="https://man.openbsd.org/mount_msdos.8">MS-DOS filesystem</a>
1.38      tom       215: has had a potential corruption issue fixed, and is more reliable when given
                    216: a corrupted filesystem to mount.
1.111   ! bentley   217: <li>The <a href="https://man.openbsd.org/mount_msdos.8">MS-DOS filesystem</a>
1.76      krw       218: and the
1.111   ! bentley   219: <a href="https://man.openbsd.org/i386/fdisk.8">fdisk(8)</a>
1.76      krw       220: command have been enhanced to work on devices with 2048 byte sectors,
                    221: e.g. newer iPods.
1.111   ! bentley   222: <li>The <a href="https://man.openbsd.org/rcs.1">OpenRCS</a> tools
1.54      niallo    223: are smarter at handling files, especially when dealing with binary files.
                    224: GNU RCS compatibility has also been improved.
1.111   ! bentley   225: <li>The <a href="https://man.openbsd.org/mg.1">mg(1)</a>
1.56      jasper    226: editor now displays column numbers in the status bar.  It has also
                    227: received several improvements which make it more reliable: line
                    228: numbers, file insertions, and search wrapping all now work as
1.55      jasper    229: expected.
1.111   ! bentley   230: <li>The <a href="https://man.openbsd.org/systat.1">systat(1)</a>
1.63      deanna    231: command has a cleaner look, and a display was added for hardware sensors.
1.68      kettenis  232: <li>The <a href="alpha.html">OpenBSD/alpha</a> platform now uses gcc3.
1.77      krw       233: <li>Improved support for usb attached cd drives and ever more odd
1.111   ! bentley   234: <a href="https://man.openbsd.org/umass.4">umass(4)</a>
1.79      jmc       235: devices.
1.77      krw       236: <li>Don't treat NetBSD or FreeBSD MBR partitions as substitutes for an OpenBSD partition. i.e. don't try to boot from them or use them to store OpenBSD disklabels.
1.47      niallo    237: </ul>
1.1       deraadt   238: <p>
                    239:
1.88      aanriot   240: <li>Install/Upgrade process changes:
1.1       deraadt   241: <ul>
1.70      deraadt   242: <li>More reliable detection of disk and cd devices.
                    243: <li>More reliable installation from MSDOS FAT partitions.
                    244: <li>New sanity check in case sets for the wrong architecture are selected.
                    245: <li>No need to specify the filesystem types of source partitions during disk
                    246:     or cd installs.
                    247: <li>No need to select a source partition during disk or cd installs when
                    248:     there is only one to choose from.
1.1       deraadt   249: </ul>
                    250: <p>
                    251:
1.17      henning   252: <li>OpenBGPD 4.1:
                    253: <ul>
1.79      jmc       254: <li>Fixes for sessions with tcp md5sig and ipsec. Now sessions can be migrated
1.70      deraadt   255:     from and to any form of ipsec and tcpmd5 with just a simple
                    256:     <em>bgpctl reload</em>, and the session migrates the next time it gets
                    257:     established.
                    258: <li>Include file support in the config parser.
                    259: <li>Can now use the new IP_MINTTL socket option to implement the ttl security
                    260:     mechanism.
1.17      henning   261: </ul>
                    262: <p>
                    263:
1.78      claudio   264: <li>OpenOSPFD 4.1:
                    265: <ul>
                    266: <li>Reload support added. It is no longer needed to restart ospfd after a
                    267:     configuration change.
                    268: <li>Multiple networks per interface are now supported.
                    269: <li>It is now possible to specify the route metric and type for each
                    270:     redistribution rule.
                    271: </ul>
                    272: <p>
                    273:
1.17      henning   274: <li>OpenNTPD 4.1:
                    275: <ul>
1.70      deraadt   276: <li>Greatly improved support for timedelta sensors.
1.111   ! bentley   277: <li><a href="https://man.openbsd.org/ntpd.8">ntpd</a>
1.70      deraadt   278:     now uses a strictly monotonically increasing time (uptime, basically)
                    279:     for its internal timers, so setting the system clock doesn't influence
                    280:     query rates, trust levels, etc. any more.
1.17      henning   281: </ul>
                    282: <p>
                    283:
1.86      djm       284: <li>OpenSSH 4.6:
                    285: <ul>
1.111   ! bentley   286: <li><a href="https://man.openbsd.org/sshd.8">sshd</a>
1.86      djm       287:     now allows the enabling and disabling of authentication
                    288:     methods on a per user, group, host and network basis via the
                    289:     <em>Match</em> directive in
1.111   ! bentley   290:     <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
1.86      djm       291: </ul>
                    292: <p>
                    293:
1.71      pvalchev  294: <li>Over 4200 ports, 4000 pre-built packages (for i386), minor robustness improvements
1.40      espie     295: in package tools. Some highlights:
                    296: <ul>
                    297: <li>gstreamer-0.10 tools.
                    298: <li>OpenOffice.org package, available through ftp for size reasons.
                    299: <li>KDE 3.5.6 and koffice 1.6.2.
1.45      espie     300: <li>a large (&gt; 500) number of new/updated perl modules, from CPAN, including
                    301: most of the catalyst web framework.
1.42      bernd     302: <li>NetBeans 5.5 Java IDE.
1.43      jasper    303: <li>updated Linux emulation support by using Fedora Core libraries.
1.44      jasper    304: <li>Mozilla Firefox 2.0.0.2 (with translations).
                    305: <li>PostgreSQL 8.2.3.
1.40      espie     306: </ul>
1.1       deraadt   307: <p>
                    308:
                    309: <li>As usual, steady improvements in manual pages and other documentation.
                    310: <p>
                    311:
                    312: <li>The system includes the following major components from outside suppliers:
                    313: <ul>
                    314: <li>X.Org 6.9.0 (+ patches, and i386 contains XFree86 3.3.6 servers
                    315: (+ patches) for legacy chipsets not supported by X.Org)
                    316: <li>Gcc 2.95.3
1.111   ! bentley   317: (+ <a href="https://man.openbsd.org/gcc-local.1">patches</a>)
1.1       deraadt   318: and 3.3.5
1.111   ! bentley   319: (+ <a href="https://man.openbsd.org/gcc-local.1">patches</a>)
1.1       deraadt   320: <li>Perl 5.8.8 (+ patches)
1.15      henning   321: <li>our improved and secured version of Apache 1.3, with SSL/TLS and DSO support
1.1       deraadt   322: <li>OpenSSL 0.9.7j (+ patches)
                    323: <li>Groff 1.15
1.11      david     324: <li>Sendmail 8.14.0, with libmilter
                    325: <li>Bind 9.3.4 (+ patches)
1.1       deraadt   326: <li>Lynx 2.8.5rel.4 with HTTPS and IPv6 support (+ patches)
                    327: <li>Sudo 1.6.8p9
                    328: <li>Ncurses 5.2
                    329: <li>Latest KAME IPv6
                    330: <li>Heimdal 0.7.2 (+ patches)
                    331: <li>Arla 0.35.7
                    332: <li>Binutils 2.15 (+ patches)
                    333: <li>Gdb 6.3 (+ patches)
                    334: </ul>
                    335:
                    336: </ul>
1.111   ! bentley   337: </section>
1.1       deraadt   338:
                    339: <hr>
1.111   ! bentley   340:
        !           341: <section id=install>
        !           342: <h3>How to install</h3>
        !           343:
1.1       deraadt   344: <p>
                    345: Following this are the instructions which you would have on a piece of
                    346: paper if you had purchased a CDROM set instead of doing an alternate
                    347: form of install.  The instructions for doing an FTP (or other style
                    348: of) install are very similar; the CDROM instructions are left intact
                    349: so that you can see how much easier it would have been if you had
                    350: purchased a CDROM instead.
                    351: <p>
                    352:
                    353: <hr>
                    354: Please refer to the following files on the three CDROMs or FTP mirror for
                    355: extensive details on how to install OpenBSD 4.1 on your machine:
                    356: <p>
                    357: <ul>
                    358: <li>CD1:4.1/i386/INSTALL.i386
                    359: <p>
                    360: <li>CD2:4.1/amd64/INSTALL.amd64
                    361: <li>CD2:4.1/macppc/INSTALL.macppc
                    362: <p>
                    363: <li>CD3:4.1/sparc/INSTALL.sparc
                    364: <li>CD3:4.1/sparc64/INSTALL.sparc64
                    365: <p>
                    366: <li>FTP:.../OpenBSD/4.1/alpha/INSTALL.alpha
                    367: <li>FTP:.../OpenBSD/4.1/armish/INSTALL.armish
                    368: <li>FTP:.../OpenBSD/4.1/hp300/INSTALL.hp300
                    369: <li>FTP:.../OpenBSD/4.1/hppa/INSTALL.hppa
1.3       deraadt   370: <li>FTP:.../OpenBSD/4.1/landisk/INSTALL.landisk
1.1       deraadt   371: <li>FTP:.../OpenBSD/4.1/luna88k/INSTALL.luna88k
                    372: <li>FTP:.../OpenBSD/4.1/mac68k/INSTALL.mac68k
                    373: <li>FTP:.../OpenBSD/4.1/mvme68k/INSTALL.mvme68k
                    374: <li>FTP:.../OpenBSD/4.1/mvme88k/INSTALL.mvme88k
                    375: <li>FTP:.../OpenBSD/4.1/sgi/INSTALL.sgi
                    376: <li>FTP:.../OpenBSD/4.1/vax/INSTALL.vax
                    377: <li>FTP:.../OpenBSD/4.1/zaurus/INSTALL.zaurus
                    378: </ul>
1.111   ! bentley   379: </section>
        !           380:
1.1       deraadt   381: <hr>
                    382:
1.111   ! bentley   383: <section id=quickinstall>
        !           384:
1.1       deraadt   385: <p>
                    386: Quick installer information for people familiar with OpenBSD, and the
                    387: use of the "disklabel -E" command.  If you are at all confused when
                    388: installing OpenBSD, read the relevant INSTALL.* file as listed above!
1.111   ! bentley   389:
        !           390: <h3>OpenBSD/i386:</h3>
        !           391:
1.1       deraadt   392: <p>
                    393: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    394: release is on CD1. If your BIOS does not support booting from CD, you will need
                    395: to create a boot floppy to install from. To create a boot floppy write
                    396: <i>CD1:4.1/i386/floppy41.fs</i> to a floppy and boot via the floppy drive.
                    397:
                    398: <p>
                    399: Use <i>CD1:4.1/i386/floppyB41.fs</i> instead for greater SCSI controller
                    400: support, or <i>CD1:4.1/i386/floppyC41.fs</i> for better laptop support.
                    401:
                    402: <p>
                    403: If you can't boot from a CD or a floppy disk,
                    404: you can install across the network using PXE as described in
                    405: the included INSTALL.i386 document.
                    406:
                    407: <p>
                    408: If you are planning on dual booting OpenBSD with another OS, you will need to
                    409: read INSTALL.i386.
                    410:
                    411: <p>
                    412: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    413: at <i>CD1:4.1/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    414: use the
1.111   ! bentley   415: <a href="https://man.openbsd.org/dd.1">dd(1)</a>
1.1       deraadt   416: utility. The following is an example usage of
1.111   ! bentley   417: <a href="https://man.openbsd.org/dd.1">dd(1)</a>,
1.1       deraadt   418: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    419: &quot;rfd0a&quot;.
                    420:
1.111   ! bentley   421: <blockquote><pre>
1.1       deraadt   422: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
1.111   ! bentley   423: </pre></blockquote>
1.1       deraadt   424:
                    425: <p>
                    426: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    427: your install will most likely fail. For more information on creating a boot
                    428: floppy and installing OpenBSD/i386 please refer to
1.106     tj        429: <a href="faq/faq4.html#MkFlop">this page</a>.
1.111   ! bentley   430:
        !           431: <h3>OpenBSD/amd64:</h3>
1.1       deraadt   432:
                    433: <p>
                    434: The 4.1 release of OpenBSD/amd64 is located on CD2.
                    435: Boot from the CD to begin the install - you may need to adjust
                    436: your BIOS options first.
                    437: If you can't boot from the CD, you can create a boot floppy to install from.
                    438: To do this, write <i>CD2:4.1/amd64/floppy41.fs</i> to a floppy, then
                    439: boot from the floppy drive.
                    440:
                    441: <p>
                    442: If you can't boot from a CD or a floppy disk,
                    443: you can install across the network using PXE as described in the included
                    444: INSTALL.amd64 document.
                    445:
                    446: <p>
                    447: If you are planning to dual boot OpenBSD with another OS, you will need to
                    448: read INSTALL.amd64.
1.111   ! bentley   449:
        !           450: <h3>OpenBSD/macppc:</h3>
1.1       deraadt   451:
                    452: <p>
                    453: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    454: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    455:
                    456: <p>
                    457: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    458: /4.1/macppc/bsd.rd</i>
1.111   ! bentley   459:
        !           460: <h3>OpenBSD/sparc:</h3>
1.1       deraadt   461:
                    462: <p>
                    463: The 4.1 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
                    464: can use one of the two commands listed below, depending on the version of your
                    465: ROM.
                    466:
1.111   ! bentley   467: <blockquote><pre>
        !           468: ok <kbd>boot cdrom 4.1/sparc/bsd.rd</kbd>
1.1       deraadt   469: or
1.111   ! bentley   470: > <kbd>b sd(0,6,0)4.1/sparc/bsd.rd</kbd>
        !           471: </pre></blockquote>
1.1       deraadt   472:
                    473: <p>
                    474: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    475: To do so you need to write <i>CD3:4.1/sparc/floppy41.fs</i> to a floppy.
1.106     tj        476: For more information see <a href="faq/faq4.html#MkFlop">this page</a>.
1.1       deraadt   477: To boot from the floppy use one of the two commands listed below,
                    478: depending on the version of your ROM.
                    479:
1.111   ! bentley   480: <blockquote><pre>
        !           481: ok <kbd>boot floppy</kbd>
1.1       deraadt   482: or
1.111   ! bentley   483: > <kbd>b fd()</kbd>
        !           484: </pre></blockquote>
1.1       deraadt   485:
                    486: <p>
                    487: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    488: will most likely fail.
                    489:
                    490: <p>
                    491: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    492: setup a bootable tape, or install via network, as told in the
                    493: INSTALL.sparc file.
1.111   ! bentley   494:
        !           495: <h3>OpenBSD/sparc64:</h3>
1.1       deraadt   496:
                    497: <p>
                    498: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    499:
                    500: <p>
                    501: If this doesn't work, or if you don't have a CDROM drive, you can write
                    502: <i>CD3:4.1/sparc64/floppy41.fs</i> or <i>CD3:4.1/sparc64/floppyB41.fs</i>
                    503: (depending on your machine) to a floppy and boot it with <i>boot
                    504: floppy</i>. Refer to INSTALL.sparc64 for details.
                    505:
                    506: <p>
                    507: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    508: will most likely fail.
                    509:
                    510: <p>
                    511: You can also write <i>CD3:4.1/sparc64/miniroot41.fs</i> to the swap partition on
                    512: the disk and boot with <i>boot disk:b</i>.
                    513:
                    514: <p>
                    515: If nothing works, you can boot over the network as described in INSTALL.sparc64.
1.111   ! bentley   516:
        !           517: <h3>OpenBSD/alpha:</h3>
1.1       deraadt   518:
                    519: <p>
1.111   ! bentley   520: Write <i>FTP:4.1/alpha/floppy41.fs</i> or
1.1       deraadt   521: <i>FTP:4.1/alpha/floppyB41.fs</i> (depending on your machine) to a diskette and
                    522: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    523:
                    524: <p>
                    525: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    526: will most likely fail.
                    527:
1.111   ! bentley   528: <h3>OpenBSD/armish:</h3>
1.1       deraadt   529:
                    530: <p>
                    531: After connecting a serial port, Thecus can boot directly from the network
                    532: either tftp or http. Configure the network using fconfig, reset,
                    533: then load bsd.rd, see INSTALL.armish for specific details.
                    534: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    535: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    536: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    537: More details are available in INSTALL.armish.
1.111   ! bentley   538:
        !           539: <h3>OpenBSD/hp300:</h3>
1.1       deraadt   540:
                    541: <p>
1.3       deraadt   542: Boot over the network by following the instructions in INSTALL.hp300.
1.1       deraadt   543:
1.111   ! bentley   544: <h3>OpenBSD/hppa:</h3>
        !           545:
1.1       deraadt   546: <p>
1.3       deraadt   547: Boot over the network by following the instructions in INSTALL.hppa or the
                    548: <a href="hppa.html#install">hppa platform page</a>.
1.111   ! bentley   549:
        !           550: <h3>OpenBSD/landisk:</h3>
1.1       deraadt   551:
                    552: <p>
1.3       deraadt   553: Write <i>CD3:4.1/landisk/miniroot41.fs</i> to the start of the CF
                    554: or disk, and boot normally.
1.1       deraadt   555:
1.111   ! bentley   556: <h3>OpenBSD/luna88k:</h3>
        !           557:
1.1       deraadt   558: <p>
                    559: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    560: Alternatively, you can create a bootable tape and boot from it. Refer to
                    561: the instructions in INSTALL.luna88k for more details.
                    562:
1.111   ! bentley   563: <h3>OpenBSD/mac68k:</h3>
        !           564:
1.1       deraadt   565: <p>
                    566: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
                    567: <i>FTP:4.1/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
                    568: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    569: Refer to the instructions in INSTALL.mac68k for more details.
1.111   ! bentley   570:
        !           571: <h3>OpenBSD/mvme68k:</h3>
1.1       deraadt   572:
                    573: <p>
                    574: You can create a bootable installation tape or boot over the network.<br>
                    575: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    576: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    577: for more details.
                    578:
1.111   ! bentley   579: <h3>OpenBSD/mvme88k:</h3>
        !           580:
1.1       deraadt   581: <p>
                    582: You can create a bootable installation tape or boot over the network.<br>
                    583: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    584: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    585: for more details.
1.111   ! bentley   586:
        !           587: <h3>OpenBSD/sgi:</h3>
1.1       deraadt   588:
                    589: <p>
                    590: Burn cd41.iso on a CD-R, put it in the CD drive of your machine and
                    591: select <i>Install System Software</i> from the System Maintenance menu.
                    592:
                    593: <p>
                    594: If your machine doesn't have a CD drive, you can
                    595: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    596: Refer to the instructions in INSTALL.sgi for more details.
1.111   ! bentley   597:
        !           598: <h3>OpenBSD/vax:</h3>
1.1       deraadt   599:
                    600: <p>
                    601: Boot over the network via mopbooting as described in INSTALL.vax.
                    602:
1.111   ! bentley   603: <h3>OpenBSD/zaurus:</h3>
        !           604:
1.1       deraadt   605: <p>
                    606: Using the Linux built-in graphical ipkg installer, install the
                    607: openbsd41_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    608: for a few important details.
1.111   ! bentley   609:
        !           610: </section>
        !           611:
        !           612: <section id=sourcecode>
        !           613: <h3>Notes about the source code:</h3>
1.1       deraadt   614:
                    615: <p>
                    616: src.tar.gz contains a source archive starting at /usr/src.  This file
                    617: contains everything you need except for the kernel sources, which are
                    618: in a separate archive.  To extract:
1.111   ! bentley   619:
        !           620: <blockquote><pre>
        !           621: # <kbd>mkdir -p /usr/src</kbd>
        !           622: # <kbd>cd /usr/src</kbd>
        !           623: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
        !           624: </pre></blockquote>
        !           625:
1.1       deraadt   626: <p>
                    627: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    628: This file contains all the kernel sources you need to rebuild kernels.
                    629: To extract:
1.111   ! bentley   630:
        !           631: <blockquote><pre>
        !           632: # <kbd>mkdir -p /usr/src/sys</kbd>
        !           633: # <kbd>cd /usr/src</kbd>
1.1       deraadt   634: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
1.111   ! bentley   635: </pre></blockquote>
        !           636:
1.1       deraadt   637: <p>
                    638: Both of these trees are a regular CVS checkout.  Using these trees it
                    639: is possible to get a head-start on using the anoncvs servers as
                    640: described <a href="anoncvs.html">here</a>.
                    641: Using these files
                    642: results in a much faster initial CVS update than you could expect from
                    643: a fresh checkout of the full OpenBSD source tree.
                    644:
1.111   ! bentley   645: </section>
        !           646:
1.1       deraadt   647: <hr>
1.111   ! bentley   648:
        !           649: <section id=upgrade>
        !           650: <h3>How to upgrade</h3>
1.1       deraadt   651: <p>
                    652: If you already have an OpenBSD 4.0 system, and do not want to reinstall,
                    653: upgrade instructions and advice can be found in the
                    654: <a href="faq/upgrade41.html">Upgrade Guide</a>.
1.111   ! bentley   655: </section>
1.1       deraadt   656:
                    657: <hr>
1.111   ! bentley   658:
        !           659: <section id=ports>
        !           660: <h3>Ports Tree</h3>
1.1       deraadt   661: <p>
                    662: A ports tree archive is also provided.  To extract:
                    663: <p>
1.111   ! bentley   664: <blockquote><pre>
        !           665: # <kbd>cd /usr</kbd>
        !           666: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
        !           667: # <kbd>cd ports</kbd>
        !           668: </pre></blockquote>
1.1       deraadt   669: <p>
                    670: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.92      jasper    671: read the <a href="faq/faq15.html">ports</a> page
1.1       deraadt   672: if you know nothing about ports
                    673: at this point.  This text is not a manual of how to use ports.
                    674: Rather, it is a set of notes meant to kickstart the user on the
                    675: OpenBSD ports system.
                    676: <p>
                    677: The <i>ports/</i> directory represents a CVS (see the manpage for
1.111   ! bentley   678: <a href="https://man.openbsd.org/cvs.1">
1.1       deraadt   679: cvs(1)</a> if
                    680: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    681: source tree, our ports tree is available via anoncvs.  So, in
                    682: order to keep current with it, you must make the <i>ports/</i> tree
                    683: available on a read-write medium and update the tree with a command
                    684: like:
                    685: <p>
1.111   ! bentley   686: <blockquote><pre>
1.11      david     687: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_1</strong>
1.111   ! bentley   688: </pre></blockquote>
1.1       deraadt   689: <p>
                    690: [Of course, you must replace the local directory and server name here
                    691: with the location of your ports collection and a nearby anoncvs
                    692: server.]
                    693: <p>
                    694: Note that most ports are available as packages through FTP. Updated
                    695: packages for the 4.1 release will be made available if problems arise.
                    696: <p>
                    697: If you're interested in seeing a port added, would like to help out, or just
                    698: would like to know more, the mailing list ports@openbsd.org is a good
                    699: place to know.
1.111   ! bentley   700: </section>