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

Annotation of www/34.html, Revision 1.57

1.1       david       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.47      deraadt     4: <title>OpenBSD 3.4</title>
1.1       david       5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 3.4">
                      7: <meta name="copyright" content="This document copyright 2003 by OpenBSD.">
1.53      sthen       8: <link rel="canonical" href="http://www.openbsd.org/34.html">
1.1       david       9: </head>
                     10:
                     11: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     12:
                     13: <a href="index.html">
                     14: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
1.49      deraadt    15: <p>
1.1       david      16:
                     17: <a href="images/Hood.gif">
1.47      deraadt    18: <img align="left" width="255" height="343" hspace="24"
1.1       david      19: src="images/Hood.gif" alt="OpenBSD 3.4 logo"></a>
1.47      deraadt    20: <h2><font color="#0000e0">OpenBSD 3.4</font></h2>
1.1       david      21: <p>
                     22: Released Nov 1, 2003<br>
                     23: Copyright 1997-2003, Theo de Raadt.<br>
                     24: <font color="#e00000">ISBN 0-9731791-2-0</font>
1.41      deraadt    25: <br>
1.55      deraadt    26: 3.4 Song: <a href="lyrics.html#34">"The Legend of Puffy Hood"</a>
1.1       david      27: <p>
                     28: <ul>
1.52      deraadt    29: <li>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.
1.1       david      30: <li>See the information on <a href="ftp.html">The FTP page</a> for
1.8       david      31:     a list of mirror machines.
1.1       david      32: <li>Go to the <font color="#e00000">pub/OpenBSD/3.4/</font> directory on
1.8       david      33:     one of the mirror sites.
1.40      deraadt    34: <li>Have a look at <a href="errata34.html">The 3.4 Errata page</a> for a list
1.8       david      35:     of bugs and workarounds.
1.38      david      36: <li>See a <a href="plus34.html">detailed log of changes</a> between the
1.8       david      37:     3.3 and 3.4 releases.
1.1       david      38: </ul>
                     39: <br clear=all>
1.48      deraadt    40: <p>
1.47      deraadt    41: All applicable copyrights and credits can be found in the applicable
                     42: file sources found in the files src.tar.gz, sys.tar.gz,
1.51      jsg        43: XF4.tar.gz, or in the files fetched via ports.tar.gz.  The
1.47      deraadt    44: distribution files used to build packages from the ports.tar.gz file
                     45: are not included on the CDROM because of lack of space.
1.1       david      46: <p>
                     47:
                     48: <a name="new"></a>
                     49: <hr>
                     50: <p>
                     51: <h3><font color="#0000e0">What's New</font></h3>
                     52: <p>
                     53: This is a partial list of new features and systems included in OpenBSD 3.4.
1.38      david      54: For a comprehensive list, see the <a href="plus34.html">changelog</a> leading
1.1       david      55: to 3.4.
                     56: <p>
                     57:
                     58: <ul>
                     59:
1.27      avsm       60: <li>The i386 architecture has been switched to the
1.57    ! sthen      61:     <a href="http://man.openbsd.org/?query=elf">ELF</a>
1.27      avsm       62:      executable format.
1.1       david      63: <p>
                     64:
1.6       tedu       65: <li>Further W^X improvements, including support for the i386 architecture.
                     66:     Native i386 binaries have their executable segments rearranged to support
1.42      david      67:     isolating code from data, and the CPU CS limit is used to impose a best
1.14      deraadt    68:     effort limit on code execution.
1.1       david      69: <p>
                     70:
1.57    ! sthen      71: <li><a href="http://man.openbsd.org/?query=ld.so">ld.so(1)</a>
1.20      deraadt    72:     on ELF platforms now loads libraries in a random order for
1.14      deraadt    73:     greater resistance to attacks.  The i386 architecture also maps libraries
1.28      avsm       74:     into somewhat randomized addresses.  Together with W^X and
1.27      avsm       75:     <a href="http://www.research.ibm.com/trl/projects/security/ssp/">ProPolice</a>,
1.31      tedu       76:     these changes increase the difficulty of successfully exploiting an
                     77:     application error, such as a buffer overflow.
1.1       david      78: <p>
                     79:
                     80: <li>A static bounds checker has been added to the compiler to perform basic
1.4       avsm       81:     checks on functions which accept buffers and sizes.  The checker aims to
1.8       david      82:     find common mistakes in the use of library functions such as
1.57    ! sthen      83:     <a href="http://man.openbsd.org/?query=strlcpy">strlcpy(3)</a>
        !            84:     or <a href="http://man.openbsd.org/?query=sscanf">sscanf(3)</a>
1.4       avsm       85:     without emitting any false positives.  Running it over the source and ports
                     86:     trees revealed over a hundred real bugs, which were fixed and submitted back
                     87:     to the original authors where possible.
1.1       david      88: <p>
                     89:
1.20      deraadt    90: <li>Privilege separation has been implemented for the
1.57    ! sthen      91:     <a href="http://man.openbsd.org/?query=syslogd">syslogd(8)</a>
1.21      david      92:     daemon, making it much more robust against future errors.  The child which
                     93:     listens to network traffic now runs as a normal user and chroots itself,
                     94:     while the parent process tracks the state of the child and performs
                     95:     privileged operations on its behalf.
1.1       david      96: <p>
                     97:
                     98: <li>Many unsafe string functions have been removed from the kernel and userland
1.6       tedu       99:     utilities.  This audit is one of the most comprehensive OpenBSD has ever
                    100:     done, with thousands of occurrences of
1.57    ! sthen     101:     <a href="http://man.openbsd.org/?query=strcpy">strcpy(3)</a>,
        !           102:     <a href="http://man.openbsd.org/?query=strcat">strcat(3)</a>,
        !           103:     <a href="http://man.openbsd.org/?query=sprintf">sprintf(3)</a>,
1.8       david     104:     and
1.57    ! sthen     105:     <a href="http://man.openbsd.org/?query=vsprintf">vsprintf(3)</a>
1.4       avsm      106:     being replaced with safer, bounded alternatives such as
1.57    ! sthen     107:     <a href="http://man.openbsd.org/?query=strlcpy">strlcpy(3)</a>,
        !           108:     <a href="http://man.openbsd.org/?query=strlcat">strlcat(3)</a>,
        !           109:     <a href="http://man.openbsd.org/?query=snprintf">snprintf(3)</a>,
        !           110:     <a href="http://man.openbsd.org/?query=vsnprintf">vsnprintf(3)</a>,
1.12      deraadt   111:     and
1.57    ! sthen     112:     <a href="http://man.openbsd.org/?query=asprintf">asprintf(3)</a>.
1.1       david     113: <p>
                    114:
1.31      tedu      115: <li>Many improvements to and bugs fixed in the
                    116:     <a href="http://www.research.ibm.com/trl/projects/security/ssp/">
1.33      miod      117:     ProPolice</a> stack protector.  Several other code generation bugs
1.31      tedu      118:     for RISC architectures fixed.
                    119: <p>
                    120:
1.13      david     121: <li><a href="http://www.research.ibm.com/trl/projects/security/ssp/">
                    122:     ProPolice</a> stack protection has been enabled in the kernel as well.
1.1       david     123: <p>
                    124:
1.18      avsm      125: <li>Privilege separation has been implemented in the X server.  The privileged
1.15      david     126:     child process is responsible for the operations that can't be done after the
                    127:     main process has switched to a non-privileged user. This greatly reduces the
                    128:     potential damage that could be caused by malicious X clients, in case of
                    129:     bugs in the X server.
                    130: <p>
                    131:
1.20      deraadt   132: <li>Emulation support for binary compatibility is now controlled via
1.57    ! sthen     133:     <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=8">sysctl(8)</a>.
1.19      tedu      134:     Emulation is now disabled by default to limit exposure to malicious
                    135:     binaries, and can be enabled in
1.57    ! sthen     136:     <a href="http://man.openbsd.org/?query=sysctl.conf">
1.19      tedu      137:     sysctl.conf(5)</a>.
1.16      tedu      138: <p>
                    139:
1.1       david     140: <li>Manual pages have been greatly cleaned up and improved.
                    141: <p>
                    142:
1.8       david     143: <li>The ports tree now supports building programs under
1.57    ! sthen     144:     <a href="http://man.openbsd.org/?query=systrace">
1.8       david     145:     systrace(1)</a>, preventing the possibility of applications harming the
                    146:     system at compile-time via trojaned configuration scripts or otherwise.
1.1       david     147: <p>
                    148:
1.25      avsm      149: <li>Symbol caching in
1.57    ! sthen     150:     <a href="http://man.openbsd.org/?query=ld.so">ld.so(1)</a>
1.25      avsm      151:     reduces the startup time of large applications.
1.23      tedu      152: <p>
                    153:
1.25      avsm      154: <li>More license fixes, including the removal of the advertising clause
1.6       tedu      155:     for large parts of the source tree.
                    156: <p>
                    157:
1.20      deraadt   158: <li>Replacement of GNU
1.57    ! sthen     159: <a href="http://man.openbsd.org/?query=diff">diff(1)</a>,
        !           160: <a href="http://man.openbsd.org/?query=diff3">diff3(1)</a>,
        !           161: <a href="http://man.openbsd.org/?query=grep">grep(1)</a>,
        !           162: <a href="http://man.openbsd.org/?query=egrep">egrep(1)</a>,
        !           163: <a href="http://man.openbsd.org/?query=fgrep">fgrep(1)</a>,
        !           164: <a href="http://man.openbsd.org/?query=zgrep">zgrep(1)</a>,
        !           165: <a href="http://man.openbsd.org/?query=zegrep">zegrep(1)</a>,
        !           166: <a href="http://man.openbsd.org/?query=zfgrep">zfgrep(1)</a>,
        !           167: <a href="http://man.openbsd.org/?query=gzip">gzip(1)</a>,
        !           168: <a href="http://man.openbsd.org/?query=zcat">zcat(1)</a>,
        !           169: <a href="http://man.openbsd.org/?query=gunzip">gunzip(1)</a>,
        !           170: <a href="http://man.openbsd.org/?query=gzcat">gzcat(1)</a>,
        !           171: <a href="http://man.openbsd.org/?query=zcmp">zcmp(1)</a>,
        !           172: <a href="http://man.openbsd.org/?query=zmore">zmore(1)</a>,
        !           173: <a href="http://man.openbsd.org/?query=zdiff">zdiff(1)</a>,
        !           174: <a href="http://man.openbsd.org/?query=zforce">zforce(1)</a>,
        !           175: <a href="http://man.openbsd.org/?query=gzexe">gzexe(1)</a>,
1.20      deraadt   176: and
1.57    ! sthen     177: <a href="http://man.openbsd.org/?query=znew">znew(1)</a>
1.20      deraadt   178: commands with BSD licensed equivalents.
                    179: <p>
                    180:
                    181: <li>Addition of read-only support for
1.57    ! sthen     182:     <a href="http://man.openbsd.org/?query=mount_ntfs">NTFS</a>
1.20      deraadt   183:     file systems.
                    184: <p>
                    185:
                    186: <li>Reliability improvements to layered file systems, enabling
1.57    ! sthen     187:     <a href="http://man.openbsd.org/?query=mount_null">NULLFS</a>
1.20      deraadt   188:     to work again.
1.6       tedu      189: <p>
                    190:
1.31      tedu      191: <li>Import of
1.57    ! sthen     192:     <a href="http://man.openbsd.org/?query=growfs">growfs(8)</a>
1.31      tedu      193:     utility, allowing expansion of existing file systems.
                    194: <p>
                    195:
1.26      deraadt   196: <li>Improvements to
1.57    ! sthen     197:     <a href="http://man.openbsd.org/?query=compat_linux">linux emulation</a>
1.26      deraadt   198:     enabling more applications to run.
1.6       tedu      199: <p>
                    200:
1.27      avsm      201: <li>Significant improvements to the
1.57    ! sthen     202:     <a href="http://man.openbsd.org/?query=pthreads">pthreads(3)</a>
1.27      avsm      203:     library.
1.16      tedu      204: <p>
                    205:
1.20      deraadt   206: <li>Replace many static fd_set uses, to instead use
1.57    ! sthen     207:     <a href="http://man.openbsd.org/?query=poll">poll(2)</a>
1.20      deraadt   208: or dynamic allocation.
1.16      tedu      209: <p>
                    210:
1.31      tedu      211: <li>ANSIfication and stricter prototypes for a large portion of the source tree.
                    212: <p>
                    213:
1.13      david     214: <li>Legacy KerberosIV support has been removed, and the remaining KerberosV
                    215:     codebase has been restructured for easier management.
1.3       jason     216: <p>
                    217:
1.13      david     218: <li>Over 2400 ports, 2200 pre-built packages.
1.1       david     219: <p>
                    220:
                    221: <li>A large number of bug fixes, changes, and optimizations to our packet filter
1.57    ! sthen     222:     <a href="http://man.openbsd.org/?query=pf">pf(4)</a>
1.1       david     223:     including:
                    224: <ul>
1.20      deraadt   225: <li>packet tagging (e.g. filter on tags added by bridge based on MAC address)
1.10      frantzen  226: <li>stateful TCP normalization (prevent uptime calculation and NAT detection)
1.9       dhartmei  227: <li>passive OS detection (filter or redirect connections based on source OS)
                    228: <li>SYN proxy (protect servers against SYN flood attacks)
                    229: <li>adaptive state timeouts (prevent state table overflows under attack)
1.1       david     230: </ul>
                    231: <p>
                    232:
1.16      tedu      233: <li>Improved hardware support, including:
                    234: <ul>
1.31      tedu      235: <li>Kauai ATA controllers (Apple ATA100 wdc)
1.57    ! sthen     236:     <a href="http://man.openbsd.org/?query=kauaiata&arch=macppc">
1.31      tedu      237:     kauaiata(4)</a> enabling support for Powerbook 12" and 17" models.
1.16      tedu      238: <li>Support for controlling LongRun registers on Transmeta CPUs.
1.19      tedu      239: <li>Many fixes to
1.57    ! sthen     240:     <a href="http://man.openbsd.org/?query=aac">aac(4)</a>,
        !           241:     <a href="http://man.openbsd.org/?query=ahc">ahc(4)</a>,
        !           242:     <a href="http://man.openbsd.org/?query=osiop">osiop(4)</a>,
        !           243:     and <a href="http://man.openbsd.org/?query=siop">siop(4)</a>
1.19      tedu      244:     SCSI drivers.
                    245: <li>New
1.57    ! sthen     246:     <a href="http://man.openbsd.org/?query=it">it(4)</a>,
        !           247:     <a href="http://man.openbsd.org/?query=lm">lm(4)</a>, and
        !           248:     <a href="http://man.openbsd.org/?query=viaenv">viaenv(4)</a>
1.19      tedu      249:     hardware monitor drivers.
                    250: <li>New
1.57    ! sthen     251:     <a href="http://man.openbsd.org/?query=safe">safe(4)</a>
1.39      david     252:     driver for SafeNet crypto accelerators.
1.19      tedu      253: <li>New
1.57    ! sthen     254:     <a href="http://man.openbsd.org/?query=mtd">mtd(4)</a>
1.19      tedu      255:     driver for Myson Technologies network cards.
                    256: <li>More ethernet cards supported by
1.57    ! sthen     257:     <a href="http://man.openbsd.org/?query=sk">sk(4)</a>,
        !           258:     <a href="http://man.openbsd.org/?query=wi">wi(4)</a>,
        !           259:     <a href="http://man.openbsd.org/?query=fxp">fxp(4)</a>,
        !           260:     and <a href="http://man.openbsd.org/?query=dc&amp;sektion=4">dc(4)</a>.
1.19      tedu      261: <li>Massive overhaul and sync with NetBSD of the entire
1.57    ! sthen     262:     <a href="http://man.openbsd.org/?query=usb&amp;sektion=4">usb(4)</a>
1.19      tedu      263:     support system.
                    264: <li>New and better support for various controllers in
1.57    ! sthen     265:     <a href="http://man.openbsd.org/?query=pciide">pciide(4)</a>,
1.19      tedu      266:     including experimental support for Serial ATA.
1.31      tedu      267: <li>New drivers to support
1.57    ! sthen     268:     <a href="http://man.openbsd.org/?query=mgx&arch=sparc">
1.32      tedu      269:     mgx(4)</a> and
1.57    ! sthen     270:     <a href="http://man.openbsd.org/?query=pninek&arch=sparc">
1.32      tedu      271:     pninek(4)</a> SPARC framebuffers. The
1.57    ! sthen     272:     <a href="http://man.openbsd.org/?query=vigra&arch=sparc">
1.32      tedu      273:     vigra(4)</a> driver also supports more models.
1.57    ! sthen     274: <li><a href="http://man.openbsd.org/?query=pcmcia">pcmcia(4)</a>
1.31      tedu      275:     support for Tadpole SPARCBooks and SPARCs with pcmcia-sbus bridges.
1.34      markus    276: <li>Watchdog support for
1.57    ! sthen     277:     <a href="http://man.openbsd.org/?query=elansc&arch=i386">elansc(4)</a>
1.34      markus    278:     and
1.57    ! sthen     279:     <a href="http://man.openbsd.org/?query=geodesc&arch=i386">geodesc(4)</a>
1.34      markus    280:     as used on Soekris boards.
1.16      tedu      281: </ul>
                    282: <p>
                    283:
1.1       david     284: <li>The system includes the following major components from outside suppliers:
                    285: <ul>
1.7       david     286: <li>XFree86 4.3.0 (+ patches, and i386 contains 3.3.X servers also, thus
                    287:     providing support for all chipsets)
1.1       david     288: <li>Gcc 2.95.3 (+ patches)
                    289: <li>Perl 5.8.0 (+ patches)
                    290: <li>Apache 1.3.28, mod_ssl 2.8.15, DSO support (+ patches)
1.30      david     291: <li>OpenSSL 0.9.7b (+ patches)
1.1       david     292: <li>Groff 1.15
1.37      david     293: <li>Sendmail 8.12.9 (+ parse8.359.2.8 security patch)
1.1       david     294: <li>Bind 9.2.2 (+ patches)
1.5       avsm      295: <li>Lynx 2.8.4rel.1 with HTTPS and IPv6 support (+ patches)
1.1       david     296: <li>Sudo 1.6.7p5
                    297: <li>Ncurses 5.2
                    298: <li>Latest KAME IPv6
                    299: <li>Heimdal 0.6rc1 (+ patches)
                    300: <li>Arla-current
1.36      david     301: <li>OpenSSH 3.7.1 (now with GSSAPI support)
1.1       david     302: </ul>
                    303: <p>
                    304:
                    305: <p>
                    306: <li>Many improvements for security and reliability (look for the red
1.38      david     307: print in the <a href="plus34.html">complete changelog</a>).
1.1       david     308: <p>
                    309: <li> and much more.
                    310:
                    311: </ul>
                    312:
                    313: <a name="install"></a>
                    314: <hr>
                    315: <p>
                    316: <h3><font color="#0000e0">How to install</font></h3>
                    317: <p>
                    318: Following this are the instructions which you would have on a piece of
                    319: paper if you had purchased a CDROM set instead of doing an alternate
                    320: form of install.  The instructions for doing an ftp (or other style
                    321: of) install are very similar; the CDROM instructions are left intact
                    322: so that you can see how much easier it would have been if you had
                    323: purchased a CDROM instead.
                    324: <p>
                    325:
                    326: <hr>
                    327: Please refer to the following files on the three CDROMs or ftp mirror for
                    328: extensive details on how to install OpenBSD 3.4 on your machine:
                    329: <p>
                    330: <ul>
1.8       david     331: <li>CD1:3.4/i386/INSTALL.i386
1.1       david     332: <p>
1.8       david     333: <li>CD2:3.4/macppc/INSTALL.macppc
                    334: <li>CD2:3.4/vax/INSTALL.vax
1.1       david     335: <p>
1.8       david     336: <li>CD3:3.4/sparc/INSTALL.sparc
                    337: <li>CD3:3.4/sparc64/INSTALL.sparc64
1.1       david     338: <p>
1.8       david     339: <li>FTP:.../OpenBSD/3.4/alpha/INSTALL.alpha
                    340: <li>FTP:.../OpenBSD/3.4/hp300/INSTALL.hp300
                    341: <li>FTP:.../OpenBSD/3.4/hppa/INSTALL.hppa
                    342: <li>FTP:.../OpenBSD/3.4/mac68k/INSTALL.mac68k
                    343: <li>FTP:.../OpenBSD/3.4/mvme68k/INSTALL.mvme68k
1.1       david     344: </ul>
                    345: <hr>
                    346:
                    347: <p>
                    348: Quick installer information for people familiar with OpenBSD, and the
                    349: use of the "disklabel -E" command.  If you are at all confused when
                    350: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    351: <p>
                    352:
                    353: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    354: <ul>
                    355: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    356: release is on CD1. If your BIOS does not support booting from CD, you will need
                    357: to create a boot floppy to install from. To create a boot floppy write
                    358: <i>CD1:3.4/i386/floppy34.fs</i> to a floppy and boot via the floppy drive.
                    359:
                    360: <p>
                    361: Use <i>CD1:3.4/i386/floppyB34.fs</i> instead for greater scsi controller
                    362: support, or <i>CD1:3.4/i386/floppyC34.fs</i> for better laptop support.
                    363:
                    364: <p>
1.2       david     365: If you are planning on dual booting OpenBSD with another OS, you will need to
                    366: read the included INSTALL.i386 document.
1.1       david     367:
                    368: <p>
                    369: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
1.2       david     370: at <i>CD:/3.4/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
1.57    ! sthen     371: use the <a href="http://man.openbsd.org/?query=
1.2       david     372: dd&amp;sektion=1">dd(1)</a> utility. The following is an example usage of
1.57    ! sthen     373: <a href="http://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)
1.2       david     374: </a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    375: &quot;rfd0a&quot;.
1.1       david     376:
                    377: <ul><pre>
                    378: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    379: </pre></ul>
                    380:
                    381: <p>
1.2       david     382: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    383: your install will most likely fail. For more information on creating a boot
                    384: floppy and installing OpenBSD/i386 please refer to
                    385: <a href="faq/faq4.html#MkFlop">FAQ4.1</a>.
1.1       david     386: </ul>
                    387:
                    388: <p>
                    389: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    390: <ul>
                    391: Put the CD2 in your CDROM drive and poweron your machine while holding down the
                    392: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    393:
                    394: <p>
                    395: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    396: /3.4/macppc/bsd.rd</i>
                    397: </ul>
                    398:
                    399: <p>
                    400: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    401: <ul>
                    402: Boot over the network via mopbooting as described in INSTALL.vax.
                    403: </ul>
                    404:
                    405: <p>
                    406: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    407: <ul>
1.2       david     408: The 3.4 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
                    409: can use one of the two commands listed below, depending on the version of your
                    410: ROM.
1.1       david     411:
                    412: <ul><pre>
1.8       david     413: &gt; <strong>boot cdrom 3.4/sparc/bsd.rd</strong>
1.1       david     414: or
1.43      miod      415: &gt; <strong>b sd(0,6,0)3.4/sparc/bsd.rd</strong>
1.1       david     416: </pre></ul>
                    417:
                    418: <p>
                    419: If your sparc does not have a CD drive, you can alternatively boot from floppy.
1.2       david     420: To do so you need to write &quot;CD3:3.4/sparc/floppy34.fs&quot; to a floppy.
                    421: For more information see <a href="faq/faq4.html#MkFlop">FAQ4.1</a>. To boot from
                    422: the floppy use one of the two commands listed below, depending on the version of
                    423: your ROM.
1.1       david     424:
                    425: <ul><pre>
1.8       david     426: &gt; <strong>boot floppy</strong>
1.1       david     427: or
1.8       david     428: &gt; <strong>boot fd()</strong>
1.1       david     429: </pre></ul>
                    430:
                    431: <p>
1.2       david     432: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    433: will most likely fail.
1.1       david     434:
                    435: <p>
                    436: If your sparc doesn't have a floppy drive nor a CD drive, you can either
                    437: setup a bootable tape, or install via network, as told in the
                    438: INSTALL.sparc file.
                    439: </ul>
                    440:
                    441: <p>
                    442: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    443: <ul>
                    444: Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    445:
                    446: <p>
                    447: If this doesn't work, or if you don't have a CDROM drive, you can write
                    448: <i>CD3:3.4/sparc64/floppy34.fs</i> to a floppy and boot it with <i>boot
                    449: floppy</i>.<br>
1.2       david     450: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    451: will most likely fail.
1.1       david     452:
                    453: <p>
                    454: You can also write <i>CD3:3.4/sparc64/miniroot34.fs</i> to the swap partition on
                    455: the disk and boot with <i>boot disk:b</i>.
                    456:
                    457: <p>
                    458: If nothing works, you can boot over the network as described in INSTALL.sparc64
                    459: </ul>
                    460:
                    461: <p>
                    462: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    463: <ul>
                    464: <p>Write <i>FTP:3.4/alpha/floppy34.fs</i> or
                    465: <i>FTP:3.4/alpha/floppyB34.fs</i> (depending on your machine) to a diskette and
                    466: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    467:
                    468: <p>
1.2       david     469: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    470: will most likely fail.
1.1       david     471:
                    472: </ul>
                    473:
                    474: <p>
                    475: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    476: <ul>
                    477: <p>
                    478: Boot over the network by following the instructions in INSTALL.hp300.
                    479: </ul>
                    480:
                    481: <p>
                    482: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    483: <ul>
                    484: <p>
                    485: Boot over the network by following the instructions in INSTALL.hppa or the
                    486: <a href="hppa.html#netboot">hppa platform page</a>.
                    487: </ul>
                    488:
                    489: <p>
                    490: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    491: <ul>
                    492: <p>
                    493: Boot MacOS as normal and partition your disk with the appropriate A/UX
                    494: configurations.  Then, extract the Macside utilities from
                    495: <i>FTP:3.4/mac68k/utils</i> onto your hard disk.  Run Mkfs to create your
                    496: filesystems on the A/UX partitions you just made.  Then, use the
                    497: "BSD/Mac68k Installer" to copy all the sets in <i>FTP:3.4/mac68k/</i> onto your
                    498: partitions.  Finally, you will be ready to configure the "BSD/Mac68k
                    499: Booter" with the location of your kernel and boot the system.
                    500: </ul>
                    501:
                    502: <p>
                    503: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    504: <ul>
                    505: <p>
                    506: You can create a bootable installation tape or boot over the network.<br>
                    507: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    508: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    509: for more details.
                    510: </ul>
                    511:
                    512: <p>
                    513: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    514: <ul>
                    515: src.tar.gz contains a source archive starting at /usr/src.  This file
                    516: contains everything you need except for the kernel sources, which are
                    517: in a separate archive.  To extract:
                    518: <p>
                    519: <ul><pre>
                    520: # <strong>mkdir -p /usr/src</strong>
                    521: # <strong>cd /usr/src</strong>
                    522: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    523: </pre></ul>
                    524: <p>
                    525: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    526: This file contains all the kernel sources you need to rebuild kernels.
                    527: To extract:
                    528: <p>
                    529: <ul><pre>
                    530: # <strong>mkdir -p /usr/src/sys</strong>
                    531: # <strong>cd /usr/src</strong>
                    532: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    533: </pre></ul>
                    534: <p>
                    535: Both of these trees are a regular CVS checkout.  Using these trees it
                    536: is possible to get a head-start on using the anoncvs servers as
                    537: described <a href="anoncvs.html">here</a>.
                    538: Using these files
                    539: results in a much faster initial CVS update than you could expect from
                    540: a fresh checkout of the full OpenBSD source tree.
                    541: <p>
                    542: </ul>
                    543: <a name="ports"></a>
                    544: <hr>
                    545: <p>
                    546: <h3><font color="#0000e0">Ports Tree</font></h3>
                    547: <p>
                    548: A ports tree archive is also provided.  To extract:
                    549: <p>
                    550: <ul><pre>
                    551: # <strong>cd /usr</strong>
                    552: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    553: # <strong>cd ports</strong>
                    554: </pre></ul>
                    555: <p>
                    556: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.45      jasper    557: read the <a href="faq/faq15.html">ports</a> page
1.1       david     558: if you know nothing about ports
                    559: at this point.  This text is not a manual of how to use ports.
                    560: Rather, it is a set of notes meant to kickstart the user on the
                    561: OpenBSD ports system.
                    562: <p>
                    563: The <i>ports/</i> directory represents a CVS (see the manpage for
1.57    ! sthen     564: <a href="http://man.openbsd.org/?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">
1.1       david     565: cvs(1)</a> if
                    566: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    567: source tree, our ports tree is available via anoncvs.  So, in
                    568: order to keep current with it, you must make the <i>ports/</i> tree
                    569: available on a read-write medium and update the tree with a command
                    570: like:
                    571: <p>
                    572: <ul><pre>
1.44      deraadt   573: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_4</strong>
1.1       david     574: </pre></ul>
                    575: <p>
                    576: [Of course, you must replace the local directory and server name here
                    577: with the location of your ports collection and a nearby anoncvs
                    578: server.]
                    579: <p>
                    580: Note that most ports are available as packages through ftp. Updated
                    581: packages for the 3.4 release will be made available if problems arise.
                    582: <p>
                    583: If you're interested in seeing a port added, would like to help out, or just
                    584: would like to know more, the mailing list ports@openbsd.org is a good
                    585: place to know.
                    586: <p>
                    587:
                    588: </body>
                    589: </html>