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

Annotation of www/37.html, Revision 1.19

1.1       henning     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.7 Release</title>
                      5: <link rev=made href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="description" content="OpenBSD 3.7">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
                     11: <meta name="copyright" content="This document copyright 2005 by OpenBSD.">
                     12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     15:
                     16: <a href="index.html">
                     17: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     18: <hr>
                     19:
                     20: <p>
1.17      deraadt    21: <a href="images/Wizard.jpg">
1.1       henning    22: <img align="left" width="255" height="343" hspace="24" vspace="30"
1.17      deraadt    23: src="images/Wizard.jpg" alt="OpenBSD 3.7 logo"></a>
1.1       henning    24: <h2><font color="#0000e0">The OpenBSD 3.7 Release:</font></h2>
                     25: <p>
1.13      henning    26: Released May 19, 2005<br>
1.1       henning    27: Copyright 1997-2005, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 0-9731791-5-5</font>
                     29: <p>
                     30:
                     31: <a href="#new">What's New</a><br>
                     32: <a href="#install">How to install</a><br>
                     33: <a href="#upgrade">How to upgrade</a><br>
                     34: <a href="#ports">How to use the ports tree</a><br>
                     35: <a href="orders.html">Ordering a CD set</a><br>
                     36:
                     37: <p>
                     38: <h3><font color="#0000e0">
                     39: To get the files for this release:
                     40: <ul>
                     41: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     42: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     43:     a list of mirror machines.
                     44: <li>Go to the <font color="#e00000">pub/OpenBSD/3.7/</font> directory on
                     45:     one of the mirror sites.
                     46: <li>Briefly read the rest of this document.
                     47: <li>Have a look at <a href="errata.html">The 3.7 Errata page</a> for a list
                     48:     of bugs and workarounds.
                     49: <li>See a <a href="plus37.html">detailed log of changes</a> between the
                     50:     3.6 and 3.7 releases.
                     51: </ul>
                     52: </font></h3>
                     53: <br clear=all>
                     54:
                     55: <strong>Note:</strong> All applicable copyrights and credits can be found
                     56: in the applicable file sources found in the files src.tar.gz, sys.tar.gz,
                     57: XF4.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     58: files used to build packages from the ports.tar.gz file are not included on
                     59: the CDROM because of lack of space.
                     60: <p>
                     61:
                     62: <a name="new"></a>
                     63: <hr>
                     64: <p>
                     65: <h3><font color="#0000e0">What's New</font></h3>
                     66: <p>
                     67: This is a partial list of new features and systems included in OpenBSD 3.7.
                     68: For a comprehensive list, see the <a href="plus37.html">changelog</a> leading
                     69: to 3.7.
                     70: <p>
                     71:
                     72: <ul>
                     73:
                     74: <li>New platforms:
                     75: <ul>
                     76: <li><a href="zaurus.html">OpenBSD/zaurus</a><br>
                     77: <li><a href="sgi.html">OpenBSD/sgi</a><br>
                     78: </ul>
                     79: <p>
                     80:
                     81: <li>Improved hardware support, including:
                     82: <ul>
1.9       pvalchev   83: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4&amp;arch=i386">ath(4)</a>
                     84: driver for Atheros IEEE 802.11a/b/g wireless network adapters.
                     85: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4&amp;arch=i386">iwi(4)</a>
                     86: driver for Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11a/b/g wireless network adapters.
                     87: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4&amp;arch=i386">ipw(4)</a>
                     88: driver for Intel PRO/Wireless 2100 IEEE 802.11b wireless network adapters.
                     89: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;sektion=4&amp;arch=i386">atu(4)</a>
                     90: driver for Atmel AT76C50x USB IEEE 802.11b wireless network adapters.
                     91: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;sektion=4&amp;arch=i386">ral(4)</a>
1.15      deraadt    92: and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;sektion=4&amp;arch=i386">ural(4)</a> [USB]
                     93: drivers for Ralink Technology RT25x0 IEEE 802.11a/b/g wireless network adapters.
1.9       pvalchev   94: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;sektion=4&amp;arch=i386">rtw(4)</a>
                     95: driver for Realtek 8180 IEEE 802.11b wireless network adapters.
                     96: <li>Added support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sektion=4&amp;arch=i386">re(4)</a>
                     97: driver for Realtek 8169 CardBus Ethernet adapters.
1.16      jsg        98: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;sektion=4&amp;arch=i386">udav(4)</a>
                     99: driver for Davicom DM9601 USB Ethernet adapters.
1.9       pvalchev  100: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&amp;sektion=4&amp;arch=i386">vge(4)</a>
                    101: driver for VIA Networking Technologies VT6122 PCI Gigabit Ethernet adapters.
1.1       henning   102: </ul>
                    103: <p>
                    104:
1.12      mickey    105: <li>Support for a number of much faster 64bit machines in the <a href="hppa.html">OpenBSD/hppa</a>
                    106: port.
                    107: <p>
                    108:
1.19    ! claudio   109: <li>New tools:
        !           110: <ul>
        !           111: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd">ospfd(8)</a>,
        !           112: implementing the <a href="http://www.rfc-editor.org/rfc/rfc2328.txt">OSPFv2</a>
        !           113: routing protocol.
        !           114: </ul>
        !           115: <p>
        !           116:
1.11      henning   117: <li>New functionality:
                    118: <ul>
1.12      mickey    119: <li>Repaired mirroring mode in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccd&amp;sektion=4&amp;arch=i386">ccd(4)</a>
1.11      henning   120: </ul>
                    121: <p>
                    122:
1.10      henning   123: <li>New functionality for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&amp;sektion=8&amp">ntpd(8)</a>,
                    124: the Network Time Protocol Daemon:
                    125: <ul>
                    126: <li>ntpd can now set the time hard on startup itself, eleminating the need to
                    127:     run rdate -n beforehands
                    128: <li>use median instead of average when collapsing all the peers' offsets
                    129:     into one, greatly improving resistance against falsetickers
                    130: <li>calculate rootdelay, stratum and precision properly; include these in
                    131:     replies sent out in server mode
                    132: <li>many logging improvements, ntpd is now almost completely silent in normal
                    133:     operation (unless in debug mode, of course)
                    134: </ul>
                    135: <p>
                    136:
1.7       henning   137: <li>New functionality for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8&amp">bgpd(8)</a>,
                    138: the Border Gateway Protocol Daemon:
                    139: <ul>
                    140: <li>Allow sessions to depend on a CARP interface's master/backup state,
                    141:     reducing failover times in redundant setups
                    142: <li>Lower latency for requests from other peers or bgpctl while under heavy
                    143:     load, e. g. initial table transfer when a session comes up
                    144: <li>Allow for the peer descriptions to be used in bgpctl commands where
                    145:     previously only their IPs where allowed
                    146: <li>Allow bgpd to not prepend its own AS number and to not modify the nexthop
                    147:     on updates sent out
                    148: <li>Show associated interfaces and their state on &quot;show nexthop&quot;,
                    149:     to help pointing out why nexthops are invalid
                    150: <li>Allow for relative metrics modification, i. e.
                    151:     &quot;set localpref +20&quot;
                    152: </ul>
                    153: <p>
                    154:
1.8       pvalchev  155: <li>Over 3000 ports, 2800 pre-built packages.
1.1       henning   156: <p>
                    157:
1.3       henning   158: <li>Many improvements for security and reliability.
1.1       henning   159: <p>
                    160:
                    161: <li>As usual, many improvements in manual pages and other documentation.
                    162: <p>
                    163:
                    164: <li>OpenSSH 4.1:
                    165: <ul>
                    166: </ul>
                    167: <p>
                    168:
                    169: <li>The system includes the following major components from outside suppliers:
                    170: <ul>
1.6       matthieu  171: <li>X.Org 6.8.2 (+ patches, and i386 contains XFree86 3.3.6 servers
                    172: (+ patches) for legacy chipsets not supported by X.Org)
1.1       henning   173: <li>Gcc 2.95.3
                    174: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
1.2       henning   175: and 3.3.5
1.1       henning   176: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
1.2       henning   177: <li>Perl 5.8.6 (+ patches)
1.1       henning   178: <li>Apache 1.3.29, mod_ssl 2.8.16, DSO support (+ patches)
                    179: <li>OpenSSL 0.9.7d (+ patches)
                    180: <li>Groff 1.15
1.2       henning   181: <li>Sendmail 8.13.3, with libmilter
                    182: <li>Bind 9.3.0 (+ patches)
1.1       henning   183: <li>Lynx 2.8.5rel.2 with HTTPS and IPv6 support (+ patches)
1.2       henning   184: <li>Sudo 1.6.8p6
1.1       henning   185: <li>Ncurses 5.2
                    186: <li>Latest KAME IPv6
                    187: <li>Heimdal 0.6rc1 (+ patches)
                    188: <li>Arla 0.35.7
1.2       henning   189: <li>Binutils 2.15
                    190: <li>Gdb 6.3
1.1       henning   191: </ul>
                    192: <p>
                    193:
                    194: </ul>
                    195:
                    196: <a name="install"></a>
                    197: <hr>
                    198: <p>
                    199: <h3><font color="#0000e0">How to install</font></h3>
                    200: <p>
                    201: Following this are the instructions which you would have on a piece of
                    202: paper if you had purchased a CDROM set instead of doing an alternate
                    203: form of install.  The instructions for doing an ftp (or other style
                    204: of) install are very similar; the CDROM instructions are left intact
                    205: so that you can see how much easier it would have been if you had
                    206: purchased a CDROM instead.
                    207: <p>
                    208:
                    209: <hr>
                    210: Please refer to the following files on the three CDROMs or ftp mirror for
                    211: extensive details on how to install OpenBSD 3.7 on your machine:
                    212: <p>
                    213: <ul>
                    214: <li>CD1:3.7/i386/INSTALL.i386
                    215: <li>CD1:3.7/vax/INSTALL.vax
                    216: <p>
                    217: <li>CD2:3.7/amd64/INSTALL.amd64
                    218: <li>CD2:3.7/macppc/INSTALL.macppc
                    219: <p>
                    220: <li>CD3:3.7/sparc/INSTALL.sparc
                    221: <li>CD3:3.7/sparc64/INSTALL.sparc64
                    222: <p>
                    223: <li>FTP:.../OpenBSD/3.7/alpha/INSTALL.alpha
                    224: <li>FTP:.../OpenBSD/3.7/cats/INSTALL.cats
                    225: <li>FTP:.../OpenBSD/3.7/hp300/INSTALL.hp300
                    226: <li>FTP:.../OpenBSD/3.7/hppa/INSTALL.hppa
                    227: <li>FTP:.../OpenBSD/3.7/luna88k/INSTALL.luna88k
                    228: <li>FTP:.../OpenBSD/3.7/mac68k/INSTALL.mac68k
                    229: <li>FTP:.../OpenBSD/3.7/mvme68k/INSTALL.mvme68k
                    230: <li>FTP:.../OpenBSD/3.7/mvme88k/INSTALL.mvme88k
                    231: <li>FTP:.../OpenBSD/3.7/sgi/INSTALL.sgi
                    232: <li>FTP:.../OpenBSD/3.7/zaurus/INSTALL.zaurus
                    233: </ul>
                    234: <hr>
                    235:
                    236: <p>
                    237: Quick installer information for people familiar with OpenBSD, and the
                    238: use of the "disklabel -E" command.  If you are at all confused when
                    239: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    240: <p>
                    241:
                    242: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    243: <ul>
                    244: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    245: release is on CD1. If your BIOS does not support booting from CD, you will need
                    246: to create a boot floppy to install from. To create a boot floppy write
                    247: <i>CD1:3.7/i386/floppy37.fs</i> to a floppy and boot via the floppy drive.
                    248:
                    249: <p>
                    250: Use <i>CD1:3.7/i386/floppyB37.fs</i> instead for greater scsi controller
                    251: support, or <i>CD1:3.7/i386/floppyC37.fs</i> for better laptop support.
                    252:
                    253: <p>
                    254: If you can't boot from a CD or a floppy disk,
                    255: you can install across the network using PXE as described in
                    256: the included INSTALL.i386 document.
                    257:
                    258: <p>
                    259: If you are planning on dual booting OpenBSD with another OS, you will need to
                    260: read INSTALL.i386.
                    261:
                    262: <p>
                    263: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    264: at <i>CD1:3.7/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    265: use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=
                    266: dd&amp;sektion=1">dd(1)</a> utility. The following is an example usage of
                    267: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)
                    268: </a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    269: &quot;rfd0a&quot;.
                    270:
                    271: <ul><pre>
                    272: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    273: </pre></ul>
                    274:
                    275: <p>
                    276: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    277: your install will most likely fail. For more information on creating a boot
                    278: floppy and installing OpenBSD/i386 please refer to
                    279: <a href="faq/faq4.html#MkFlop">FAQ4.1</a>.
                    280: </ul>
                    281:
                    282: <p>
                    283: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    284: <ul>
                    285: Boot over the network via mopbooting as described in INSTALL.vax.
                    286: </ul>
                    287:
                    288: <p>
                    289: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    290: <ul>
                    291: The 3.7 release of OpenBSD/amd64 is located on CD2.
                    292: Boot from the CD to begin the install - you may need to adjust
                    293: your BIOS options first.
                    294: If you can't boot from the CD, you can create a boot floppy to install from.
                    295: To do this, write <i>CD2:3.7/amd64/floppy37.fs</i> to a floppy, then
                    296: boot from the floppy drive.
                    297:
                    298: <p>
                    299: If you can't boot from a CD or a floppy disk,
                    300: you can install across the network using PXE as described in the included
                    301: INSTALL.amd64 document.
                    302:
                    303: <p>
                    304: If you are planning to dual boot OpenBSD with another OS, you will need to
                    305: read INSTALL.amd64.
                    306: </ul>
                    307:
                    308: <p>
                    309: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    310: <ul>
                    311: Put the CD2 in your CDROM drive and poweron your machine while holding down the
                    312: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    313:
                    314: <p>
                    315: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    316: /3.7/macppc/bsd.rd</i>
                    317: </ul>
                    318:
                    319: <p>
                    320: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    321: <ul>
                    322: The 3.7 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
                    323: can use one of the two commands listed below, depending on the version of your
                    324: ROM.
                    325:
                    326: <ul><pre>
                    327: ok <strong>boot cdrom 3.7/sparc/bsd.rd</strong>
                    328: or
                    329: &gt; <strong>b sd(0,6,0)3.7/sparc/bsd.rd</strong>
                    330: </pre></ul>
                    331:
                    332: <p>
                    333: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    334: To do so you need to write <i>CD3:3.7/sparc/floppy37.fs</i> to a floppy.
                    335: For more information see <a href="faq/faq4.html#MkFlop">FAQ4.1</a>. To boot from
                    336: the floppy use one of the two commands listed below, depending on the version of
                    337: your ROM.
                    338:
                    339: <ul><pre>
                    340: ok <strong>boot floppy</strong>
                    341: or
                    342: &gt; <strong>b fd()</strong>
                    343: </pre></ul>
                    344:
                    345: <p>
                    346: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    347: will most likely fail.
                    348:
                    349: <p>
                    350: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    351: setup a bootable tape, or install via network, as told in the
                    352: INSTALL.sparc file.
                    353: </ul>
                    354:
                    355: <p>
                    356: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    357: <ul>
                    358: Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    359:
                    360: <p>
                    361: If this doesn't work, or if you don't have a CDROM drive, you can write
                    362: <i>CD3:3.7/sparc64/floppy37.fs</i> to a floppy and boot it with <i>boot
                    363: floppy</i>.<br>
                    364: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    365: will most likely fail.
                    366:
                    367: <p>
                    368: You can also write <i>CD3:3.7/sparc64/miniroot37.fs</i> to the swap partition on
                    369: the disk and boot with <i>boot disk:b</i>.
                    370:
                    371: <p>
                    372: If nothing works, you can boot over the network as described in INSTALL.sparc64
                    373: </ul>
                    374:
                    375: <p>
                    376: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    377: <ul>
                    378: <p>Write <i>FTP:3.7/alpha/floppy37.fs</i> or
                    379: <i>FTP:3.7/alpha/floppyB37.fs</i> (depending on your machine) to a diskette and
                    380: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    381:
                    382: <p>
                    383: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    384: will most likely fail.
                    385:
                    386: </ul>
                    387:
                    388: <p>
                    389: <h3><font color="#e00000">OpenBSD/cats:</font></h3>
                    390: <ul>
                    391: <p>
                    392: After updating the firmware to at least ABLE 1.95 if necessary, boot
                    393: <i>FTP:3.7/cats/bsd.rd</i> from an ABLE-supported device (such as a CD-ROM
                    394: or an existing FFS or EXT2FS partition).
                    395: </ul>
                    396:
                    397: <p>
                    398: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    399: <ul>
1.18      deraadt   400: <p>
                    401: Using the Linux built-in graphical ipkg installer, install the
                    402: openbsd37_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    403: for a few important details.
1.1       henning   404: </ul>
                    405:
                    406: <p>
                    407: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    408: <ul>
                    409: <p>
                    410: Boot over the network by following the instructions in INSTALL.hp300.
                    411: </ul>
                    412:
                    413: <p>
                    414: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    415: <ul>
                    416: <p>
                    417: Boot over the network by following the instructions in INSTALL.hppa or the
                    418: <a href="hppa.html#netboot">hppa platform page</a>.
                    419: </ul>
                    420:
                    421: <p>
                    422: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    423: <ul>
                    424: <p>
                    425: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    426: Alternatively, you can create a bootable tape and boot from it. Refer to
                    427: the instructions in INSTALL.luna88k for more details.
                    428: </ul>
                    429:
                    430: <p>
                    431: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    432: <ul>
                    433: <p>
                    434: Boot MacOS as normal and partition your disk with the appropriate A/UX
                    435: configurations.  Then, extract the Macside utilities from
                    436: <i>FTP:3.7/mac68k/utils</i> onto your hard disk.  Run Mkfs to create your
                    437: filesystems on the A/UX partitions you just made.  Then, use the
                    438: "BSD/Mac68k Installer" to copy all the sets in <i>FTP:3.7/mac68k/</i> onto your
                    439: partitions.  Finally, you will be ready to configure the "BSD/Mac68k
                    440: Booter" with the location of your kernel and boot the system.
                    441: </ul>
                    442:
                    443: <p>
                    444: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    445: <ul>
                    446: <p>
                    447: You can create a bootable installation tape or boot over the network.<br>
                    448: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    449: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    450: for more details.
                    451: </ul>
                    452:
                    453: <p>
                    454: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    455: <ul>
                    456: <p>
                    457: You can create a bootable installation tape or boot over the network.<br>
                    458: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    459: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    460: for more details.
                    461: </ul>
                    462:
                    463: <p>
                    464: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
1.18      deraadt   465: <p>
                    466: Setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
1.1       henning   467: <ul>
                    468: </ul>
                    469:
                    470: <p>
                    471: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    472: <ul>
                    473: src.tar.gz contains a source archive starting at /usr/src.  This file
                    474: contains everything you need except for the kernel sources, which are
                    475: in a separate archive.  To extract:
                    476: <p>
                    477: <ul><pre>
                    478: # <strong>mkdir -p /usr/src</strong>
                    479: # <strong>cd /usr/src</strong>
                    480: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    481: </pre></ul>
                    482: <p>
                    483: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    484: This file contains all the kernel sources you need to rebuild kernels.
                    485: To extract:
                    486: <p>
                    487: <ul><pre>
                    488: # <strong>mkdir -p /usr/src/sys</strong>
                    489: # <strong>cd /usr/src</strong>
                    490: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    491: </pre></ul>
                    492: <p>
                    493: Both of these trees are a regular CVS checkout.  Using these trees it
                    494: is possible to get a head-start on using the anoncvs servers as
                    495: described <a href="anoncvs.html">here</a>.
                    496: Using these files
                    497: results in a much faster initial CVS update than you could expect from
                    498: a fresh checkout of the full OpenBSD source tree.
                    499: <p>
                    500: </ul>
                    501:
                    502: <a name="upgrade"></a>
                    503: <hr>
                    504: <p>
                    505: <h3><font color="#0000e0">How to upgrade</font></h3>
                    506: <p>
1.4       henning   507: If you already have an OpenBSD 3.6 system, and do not want to reinstall,
1.1       henning   508: upgrade instructions and advice can be found in the
                    509: <a href="faq/upgrade37.html">Upgrade Guide</a>.
                    510:
                    511: <a name="ports"></a>
                    512: <hr>
                    513: <p>
                    514: <h3><font color="#0000e0">Ports Tree</font></h3>
                    515: <p>
                    516: A ports tree archive is also provided.  To extract:
                    517: <p>
                    518: <ul><pre>
                    519: # <strong>cd /usr</strong>
                    520: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    521: # <strong>cd ports</strong>
                    522: </pre></ul>
                    523: <p>
                    524: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    525: read the <a href="ports.html">ports</a> page
                    526: if you know nothing about ports
                    527: at this point.  This text is not a manual of how to use ports.
                    528: Rather, it is a set of notes meant to kickstart the user on the
                    529: OpenBSD ports system.
                    530: <p>
                    531: The <i>ports/</i> directory represents a CVS (see the manpage for
                    532: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">
                    533: cvs(1)</a> if
                    534: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    535: source tree, our ports tree is available via anoncvs.  So, in
                    536: order to keep current with it, you must make the <i>ports/</i> tree
                    537: available on a read-write medium and update the tree with a command
                    538: like:
                    539: <p>
                    540: <ul><pre>
1.5       henning   541: # <strong>cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -Pd -rOPENBSD_3_7</strong>
1.1       henning   542: </pre></ul>
                    543: <p>
                    544: [Of course, you must replace the local directory and server name here
                    545: with the location of your ports collection and a nearby anoncvs
                    546: server.]
                    547: <p>
                    548: Note that most ports are available as packages through ftp. Updated
                    549: packages for the 3.7 release will be made available if problems arise.
                    550: <p>
                    551: If you're interested in seeing a port added, would like to help out, or just
                    552: would like to know more, the mailing list ports@openbsd.org is a good
                    553: place to know.
                    554: <p>
                    555:
                    556: <hr>
                    557: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    558: alt="OpenBSD"></a>
                    559: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    560: <br><small>
1.19    ! claudio   561: $OpenBSD: 37.html,v 1.18 2005/03/24 12:39:30 deraadt Exp $
1.1       henning   562: </small>
                    563:
                    564: </body>
                    565: </html>