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

Annotation of www/37.html, Revision 1.86

1.86    ! bentley     1: <!doctype html>
        !             2: <html lang=en id=release>
        !             3: <meta charset=utf-8>
        !             4:
1.67      deraadt     5: <title>OpenBSD 3.7</title>
1.1       henning     6: <meta name="description" content="OpenBSD 3.7">
1.78      tb          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.81      tb          9: <link rel="canonical" href="https://www.openbsd.org/37.html">
1.86    ! 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       henning    23:
1.86    ! bentley    24: <h2 id=OpenBSD>
1.1       henning    25: <a href="index.html">
1.86    ! bentley    26: <i>Open</i><b>BSD</b></a>
        !            27: 3.7
1.78      tb         28: </h2>
1.69      deraadt    29:
1.86    ! bentley    30: <table>
        !            31: <tr>
        !            32: <td>
1.17      deraadt    33: <a href="images/Wizard.jpg">
1.86    ! bentley    34: <img width="255" height="343"
        !            35: src="images/Wizard.jpg" alt="Wizard"></a>
        !            36: <td>
1.61      david      37: Released May 19, 2005<br>
1.1       henning    38: Copyright 1997-2005, Theo de Raadt.<br>
1.86    ! bentley    39: <cite class=isbn>ISBN 0-9731791-5-5</cite>
1.60      deraadt    40: <br>
1.75      deraadt    41: 3.7 Song: <a href="lyrics.html#37">"The Wizard of OS"</a>
1.85      deraadt    42: <br>
                     43: <br>
1.1       henning    44: <ul>
                     45: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     46:     a list of mirror machines.
1.86    ! bentley    47: <li>Go to the <code class=reldir>pub/OpenBSD/3.7/</code> directory on
1.1       henning    48:     one of the mirror sites.
1.63      deraadt    49: <li>Have a look at <a href="errata37.html">The 3.7 Errata page</a> for a list
1.1       henning    50:     of bugs and workarounds.
                     51: <li>See a <a href="plus37.html">detailed log of changes</a> between the
                     52:     3.6 and 3.7 releases.
                     53: </ul>
1.79      tb         54: <p>
1.78      tb         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.86    ! bentley    58: </table>
1.1       henning    59:
1.78      tb         60: <hr>
1.86    ! bentley    61:
        !            62: <section id=new>
        !            63: <h3>What's New</h3>
        !            64:
1.1       henning    65: <p>
                     66: This is a partial list of new features and systems included in OpenBSD 3.7.
                     67: For a comprehensive list, see the <a href="plus37.html">changelog</a> leading
                     68: to 3.7.
                     69: <p>
                     70:
                     71: <ul>
                     72:
                     73: <li>New platforms:
                     74: <ul>
1.44      niallo     75: <li><a href="zaurus.html">OpenBSD/zaurus</a>.<br>
1.24      deraadt    76: Expanding the arm porting effort by supporting the Sharp Zaurus SL-C3000,
                     77: bringing a secure ssh-capable machine to your pocket.
1.44      niallo     78: <li><a href="sgi.html">OpenBSD/sgi</a>.<br>
1.48      otto       79: A 64-bit port supporting O2 machines with R5000, RM5200, RM7000, R10000
1.49      jaredy     80: and R12000 CPUs.
1.1       henning    81: </ul>
                     82: <p>
1.33      tom        83: <li>Support for a number of much faster 64-bit machines (in 32-bit mode) in
                     84: the <a href="hppa.html">OpenBSD/hppa</a> port.
                     85: <p>
1.1       henning    86:
                     87: <li>Improved hardware support, including:
                     88: <ul>
1.86    ! bentley    89: <li>New <a href="https://man.openbsd.org/i386/ath.4">ath(4)</a>
1.9       pvalchev   90: driver for Atheros IEEE 802.11a/b/g wireless network adapters.
1.86    ! bentley    91: <li>New <a href="https://man.openbsd.org/i386/iwi.4">iwi(4)</a>
1.9       pvalchev   92: driver for Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11a/b/g wireless network adapters.
1.86    ! bentley    93: <li>New <a href="https://man.openbsd.org/i386/ipw.4">ipw(4)</a>
1.9       pvalchev   94: driver for Intel PRO/Wireless 2100 IEEE 802.11b wireless network adapters.
1.86    ! bentley    95: <li>New <a href="https://man.openbsd.org/i386/atu.4">atu(4)</a>
1.9       pvalchev   96: driver for Atmel AT76C50x USB IEEE 802.11b wireless network adapters.
1.86    ! bentley    97: <li>New <a href="https://man.openbsd.org/i386/ral.4">ral(4)</a>
        !            98: and <a href="https://man.openbsd.org/i386/ural.4">ural(4)</a> [USB]
1.15      deraadt    99: drivers for Ralink Technology RT25x0 IEEE 802.11a/b/g wireless network adapters.
1.86    ! bentley   100: <li>New <a href="https://man.openbsd.org/i386/rtw.4">rtw(4)</a>
1.9       pvalchev  101: driver for Realtek 8180 IEEE 802.11b wireless network adapters.
1.86    ! bentley   102: <li>Added support to <a href="https://man.openbsd.org/i386/re.4">re(4)</a>
1.9       pvalchev  103: driver for Realtek 8169 CardBus Ethernet adapters.
1.86    ! bentley   104: <li>New <a href="https://man.openbsd.org/i386/udav.4">udav(4)</a>
1.16      jsg       105: driver for Davicom DM9601 USB Ethernet adapters.
1.86    ! bentley   106: <li>New <a href="https://man.openbsd.org/i386/vge.4">vge(4)</a>
1.9       pvalchev  107: driver for VIA Networking Technologies VT6122 PCI Gigabit Ethernet adapters.
1.86    ! bentley   108: <li>New <a href="https://man.openbsd.org/i386/piixpm.4">piixpm(4)</a>
1.49      jaredy    109: driver for the Intel PIIX Power Management controller.
1.86    ! bentley   110: <li>New <a href="https://man.openbsd.org/i386/ubt.4">ubt(4)</a>
1.49      jaredy    111: driver for USB Bluetooth adapters.
1.1       henning   112: </ul>
                    113: <p>
                    114:
1.21      claudio   115: <li>Many enhancements in the <a href="mac68k.html">OpenBSD/mac68k</a> port.
                    116: <ul>
1.50      tom       117: <li>Switch to a bsd.rd-based install.
1.52      martin    118: <li>Improved interrupt system.
1.86    ! bentley   119: <li>Create partitions with <a href="https://man.openbsd.org/mac68k/pdisk.8">pdisk(8)</a>.
        !           120: <li>Add <a href="https://man.openbsd.org/mac68k/mc.4">mc(4)</a>
1.21      claudio   121: support and enhance
1.86    ! bentley   122: <a href="https://man.openbsd.org/mac68k/zsc.4">zsc(4)</a>
1.21      claudio   123: support.
                    124: </ul>
                    125: <p>
                    126:
1.19      claudio   127: <li>New tools:
                    128: <ul>
1.86    ! bentley   129: <li><a href="https://man.openbsd.org/ospfd">ospfd(8)</a>,
1.83      tb        130: implementing the <a href="https://www.rfc-editor.org/rfc/rfc2328.txt">OSPFv2</a>
1.19      claudio   131: routing protocol.
1.86    ! bentley   132: <li><a href="https://man.openbsd.org/i386/getcap.1">getcap(1)</a>,
1.49      jaredy    133: providing easy access to the capability database.
1.19      claudio   134: </ul>
                    135: <p>
                    136:
1.11      henning   137: <li>New functionality:
                    138: <ul>
1.86    ! bentley   139: <li>Repaired mirroring mode in <a href="https://man.openbsd.org/i386/ccd.4">ccd(4)</a>.
        !           140: <li>Privilege separation for <a href="https://man.openbsd.org/i386/ftpd.8">ftpd(8)</a>.
1.50      tom       141: <li>Bash-style prompt expansion and POSIX hex and octal constants in
1.86    ! bentley   142: <a href="https://man.openbsd.org/i386/ksh.1">ksh(1)</a>.
1.49      jaredy    143: <li>Improved TCP send performance.
1.78      tb        144: <li>Reentrant
1.86    ! bentley   145: <a href="https://man.openbsd.org/i386/getprotobyname_r.3">getproto*_r(3)</a>
1.31      otto      146: and
1.86    ! bentley   147: <a href="https://man.openbsd.org/i386/getservbyname_r.3">getserv*_r(3)</a>
1.31      otto      148: functions.
1.86    ! bentley   149: <li>In-kernel <a href="https://man.openbsd.org/i386/pppoe.4">pppoe(4)</a>
1.49      jaredy    150: support.
1.86    ! bentley   151: <li><a href="https://man.openbsd.org/i386/pim.4">pim(4)</a>
1.59      djm       152: (Protocol Independent Multicast) support added.
1.11      henning   153: </ul>
                    154: <p>
                    155:
1.86    ! bentley   156: <li>New functionality for <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>,
1.10      henning   157: the Network Time Protocol Daemon:
                    158: <ul>
1.56      dtucker   159: <li>ntpd can now set the time immediately on startup itself, eliminating
                    160:     the need to run rdate -n beforehand.
1.34      tom       161: <li>Use median instead of average when collapsing all the peers' offsets
1.43      niallo    162:     into one, greatly improving resistance against falsetickers.
1.49      jaredy    163: <li>Calculate rootdelay, stratum, and precision properly; include these in
1.43      niallo    164:     replies sent out in server mode.
1.49      jaredy    165: <li>Many logging improvements: ntpd is now almost completely silent in normal
1.43      niallo    166:     operation (unless in debug mode, of course).
1.10      henning   167: </ul>
                    168: <p>
                    169:
1.86    ! bentley   170: <li>New functionality for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
1.7       henning   171: the Border Gateway Protocol Daemon:
                    172: <ul>
                    173: <li>Allow sessions to depend on a CARP interface's master/backup state,
1.43      niallo    174:     reducing failover times in redundant setups.
1.7       henning   175: <li>Lower latency for requests from other peers or bgpctl while under heavy
1.49      jaredy    176:     load, e.g. initial table transfer when a session comes up.
1.7       henning   177: <li>Allow for the peer descriptions to be used in bgpctl commands where
1.49      jaredy    178:     previously only their IPs were allowed.
1.7       henning   179: <li>Allow bgpd to not prepend its own AS number and to not modify the nexthop
1.43      niallo    180:     on updates sent out.
1.7       henning   181: <li>Show associated interfaces and their state on &quot;show nexthop&quot;,
1.43      niallo    182:     to help pointing out why nexthops are invalid.
1.49      jaredy    183: <li>Allow for relative metrics modification, i.e.
1.43      niallo    184:     &quot;set localpref +20&quot;.
1.7       henning   185: </ul>
                    186: <p>
                    187:
1.86    ! bentley   188: <li>New functionality and improvements for <a href="https://man.openbsd.org/pf.4">pf(4)</a>, the packet filter:
1.57      deraadt   189: <ul>
1.86    ! bentley   190: <li>Improved <a href="https://man.openbsd.org/carp.4">carp(4)</a>, new <i>carpdev</i> mode for IP-less interfaces.
1.57      deraadt   191: <li>Support limiting TCP connections by establishment rate, automatically
                    192:     adding flooding IP addresses to tables and flushing states
                    193:     (<i>max-src-conn-rate</i>, <i>overload &lt;table&gt;</i>,
                    194:     <i>flush global</i>).
                    195: <li>Improved functionality of tags (<i>tag</i> and <i>tagged</i> for
                    196:     translation rules, tagging of all packets matching state entries).
                    197: <li>Improved diagnostics (error messages and additional counters from
                    198:     <i>pfctl -si</i>).
                    199: <li>New keyword <i>set skip on</i> to skip filtering on arbitrary interfaces,
                    200:     like loopback.
1.86    ! bentley   201: <li>Filtering on <a href="https://man.openbsd.org/route.8">route(8)</a> labels.
1.57      deraadt   202: <li>Several bugfixes improving stability.
                    203: </ul>
                    204: <p>
                    205:
1.86    ! bentley   206: <li>New functionality and improvements for <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>,
1.20      hshoexer  207: the Internet Security Association and Key Management Daemon:
                    208: <ul>
1.30      tom       209: <li>Allow the Address, Network, or Netmask values of the &quot;IPsec-ID&quot;
                    210:     to be specified with an interface name or the keyword &quot;default&quot;
1.43      niallo    211:     (in which case the address is selected based on the default route).
                    212: <li>Improved NAT-T and DPD stability and interoperability.
1.20      hshoexer  213: </ul>
                    214: <p>
                    215:
1.86    ! bentley   216: <li>New functionality and improvements for <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>,
1.54      beck      217: the Spamd Spam Deferral Daemon
                    218: <ul>
                    219: <li> Allow the addition of spamtrap addresses to the spamd database
1.86    ! bentley   220: using <a href="https://man.openbsd.org/spamdb.8">spamdb(8)</a>.
1.54      beck      221: Spamd will automatically blacklist hosts that attempt to deliver mail to a
                    222: spamtrap address while greylisted.
                    223: </ul>
                    224: <p>
                    225:
1.86    ! bentley   226: <li>New functionality and many improvements for the <a href="https://man.openbsd.org/pkg_add.1">package tools</a>:
1.32      henning   227: <ul>
1.40      sturm     228: <li>Major overhaul of the package format, simplifying common tasks like user
1.43      niallo    229:     creation.
                    230: <li>In-place updates of packages with pkg_add -r.
1.46      jolan     231: <li>Progress meters, which make installing big packages a more pleasant
1.43      niallo    232:     experience.
                    233: <li>Reliable dependencies on shared libraries, including the base system.
                    234: <li>Many performance improvements.
1.32      henning   235: </ul>
                    236: <p>
                    237:
1.8       pvalchev  238: <li>Over 3000 ports, 2800 pre-built packages.
1.1       henning   239: <p>
                    240:
1.3       henning   241: <li>Many improvements for security and reliability.
1.27      otto      242: Cleaner source code for
1.86    ! bentley   243:  <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>,
        !           244:  <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>, and many more programs.
1.1       henning   245: <p>
                    246:
                    247: <li>As usual, many improvements in manual pages and other documentation.
                    248: <p>
                    249:
                    250: <li>OpenSSH 4.1:
                    251: <ul>
1.55      dtucker   252: <li>Local, remote and dynamic port forwards may be configured to listen on
                    253:     specific IP addresses.
1.86    ! bentley   254: <li><a href="https://man.openbsd.org/sshd_config.5">
1.58      deraadt   255:     sshd_config(5)</a> now understands
1.55      dtucker   256:     "GatewayPorts clientspecified" to allow client-specified
                    257:     listen addresses in remote port forwards.  The existing
                    258:     behaviour for "yes" and "no" is maintained.
                    259: <li>known_hosts files may be hashed to provide privacy if they are later
                    260:     disclosed.
1.86    ! bentley   261: <li><a href="https://man.openbsd.org/ssh-keygen.1">
1.58      deraadt   262:     ssh-keygen(1)</a> has additional modes to generate and manage hashed
1.55      dtucker   263:     known_hosts files.
                    264: <li>Users will be warned of impending password and account expiry.
                    265: <li>Corrupt keys in authorized_keys are now handled gracefully.
1.86    ! bentley   266: <li><a href="https://man.openbsd.org/sftp.1">
1.58      deraadt   267:     sftp(1)</a> has speed improvements for "ls" and now uses
1.55      dtucker   268:     libedit for command line editing and history.
1.86    ! bentley   269: <li><a href="https://man.openbsd.org/sshd.8">
1.58      deraadt   270:     sshd(8)</a> will now log the source of connections denied by AllowUsers,
1.55      dtucker   271:     DenyUsers, AllowGroups and DenyGroups.
1.58      deraadt   272: <li>AddressFamily option in
1.86    ! bentley   273:     <a href="https://man.openbsd.org/sshd_config.5">
1.58      deraadt   274:     sshd_config(5)</a> now has an AddressFamily option to provide global
1.55      dtucker   275:     control of IPv4 and IPv6 usage by
1.86    ! bentley   276:     <a href="https://man.openbsd.org/sshd.8">
1.58      deraadt   277:     sshd(8)</a>.
1.86    ! bentley   278: <li><a href="https://man.openbsd.org/ssh.1">
1.58      deraadt   279:     ssh(1)</a>'s multiplex (ControlMaster) mode has been improved and now
1.55      dtucker   280:     provides additional capabilities such as checking if the master is alive,
                    281:     obtaining its process ID and requesting that it shut down.
1.1       henning   282: </ul>
                    283: <p>
                    284:
1.47      otto      285: <li><a href="i386.html">OpenBSD/i386</a> and
                    286: <a href="macppc.html">OpenBSD/macppc</a> now use
1.86    ! bentley   287: <a href="https://man.openbsd.org/gcc-local.1">gcc 3.3.5</a>.
1.47      otto      288: <p>
                    289:
1.51      kettenis  290: <li><a href="amd64.html">OpenBSD/amd64</a>,
                    291: <a href="cats.html">OpenBSD/cats</a>,
                    292: <a href="macppc.html">OpenBSD/macppc</a>,
                    293: <a href="hppa.html">OpenBSD/hppa</a>,
                    294: <a href="sgi.html">OpenBSD/sgi</a>,
                    295: <a href="sparc64.html">OpenBSD/sparc64</a> and
                    296: <a href="zaurus.html">OpenBSD/zaurus</a> now use
                    297: DWARF2 (C++) exception handling.
                    298: <p>
                    299:
1.1       henning   300: <li>The system includes the following major components from outside suppliers:
                    301: <ul>
1.6       matthieu  302: <li>X.Org 6.8.2 (+ patches, and i386 contains XFree86 3.3.6 servers
                    303: (+ patches) for legacy chipsets not supported by X.Org)
1.1       henning   304: <li>Gcc 2.95.3
1.86    ! bentley   305: (+ <a href="https://man.openbsd.org/gcc-local.1">patches</a>)
1.2       henning   306: and 3.3.5
1.86    ! bentley   307: (+ <a href="https://man.openbsd.org/gcc-local.1">patches</a>)
1.2       henning   308: <li>Perl 5.8.6 (+ patches)
1.1       henning   309: <li>Apache 1.3.29, mod_ssl 2.8.16, DSO support (+ patches)
                    310: <li>OpenSSL 0.9.7d (+ patches)
                    311: <li>Groff 1.15
1.2       henning   312: <li>Sendmail 8.13.3, with libmilter
                    313: <li>Bind 9.3.0 (+ patches)
1.1       henning   314: <li>Lynx 2.8.5rel.2 with HTTPS and IPv6 support (+ patches)
1.2       henning   315: <li>Sudo 1.6.8p6
1.1       henning   316: <li>Ncurses 5.2
                    317: <li>Latest KAME IPv6
                    318: <li>Heimdal 0.6rc1 (+ patches)
                    319: <li>Arla 0.35.7
1.2       henning   320: <li>Binutils 2.15
                    321: <li>Gdb 6.3
1.1       henning   322: </ul>
                    323: <p>
                    324:
                    325: </ul>
1.86    ! bentley   326: </section>
1.1       henning   327:
                    328: <hr>
1.86    ! bentley   329:
        !           330: <section id=install>
        !           331: <h3>How to install</h3>
        !           332:
1.1       henning   333: <p>
                    334: Following this are the instructions which you would have on a piece of
                    335: paper if you had purchased a CDROM set instead of doing an alternate
1.49      jaredy    336: form of install.  The instructions for doing an FTP (or other style
1.1       henning   337: of) install are very similar; the CDROM instructions are left intact
                    338: so that you can see how much easier it would have been if you had
                    339: purchased a CDROM instead.
                    340: <p>
                    341:
                    342: <hr>
1.49      jaredy    343: Please refer to the following files on the three CDROMs or FTP mirror for
1.1       henning   344: extensive details on how to install OpenBSD 3.7 on your machine:
                    345: <p>
                    346: <ul>
                    347: <li>CD1:3.7/i386/INSTALL.i386
                    348: <li>CD1:3.7/vax/INSTALL.vax
                    349: <p>
                    350: <li>CD2:3.7/amd64/INSTALL.amd64
                    351: <li>CD2:3.7/macppc/INSTALL.macppc
                    352: <p>
                    353: <li>CD3:3.7/sparc/INSTALL.sparc
                    354: <li>CD3:3.7/sparc64/INSTALL.sparc64
                    355: <p>
                    356: <li>FTP:.../OpenBSD/3.7/alpha/INSTALL.alpha
                    357: <li>FTP:.../OpenBSD/3.7/cats/INSTALL.cats
                    358: <li>FTP:.../OpenBSD/3.7/hp300/INSTALL.hp300
                    359: <li>FTP:.../OpenBSD/3.7/hppa/INSTALL.hppa
                    360: <li>FTP:.../OpenBSD/3.7/luna88k/INSTALL.luna88k
                    361: <li>FTP:.../OpenBSD/3.7/mac68k/INSTALL.mac68k
                    362: <li>FTP:.../OpenBSD/3.7/mvme68k/INSTALL.mvme68k
                    363: <li>FTP:.../OpenBSD/3.7/mvme88k/INSTALL.mvme88k
                    364: <li>FTP:.../OpenBSD/3.7/sgi/INSTALL.sgi
                    365: <li>FTP:.../OpenBSD/3.7/zaurus/INSTALL.zaurus
                    366: </ul>
                    367: <hr>
                    368:
1.86    ! bentley   369: <section id=quickinstall>
        !           370:
1.1       henning   371: <p>
                    372: Quick installer information for people familiar with OpenBSD, and the
                    373: use of the "disklabel -E" command.  If you are at all confused when
                    374: installing OpenBSD, read the relevant INSTALL.* file as listed above!
1.86    ! bentley   375:
        !           376: <h3>OpenBSD/i386:</h3>
        !           377:
1.1       henning   378: <p>
                    379: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    380: release is on CD1. If your BIOS does not support booting from CD, you will need
                    381: to create a boot floppy to install from. To create a boot floppy write
                    382: <i>CD1:3.7/i386/floppy37.fs</i> to a floppy and boot via the floppy drive.
                    383:
                    384: <p>
1.49      jaredy    385: Use <i>CD1:3.7/i386/floppyB37.fs</i> instead for greater SCSI controller
1.1       henning   386: support, or <i>CD1:3.7/i386/floppyC37.fs</i> for better laptop support.
                    387:
                    388: <p>
                    389: If you can't boot from a CD or a floppy disk,
                    390: you can install across the network using PXE as described in
                    391: the included INSTALL.i386 document.
                    392:
                    393: <p>
                    394: If you are planning on dual booting OpenBSD with another OS, you will need to
                    395: read INSTALL.i386.
                    396:
                    397: <p>
                    398: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    399: at <i>CD1:3.7/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
1.86    ! bentley   400: use the <a href="https://man.openbsd.org/dd.1">dd(1)</a>
        !           401: utility. The following is an example usage of
        !           402: <a href="https://man.openbsd.org/dd.1">dd(1)</a>,
1.49      jaredy    403: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
1.1       henning   404: &quot;rfd0a&quot;.
                    405:
1.86    ! bentley   406: <blockquote><pre>
        !           407: # <kbd>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</kbd>
        !           408: </pre></blockquote>
1.1       henning   409:
                    410: <p>
                    411: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    412: your install will most likely fail. For more information on creating a boot
                    413: floppy and installing OpenBSD/i386 please refer to
1.80      tj        414: <a href="faq/faq4.html#MkFlop">this page</a>.
1.86    ! bentley   415:
        !           416: <h3>OpenBSD/vax:</h3>
1.1       henning   417:
                    418: <p>
                    419: Boot over the network via mopbooting as described in INSTALL.vax.
1.86    ! bentley   420:
        !           421: <h3>OpenBSD/amd64:</h3>
1.1       henning   422:
                    423: <p>
                    424: The 3.7 release of OpenBSD/amd64 is located on CD2.
                    425: Boot from the CD to begin the install - you may need to adjust
                    426: your BIOS options first.
                    427: If you can't boot from the CD, you can create a boot floppy to install from.
                    428: To do this, write <i>CD2:3.7/amd64/floppy37.fs</i> to a floppy, then
                    429: boot from the floppy drive.
                    430:
                    431: <p>
                    432: If you can't boot from a CD or a floppy disk,
                    433: you can install across the network using PXE as described in the included
                    434: INSTALL.amd64 document.
                    435:
                    436: <p>
                    437: If you are planning to dual boot OpenBSD with another OS, you will need to
                    438: read INSTALL.amd64.
1.86    ! bentley   439:
        !           440: <h3>OpenBSD/macppc:</h3>
1.1       henning   441:
                    442: <p>
1.49      jaredy    443: Put CD2 in your CDROM drive and poweron your machine while holding down the
1.1       henning   444: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    445:
                    446: <p>
                    447: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    448: /3.7/macppc/bsd.rd</i>
1.86    ! bentley   449:
        !           450: <h3>OpenBSD/sparc:</h3>
1.1       henning   451:
                    452: <p>
                    453: The 3.7 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
                    454: can use one of the two commands listed below, depending on the version of your
                    455: ROM.
                    456:
1.86    ! bentley   457: <blockquote><pre>
        !           458: ok <kbd>boot cdrom 3.7/sparc/bsd.rd</kbd>
1.1       henning   459: or
1.86    ! bentley   460: > <kbd>b sd(0,6,0)3.7/sparc/bsd.rd</kbd>
        !           461: </pre></blockquote>
1.1       henning   462:
                    463: <p>
                    464: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    465: To do so you need to write <i>CD3:3.7/sparc/floppy37.fs</i> to a floppy.
1.80      tj        466: For more information see <a href="faq/faq4.html#MkFlop">this page</a>.
1.39      tom       467: To boot from the floppy use one of the two commands listed below,
                    468: depending on the version of your ROM.
1.1       henning   469:
1.86    ! bentley   470: <blockquote><pre>
        !           471: ok <kbd>boot floppy</kbd>
1.1       henning   472: or
1.86    ! bentley   473: > <kbd>boot fd()</kbd>
        !           474: </pre></blockquote>
1.1       henning   475:
                    476: <p>
                    477: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    478: will most likely fail.
                    479:
                    480: <p>
                    481: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    482: setup a bootable tape, or install via network, as told in the
                    483: INSTALL.sparc file.
1.86    ! bentley   484:
        !           485: <h3>OpenBSD/sparc64:</h3>
1.1       henning   486:
                    487: <p>
1.49      jaredy    488: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
1.1       henning   489:
                    490: <p>
                    491: If this doesn't work, or if you don't have a CDROM drive, you can write
                    492: <i>CD3:3.7/sparc64/floppy37.fs</i> to a floppy and boot it with <i>boot
                    493: floppy</i>.<br>
                    494: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    495: will most likely fail.
                    496:
                    497: <p>
                    498: You can also write <i>CD3:3.7/sparc64/miniroot37.fs</i> to the swap partition on
                    499: the disk and boot with <i>boot disk:b</i>.
                    500:
                    501: <p>
                    502: If nothing works, you can boot over the network as described in INSTALL.sparc64
1.86    ! bentley   503:
        !           504: <h3>OpenBSD/alpha:</h3>
1.1       henning   505:
                    506: <p>
1.86    ! bentley   507: Write <i>FTP:3.7/alpha/floppy37.fs</i> or
1.1       henning   508: <i>FTP:3.7/alpha/floppyB37.fs</i> (depending on your machine) to a diskette and
                    509: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    510:
                    511: <p>
                    512: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    513: will most likely fail.
                    514:
1.86    ! bentley   515: <h3>OpenBSD/cats:</h3>
1.1       henning   516:
                    517: <p>
                    518: After updating the firmware to at least ABLE 1.95 if necessary, boot
                    519: <i>FTP:3.7/cats/bsd.rd</i> from an ABLE-supported device (such as a CD-ROM
                    520: or an existing FFS or EXT2FS partition).
                    521:
1.86    ! bentley   522: <h3>OpenBSD/hp300:</h3>
        !           523:
1.1       henning   524: <p>
                    525: Boot over the network by following the instructions in INSTALL.hp300.
                    526:
1.86    ! bentley   527: <h3>OpenBSD/hppa:</h3>
        !           528:
1.1       henning   529: <p>
                    530: Boot over the network by following the instructions in INSTALL.hppa or the
1.49      jaredy    531: <a href="hppa.html#install">hppa platform page</a>.
1.1       henning   532:
1.86    ! bentley   533: <h3>OpenBSD/luna88k:</h3>
        !           534:
1.1       henning   535: <p>
                    536: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    537: Alternatively, you can create a bootable tape and boot from it. Refer to
                    538: the instructions in INSTALL.luna88k for more details.
1.86    ! bentley   539:
        !           540: <h3>OpenBSD/mac68k:</h3>
1.1       henning   541:
                    542: <p>
1.26      claudio   543: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
                    544: <i>FTP:3.7/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
                    545: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    546: Refer to the instructions in INSTALL.mac68k for more details.
1.1       henning   547:
1.86    ! bentley   548: <h3>OpenBSD/mvme68k:</h3>
        !           549:
1.1       henning   550: <p>
                    551: You can create a bootable installation tape or boot over the network.<br>
                    552: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    553: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    554: for more details.
1.86    ! bentley   555:
        !           556: <h3>OpenBSD/mvme88k:</h3>
1.1       henning   557:
                    558: <p>
                    559: You can create a bootable installation tape or boot over the network.<br>
                    560: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    561: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    562: for more details.
                    563:
1.86    ! bentley   564: <h3>OpenBSD/sgi:</h3>
        !           565:
1.18      deraadt   566: <p>
                    567: Setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
1.53      miod      568: Refer to the instructions in INSTALL.sgi for more details.
1.86    ! bentley   569:
        !           570: <h3>OpenBSD/zaurus:</h3>
1.53      miod      571:
                    572: <p>
                    573: Using the Linux built-in graphical ipkg installer, install the
                    574: openbsd37_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    575: for a few important details.
1.86    ! bentley   576:
        !           577: </section>
        !           578:
        !           579: <section id=sourcecode>
        !           580: <h3>Notes about the source code:</h3>
1.1       henning   581:
                    582: <p>
                    583: src.tar.gz contains a source archive starting at /usr/src.  This file
                    584: contains everything you need except for the kernel sources, which are
                    585: in a separate archive.  To extract:
1.86    ! bentley   586:
        !           587: <blockquote><pre>
        !           588: # <kbd>mkdir -p /usr/src</kbd>
        !           589: # <kbd>cd /usr/src</kbd>
        !           590: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
        !           591: </pre></blockquote>
        !           592:
1.1       henning   593: <p>
                    594: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    595: This file contains all the kernel sources you need to rebuild kernels.
                    596: To extract:
1.86    ! bentley   597:
        !           598: <blockquote><pre>
        !           599: # <kbd>mkdir -p /usr/src/sys</kbd>
        !           600: # <kbd>cd /usr/src</kbd>
        !           601: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
        !           602: </pre></blockquote>
        !           603:
1.1       henning   604: <p>
                    605: Both of these trees are a regular CVS checkout.  Using these trees it
                    606: is possible to get a head-start on using the anoncvs servers as
                    607: described <a href="anoncvs.html">here</a>.
                    608: Using these files
                    609: results in a much faster initial CVS update than you could expect from
                    610: a fresh checkout of the full OpenBSD source tree.
                    611:
1.86    ! bentley   612: </section>
        !           613: </section>
        !           614:
1.1       henning   615: <hr>
1.86    ! bentley   616:
        !           617: <section id=upgrade>
        !           618: <h3>How to upgrade</h3>
1.1       henning   619: <p>
1.4       henning   620: If you already have an OpenBSD 3.6 system, and do not want to reinstall,
1.1       henning   621: upgrade instructions and advice can be found in the
                    622: <a href="faq/upgrade37.html">Upgrade Guide</a>.
1.86    ! bentley   623: </section>
1.1       henning   624:
                    625: <hr>
1.86    ! bentley   626:
        !           627: <section id=ports>
        !           628: <h3>Ports Tree</h3>
1.1       henning   629: <p>
                    630: A ports tree archive is also provided.  To extract:
                    631: <p>
1.86    ! bentley   632: <blockquote><pre>
        !           633: # <kbd>cd /usr</kbd>
        !           634: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
        !           635: # <kbd>cd ports</kbd>
        !           636: </pre></blockquote>
1.1       henning   637: <p>
                    638: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.65      jasper    639: read the <a href="faq/faq15.html">ports</a> page
1.1       henning   640: if you know nothing about ports
                    641: at this point.  This text is not a manual of how to use ports.
                    642: Rather, it is a set of notes meant to kickstart the user on the
                    643: OpenBSD ports system.
                    644: <p>
                    645: The <i>ports/</i> directory represents a CVS (see the manpage for
1.86    ! bentley   646: <a href="https://man.openbsd.org/cvs.1">
1.1       henning   647: cvs(1)</a> if
                    648: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    649: source tree, our ports tree is available via anoncvs.  So, in
                    650: order to keep current with it, you must make the <i>ports/</i> tree
                    651: available on a read-write medium and update the tree with a command
                    652: like:
                    653: <p>
1.86    ! bentley   654: <blockquote><pre>
        !           655: # <kbd>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_7</kbd>
        !           656: </pre></blockquote>
1.1       henning   657: <p>
                    658: [Of course, you must replace the local directory and server name here
                    659: with the location of your ports collection and a nearby anoncvs
                    660: server.]
                    661: <p>
1.49      jaredy    662: Note that most ports are available as packages through FTP. Updated
1.1       henning   663: packages for the 3.7 release will be made available if problems arise.
                    664: <p>
                    665: If you're interested in seeing a port added, would like to help out, or just
                    666: would like to know more, the mailing list ports@openbsd.org is a good
                    667: place to know.
1.86    ! bentley   668: </section>