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

Annotation of www/44.html, Revision 1.72

1.64      bentley     1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <meta charset=utf-8>
                      4:
1.48      deraadt     5: <title>OpenBSD 4.4</title>
1.1       deraadt     6: <meta name="description" content="OpenBSD 4.4">
1.58      tj          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.60      tb          9: <link rel="canonical" href="https://www.openbsd.org/44.html">
1.1       deraadt    10:
1.64      bentley    11: <h2 id=OpenBSD>
1.1       deraadt    12: <a href="index.html">
1.64      bentley    13: <i>Open</i><b>BSD</b></a>
                     14: 4.4
1.58      tj         15: </h2>
1.1       deraadt    16:
1.64      bentley    17: <table>
                     18: <tr>
                     19: <td>
1.38      deraadt    20: <a href="images/SourceWars.jpg">
1.72    ! deraadt    21: <img width="227" height="343" src="images/SourceWars.jpg" alt="Source Wars"></a>
1.64      bentley    22: <td>
1.45      deraadt    23: Released Nov 1, 2008<br>
1.1       deraadt    24: Copyright 1997-2008, Theo de Raadt.<br>
1.64      bentley    25: <cite class=isbn>ISBN 978-0-9784475-2-6</cite>
1.1       deraadt    26: <br>
1.55      deraadt    27: 4.4 Song: <a href="lyrics.html#44">"Trial of the BSD Knights"</a>
1.63      deraadt    28: <br>
                     29: <br>
1.1       deraadt    30: <ul>
1.69      deraadt    31: <li>See the information on <a href="ftp.html">the FTP page</a> for
1.1       deraadt    32:     a list of mirror machines.
1.64      bentley    33: <li>Go to the <code class=reldir>pub/OpenBSD/4.4/</code> directory on
1.1       deraadt    34:     one of the mirror sites.
                     35: <li>Have a look at <a href="errata44.html">The 4.4 Errata page</a> for a list
                     36:     of bugs and workarounds.
                     37: <li>See a <a href="plus44.html">detailed log of changes</a> between the
                     38:     4.3 and 4.4 releases.
                     39: </ul>
1.58      tj         40: <p>
                     41: All applicable copyrights and credits are in the src.tar.gz,
                     42: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
1.68      deraadt    43: files fetched via <code>ports.tar.gz</code>.
1.64      bentley    44: </table>
1.58      tj         45:
                     46: <hr>
1.1       deraadt    47:
1.64      bentley    48: <section id=new>
                     49: <h3>What's New</h3>
1.1       deraadt    50: <p>
                     51: This is a partial list of new features and systems included in OpenBSD 4.4.
                     52: For a comprehensive list, see the <a href="plus44.html">changelog</a> leading
                     53: to 4.4.
                     54: <p>
                     55:
                     56: <ul>
                     57:
                     58: <li>New/extended platforms:
                     59: <ul>
                     60: <li><a href="sparc64.html">OpenBSD/sparc64</a><br>
1.37      brad       61:     Much more platform support.  Machines using the UltraSPARC IV/T1/T2
                     62:     and Fujitsu SPARC64-V/VI/VII are now supported.
1.4       matthieu   63: <li><a href="socppc.html">OpenBSD/socppc</a><br>
1.65      deraadt    64:     For machines based on the Freescale MPC8349E
                     65:     System-on-Chip (SoC) platform that use Das U-Boot as a boot loader.
1.4       matthieu   66: <li><a href="landisk.html">OpenBSD/landisk</a><br>
1.65      deraadt    67:     Added shared libraries support.
1.1       deraadt    68: </ul>
                     69: <p>
                     70:
                     71: <li>Improved hardware support, including:
                     72: <ul>
1.8       deraadt    73: <li>Several new/improved drivers for sensors, including:
1.28      cnst       74:  <ul>
1.64      bentley    75:  <li>New <a href="https://man.openbsd.org/fins.4">fins(4)</a>
1.28      cnst       76:        driver for Fintek F71805F LPC Super I/O Hardware Monitor.
1.64      bentley    77:  <li>New <a href="https://man.openbsd.org/andl.4">andl(4)</a>
1.28      cnst       78:        driver for Andigilog aSC7611 Hardware Monitor.
1.64      bentley    79:  <li>New <a href="https://man.openbsd.org/kate.4">kate(4)</a>
1.28      cnst       80:        driver for AMD K8 embedded temperature sensor.
1.64      bentley    81:  <li>New <a href="https://man.openbsd.org/sdtemp.4">sdtemp(4)</a>
1.28      cnst       82:        driver for JEDEC JC-42.4 memory module thermal sensors.
1.64      bentley    83:  <li>New <a href="https://man.openbsd.org/adtfsm.4">adtfsm(4)</a>
1.28      cnst       84:        driver for Analog Devices ADT7462.
1.64      bentley    85:  <li>New <a href="https://man.openbsd.org/km.4">km(4)</a>
1.28      cnst       86:        driver for AMD K10 (Phenom, Opteron Barcelona et alia) embedded temperature sensor.
1.64      bentley    87:  <li>The <a href="https://man.openbsd.org/it.4">it(4)</a>
1.28      cnst       88:        driver now has better probing procedure.
1.64      bentley    89:  <li>The <a href="https://man.openbsd.org/lmtemp.4">lmtemp(4)</a>
1.28      cnst       90:        driver now support LM76.
                     91:  </ul>
1.17      deraadt    92: <li>Support for the Intel G33 and G35 chipsets in
1.64      bentley    93:     <a href="https://man.openbsd.org/agp.4">agp(4)</a>.
                     94: <li>New <a href="https://man.openbsd.org/lii.4">lii(4)</a>
1.17      deraadt    95:     driver for Attansic L2 10/100 Ethernet devices.
                     96: <li>Preliminary support for UVC USB webcams:
1.64      bentley    97:     <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>
                     98:     and <a href="https://man.openbsd.org/video.4">video(4)</a>.
                     99: <li>The <a href="https://man.openbsd.org/openchrome.4">openchrome(4)</a>
1.65      deraadt   100:     driver replaces the via X.Org driver for VIA video cards.
1.8       deraadt   101: <li>AMD Geode video card driver for X.Org.
1.64      bentley   102: <li>New <a href="https://man.openbsd.org/vmt.4">vmt(4)</a>
1.26      deraadt   103:     driver which implements VMware Tools.
1.64      bentley   104: <li>New <a href="https://man.openbsd.org/i386/auglx.4">auglx(4)</a>
1.17      deraadt   105:     driver for AMD Geode LX CS5536 integrated AC'97 audio.
1.64      bentley   106: <li>New <a href="https://man.openbsd.org/ix.4">ix(4)</a>
1.17      deraadt   107:     driver for Intel 82598 PCI Express 10Gb Ethernet.
1.64      bentley   108: <li>New <a href="https://man.openbsd.org/acpithinkpad.4">acpithinkpad(4)</a>
1.17      deraadt   109:     driver provides additional ACPI support for IBM/Lenovo ThinkPad laptops.
1.64      bentley   110: <li>New <a href="https://man.openbsd.org/acpiasus.4">acpiasus(4)</a>
1.26      deraadt   111:     driver provides additional ACPI support for ASUS laptops, including the EeePC.
1.64      bentley   112: <li>New <a href="https://man.openbsd.org/hppa/gecko.4">gecko(4)</a>
1.17      deraadt   113:     driver supporting the GeckoBOA BC GSC+ port found on some hppa systems.
1.64      bentley   114: <li>New <a href="https://man.openbsd.org/socppc/tsec.4">tsec(4)</a>
1.26      deraadt   115:     driver supporting the Freescale Triple Speed Ethernet Controller.
1.64      bentley   116: <li>The <a href="https://man.openbsd.org/re.4">re(4)</a>
1.17      deraadt   117:     driver now supports RTL8102E and RTL8168 devices.
1.64      bentley   118: <li>The <a href="https://man.openbsd.org/cas.4">cas(4)</a>
1.17      deraadt   119:     driver now supports National Semiconductor Saturn devices.
1.64      bentley   120: <li>The <a href="https://man.openbsd.org/OpenBSD+4.3/pccom.4">pccom(4)</a>
1.65      deraadt   121:     driver has been removed; all platforms use
1.64      bentley   122:     <a href="https://man.openbsd.org/com.4">com(4)</a>
1.34      deraadt   123:     now.
1.64      bentley   124: <li><a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a>
1.17      deraadt   125:     and
1.64      bentley   126:     <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a>
1.17      deraadt   127:     now work on most sparc64 machines.
1.64      bentley   128: <li>The <a href="https://man.openbsd.org/udcf.4">udcf(4)</a>
1.17      deraadt   129:     driver now supports mouseCLOCK USB II devices.
1.64      bentley   130: <li>The <a href="https://man.openbsd.org/msk.4">msk(4)</a>
1.21      deraadt   131:     driver now supports 88E8040T devices.
1.64      bentley   132: <li>The <a href="https://man.openbsd.org/ath.4">ath(4)</a>
1.39      pvalchev  133:     driver now supports many more Atheros wireless devices.
1.64      bentley   134: <li>The <a href="https://man.openbsd.org/ciss.4">ciss(4)</a>
1.17      deraadt   135:     driver now supports HP Smart Array P212, P410, P411, P411i
                    136:     and P812 devices.
1.64      bentley   137: <li>The <a href="https://man.openbsd.org/uftdi.4">uftdi(4)</a>
1.17      deraadt   138:     driver now supports ELV Elektronik and FTDI 2232L devices.
1.64      bentley   139: <li>The <a href="https://man.openbsd.org/umsm.4">umsm(4)</a>
1.17      deraadt   140:     driver now supports Option GlobeTrotter 3G+, Huawei E220
                    141:     and more HSDPA MSM devices.
1.64      bentley   142: <li>The <a href="https://man.openbsd.org/ubsa.4">ubsa(4)</a>
1.17      deraadt   143:     driver now supports ZTE CMDMA MSM devices.
1.64      bentley   144: <li>The <a href="https://man.openbsd.org/axe.4">axe(4)</a>
1.17      deraadt   145:     driver now supports Apple USB A1277 devices.
1.64      bentley   146: <li>The <a href="https://man.openbsd.org/puc.4">puc(4)</a>
1.17      deraadt   147:     driver now supports more Netmos devices.
1.64      bentley   148: <li>The <a href="https://man.openbsd.org/sparc64/mgx.4">mgx(4)</a>
1.17      deraadt   149:     driver now supports 2D acceleration on selected boards.
1.64      bentley   150: <li>The <a href="https://man.openbsd.org/isp.4">isp(4)</a>
1.19      deraadt   151:     driver firmware for some controllers has been updated.
1.64      bentley   152: <li>The <a href="https://man.openbsd.org/isp.4">isp(4)</a>
1.30      deraadt   153:     driver no longer hangs during probe on some machines.
1.64      bentley   154: <li>The <a href="https://man.openbsd.org/bge.4">bge(4)</a>
1.21      deraadt   155:     driver has better support for BCM5704 chipsets in fiber
                    156:     mode which helps with some blade servers.
1.64      bentley   157: <li>The <a href="https://man.openbsd.org/bge.4">bge(4)</a>
1.21      deraadt   158:     driver has better support for the BCM5906 chipset on some systems.
1.64      bentley   159: <li>The <a href="https://man.openbsd.org/bge.4">bge(4)</a>
1.21      deraadt   160:     driver has much better support for PCI Express chipsets
1.30      deraadt   161:     resulting in much faster transmit performance.
1.64      bentley   162: <li>The <a href="https://man.openbsd.org/bge.4">bge(4)</a>
1.21      deraadt   163:     driver has support for the BCM5714/5715/5780 chipsets using fiber interfaces.
1.64      bentley   164: <li>The <a href="https://man.openbsd.org/bnx.4">bnx(4)</a>
1.21      deraadt   165:     driver has support for the BCM5706/5708 chipsets using fiber interfaces.
1.64      bentley   166: <li>The <a href="https://man.openbsd.org/ral.4">ral(4)</a>
1.26      deraadt   167:     driver now supports Ralink Technology RT2700 devices.
1.30      deraadt   168: <li>Serial ports other than com0 can now be used for console on amd64.
                    169: <li>The serial console on i386 and amd64 has improved compatibility
                    170:     with server management cards.
1.1       deraadt   171: </ul>
                    172: <p>
                    173:
                    174: <li>New tools:
                    175: <ul>
1.64      bentley   176: <li><a href="https://man.openbsd.org/rpc.statd.8">rpc.statd(8)</a>,
1.17      deraadt   177:     the host status monitoring daemon for use with the NFS file locking daemon.
                    178: <li>Initial import of
1.64      bentley   179:     <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>,
1.17      deraadt   180:     a drop-in replacement for ypserv to glue in an LDAP directory for
1.65      deraadt   181:     get{pw,gr}ent family of functions.
1.64      bentley   182: <li>Deprecated <a href="https://man.openbsd.org/slattach.8">slattach(8)</a>
                    183:     and <a href="https://man.openbsd.org/nmeaattach.8">nmeaattach(8)</a>
1.21      deraadt   184:     in favor of
1.64      bentley   185:     <a href="https://man.openbsd.org/ldattach.8">ldattach(8)</a>.
                    186: <li>Import of <a href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a>, a small TCP benchmarking tool.
1.1       deraadt   187: </ul>
                    188: <p>
                    189:
                    190: <li>New functionality:
                    191: <ul>
1.64      bentley   192: <li><a href="https://man.openbsd.org/aucat.1">aucat(1)</a>
1.26      deraadt   193:     is now able to play and record audio in full-duplex,
                    194:     mix unlimited number of streams, handle up to 16 channels,
                    195:     resample streams on the fly, support various 24-bit and 32-bit
1.3       ratchov   196:     encodings and does format conversions on the fly.
1.64      bentley   197: <li><a href="https://man.openbsd.org/httpd.8">httpd(8)</a> now supports IPv6.
                    198: <li><a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>
1.26      deraadt   199:     now supports basic synchronization of the /var/db/dhcpd.leases
                    200:     file to allow running multiple instances for redundancy.
1.65      deraadt   201: <li>WPA/WPA2-PSK support for several models of wireless cards.
1.64      bentley   202: <li><a href="https://man.openbsd.org/rpc.lockd.8">rpc.lockd(8)</a>
1.17      deraadt   203:     now supports NLMv4 and does actually do locking.
1.64      bentley   204: <li><a href="https://man.openbsd.org/ftp.1">ftp(1)</a>
1.65      deraadt   205:     now supports recursive mget transfers.
1.64      bentley   206: <li><a href="https://man.openbsd.org/ftp.1">ftp(1)</a>
1.19      deraadt   207:     now uses keep alive packets by default.
1.64      bentley   208: <li><a href="https://man.openbsd.org/ftp.1">ftp(1)</a>
1.26      deraadt   209:     now accepts empty passwords in URLs.
1.64      bentley   210: <li><a href="https://man.openbsd.org/locate.1">locate(1)</a> now supports -b flag to perform search only on the last
1.30      deraadt   211:     component of the path.
1.64      bentley   212: <li>Allow <a href="https://man.openbsd.org/cdio.1">cdio(1)</a>
1.17      deraadt   213:     in TAO mode to set the write speed.
1.64      bentley   214: <li><a href="https://man.openbsd.org/cdio.1">cdio(1)</a>
1.19      deraadt   215:     no longer blanks media twice.
1.64      bentley   216: <li>Add ability in <a href="https://man.openbsd.org/cdio.1">cdio(1)</a>
1.21      deraadt   217:     to determine media capabilities and make it figure out if media supports TAO or blanking.
1.17      deraadt   218: <li>Initial version of
1.64      bentley   219:     <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>
1.30      deraadt   220:     crypto support.
1.64      bentley   221: <li><a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>
1.26      deraadt   222:     now groks options tftp-config-file and auto-proxy-script in
1.64      bentley   223:     <a href="https://man.openbsd.org/dhcpd.conf.5">dhcpd.conf(5)</a>.
                    224: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
1.19      deraadt   225:     option handling much more resistant to abuse.
1.64      bentley   226: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
1.19      deraadt   227:     now aware of interface link state and reacts to changes.
                    228: <li>DIOCRLDINFO, DIOCGPDINFO, and DIOCGPART support added to block devices
                    229:     previously lacking it.
1.64      bentley   230: <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
1.19      deraadt   231:     no longer supports the '-r' option, and obtains all disklabel information via ioctl's.
1.64      bentley   232: <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
1.19      deraadt   233:     no longer suggests offsets and sizes that would result in partitions starting or ending
                    234:     outside the OpenBSD section of the disk.
1.64      bentley   235: <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
1.19      deraadt   236:     now correctly reads back the 'vendor' field from text disklabels.
1.64      bentley   237: <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
1.19      deraadt   238:     editor mode '?' and 'p' commands are more compact and the 'l' command has been added
                    239:     to produce previous verbose output.
                    240: <li>I/O's outside the bounds of the RAW_PART are now prevented, allowing
1.65      deraadt   241:     proper detection of invalid I/O's.
1.19      deraadt   242: <li>USB floppies now have a valid cylinder count calculated, rather than 0.
1.64      bentley   243: <li><a href="https://man.openbsd.org/newfs.8">newfs(8)</a>
1.19      deraadt   244:     can now create filesystems on devices with sector sizes other than 512, although
                    245:     such filesystems cannot yet be read.
1.64      bentley   246: <li><a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a>
                    247:     now revokes its privileges and runs as its own user <code>_rtadvd</code>.
                    248: <li><a href="https://man.openbsd.org/scsi.4">scsi(4)</a>
1.19      deraadt   249:     probing displays less useless verbiage and fewer spurious error messages.
1.64      bentley   250: <li><a href="https://man.openbsd.org/st.4">st(4)</a>
1.19      deraadt   251:     devices can now be detached.
                    252: <li>ATAPI devices are now identified as such, rather than as SCSIn devices.
                    253: <li>SATA tape drives now work.
1.64      bentley   254: <li><a href="https://man.openbsd.org/scsi.4">scsi(4)</a>
1.19      deraadt   255:     probing now displays the ID of the initiator on the bus.
1.64      bentley   256: <li><a href="https://man.openbsd.org/scsi.4">scsi(4)</a>
1.19      deraadt   257:     debug capabilities improved to show commands and input or output data as appropriate.
1.64      bentley   258: <li><a href="https://man.openbsd.org/scsi.4">scsi(4)</a>
1.19      deraadt   259:     probing makes better use of the TEST UNIT READY command to clear errors and allow
1.41      deraadt   260:     successful attachments.
1.64      bentley   261: <li><a href="https://man.openbsd.org/scsi.4">scsi(4)</a>
1.19      deraadt   262:     probing can now find more fibre channel attached devices.
1.21      deraadt   263: <li>Several mbuf pool cache corruption issues were fixed.
1.64      bentley   264: <li><a href="https://man.openbsd.org/identd.8">identd(8)</a>
1.21      deraadt   265:     now supports IPv6 in standalone mode.
1.64      bentley   266: <li><a href="https://man.openbsd.org/cal.1">cal(1)</a>
1.21      deraadt   267:     now shows week numbers too.
1.64      bentley   268: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>,
1.21      deraadt   269:     implement a sloppy tcpstate tracker which does not look at sequence numbers at all.
1.64      bentley   270: <li><a href="https://man.openbsd.org/pf.4">pf(4)</a>
1.25      mpf       271:     rule accounting now has a counter to record how many states in total have been
                    272:     created by a rule.
                    273: <li>The kill states feature in
1.64      bentley   274:     <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>
1.25      mpf       275:     now supports two additional match targets: Kill by rule label or state ID.
1.64      bentley   276: <li>Make <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>
1.21      deraadt   277:     use sloppy
1.64      bentley   278:     <a href="https://man.openbsd.org/pf.4">pf(4)</a>
1.21      deraadt   279:     state keeping for routed sessions (Direct Server Return).
                    280: <li>Added support in
1.64      bentley   281:     <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>
1.21      deraadt   282:     for transparent L7 forwarding in relays.
1.30      deraadt   283: <li>Added support for dynamic IPv6-to-IPv4 or IPv4-to-IPv6 TCP relays in
1.64      bentley   284:     <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>.
1.30      deraadt   285: <li>Improved the DNS mode and use OpenBSD's Id shuffle code from
1.64      bentley   286:     <a href="https://man.openbsd.org/named.8">named(8)</a>.
                    287:     in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>.
                    288: <li>Extend <a href="https://man.openbsd.org/awk.1">awk(1)</a>
1.21      deraadt   289:     with bitwise operations.
1.30      deraadt   290: <li>Updated the display code for
1.64      bentley   291:     <a href="https://man.openbsd.org/systat.1">systat(1)</a>
1.30      deraadt   292:     which adds views for
1.64      bentley   293:     <a href="https://man.openbsd.org/pf.4">pf(4)</a>
1.30      deraadt   294:     states, rules and queues.
                    295: <li>Imported initial support for IEEE 802.3ad/LACP in
1.64      bentley   296:     <a href="https://man.openbsd.org/trunk.4">trunk(4)</a>.
1.1       deraadt   297: </ul>
                    298: <p>
                    299:
                    300: <li>Assorted improvements and code cleanup:
                    301: <ul>
1.8       deraadt   302: <li>A greatly changed buffer cache subsystem which maps cache pages only
                    303:     when in use, resulting in improved filesystem performance, and
1.26      deraadt   304:     allowing for the effective use of a much larger buffer cache.
1.11      espie     305: <li>A greatly improved implementation of
1.64      bentley   306:     <a href="https://man.openbsd.org/malloc.3">
1.11      espie     307:     malloc(3)</a>, the general purpose memory allocator,
1.65      deraadt   308:     which catches more mistakes, reduces address space fragmentation,
1.11      espie     309:     and is faster.
1.64      bentley   310: <li>The <a href="https://man.openbsd.org/statfs.2">
1.14      otto      311:     statfs(2)</a> system call has been enhanced to support large
1.10      otto      312:     filesystems.
1.64      bentley   313: <li>The <a href="https://man.openbsd.org/strtof.3">strtof(3)</a>
1.30      deraadt   314:     function has been added to libc.
                    315: <li>A lot of work has been done on libm to add several functions towards more
                    316:     C99 compliance.
1.20      deraadt   317: <li>Lots of features have been implemented in OpenCVS, which can now be used
1.19      deraadt   318:     to do some real work.
1.64      bentley   319: <li>New APIs for <a href="https://man.openbsd.org/arc4random.3">arc4random(3)</a>,
1.34      deraadt   320:     one to fill a buffer with random numbers and the other to return a
                    321:     uniformly distributed random number without bias.
1.1       deraadt   322: </ul>
                    323: <p>
                    324:
                    325: <li>Install/Upgrade process changes:
                    326: <ul>
1.15      deraadt   327: <li>A new tool
1.64      bentley   328:     <a href="https://man.openbsd.org/sysmerge.8">
1.18      sobrado   329:     sysmerge(8)</a>, derived from the old mergemaster port, makes
1.15      deraadt   330:     it easier to merge configuration files changes during an upgrade.
1.16      deraadt   331: <li>Fully support OpenBSD inside extended partitions on i386 and amd64.
1.17      deraadt   332: <li>During installation 'dhcp' is now the initial default answer during
1.65      deraadt   333:     network configuration.
1.19      deraadt   334: <li>Fetching sets via FTP more reliable due to automatic use of keep alive.
                    335: <li>Fetching sets via NFS no longer hangs retrying a non-functional mount.
                    336: <li>Installation ensures hostname.* files are installed with mode 600.
                    337: <li>Serial console configuration now automatically detects speed.
                    338: <li>Serial console support extended to all architectures.
                    339: <li>Partition size display no longer limited to 32 bit sizes.
                    340: <li>Partition sizes now scaled and formatted to use human readable units.
1.64      bentley   341: <li><a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>
1.26      deraadt   342:     configuration questions improved.
1.19      deraadt   343: <li>Sparc miniroot root disk detection fixed.
                    344: <li>Invocations of
1.64      bentley   345:     <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
1.19      deraadt   346:     by the scripts are now less verbose.
1.1       deraadt   347: </ul>
                    348: <p>
                    349:
1.15      deraadt   350: <li>OpenSSH 5.1:
1.1       deraadt   351: <ul>
1.15      deraadt   352: <li>New experimental fingerprint ASCII art visualisation system for easier
                    353:     verification of remote keys.
1.64      bentley   354: <li>Added <a href="https://man.openbsd.org/chroot.2">
1.15      deraadt   355:     chroot(2)</a> support for
1.64      bentley   356:     <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
1.15      deraadt   357: <li>Added an extended test mode (-T) to
1.64      bentley   358:     <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
1.15      deraadt   359: <li>Make
1.64      bentley   360:     <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.15      deraadt   361:     support negation of groups in a "Match group" block.
1.16      deraadt   362: <li>Increased the ephemeral key size in protocol1 from 768 to 1024 bits.
1.15      deraadt   363: <li>Better tests of primes in /etc/moduli
1.16      deraadt   364: <li>Refuse to read .shosts or authorized_keys files that are not regular
1.65      deraadt   365:     files.
1.15      deraadt   366: <li>Enable ~ escapes for multiplex slave sessions.
1.16      deraadt   367: <li>Support CIDR address matching in Match blocks and authorized_keys
1.15      deraadt   368:     from="..." stanzas.
                    369: <li>Make port forwarding code try additional addresses when connecting to
                    370:     a destination whose DNS name resolves to more than one address.
                    371: <li>Make the maximum number of
1.64      bentley   372:     <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
1.16      deraadt   373:     sessions run-time controllable via MaxSessions in
1.64      bentley   374:     <a href="https://man.openbsd.org/ssh_config.5">
1.15      deraadt   375:     ssh_config(5)</a>.
1.64      bentley   376: <li><a href="https://man.openbsd.org/ssh-keyscan.1">
1.34      deraadt   377:     ssh-keyscan(1)</a> now defaults to RSA protocol 2 keys, instead of RSA1.
1.15      deraadt   378: <li>Added an extension to sftp protocol to implement
1.64      bentley   379:     <a href="https://man.openbsd.org/statvfs.3">
1.34      deraadt   380:     statvfs(3)</a>-like operations and add a df command to
1.64      bentley   381:     <a href="https://man.openbsd.org/sftp.1">
1.15      deraadt   382:     sftp(1)</a>.
1.26      deraadt   383: <li>Disable execution of ~/.ssh/rc for sessions where a command has been
1.15      deraadt   384:     forced by the sshd_config ForceCommand directive.
                    385: <li>And several bug fixes and performance enhancements.
1.1       deraadt   386: </ul>
                    387: <p>
                    388:
1.33      deraadt   389: <li>Over 5205 ports, minor robustness improvements in package tools.
1.1       deraadt   390: <li>Many pre-built packages for each architecture:
1.64      bentley   391:     <ul style="column-count: 4">
1.8       deraadt   392:     <li>i386:       5033
                    393:     <li>sparc64:    4862
1.40      deraadt   394:     <li>alpha:      4852
1.43      deraadt   395:     <li>sh:         1285
1.23      deraadt   396:     <li>amd64:      4940
1.32      deraadt   397:     <li>powerpc:    4466
1.43      deraadt   398:     <li>sparc:      3381
                    399:     <li>arm:        4018
1.40      deraadt   400:     <li>hppa:       1595
1.43      deraadt   401:     <li>vax:        1954
1.40      deraadt   402:     <li>mips64:     3099
1.64      bentley   403:     </ul>
1.1       deraadt   404: Some highlights:
                    405: <ul>
1.30      deraadt   406: <li>Gnome 2.20.3.
                    407: <li>GNUstep 1.14.2.
1.44      brad      408: <li>KDE 3.5.9.
1.30      deraadt   409: <li>Mozilla Firefox 2.0.0.16 and 3.0.1.
                    410: <li>Mozilla Thunderbird 2.0.0.16.
                    411: <li>MySQL 5.0.51a
                    412: <li>OpenMotif 2.3.0.
                    413: <li>OpenOffice.org 2.4.1.
                    414: <li>PostgreSQL 8.3.3.
                    415: <li>Xfce 4.4.2.
1.1       deraadt   416: </ul>
                    417: <p>
                    418:
                    419: <li>As usual, steady improvements in manual pages and other documentation.
                    420: <p>
                    421:
                    422: <li>The system includes the following major components from outside suppliers:
                    423: <ul>
                    424: <li>Xenocara (based on X.Org 7.3 + patches, freetype 2.3.5, fontconfig
1.2       matthieu  425: 2.4.2, Mesa 7.0.3, xterm 234 and more)
1.1       deraadt   426: <li>Gcc 2.95.3
1.64      bentley   427: (+ <a href="https://man.openbsd.org/gcc-local.1">patches</a>)
1.1       deraadt   428: and 3.3.5
1.64      bentley   429: (+ <a href="https://man.openbsd.org/gcc-local.1">patches</a>)
1.1       deraadt   430: <li>Perl 5.8.8 (+ patches)
                    431: <li>Our improved and secured version of Apache 1.3, with SSL/TLS and DSO support
                    432: <li>OpenSSL 0.9.7j (+ patches)
                    433: <li>Groff 1.15
1.8       deraadt   434: <li>Sendmail 8.14.3, with libmilter
                    435: <li>Bind 9.4.2-P2 (+ patches)
1.1       deraadt   436: <li>Lynx 2.8.5rel.4 with HTTPS and IPv6 support (+ patches)
1.8       deraadt   437: <li>Sudo 1.6.9p17
1.1       deraadt   438: <li>Ncurses 5.2
                    439: <li>Latest KAME IPv6
                    440: <li>Heimdal 0.7.2 (+ patches)
                    441: <li>Arla 0.35.7
                    442: <li>Binutils 2.15 (+ patches)
                    443: <li>Gdb 6.3 (+ patches)
                    444: </ul>
                    445:
                    446: </ul>
1.64      bentley   447: </section>
1.1       deraadt   448:
                    449: <hr>
1.64      bentley   450:
                    451: <section id=install>
                    452: <h3>How to install</h3>
1.1       deraadt   453: <p>
                    454: Following this are the instructions which you would have on a piece of
                    455: paper if you had purchased a CDROM set instead of doing an alternate
                    456: form of install.  The instructions for doing an FTP (or other style
                    457: of) install are very similar; the CDROM instructions are left intact
                    458: so that you can see how much easier it would have been if you had
                    459: purchased a CDROM instead.
                    460: <p>
                    461:
                    462: <hr>
                    463: Please refer to the following files on the three CDROMs or FTP mirror for
                    464: extensive details on how to install OpenBSD 4.4 on your machine:
                    465: <p>
                    466: <ul>
1.66      deraadt   467: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/i386/INSTALL.i386">
                    468:        .../OpenBSD/4.4/i386/INSTALL.i386 (on CD1)</a>
1.1       deraadt   469: <p>
1.66      deraadt   470: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/amd64/INSTALL.amd64">
                    471:        .../OpenBSD/4.4/amd64/INSTALL.amd64 (on CD2)</a>
                    472: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/macppc/INSTALL.macppc">
                    473:        .../OpenBSD/4.4/macppc/INSTALL.macppc (on CD2)</a>
                    474: <p>
                    475: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/sparc64/INSTALL.sparc64">
                    476:        .../OpenBSD/4.4/sparc64/INSTALL.sparc64 (on CD3)</a>
                    477: <p>
                    478: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/alpha/INSTALL.alpha">
                    479:        .../OpenBSD/4.4/alpha/INSTALL.alpha</a>
                    480: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/armish/INSTALL.armish">
                    481:        .../OpenBSD/4.4/armish/INSTALL.armish</a>
                    482: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/hp300/INSTALL.hp300">
                    483:        .../OpenBSD/4.4/hp300/INSTALL.hp300</a>
                    484: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/hppa/INSTALL.hppa">
                    485:        .../OpenBSD/4.4/hppa/INSTALL.hppa</a>
                    486: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/landisk/INSTALL.landisk">
                    487:        .../OpenBSD/4.4/landisk/INSTALL.landisk</a>
                    488: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/mac68k/INSTALL.mac68k">
                    489:        .../OpenBSD/4.4/mac68k/INSTALL.mac68k</a>
                    490: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/mvme68k/INSTALL.mvme68k">
                    491:        .../OpenBSD/4.4/mvme68k/INSTALL.mvme68k</a>
                    492: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/mvme88k/INSTALL.mvme88k">
                    493:        .../OpenBSD/4.4/mvme88k/INSTALL.mvme88k</a>
                    494: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/sgi/INSTALL.sgi">
                    495:        .../OpenBSD/4.4/sgi/INSTALL.sgi</a>
                    496: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/sparc/INSTALL.sparc">
                    497:        .../OpenBSD/4.4/sparc/INSTALL.sparc</a>
                    498: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/vax/INSTALL.vax">
                    499:        .../OpenBSD/4.4/vax/INSTALL.vax</a>
                    500: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/4.4/zaurus/INSTALL.zaurus">
                    501:        .../OpenBSD/4.4/zaurus/INSTALL.zaurus</a>
1.1       deraadt   502: </ul>
1.66      deraadt   503: </section>
                    504:
1.1       deraadt   505: <hr>
                    506:
1.64      bentley   507: <section id=quickinstall>
                    508:
1.1       deraadt   509: <p>
                    510: Quick installer information for people familiar with OpenBSD, and the
                    511: use of the "disklabel -E" command.  If you are at all confused when
                    512: installing OpenBSD, read the relevant INSTALL.* file as listed above!
1.64      bentley   513:
                    514: <h3>OpenBSD/i386:</h3>
                    515:
1.1       deraadt   516: <p>
                    517: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    518: release is on CD1. If your BIOS does not support booting from CD, you will need
                    519: to create a boot floppy to install from. To create a boot floppy write
                    520: <i>CD1:4.4/i386/floppy44.fs</i> to a floppy and boot via the floppy drive.
                    521:
                    522: <p>
                    523: Use <i>CD1:4.4/i386/floppyB44.fs</i> instead for greater SCSI controller
                    524: support, or <i>CD1:4.4/i386/floppyC44.fs</i> for better laptop support.
                    525:
                    526: <p>
                    527: If you can't boot from a CD or a floppy disk,
                    528: you can install across the network using PXE as described in
                    529: the included INSTALL.i386 document.
                    530:
                    531: <p>
                    532: If you are planning on dual booting OpenBSD with another OS, you will need to
                    533: read INSTALL.i386.
                    534:
                    535: <p>
                    536: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    537: at <i>CD1:4.4/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    538: use the
1.64      bentley   539: <a href="https://man.openbsd.org/dd.1">dd(1)</a>
1.1       deraadt   540: utility. The following is an example usage of
1.64      bentley   541: <a href="https://man.openbsd.org/dd.1">dd(1)</a>,
1.1       deraadt   542: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    543: &quot;rfd0a&quot;.
                    544:
1.64      bentley   545: <blockquote><pre>
1.66      deraadt   546: # <kbd>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</kbd>
1.64      bentley   547: </pre></blockquote>
1.1       deraadt   548:
                    549: <p>
                    550: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    551: your install will most likely fail. For more information on creating a boot
                    552: floppy and installing OpenBSD/i386 please refer to
1.59      tj        553: <a href="faq/faq4.html#MkFlop">this page</a>.
1.64      bentley   554:
                    555: <h3>OpenBSD/amd64:</h3>
1.1       deraadt   556:
                    557: <p>
                    558: The 4.4 release of OpenBSD/amd64 is located on CD2.
                    559: Boot from the CD to begin the install - you may need to adjust
                    560: your BIOS options first.
                    561: If you can't boot from the CD, you can create a boot floppy to install from.
                    562: To do this, write <i>CD2:4.4/amd64/floppy44.fs</i> to a floppy, then
                    563: boot from the floppy drive.
                    564:
                    565: <p>
                    566: If you can't boot from a CD or a floppy disk,
                    567: you can install across the network using PXE as described in the included
                    568: INSTALL.amd64 document.
                    569:
                    570: <p>
                    571: If you are planning to dual boot OpenBSD with another OS, you will need to
                    572: read INSTALL.amd64.
1.64      bentley   573:
                    574: <h3>OpenBSD/macppc:</h3>
1.1       deraadt   575:
                    576: <p>
                    577: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    578: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    579:
                    580: <p>
                    581: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    582: /4.4/macppc/bsd.rd</i>
1.64      bentley   583:
                    584: <h3>OpenBSD/sparc64:</h3>
1.1       deraadt   585:
                    586: <p>
                    587: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    588:
                    589: <p>
                    590: If this doesn't work, or if you don't have a CDROM drive, you can write
                    591: <i>CD3:4.4/sparc64/floppy44.fs</i> or <i>CD3:4.4/sparc64/floppyB44.fs</i>
                    592: (depending on your machine) to a floppy and boot it with <i>boot
                    593: floppy</i>. Refer to INSTALL.sparc64 for details.
                    594:
                    595: <p>
                    596: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    597: will most likely fail.
                    598:
                    599: <p>
                    600: You can also write <i>CD3:4.4/sparc64/miniroot44.fs</i> to the swap partition on
                    601: the disk and boot with <i>boot disk:b</i>.
                    602:
                    603: <p>
                    604: If nothing works, you can boot over the network as described in INSTALL.sparc64.
1.64      bentley   605:
                    606: <h3>OpenBSD/alpha:</h3>
1.1       deraadt   607:
                    608: <p>
1.66      deraadt   609: Write <i>4.4/alpha/floppy44.fs</i> or
                    610: <i>4.4/alpha/floppyB44.fs</i> (depending on your machine) to a diskette and
1.1       deraadt   611: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    612:
                    613: <p>
                    614: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    615: will most likely fail.
                    616:
1.64      bentley   617: <h3>OpenBSD/armish:</h3>
1.1       deraadt   618:
                    619: <p>
                    620: After connecting a serial port, Thecus can boot directly from the network
                    621: either tftp or http. Configure the network using fconfig, reset,
                    622: then load bsd.rd, see INSTALL.armish for specific details.
                    623: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    624: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    625: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    626: More details are available in INSTALL.armish.
                    627:
1.64      bentley   628: <h3>OpenBSD/hp300:</h3>
                    629:
1.1       deraadt   630: <p>
                    631: Boot over the network by following the instructions in INSTALL.hp300.
1.64      bentley   632:
                    633: <h3>OpenBSD/hppa:</h3>
1.1       deraadt   634:
                    635: <p>
                    636: Boot over the network by following the instructions in INSTALL.hppa or the
                    637: <a href="hppa.html#install">hppa platform page</a>.
                    638:
1.64      bentley   639: <h3>OpenBSD/landisk:</h3>
                    640:
1.1       deraadt   641: <p>
                    642: Write <i>miniroot44.fs</i> to the start of the CF
                    643: or disk, and boot normally.
1.64      bentley   644:
                    645: <h3>OpenBSD/mac68k:</h3>
1.1       deraadt   646:
                    647: <p>
                    648: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
1.66      deraadt   649: <i>4.4/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
1.1       deraadt   650: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    651: Refer to the instructions in INSTALL.mac68k for more details.
                    652:
1.64      bentley   653: <h3>OpenBSD/mvme68k:</h3>
                    654:
1.1       deraadt   655: <p>
                    656: You can create a bootable installation tape or boot over the network.<br>
                    657: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    658: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    659: for more details.
1.64      bentley   660:
                    661: <h3>OpenBSD/mvme88k:</h3>
1.1       deraadt   662:
                    663: <p>
                    664: You can create a bootable installation tape or boot over the network.<br>
                    665: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    666: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    667: for more details.
1.64      bentley   668:
                    669: <h3>OpenBSD/sparc:</h3>
1.1       deraadt   670:
                    671: <p>
                    672: Boot from one of the provided install ISO images, using one of the two
                    673: commands listed below, depending on the version of your ROM.
                    674:
1.64      bentley   675: <blockquote><pre>
                    676: ok <kbd>boot cdrom 4.4/sparc/bsd.rd</kbd>
1.1       deraadt   677: or
1.64      bentley   678: > <kbd>b sd(0,6,0)4.4/sparc/bsd.rd</kbd>
                    679: </pre></blockquote>
1.1       deraadt   680:
                    681: <p>
                    682: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    683: To do so you need to write <i>floppy44.fs</i> to a floppy.
1.59      tj        684: For more information see <a href="faq/faq4.html#MkFlop">this page</a>.
1.1       deraadt   685: To boot from the floppy use one of the two commands listed below,
                    686: depending on the version of your ROM.
                    687:
1.64      bentley   688: <blockquote><pre>
                    689: ok <kbd>boot floppy</kbd>
1.1       deraadt   690: or
1.64      bentley   691: > <kbd>b fd()</kbd>
                    692: </pre></blockquote>
1.1       deraadt   693:
                    694: <p>
                    695: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    696: will most likely fail.
                    697:
                    698: <p>
                    699: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    700: setup a bootable tape, or install via network, as told in the
                    701: INSTALL.sparc file.
                    702:
1.64      bentley   703: <h3>OpenBSD/sgi:</h3>
                    704:
1.1       deraadt   705: <p>
                    706: Burn cd44.iso on a CD-R, put it in the CD drive of your machine and
                    707: select <i>Install System Software</i> from the System Maintenance menu.
                    708:
                    709: <p>
                    710: If your machine doesn't have a CD drive, you can
                    711: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    712: Refer to the instructions in INSTALL.sgi for more details.
1.64      bentley   713:
                    714: <h3>OpenBSD/vax:</h3>
1.1       deraadt   715:
                    716: <p>
                    717: Boot over the network via mopbooting as described in INSTALL.vax.
1.64      bentley   718:
                    719: <h3>OpenBSD/zaurus:</h3>
1.1       deraadt   720:
                    721: <p>
                    722: Using the Linux built-in graphical ipkg installer, install the
                    723: openbsd44_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    724: for a few important details.
1.66      deraadt   725: </section>
1.64      bentley   726:
1.66      deraadt   727: <hr>
1.64      bentley   728:
                    729: <section id=sourcecode>
1.66      deraadt   730: <h3>Notes about the source code</h3>
1.1       deraadt   731: <p>
1.68      deraadt   732: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                    733: This file contains everything you need except for the kernel sources, which are
1.1       deraadt   734: in a separate archive.  To extract:
1.64      bentley   735: <blockquote><pre>
                    736: # <kbd>mkdir -p /usr/src</kbd>
                    737: # <kbd>cd /usr/src</kbd>
                    738: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                    739: </pre></blockquote>
1.1       deraadt   740: <p>
1.68      deraadt   741: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
1.1       deraadt   742: This file contains all the kernel sources you need to rebuild kernels.
                    743: To extract:
1.64      bentley   744: <blockquote><pre>
                    745: # <kbd>mkdir -p /usr/src/sys</kbd>
                    746: # <kbd>cd /usr/src</kbd>
1.66      deraadt   747: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
1.64      bentley   748: </pre></blockquote>
1.1       deraadt   749: <p>
                    750: Both of these trees are a regular CVS checkout.  Using these trees it
                    751: is possible to get a head-start on using the anoncvs servers as
                    752: described <a href="anoncvs.html">here</a>.
                    753: Using these files
                    754: results in a much faster initial CVS update than you could expect from
                    755: a fresh checkout of the full OpenBSD source tree.
1.64      bentley   756: </section>
                    757:
1.1       deraadt   758: <hr>
1.64      bentley   759:
                    760: <section id=upgrade>
                    761: <h3>How to upgrade</h3>
1.1       deraadt   762: <p>
                    763: If you already have an OpenBSD 4.3 system, and do not want to reinstall,
                    764: upgrade instructions and advice can be found in the
                    765: <a href="faq/upgrade44.html">Upgrade Guide</a>.
1.64      bentley   766: </section>
1.1       deraadt   767:
                    768: <hr>
1.64      bentley   769:
                    770: <section id=ports>
                    771: <h3>Ports Tree</h3>
1.1       deraadt   772: <p>
                    773: A ports tree archive is also provided.  To extract:
1.64      bentley   774: <blockquote><pre>
                    775: # <kbd>cd /usr</kbd>
                    776: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                    777: </pre></blockquote>
1.1       deraadt   778: <p>
                    779: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.46      jasper    780: read the <a href="faq/faq15.html">ports</a> page
1.1       deraadt   781: if you know nothing about ports
                    782: at this point.  This text is not a manual of how to use ports.
                    783: Rather, it is a set of notes meant to kickstart the user on the
                    784: OpenBSD ports system.
                    785: <p>
                    786: The <i>ports/</i> directory represents a CVS (see the manpage for
1.67      bentley   787: <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> if
1.1       deraadt   788: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    789: source tree, our ports tree is available via anoncvs.  So, in
                    790: order to keep current with it, you must make the <i>ports/</i> tree
                    791: available on a read-write medium and update the tree with a command
                    792: like:
1.64      bentley   793: <blockquote><pre>
1.66      deraadt   794: # <kbd>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_4</kbd>
1.64      bentley   795: </pre></blockquote>
1.1       deraadt   796: <p>
                    797: [Of course, you must replace the local directory and server name here
                    798: with the location of your ports collection and a nearby anoncvs
                    799: server.]
                    800: <p>
1.66      deraadt   801: Note that most ports are available as packages on our mirrors. Updated
1.1       deraadt   802: packages for the 4.4 release will be made available if problems arise.
                    803: <p>
                    804: If you're interested in seeing a port added, would like to help out, or just
1.66      deraadt   805: would like to know more, the mailing list
                    806: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
1.64      bentley   807: </section>