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

Annotation of www/48.html, Revision 1.52

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.38      deraadt     4: <title>OpenBSD 4.8</title>
1.1       deraadt     5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 4.8">
                      7: <meta name="copyright" content="This document copyright 2010 by OpenBSD.">
1.48      tj          8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.50      tb         10: <link rel="canonical" href="https://www.openbsd.org/48.html">
1.1       deraadt    11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
1.48      tj         15: <h2>
1.1       deraadt    16: <a href="index.html">
1.48      tj         17: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">4.8</font>
                     19: </h2>
1.40      deraadt    20: <p>
1.1       deraadt    21:
1.2       deraadt    22: <a href="images/ElPuffiachi.jpg">
1.38      deraadt    23: <img align="left" width="227" height="343" hspace="24" src="images/ElPuffiachi.jpg"></a>
1.33      deraadt    24: Released Nov 1, 2010<br>
1.1       deraadt    25: Copyright 1997-2010, Theo de Raadt.<br>
                     26: <font color="#e00000">ISBN 978-0-9784475-6-4</font>
                     27: <br>
1.45      deraadt    28: 4.8 Song: <a href="lyrics.html#48">"El Puffiachi"</a>
1.1       deraadt    29: <p>
                     30: <ul>
1.52    ! tj         31: <!--
1.42      deraadt    32: <li>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.
1.52    ! tj         33: -->
1.1       deraadt    34: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     35:     a list of mirror machines.
                     36: <li>Go to the <font color="#e00000">pub/OpenBSD/4.8/</font> directory on
                     37:     one of the mirror sites.
                     38: <li>Have a look at <a href="errata48.html">The 4.8 Errata page</a> for a list
                     39:     of bugs and workarounds.
                     40: <li>See a <a href="plus48.html">detailed log of changes</a> between the
                     41:     4.7 and 4.8 releases.
                     42: </ul>
1.48      tj         43: <p>
                     44: All applicable copyrights and credits are in the src.tar.gz,
                     45: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     46: files fetched via ports.tar.gz.
1.1       deraadt    47: <br clear=all>
1.48      tj         48:
                     49: <hr>
1.1       deraadt    50:
                     51: <a name="new"></a>
                     52: <p>
                     53: <h3><font color="#0000e0">What's New</font></h3>
                     54: <p>
                     55: This is a partial list of new features and systems included in OpenBSD 4.8.
                     56: For a comprehensive list, see the <a href="plus48.html">changelog</a> leading
                     57: to 4.8.
                     58: <p>
                     59:
                     60: <ul>
                     61:
                     62: <li>New/extended platforms:
                     63:     <ul>
1.21      deraadt    64:     <li>i386 and amd64:
                     65:         <ul>
                     66:         <li>ACPI-based suspend/resume works on most machines with Intel/ATI video.
1.28      stsp       67:             Machines using NVidia graphics will not resume the graphics.  cardbus(4) and
1.21      deraadt    68:             pcmcia(4) will still have some problems, too.
                     69:         </ul>
1.1       deraadt    70:     </ul>
                     71: <p>
                     72:
                     73: <li>Improved hardware support, including:
                     74:     <ul>
1.51      tb         75:     <li>New <a href="https://man.openbsd.org/?query=acpisony&sektion=4&format=html">acpisony(4)</a>
1.6       jsg        76:       driver for Sony ACPI control.
1.51      tb         77:     <li>New <a href="https://man.openbsd.org/?query=itherm&sektion=4&format=html">itherm(4)</a>
1.6       jsg        78:       driver for Intel 3400 temperature sensor.
1.51      tb         79:     <li>New <a href="https://man.openbsd.org/?query=se&sektion=4&format=html">se(4)</a>
1.6       jsg        80:       driver for SiS 190 10/100/Gigabit Ethernet devices.
1.51      tb         81:     <li>New <a href="https://man.openbsd.org/?query=uguru&sektion=4&format=html">uguru(4)</a>
1.6       jsg        82:       driver for ABIT temperature, voltage and fan sensors.
1.51      tb         83:     <li>New <a href="https://man.openbsd.org/?query=owctr&sektion=4&format=html">owctr(4)</a>
1.6       jsg        84:       driver for 1-Wire counter devices.
1.51      tb         85:     <li>New <a href="https://man.openbsd.org/?query=pgs&arch=macppc&secktion=4">pgs(4)</a>
1.14      jasper     86:        driver for Programmers Switch found on some macppc machines.
1.7       jsg        87:     <li>Support for 82576 fiber and 82577/82578 (PCH) based devices
1.51      tb         88:         has been added to <a href="https://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a>.
1.7       jsg        89:     <li>Support for 24-bit encodings and USB 2.0 playback
1.51      tb         90:         has been added to <a href="https://man.openbsd.org/?query=uaudio&amp;sektion=4">uaudio(4)</a>.
1.7       jsg        91:     <li>Support for Winbond/Nuvoton W83627DHG-P
1.51      tb         92:         has been added to <a href="https://man.openbsd.org/?query=wbsio&amp;sektion=4">wbsio(4)</a>.
1.7       jsg        93:     <li>Support for RTL8168E
1.51      tb         94:         has been added to <a href="https://man.openbsd.org/?query=re&amp;sektion=4">re(4)</a>.
1.7       jsg        95:     <li>Support for 800x480
1.51      tb         96:         has been added to <a href="https://man.openbsd.org/?query=udl&amp;sektion=4">udl(4)</a>.
1.7       jsg        97:     <li>Support for M-audio Audiophile 192k
1.51      tb         98:         has been added to <a href="https://man.openbsd.org/?query=envy&amp;sektion=4">envy(4)</a>.
1.7       jsg        99:     <li>Support for Intel Core i3/i5 internal graphics (Ironlake)
1.51      tb        100:         has been added to <a href="https://man.openbsd.org/?query=inteldrm&amp;sektion=4">inteldrm(4)</a>
                    101:         and <a href="https://man.openbsd.org/?query=agp&amp;sektion=4">agp(4)</a>.
                    102:     <li>The <a href="https://man.openbsd.org/?query=ss&sektion=4&manpath=OpenBSD+4.7&format=html">ss(4)</a> and
                    103:        <a href="https://man.openbsd.org/?query=usscanner&sektion=4&manpath=OpenBSD+4.7&format=html">usscanner(4)</a>
1.14      jasper    104:        drivers have been removed.
1.22      mikeb     105:     <li>Improved robustness of several SCSI/SAS/RAID HBA drivers, including
1.51      tb        106:        <a href="https://man.openbsd.org/?query=mpi&sektion=4&format=html">mpi(4)</a>,
                    107:        <a href="https://man.openbsd.org/?query=mpii&sektion=4&format=html">mpii(4)</a> and
                    108:        <a href="https://man.openbsd.org/?query=ciss&sektion=4&format=html">ciss(4)</a>.
1.1       deraadt   109:     </ul>
                    110: <p>
                    111:
                    112: <li>New tools:
                    113:     <ul>
1.51      tb        114:     <li><a href="https://man.openbsd.org/?query=iked&amp;sektion=8">iked(8)</a>,
1.11      jsg       115:         an Internet Key Exchange version 2 (IKEv2) daemon.
1.51      tb        116:     <li><a href="https://man.openbsd.org/?query=ldapd&amp;sektion=8">ldapd(8)</a>,
1.11      jsg       117:         a Lightweight Directory Access Protocol (LDAP) daemon.
1.1       deraadt   118:     </ul>
                    119: <p>
                    120:
                    121: <li>Filesystem midlayer improvements:
                    122:     <ul>
1.30      stsp      123:     <li>fix internal locking in (still experimental!) NTFS.
1.1       deraadt   124:     </ul>
                    125: <p>
                    126:
                    127: <li>OpenBGPD, OpenOSPFD and other routing daemon improvements:
                    128:     <ul>
1.51      tb        129:     <li><a href="https://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a> control sockets are now specified in the config file. This removes the -s and -r arguments to bgpd.
1.24      claudio   130:     <li>Extended the BGP MPLS VPN support to allow Layer-3 MPLS VPNs to be
                    131:        terminated on OpenBSD with the help of
1.51      tb        132:        <a href="https://man.openbsd.org/?query=mpe&amp;sektion=4">mpe(4)</a>,
                    133:        <a href="https://man.openbsd.org/?query=ldpd&amp;sektion=8">ldpd(8)</a>, and
                    134:         <a href="https://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a>.
                    135:     <li><a href="https://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a>
1.24      claudio   136:         supports multiple FIBs and it is possible to assign them to RIBs for
                    137:         redistribution.
                    138:     <li>bgpd now supports to use neighbor-as in AS filter statements and added
1.25      deraadt   139:        two new filters -- max-as-seq and max-as-len -- to limit the length of
1.24      claudio   140:        a sequence of a single AS or the total length of an AS path.
                    141:     <li>Added softreconfig support in bgpd for peers changing the RIB.
                    142:     <li>Fixed multiprotocol MRT dumps and added 4-byte AS-Number support in
1.51      tb        143:     <a href="https://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a>.
1.24      claudio   144:     <li>Added support for ping6 and traceroute6 in
1.51      tb        145:        <a href="https://man.openbsd.org/?query=bgplg&amp;sektion=8">bgplg(8)</a>
1.24      claudio   146:        and
1.51      tb        147:        <a href="https://man.openbsd.org/?query=bgplgsh&amp;sektion=8">bgplgsh(8)</a>
                    148:     <li><a href="https://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a>
1.24      claudio   149:         has better LSA pruning and config reload support.
1.51      tb        150:     <li><a href="https://man.openbsd.org/?query=ospf6d&amp;sektion=8">ospf6d(8)</a>
1.26      stsp      151:         now supports LSAs larger than the link MTU, has improved interoperability
1.20      stsp      152:        with other OSPFv3 implementations, can redistribute the default route,
                    153:        and will correctly handle IPv6 prefixes advertised by neighbours on
                    154:        the same link but not configured on the router itself.
1.24      claudio   155:     <li>Various improvements in
1.51      tb        156:        <a href="https://man.openbsd.org/?query=ldpd&amp;sektion=8">ldpd(8)</a>
1.24      claudio   157:        including correct penultimate hop popping, better session handling,
1.32      jj        158:        and a improved config file parser.
1.1       deraadt   159:     </ul>
                    160: <p>
                    161:
                    162: <li>Generic network stack improvements:
                    163:     <ul>
1.51      tb        164:     <li><a href="https://man.openbsd.org/?query=ifconfig&amp;sekti
1.17      schwarze  165: on=8">ifconfig(8)</a> and
1.51      tb        166:         <a href="https://man.openbsd.org/?query=route&amp;sektion=8">route(8)</a>
1.24      claudio   167:         get better Multiprotocol Label Switching support.
1.51      tb        168:     <li><a href="https://man.openbsd.org/?query=traceroute&amp;sektion=8">traceroute(8)</a>
1.24      claudio   169:         now supports extended ICMP headers which allows printing of MPLS
                    170:         labels.
1.8       stsp      171:     <li>Support for RFC 4941 privacy extensions for stateless address
1.51      tb        172:         autoconfiguration has been added to <a href="https://man.openbsd.org/?query=inet6&amp;sektion=4">inet6(4)</a> and can be enabled via
                    173:        <a href="https://man.openbsd.org/?query=ifconfig&amp;sektion=8">ifconfig(8)</a>.
                    174:     <li><a href="https://man.openbsd.org/?query=ifconfig&amp;sektion=8">ifconfig(8)</a>
1.16      schwarze  175:         now supports random selection of MAC addresses.
1.51      tb        176:     <li><a href="https://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a>
1.17      schwarze  177:         now decodes Multicast Listener Discovery version 2 and
                    178:         Internet Key Exchange version 2 traffic.
1.51      tb        179:     <li><a href="https://man.openbsd.org/?query=enc&amp;sektion=4">enc(4)</a> and
                    180:         <a href="https://man.openbsd.org/?query=ipsec&amp;sektion=4">ipsec(4)</a> are now
1.11      jsg       181:         aware of routing domains.
1.51      tb        182:     <li><a href="https://man.openbsd.org/?query=dhcpd&amp;sektion=8">dhcpd(8)</a> and
                    183:         <a href="https://man.openbsd.org/?query=dhclient&amp;sektion=8">dhclient(8)</a> and
1.24      claudio   184:         are now capable of running in different routing domains.
                    185:     <li>Added MPLS support and a simple keepalive mechanism to
1.51      tb        186:         <a href="https://man.openbsd.org/?query=gre&amp;sektion=4">gre(4)</a>.
1.24      claudio   187:     <li>Added MPLS support to
1.51      tb        188:         <a href="https://man.openbsd.org/?query=gif&amp;sektion=4">gif(4)</a>.
1.24      claudio   189:     <li>Support for 802.1ad-style QinQ nested VLANs with the addition of
1.51      tb        190:         <a href="https://man.openbsd.org/?query=svlan&amp;sektion=4">svlan(4)</a> (service VLAN) interfaces.
1.24      claudio   191:     <li>Added a RTM_DESYNC routing message as indicator that route messages
                    192:        got dropped because of insufficent buffer space.
1.51      tb        193:         <a href="https://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a>
1.24      claudio   194:         uses this message to keep the internal view of the routing table in sync.
1.1       deraadt   195:     </ul>
                    196: <p>
                    197:
1.29      krw       198: <li>SCSI improvements:
                    199:     <ul>
1.51      tb        200:     <li>better <a href="https://man.openbsd.org/?query=cd&amp;sektion=4">cd(4)</a> detaching.
                    201:     <li>better <a href="https://man.openbsd.org/?query=st&amp;sektion=4">st(4)</a> sense data and buf handling.
1.29      krw       202:     <li>eliminate excessive delays when starting DVD playing.
                    203:     <li>ask only for minimal (i.e. 18 bytes) sense data, fixing usb devices.
                    204:     <li>migrate to using bufq.
                    205:     <li>always try READ CAPACITY 16 on devices claiming to be SCSI-3.
                    206:     <li>many performance and reliability improvements as a result of new SCSI midlayer:
                    207:         <ul>
1.31      dlg       208:         <li>introduce round-robin scheduling of resources for outstanding device commands to prevent a single device from monopolising the bus.
                    209:        <li>significant reduction in memory consumption used for tracking devices attached to buses.
1.29      krw       210:         <li>eliminate many unnecessary splbio/splx calls in SCSI drivers.
                    211:         <li>eliminate many use after free's exposed by new SCSI midlayer.
                    212:         <li>eliminate scsi_scsi_cmd(), simplifying calling inside SCSI midlayer.
                    213:         <li>eliminate struct scsi_device.
                    214:         <li>eliminate many uninitialized data references and invalid scsi_done() calls exposed by new SCSI midlayer.
                    215:         <li>eliminate use of EAGAIN.
                    216:        <li>eliminate almost all uses of NO_CCB and XS_NO_CCB.
                    217:         </ul>
                    218: </ul>
                    219: <p>
                    220:
1.1       deraadt   221: <li>Assorted improvements:
                    222:     <ul>
1.51      tb        223:     <li><a href="https://man.openbsd.org/?query=mbtowc&amp;sektion=3">mbtowc(3)</a> multi-byte/wide-character conversion functions
1.17      schwarze  224:         have been added to the C library, and
1.51      tb        225:         <a href="https://man.openbsd.org/?query=setlocale&amp;sektion=3">setlocale(3)</a>
1.17      schwarze  226:         now supports the en_US.UTF-8 locale.
1.51      tb        227:     <li><a href="https://man.openbsd.org/?query=posix_madvise&amp;sektion=2">posix_madvise(2)</a>,
                    228:         <a href="https://man.openbsd.org/?query=posix_memalign&amp;sektion=3">posix_memalign(3)</a>,
                    229:         <a href="https://man.openbsd.org/?query=strndup&amp;sektion=3">strndup(3)</a>, and
                    230:         <a href="https://man.openbsd.org/?query=strnlen&amp;sektion=3">strnlen(3)</a>
1.17      schwarze  231:         have been added to the C library.
1.51      tb        232:     <li>The <a href="https://man.openbsd.org/?query=event&amp;sektion=3">event(3)</a> library
1.17      schwarze  233:         was updated to version 1.4.14b.
1.51      tb        234:     <li>The <a href="https://man.openbsd.org/?query=pthreads&amp;sektion=3">pthreads(3)</a> library
1.16      schwarze  235:         now implements the <tt>pthread_rwlock_timed{rd,wr}lock</tt> interfaces.
1.17      schwarze  236:     <li>AES-NI support has been integrated into the OpenSSL
1.51      tb        237:         <a href="https://man.openbsd.org/?query=crypto&amp;sektion=3">crypto(3)</a> library.
1.12      ratchov   238:     <li>MIDI control in non-server mode was added to
1.51      tb        239:         <a href="https://man.openbsd.org/?query=aucat&amp;sektion=1">aucat(1)</a>,
1.12      ratchov   240:        including seeking within .wav files
                    241:     <li>A new record-what-you-hear feature was added to
1.51      tb        242:         <a href="https://man.openbsd.org/?query=aucat&amp;sektion=1">aucat(1)</a>.
1.12      ratchov   243:     <li>The minimum extra latency of the
1.51      tb        244:         <a href="https://man.openbsd.org/?query=aucat&amp;sektion=1">aucat(1)</a>
1.12      ratchov   245:        server was lowered to a single block, improving
                    246:        usability of low-latency programs without stability compromise.
1.51      tb        247:     <li><a href="https://man.openbsd.org/?query=disklabel&amp;sektion=8">disklabel(8)</a>
1.16      schwarze  248:         now supports unique disk identifiers.
1.51      tb        249:     <li><a href="https://man.openbsd.org/?query=ftp&amp;sektion=1">ftp(1)</a>
1.17      schwarze  250:         now handles redirection to relative URLs in the Location: header
                    251:         of HTTP responses.
1.51      tb        252:     <li><a href="https://man.openbsd.org/?query=lint&amp;sektion=1">lint(1)</a>
1.17      schwarze  253:         now recognizes the C99 data types _Bool and _Complex
                    254:         and some related gcc extensions.
1.51      tb        255:     <li><a href="https://man.openbsd.org/?query=make&amp;sektion=1">make(1)</a>
1.17      schwarze  256:         now allows variables in SysV modifiers,
                    257:         and implements the :QL (quote list) modifier.
1.51      tb        258:     <li><a href="https://man.openbsd.org/?query=man&amp;sektion=1">man(1)</a> now allows to combine the -s option with -m or -M.
                    259:     <li>Improved directory editing in <a href="https://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a>.
                    260:     <li><a href="https://man.openbsd.org/?query=newfs&amp;sektion=8">newfs(8)</a> has been tweaked to better support large file systems.
                    261:     <li><a href="https://man.openbsd.org/?query=od&amp;sektion=1">od(1)</a>
1.16      schwarze  262:         now supports the POSIX -A option to select an input address base.
1.51      tb        263:     <li><a href="https://man.openbsd.org/?query=sendbug&amp;sektion=1">sendbug(1)</a>
1.16      schwarze  264:         now includes the output of <tt>usbdevs -v</tt> into the template.
1.51      tb        265:     <li><a href="https://man.openbsd.org/?query=smtpd&amp;sektion=8">smtpd(8)</a>
1.16      schwarze  266:         now supports the SIZE and ENHANCEDSTATUSCODES extensions
1.17      schwarze  267:         and the "plain" backend for maps, and performance was improved when handling large amounts of mail.
1.51      tb        268:     <li><a href="https://man.openbsd.org/?query=snmpd&amp;sektion=8">snmpd(8)</a>
1.24      claudio   269:        now supports the IP-FORWARD-MIB.
1.51      tb        270:     <li><a href="https://man.openbsd.org/?query=wsconsctl&amp;sektion=8">wsconsctl(8)</a> now handles more than one keyboard, mouse and display.
1.14      jasper    271:     <li>Many memory leaks have been fixed in various userland utilities.
1.50      tb        272:     <li><a href="amd64.html">amd64</a>,
                    273:         <a href="i386.html">i386</a>,
                    274:         <a href="hppa.html">hppa</a>,
                    275:         <a href="sparc64.html">sparc64</a>,
                    276:         <a href="socppc.html">socppc</a> and
                    277:         <a href="macppc.html">macppc</a>
1.23      mikeb     278:         platforms were switched over to gcc4.
1.51      tb        279:     <li><a href="https://man.openbsd.org/?query=newfs&amp;sektion=8">newfs(8)</a> now makes FFS2 the default for partitions larger than INT_MAX blocks.
                    280:     <li><a href="https://man.openbsd.org/?query=dhcpd&amp;sektion=8">dhcpd(8)</a> now includes the server id in NAK messages, as required by some
1.29      krw       281:     relays.
1.51      tb        282:     <li><a href="https://man.openbsd.org/?query=disklabel&amp;sektion=8">disklabel(8)</a> now aligns the start and end of FFS partitions on bsize boundaries where it can, to improve performance on 4096-byte block devices.
1.29      krw       283:     <li>by default, read and write caching is now turned on for non-USB scsi disks.
1.51      tb        284:     <li><a href="https://man.openbsd.org/?query=getdirentries&amp;sektion=2">getdirentries(2)</a> now checks to ensure that it doesn't wrap or truncate directory information on architectures where LONG is a different size from LONG LONG.
                    285:     <li><a href="https://man.openbsd.org/?query=disklabel&amp;sektion=8">disklabel(8)</a> now ensures correct physical bounds and disk size are used when building a disklabel from saved ascii disklabel.
1.29      krw       286:     <li>it is again possible to build a bsd.rd that has DDB.
1.51      tb        287:     <li><a href="https://man.openbsd.org/?query=pms&amp;sektion=4">pms(4)</a> now works much better with various trackpads and over suspend/resume cycles.
                    288:     <li><a href="https://man.openbsd.org/?query=fdisk&amp;sektion=8">fdisk(8)</a> now aligns the OpenBSD partition on a power of 2 block boundary to improve performance on 4096-byte block devices.
                    289:     <li><a href="https://man.openbsd.org/?query=nfsd&amp;sektion=8">nfsd(8)</a> now logs start up errors to the system log as well as the console.
                    290:     <li><a href="https://man.openbsd.org/?query=nfsd&amp;sektion=8">nfsd(8)</a> now errors out if given an invalid number of servers to run.
1.1       deraadt   291:     </ul>
                    292: <p>
                    293:
                    294: <li>Install/Upgrade process changes:
                    295:     <ul>
1.13      jasper    296:     <li>If the system time is off by more than 120 seconds, ask if the user
                    297:         wants to set it accordingly.
1.51      tb        298:     <li><a href="https://man.openbsd.org/?query=disklabel&amp;sektion=8">disklabel(8)</a>
1.16      schwarze  299:         now allows to customize auto allocated labels using the -R option.
1.13      jasper    300:     <li>Default network install method changed from FTP to HTTP.
                    301:     <li>Automatically set
1.51      tb        302:         <a href="https://man.openbsd.org/?query=pkg.conf&sektion=5">/etc/pkg.conf</a>
1.13      jasper    303:        `installfrom' entry to the public mirror used while installing or upgrading.
1.51      tb        304:     <li><a href="https://man.openbsd.org/?query=sysmerge&amp;sektion=8">sysmerge(8)</a> now automatically installs missing users and groups.
1.29      krw       305:     <li>Eliminate more excessively chatty remarks during install.
                    306:     <li>Handle disk UID partitions better.
1.1       deraadt   307:     </ul>
                    308: <p>
                    309:
1.7       jsg       310: <li>OpenSSH 5.6:
1.1       deraadt   311:     <ul>
                    312:     <li>New features:
1.14      jasper    313:        <ul>
                    314:         <li>Added a <em>ControlPersist</em> option to
1.51      tb        315:            <a href="https://man.openbsd.org/?query=ssh_config&sektion=5">ssh_config(5)</a>.
1.14      jasper    316:         <li>Hostbased authentication may now use certificate host keys.
1.51      tb        317:         <li><a href="https://man.openbsd.org/?query=ssh-keygen&sektion=1">ssh-keygen(1)</a>
1.14      jasper    318:            now supports signing certificate using a CA key that has been stored
                    319:            in a PKCS#11 token.
1.51      tb        320:         <li><a href="https://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a>
1.14      jasper    321:            will now log the hostname and address that we connected to at
                    322:            LogLevel=verbose after authentication is successful to mitigate
                    323:            "phishing" attacks.
                    324:         <li>Expand %h to the hostname in ssh_config Hostname options.
1.51      tb        325:        <li>Allow <a href="https://man.openbsd.org/?query=ssh-keygen&sektion=1">ssh-keygen(1)</a>
1.14      jasper    326:            to import and export of PEM and PKCS#8 keys.
1.51      tb        327:        <li><a href="https://man.openbsd.org/?query=sshd&sektion=8">sshd(8)</a>
1.14      jasper    328:            will now queue debug messages for bad ownership or permissions on
                    329:            the user's keyfiles encountered during authentication.
1.51      tb        330:        <li><a href="https://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a>
1.14      jasper    331:            connection multiplexing now supports remote forwarding with
                    332:            dynamic port allocation and can report the allocated port back to
                    333:            the user.
1.51      tb        334:        <li><a href="https://man.openbsd.org/?query=sshd&sektion=8">sshd(8)</a>
1.14      jasper    335:            now supports indirection in matching of principal names listed in
                    336:            certificates.
1.51      tb        337:            <a href="https://man.openbsd.org/?query=sshd&sektion=8">sshd(8)</a>
1.14      jasper    338:            now has a new <em>AuthorizedPrincipalsFile</em> option.
1.51      tb        339:        <li>Additional <a href="https://man.openbsd.org/?query=sshd_config&sektion=5">sshd_config(5)</a>
1.14      jasper    340:            options are now valid inside Match blocks:
                    341:            <ul>
                    342:                <li><em>AuthorizedKeysFile</em>
                    343:                <li><em>AuthorizedPrincipalsFile</em>
                    344:                <li><em>HostbasedUsesNameFromPacketOnly</em>
                    345:                <li><em>PermitTunnel</em>
                    346:            </ul>
1.1       deraadt   347:         </ul>
                    348:     <li>The following significant bugs have been fixed in this release:
                    349:         <ul>
1.14      jasper    350:         <li>The PKCS#11 code now retries a lookup for a private key if there is
                    351:            no matching key with <em>CKA_SIGN</em> attribute enabled (bz#1736).
                    352:         <li>Unbreak strdelim() skipping past quoted strings.
1.51      tb        353:         <li><a href="https://man.openbsd.org/?query=sftp&sektion=1">sftp(1)</a>:
1.14      jasper    354:        fix swapped args in upload_dir_internal() (bz#1797).
                    355:         <li>Fix a longstanding problem where if you suspend
1.51      tb        356:            <a href="https://man.openbsd.org/?query=scp&sektion=1">scp(1)</a>
1.14      jasper    357:            at the password/passphrase prompt the terminal mode is not restored.
                    358:         <li>Fix a PKCS#11 crash on some smartcards by validating the length
                    359:            returned for C_GetAttributValue (bz#1773).
1.51      tb        360:         <li><a href="https://man.openbsd.org/?query=sftp&sektion=1">sftp(1)</a>:
1.14      jasper    361:        fix ls in working directories that contain globbing
                    362:            characters in their pathnames (bz#1655).
                    363:         <li>Print warning for missing home directory when
                    364:            <em>ChrootDirectory=none.</em> (bz#1564).
1.51      tb        365:         <li><a href="https://man.openbsd.org/?query=sftp&sektion=1">sftp(1)</a>:
1.14      jasper    366:            fix a memory leak in do_realpath() error path (bz#1771).
1.51      tb        367:         <li><a href="https://man.openbsd.org/?query=ssh-keygen&sektion=1">ssh-keygen(1)</a>:
1.14      jasper    368:            Standardise error messages when attempting to open
                    369:            private key files to include "progname: filename: error reason" (bz#1783).
                    370:         <li>Replace verbose and overflow-prone Linebuf code with
                    371:            read_keyfile_line() (bz#1565).
                    372:         <li>Include the user name on "subsystem request for ..." log messages.
1.51      tb        373:         <li><a href="https://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a>
1.14      jasper    374:            and
1.51      tb        375:            <a href="https://man.openbsd.org/?query=sshd&sektion=8">sshd(8)</a>:
1.14      jasper    376:            remove hardcoded limit of 100 permitopen clauses and port forwards
                    377:            per direction (bz#1327).
1.51      tb        378:         <li><a href="https://man.openbsd.org/?query=sshd&sektion=8">sshd(8)</a>:
1.14      jasper    379:            ignore stderr output from subsystems to avoid hangs if a subsystem
                    380:            or shell initialisation writes to stderr (bz#1750).
                    381:         <li>Skip the initial check for access with an empty password when
                    382:            <em>PermitEmptyPasswords=no</em> (bz#1638).
1.51      tb        383:         <li><a href="https://man.openbsd.org/?query=sshd&sektion=8">sshd(8)</a>:
1.14      jasper    384:            fix logspam when key options (from="..." especially) deny
                    385:            non-matching keys (bz#1765).
1.51      tb        386:         <li><a href="https://man.openbsd.org/?query=ssh-keygen&sektion=1">ssh-keygen(1)</a>:
1.14      jasper    387:            display a more helpful error message when $HOME is
                    388:            inaccessible while trying to create .ssh directory (bz#1740).
1.51      tb        389:         <li><a href="https://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a>:
1.14      jasper    390:            fix hang when terminating a mux slave using ~ (bz#1758).
1.51      tb        391:         <li><a href="https://man.openbsd.org/?query=ssh-keygen&sektion=1">ssh-keygen(1)</a>:
1.14      jasper    392:            refuse to generate keys longer than
                    393:            <em>OPENSSL_[RD]SA_MAX_MODULUS_BITS</em> (bz#1516).
                    394:         <li>Suppress spurious tty warning when using -O and stdin is not a tty
                    395:            (bz#1746).
                    396:         <li>Kill channel when pty allocation requests fail (bz#1698).
1.1       deraadt   397:         </ul>
                    398:     </ul>
                    399: <p>
                    400:
1.15      schwarze  401: <li>Mandoc 1.10.5:
                    402:     <ul>
1.51      tb        403:     <li>The <a href="https://man.openbsd.org/?query=mandoc&sektion=1">mandoc(1)</a>
1.15      schwarze  404:         utility is now used to build all manuals in the base system
                    405:         and in Xenocara from
1.51      tb        406:         <a href="https://man.openbsd.org/?query=mdoc&sektion=7">mdoc(7)</a> and
                    407:         <a href="https://man.openbsd.org/?query=man&sektion=7">man(7)</a>
1.15      schwarze  408:         sources.
                    409:     <li>New integrated roff preprocessor with minimal support for conditional
                    410:         requests, nested roff requests, string definitions, roff registers,
                    411:         also parsing and ignoring macro definitions.
                    412:     <li>Improved support for manual pages generated by
1.51      tb        413:         <a href="https://man.openbsd.org/?query=pod2man&sektion=1">pod2man(1)</a>.
1.15      schwarze  414:     <li>Many parser improvements, in particular
1.51      tb        415:         <a href="https://man.openbsd.org/?query=mdoc&sektion=7">mdoc(7)</a>
1.15      schwarze  416:         support for word keeps, synopsis mode in arbitrary sections,
                    417:         graceful handling of badly nested blocks, and improved parsing
                    418:         of column displays.
                    419:     <li>New PostScript and PDF output frontends.
                    420:     <li>Many ASCII and HTML output formatting improvements, for example
                    421:         proper synopsis indentation and improved end-of-sentence detection.
                    422:     <li>Considerably improved syntax checking and error reporting.
                    423:     </ul>
1.1       deraadt   424: <p>
                    425:
                    426: <li>Over 6,400 ports, major robustness and speed improvements in package tools.
                    427: <li>Many pre-built packages for each architecture:
                    428:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    429:     <tr>
                    430:     <td valign="top" width="25%">
                    431:     <ul>
                    432:     <li>i386:       6218
                    433:     <li>sparc64:    5950
                    434:     <li>alpha:      5827
                    435: </ul></td><td valign=top width="25%"><ul>
1.18      deraadt   436:     <li>sh:         1100
1.1       deraadt   437:     <li>amd64:      6166
                    438:     <li>powerpc:    5996
                    439: </ul></td><td valign=top width="25%"><ul>
                    440:     <li>sparc:      4130
1.19      deraadt   441:     <li>arm:        5628
1.1       deraadt   442:     <li>hppa:       5632
                    443: </ul></td><td valign=top width="25%"><ul>
                    444:     <li>vax:        1528
                    445:     <li>mips64:     3632
                    446:     <li>mips64el:   4486
                    447: </ul></td></tr></table>
                    448: Some highlights:
                    449:     <ul>
1.3       landry    450:     <li>Gnome 2.30.2.
1.1       deraadt   451:     <li>KDE 3.5.10.
1.3       landry    452:     <li>Xfce 4.6.2.
1.5       jasper    453:     <li>MySQL 5.1.48.
1.3       landry    454:     <li>PostgreSQL 8.4.4.
                    455:     <li>Postfix 2.7.1.
1.1       deraadt   456:     <li>OpenLDAP 2.3.43.
1.3       landry    457:     <li>Mozilla Firefox 3.6.8 and 3.5.11.
                    458:     <li>Mozilla Thunderbird 3.1.1.
                    459:     <li>OpenOffice.org 3.2.1.
1.1       deraadt   460:     <li>Emacs 21.4 and 22.3
1.3       landry    461:     <li>Vim 7.2.444.
                    462:     <li>PHP 5.2.13.
                    463:     <li>Python 2.4.6, 2.5.4 and 2.6.5.
1.1       deraadt   464:     <li>Ruby 1.8.6.369.
1.13      jasper    465:     <li>Mono 2.6.4.
1.1       deraadt   466:     </ul>
                    467: <p>
                    468:
                    469: <li>As usual, steady improvements in manual pages and other documentation.
                    470: <p>
                    471:
                    472: <li>The system includes the following major components from outside suppliers:
                    473:     <ul>
1.9       matthieu  474:     <li>Xenocara (based on X.Org 7.5 with xserver 1.8 + patches,
1.4       jasper    475:        freetype 2.3.12,
                    476:         fontconfig 2.8.0, Mesa 7.8.2, xterm 258 and more)
                    477:     <li>Gcc 2.95.3 (+ patches), 3.3.5 (+ patches) and 4.2.1 (+patches)
1.1       deraadt   478:     <li>Perl 5.10.1 (+ patches)
                    479:     <li>Our improved and secured version of Apache 1.3, with SSL/TLS
                    480:         and DSO support
                    481:     <li>OpenSSL 0.9.8k (+ patches)
                    482:     <li>Groff 1.15
                    483:     <li>Sendmail 8.14.3, with libmilter
                    484:     <li>Bind 9.4.2-P2 (+ patches)
                    485:     <li>Lynx 2.8.6rel.5 with HTTPS and IPv6 support (+ patches)
                    486:     <li>Sudo 1.7.2
                    487:     <li>Ncurses 5.7
                    488:     <li>Latest KAME IPv6
                    489:     <li>Heimdal 0.7.2 (+ patches)
                    490:     <li>Arla 0.35.7
                    491:     <li>Binutils 2.15 (+ patches)
                    492:     <li>Gdb 6.3 (+ patches)
                    493:     </ul>
                    494: <p>
                    495:
                    496: </ul>
                    497:
                    498: <a name="install"></a>
                    499: <hr>
                    500: <p>
                    501: <h3><font color="#0000e0">How to install</font></h3>
                    502: <p>
                    503: Following this are the instructions which you would have on a piece of
                    504: paper if you had purchased a CDROM set instead of doing an alternate
                    505: form of install.  The instructions for doing an FTP (or other style
                    506: of) install are very similar; the CDROM instructions are left intact
                    507: so that you can see how much easier it would have been if you had
                    508: purchased a CDROM instead.
                    509: <p>
                    510:
                    511: <hr>
                    512: Please refer to the following files on the three CDROMs or FTP mirror for
                    513: extensive details on how to install OpenBSD 4.8 on your machine:
                    514: <p>
                    515: <ul>
                    516: <li>CD1:4.8/i386/INSTALL.i386
                    517: <p>
                    518: <li>CD2:4.8/amd64/INSTALL.amd64
                    519: <li>CD2:4.8/macppc/INSTALL.macppc
                    520: <p>
                    521: <li>CD3:4.8/sparc64/INSTALL.sparc64
                    522: <p>
                    523: <li>FTP:.../OpenBSD/4.8/alpha/INSTALL.alpha
                    524: <li>FTP:.../OpenBSD/4.8/armish/INSTALL.armish
                    525: <li>FTP:.../OpenBSD/4.8/hp300/INSTALL.hp300
                    526: <li>FTP:.../OpenBSD/4.8/hppa/INSTALL.hppa
                    527: <li>FTP:.../OpenBSD/4.8/landisk/INSTALL.landisk
                    528: <li>FTP:.../OpenBSD/4.8/loongson/INSTALL.loongson
                    529: <li>FTP:.../OpenBSD/4.8/mvme68k/INSTALL.mvme68k
                    530: <li>FTP:.../OpenBSD/4.8/mvme88k/INSTALL.mvme88k
                    531: <li>FTP:.../OpenBSD/4.8/sgi/INSTALL.sgi
                    532: <li>FTP:.../OpenBSD/4.8/socppc/INSTALL.socppc
                    533: <li>FTP:.../OpenBSD/4.8/sparc/INSTALL.sparc
                    534: <li>FTP:.../OpenBSD/4.8/vax/INSTALL.vax
                    535: <li>FTP:.../OpenBSD/4.8/zaurus/INSTALL.zaurus
                    536: </ul>
                    537: <hr>
                    538:
                    539: <p>
                    540: Quick installer information for people familiar with OpenBSD, and the
                    541: use of the "disklabel -E" command.  If you are at all confused when
                    542: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    543: <p>
                    544:
                    545: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    546: <ul>
                    547: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    548: release is on CD1. If your BIOS does not support booting from CD, you will need
                    549: to create a boot floppy to install from. To create a boot floppy write
                    550: <i>CD1:4.8/i386/floppy48.fs</i> to a floppy and boot via the floppy drive.
                    551:
                    552: <p>
                    553: Use <i>CD1:4.8/i386/floppyB48.fs</i> instead for greater SCSI controller
                    554: support, or <i>CD1:4.8/i386/floppyC48.fs</i> for better laptop support.
                    555:
                    556: <p>
                    557: If you can't boot from a CD or a floppy disk,
                    558: you can install across the network using PXE as described in
                    559: the included INSTALL.i386 document.
                    560:
                    561: <p>
                    562: If you are planning on dual booting OpenBSD with another OS, you will need to
                    563: read INSTALL.i386.
                    564:
                    565: <p>
                    566: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    567: at <i>CD1:4.8/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    568: use the
1.51      tb        569: <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>
1.1       deraadt   570: utility. The following is an example usage of
1.51      tb        571: <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>,
1.1       deraadt   572: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    573: &quot;rfd0a&quot;.
                    574:
                    575: <ul><pre>
                    576: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    577: </pre></ul>
                    578:
                    579: <p>
                    580: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    581: your install will most likely fail. For more information on creating a boot
                    582: floppy and installing OpenBSD/i386 please refer to
1.49      tj        583: <a href="faq/faq4.html#MkFlop">this page</a>.
1.1       deraadt   584: </ul>
                    585:
                    586: <p>
                    587: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    588: <ul>
                    589: The 4.8 release of OpenBSD/amd64 is located on CD2.
                    590: Boot from the CD to begin the install - you may need to adjust
                    591: your BIOS options first.
                    592: If you can't boot from the CD, you can create a boot floppy to install from.
                    593: To do this, write <i>CD2:4.8/amd64/floppy48.fs</i> to a floppy, then
                    594: boot from the floppy drive.
                    595:
                    596: <p>
                    597: If you can't boot from a CD or a floppy disk,
                    598: you can install across the network using PXE as described in the included
                    599: INSTALL.amd64 document.
                    600:
                    601: <p>
                    602: If you are planning to dual boot OpenBSD with another OS, you will need to
                    603: read INSTALL.amd64.
                    604: </ul>
                    605:
                    606: <p>
                    607: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    608: <ul>
                    609: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    610: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    611:
                    612: <p>
                    613: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    614: /4.8/macppc/bsd.rd</i>
                    615: </ul>
                    616:
                    617: <p>
                    618: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    619: <ul>
                    620: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    621:
                    622: <p>
                    623: If this doesn't work, or if you don't have a CDROM drive, you can write
                    624: <i>CD3:4.8/sparc64/floppy48.fs</i> or <i>CD3:4.8/sparc64/floppyB48.fs</i>
                    625: (depending on your machine) to a floppy and boot it with <i>boot
                    626: floppy</i>. Refer to INSTALL.sparc64 for details.
                    627:
                    628: <p>
                    629: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    630: will most likely fail.
                    631:
                    632: <p>
                    633: You can also write <i>CD3:4.8/sparc64/miniroot48.fs</i> to the swap partition on
                    634: the disk and boot with <i>boot disk:b</i>.
                    635:
                    636: <p>
                    637: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    638: </ul>
                    639:
                    640: <p>
                    641: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    642: <ul>
                    643: <p>Write <i>FTP:4.8/alpha/floppy48.fs</i> or
                    644: <i>FTP:4.8/alpha/floppyB48.fs</i> (depending on your machine) to a diskette and
                    645: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    646:
                    647: <p>
                    648: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    649: will most likely fail.
                    650:
                    651: </ul>
                    652:
                    653: <p>
                    654: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    655: <ul>
                    656: <p>
                    657: After connecting a serial port, Thecus can boot directly from the network
                    658: either tftp or http. Configure the network using fconfig, reset,
                    659: then load bsd.rd, see INSTALL.armish for specific details.
                    660: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    661: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    662: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    663: More details are available in INSTALL.armish.
                    664: </ul>
                    665:
                    666: <p>
                    667: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    668: <ul>
                    669: <p>
                    670: Boot over the network by following the instructions in INSTALL.hp300.
                    671: </ul>
                    672:
                    673: <p>
                    674: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    675: <ul>
                    676: <p>
                    677: Boot over the network by following the instructions in INSTALL.hppa or the
                    678: <a href="hppa.html#install">hppa platform page</a>.
                    679: </ul>
                    680:
                    681: <p>
                    682: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    683: <ul>
                    684: <p>
                    685: Write <i>miniroot48.fs</i> to the start of the CF
                    686: or disk, and boot normally.
                    687: </ul>
                    688:
                    689: <p>
                    690: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    691: <ul>
                    692: <p>
                    693: Write <i>miniroot48.fs</i> to a USB stick and boot bsd.rd from it
                    694: or boot bsd.rd via tftp.
                    695: Refer to the instructions in INSTALL.loongson for more details.
                    696: </ul>
                    697: <p>
                    698:
                    699: <p>
                    700: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    701: <ul>
                    702: <p>
                    703: You can create a bootable installation tape or boot over the network.<br>
                    704: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    705: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    706: for more details.
                    707: </ul>
                    708:
                    709: <p>
                    710: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    711: <ul>
                    712: <p>
                    713: You can create a bootable installation tape or boot over the network.<br>
                    714: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    715: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    716: for more details.
                    717: </ul>
                    718:
                    719: <p>
                    720: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    721: <ul>
                    722: <p>
                    723: To install on an O2, burn cd48.iso on a CD-R, put it in the CD drive of your
                    724: machine and select <i>Install System Software</i> from the System Maintenance
                    725: menu.
                    726:
                    727: <p>
                    728: On other systems, or if your machine doesn't have a CD drive, you can
                    729: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
                    730: the kernel matching your system type.
                    731: Refer to the instructions in INSTALL.sgi for more details.
                    732: </ul>
                    733:
                    734: <p>
                    735: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    736: <ul>
                    737: <p>
                    738: After connecting a serial port, boot over the network via DHCP/tftp.
                    739: Refer to the instructions in INSTALL.socppc for more details.
                    740: </ul>
                    741:
                    742: <p>
                    743: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    744: <ul>
                    745: Boot from one of the provided install ISO images, using one of the two
                    746: commands listed below, depending on the version of your ROM.
                    747:
                    748: <ul><pre>
                    749: ok <strong>boot cdrom 4.8/sparc/bsd.rd</strong>
                    750: or
                    751: &gt; <strong>b sd(0,6,0)4.8/sparc/bsd.rd</strong>
                    752: </pre></ul>
                    753:
                    754: <p>
                    755: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    756: To do so you need to write <i>floppy48.fs</i> to a floppy.
1.49      tj        757: For more information see <a href="faq/faq4.html#MkFlop">this page</a>.
1.1       deraadt   758: To boot from the floppy use one of the two commands listed below,
                    759: depending on the version of your ROM.
                    760:
                    761: <ul><pre>
                    762: ok <strong>boot floppy</strong>
                    763: or
                    764: &gt; <strong>b fd()</strong>
                    765: </pre></ul>
                    766:
                    767: <p>
                    768: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    769: will most likely fail.
                    770:
                    771: <p>
                    772: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    773: setup a bootable tape, or install via network, as told in the
                    774: INSTALL.sparc file.
                    775: </ul>
                    776:
                    777: <p>
                    778: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    779: <ul>
                    780: Boot over the network via mopbooting as described in INSTALL.vax.
                    781: </ul>
                    782:
                    783: <p>
                    784: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    785: <ul>
                    786: <p>
                    787: Using the Linux built-in graphical ipkg installer, install the
                    788: openbsd48_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    789: for a few important details.
                    790: </ul>
                    791:
                    792: <p>
                    793: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    794: <ul>
                    795: src.tar.gz contains a source archive starting at /usr/src.  This file
                    796: contains everything you need except for the kernel sources, which are
                    797: in a separate archive.  To extract:
                    798: <p>
                    799: <ul><pre>
                    800: # <strong>mkdir -p /usr/src</strong>
                    801: # <strong>cd /usr/src</strong>
                    802: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    803: </pre></ul>
                    804: <p>
                    805: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    806: This file contains all the kernel sources you need to rebuild kernels.
                    807: To extract:
                    808: <p>
                    809: <ul><pre>
                    810: # <strong>mkdir -p /usr/src/sys</strong>
                    811: # <strong>cd /usr/src</strong>
                    812: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    813: </pre></ul>
                    814: <p>
                    815: Both of these trees are a regular CVS checkout.  Using these trees it
                    816: is possible to get a head-start on using the anoncvs servers as
                    817: described <a href="anoncvs.html">here</a>.
                    818: Using these files
                    819: results in a much faster initial CVS update than you could expect from
                    820: a fresh checkout of the full OpenBSD source tree.
                    821: <p>
                    822: </ul>
                    823:
                    824: <a name="upgrade"></a>
                    825: <hr>
                    826: <p>
                    827: <h3><font color="#0000e0">How to upgrade</font></h3>
                    828: <p>
                    829: If you already have an OpenBSD 4.7 system, and do not want to reinstall,
                    830: upgrade instructions and advice can be found in the
                    831: <a href="faq/upgrade48.html">Upgrade Guide</a>.
                    832:
                    833: <a name="ports"></a>
                    834: <hr>
                    835: <p>
                    836: <h3><font color="#0000e0">Ports Tree</font></h3>
                    837: <p>
                    838: A ports tree archive is also provided.  To extract:
                    839: <p>
                    840: <ul><pre>
                    841: # <strong>cd /usr</strong>
                    842: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    843: # <strong>cd ports</strong>
                    844: </pre></ul>
                    845: <p>
                    846: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    847: read the <a href="faq/ports/index.html">ports</a> page
                    848: if you know nothing about ports
                    849: at this point.  This text is not a manual of how to use ports.
                    850: Rather, it is a set of notes meant to kickstart the user on the
                    851: OpenBSD ports system.
                    852: <p>
                    853: The <i>ports/</i> directory represents a CVS (see the manpage for
1.51      tb        854: <a href="https://man.openbsd.org/?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386">
1.1       deraadt   855: cvs(1)</a> if
                    856: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    857: source tree, our ports tree is available via anoncvs.  So, in
                    858: order to keep current with it, you must make the <i>ports/</i> tree
                    859: available on a read-write medium and update the tree with a command
                    860: like:
                    861: <p>
                    862: <ul><pre>
                    863: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_8</strong>
                    864: </pre></ul>
                    865: <p>
                    866: [Of course, you must replace the local directory and server name here
                    867: with the location of your ports collection and a nearby anoncvs
                    868: server.]
                    869: <p>
                    870: Note that most ports are available as packages through FTP. Updated
                    871: packages for the 4.8 release will be made available if problems arise.
                    872: <p>
                    873: If you're interested in seeing a port added, would like to help out, or just
                    874: would like to know more, the mailing list ports@openbsd.org is a good
                    875: place to know.
                    876: <p>
                    877:
                    878: </body>
                    879: </html>