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

File: [local] / www / 35.html (download) (as text)

Revision 1.29, Wed Mar 24 12:23:54 2004 UTC (20 years, 2 months ago) by henning
Branch: MAIN
Changes since 1.28: +17 -16 lines

group hardware support improvements and flesh out a bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenBSD 3.5 Release</title>
<link rev=made href="mailto:www@openbsd.org">
<meta name="resource-type" content="document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="OpenBSD 3.5">
<meta name="keywords" content="openbsd,main">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 2004 by OpenBSD.">
</head>

<body bgcolor="#ffffff" text="#000000" link="#24248E">

<a href="index.html">
<img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
<hr>

<p>
<a href="images/Carp.gif">
<img align="left" width="255" height="343" hspace="24" vspace="30"
src="images/Carp.gif" alt="OpenBSD 3.5 logo"></a>
<h2><font color="#0000e0">The OpenBSD 3.5 Release:</font></h2>
<p>
Released May 1, 2004<br>
Copyright 1997-2004, Theo de Raadt.<br>
<font color="#e00000">ISBN 0-9731791-1-9</font>
<p>

<a href="#new">What's New</a><br>
<a href="#install">How to install</a><br>
<a href="#ports">How to use the ports tree</a><br>
<a href="orders.html">Ordering a CD set</a><br>

<p>
<h3><font color="#0000e0">
To get the files for this release:
<ul>
<li>Order a CDROM from our <a href="orders.html">ordering system</a>.
<li>See the information on <a href="ftp.html">The FTP page</a> for
    a list of mirror machines.
<li>Go to the <font color="#e00000">pub/OpenBSD/3.5/</font> directory on
    one of the mirror sites.
<li>Briefly read the rest of this document.
<li>Have a look at <a href="errata.html">The 3.5 Errata page</a> for a list
    of bugs and workarounds.
<li>See a <a href="plus.html">detailed log of changes</a> between the
    3.4 and 3.5 releases.
</ul>
</font></h3>
<br clear=all>

<strong>Note:</strong> All applicable copyrights and credits can be found
in the applicable file sources found in the files src.tar.gz, sys.tar.gz,
XF4.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
files used to build packages from the ports.tar.gz file are not included on
the CDROM because of lack of space.
<p>

<a name="new"></a>
<hr>
<p>
<h3><font color="#0000e0">What's New</font></h3>
<p>
This is a partial list of new features and systems included in OpenBSD 3.5.
For a comprehensive list, see the <a href="plus.html">changelog</a> leading
to 3.5.
<p>

<ul>

<li> New platforms:
<ul>
<li><a href="http://www.openbsd.org/amd64.html">OpenBSD/amd64</a>
<li><a href="http://www.openbsd.org/cats.html">OpenBSD/cats</a>
</ul>
<p>

<li>Replacement of GNU
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bc">bc(1)</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc">dc(1)</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm">nm(1)</a> and
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=size">size(1)</a>
commands with BSD licensed equivalents.
<p>

<li>A large number of bug fixes, changes, and optimizations to our packet filter
    <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf">pf(4)</a>
    including:
<ul>
<li>Atomic commits of ruleset changes (reduce the chance of ending up in an
    inconsistent state).
<li>A 30 percent reduction in the size of state table entries.
<li>Source-tracking (limit number of clients and states per client).
<li>Sticky-address (the flexibility of round-robin with the benefits of
    source-hash).
<li>Invert the specific/general socket match order when redirecting to
    localhost (Prevents the potential security problem of remote connections
    being identified as local).
<li>Significant improvements to interface handling.
</ul>
<p>

<li>New tools for high availability and load balancing:
<ul>
<li>CARP (the Common Address Redundancy Protocol)
    <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp">carp(4)</a>
    allows multiple machines to share responsibility for a given IP address or
    addresses. If the owner of the address fails, another member of the group
    will take over for it. A discussion of the history of CARP can be found
    <a href="http://www.openbsd.org/lyrics.html">here</a>.
<li>Additions to the
    <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync">pfsync(4)</a>
    interface allow it to synchronise state table entries between two or more
    firewalls which are operating in parallel, allowing stateful connections
    to cross any of the firewalls regardless of where the state was initially
    created.
</ul>
<p>

<li> New functionality:
<ul>
<li>New ptm device (see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&sektion=4">pty(4)</a>)
that allows non-privileged processes to allocate a properly-permissioned pty. No more setuid(root)
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1">xterm(1)</a>!
<li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=closefrom&sektion=2">closefrom(2)</a>
system call has been added.
<li>TCP MD5 signatures (used by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&sektion=1">nc(1)</a>
and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>).
<li>i386 and amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&sektion=8&arch=i386">pxeboot(8)</a>.
<li>The i386 8GB boot loader limitation has been removed.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a>
gains <a href="http://projects.puremagic.com/greylisting/">greylisting</a> support.
<li>Interface 'cloning,' accessed by
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>
commands <em>create</em> and <em>destroy</em>. E.g. `ifconfig vlan100 create'.
<li>The MAKEDEV(8) manual pages are now generated.
<li>Complete rewrite of package tools in perl.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a>
now supports logging to memory buffers, to be read using 
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogc&sektion=8">syslogc(8)</a>.
This is useful for diskless devices.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">IPsec</a> ESP in UDP encapsulation
</ul>
<p>

<li> New Privilege Separation Functionality:
<ul>
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named(8)</a>
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&sektion=8">pflogd(8)</a>
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>
</ul>
<p>

<li> New tools:
<ul>
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sensorsd&sektion=8">sensorsd(8)</a>, monitoring hardware sensors
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=procmap&sektion=1">procmap(1)</a>, examine a process' memory map
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, implementing the <a href="http://www.rfc-editor.org/rfc/rfc1771.txt">BGP4</a> routing protocol
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&sektion=1">pkill(1)</a> and
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgrep&sektion=1">pgrep(1)</a>, finding or signalling processes by name
</ul>
<p>

<li> Performance improvements:
<ul>
<li>improved connection/socket lookup - about 100 times faster at 10000 sockets than 3.4
<li>TCP SYN cache
<li>OpenSSL speedup on i386, up to 100% improvement for md5, sha1, blowfish,
    des, 3des, rsa, dsa and bn
</ul>
<p>

<li>The HPPA architecture gets support for many
    <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci">PCI</a>
    based machines.
<p>

<li>Improved hardware support, including:
<ul>
<li>the <a href="/hppa.html">hppa</a> architecture gets support for many 
    <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci">PCI</a>
    based machines.
<li>big improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc(4)</a>, bringing support for many new models
<li>new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bce&sektion=4">bce(4)</a> driver, supporting the Broadcom BCM4401 FastEthernet chipset
<li>new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4">mpt(4)</a> driver for  LSI Fusion-MPT SCSI and FibreChannel host adapters
<li>lots of improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis(4)</a>
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> supports USB-based adapters now
</ul>
<p>

<li> Over 2500 ports, 2300 pre-built packages.
<p>

<li>Many improvements for security and reliability (look for the red
print in the <a href="plus.html">complete changelog</a>).
<p>

<li>Many improvements in manual pages and other documentation.
<p>

<li>OpenSSH 3.8.1
<p>

<li> gcc 3.2.2, including local additions like ProPolice support, for the
<a href="http://www.openbsd.org/amd64.html">OpenBSD/amd64</a>,
<a href="http://www.openbsd.org/cats.html">OpenBSD/cats</a> and
<a href="http://www.openbsd.org/sparc64.html">OpenBSD/sparc64</a>
platforms.
Other architectures still use gcc 2.95.3 with the same local additions.
<p>

<li>The system includes the following major components from outside suppliers:
<ul>
<li>XFree86 4.4.0 unencumbered (+ patches, and i386 contains 3.3.X servers also, thus
    providing support for all chipsets)
<li>Gcc 2.95.3 (+ patches) and 3.2.2 (+ patches)
<li>Perl 5.8.2 (+ patches)
<li>Apache 1.3.29, mod_ssl 2.8.16, DSO support (+ patches)
<li>OpenSSL 0.9.7c (+ patches)
<li>Groff 1.15
<li>Sendmail 8.12.11
<li>Bind 9.2.3 (+ patches)
<li>Lynx 2.8.4rel.1 with HTTPS and IPv6 support (+ patches)
<li>Sudo 1.6.7p5
<li>Ncurses 5.2
<li>Latest KAME IPv6
<li>Heimdal 0.6rc1 (+ patches)
<li>Arla-current
</ul>
<p>

</ul>

<a name="install"></a>
<hr>
<p>
<h3><font color="#0000e0">How to install</font></h3>
<p>
Following this are the instructions which you would have on a piece of
paper if you had purchased a CDROM set instead of doing an alternate
form of install.  The instructions for doing an ftp (or other style
of) install are very similar; the CDROM instructions are left intact
so that you can see how much easier it would have been if you had
purchased a CDROM instead.
<p>

<hr>
Please refer to the following files on the three CDROMs or ftp mirror for
extensive details on how to install OpenBSD 3.5 on your machine:
<p>
<ul>
<li>CD1:3.5/i386/INSTALL.i386
<li>CD1:3.5/vax/INSTALL.vax
<p>
<li>CD2:3.5/amd64/INSTALL.amd64
<li>CD2:3.5/macppc/INSTALL.macppc
<p>
<li>CD3:3.5/sparc/INSTALL.sparc
<li>CD3:3.5/sparc64/INSTALL.sparc64
<p>
<li>FTP:.../OpenBSD/3.5/alpha/INSTALL.alpha
<li>FTP:.../OpenBSD/3.5/cats/INSTALL.cats
<li>FTP:.../OpenBSD/3.5/hp300/INSTALL.hp300
<li>FTP:.../OpenBSD/3.5/hppa/INSTALL.hppa
<li>FTP:.../OpenBSD/3.5/mac68k/INSTALL.mac68k
<li>FTP:.../OpenBSD/3.5/mvme68k/INSTALL.mvme68k
<li>FTP:.../OpenBSD/3.5/mvme88k/INSTALL.mvme88k
</ul>
<hr>

<p>
Quick installer information for people familiar with OpenBSD, and the
use of the "disklabel -E" command.  If you are at all confused when
installing OpenBSD, read the relevant INSTALL.* file as listed above!
<p>

<h3><font color="#e00000">OpenBSD/i386:</font></h3>
<ul>
Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
release is on CD1. If your BIOS does not support booting from CD, you will need
to create a boot floppy to install from. To create a boot floppy write
<i>CD1:3.5/i386/floppy35.fs</i> to a floppy and boot via the floppy drive.

<p>
Use <i>CD1:3.5/i386/floppyB35.fs</i> instead for greater scsi controller
support, or <i>CD1:3.5/i386/floppyC35.fs</i> for better laptop support.

<p>
If you are planning on dual booting OpenBSD with another OS, you will need to
read the included INSTALL.i386 document.

<p>
To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
at <i>CD:/3.5/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=
dd&amp;sektion=1">dd(1)</a> utility. The following is an example usage of
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)
</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
&quot;rfd0a&quot;.

<ul><pre>
# <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
</pre></ul>

<p>
Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
your install will most likely fail. For more information on creating a boot
floppy and installing OpenBSD/i386 please refer to
<a href="faq/faq4.html#MkFlop">FAQ4.1</a>.
</ul>

<p>
<h3><font color="#e00000">OpenBSD/macppc:</font></h3>
<ul>
Put the CD2 in your CDROM drive and poweron your machine while holding down the
<i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.

<p>
Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
/3.5/macppc/bsd.rd</i>
</ul>

<p>
<h3><font color="#e00000">OpenBSD/amd64:</font></h3>
<ul>
[write a chunk here]
</ul>

<p>
<h3><font color="#e00000">OpenBSD/vax:</font></h3>
<ul>
Boot over the network via mopbooting as described in INSTALL.vax.
</ul>

<p>
<h3><font color="#e00000">OpenBSD/sparc:</font></h3>
<ul>
The 3.5 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
can use one of the two commands listed below, depending on the version of your
ROM.

<ul><pre>
&gt; <strong>boot cdrom 3.5/sparc/bsd.rd</strong>
or
&gt; <strong>boot sd(0,6,0)3.5/sparc/bsd.rd</strong>
</pre></ul>

<p>
If your sparc does not have a CD drive, you can alternatively boot from floppy.
To do so you need to write &quot;CD3:3.5/sparc/floppy35.fs&quot; to a floppy.
For more information see <a href="faq/faq4.html#MkFlop">FAQ4.1</a>. To boot from
the floppy use one of the two commands listed below, depending on the version of
your ROM.

<ul><pre>
&gt; <strong>boot floppy</strong>
or
&gt; <strong>boot fd()</strong>
</pre></ul>

<p>
Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
will most likely fail.

<p>
If your sparc doesn't have a floppy drive nor a CD drive, you can either
setup a bootable tape, or install via network, as told in the
INSTALL.sparc file.
</ul>

<p>
<h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
<ul>
Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.

<p>
If this doesn't work, or if you don't have a CDROM drive, you can write
<i>CD3:3.5/sparc64/floppy35.fs</i> to a floppy and boot it with <i>boot
floppy</i>.<br>
Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
will most likely fail.

<p>
You can also write <i>CD3:3.5/sparc64/miniroot35.fs</i> to the swap partition on
the disk and boot with <i>boot disk:b</i>.

<p>
If nothing works, you can boot over the network as described in INSTALL.sparc64
</ul>

<p>
<h3><font color="#e00000">OpenBSD/alpha:</font></h3>
<ul>
<p>Write <i>FTP:3.5/alpha/floppy35.fs</i> or
<i>FTP:3.5/alpha/floppyB35.fs</i> (depending on your machine) to a diskette and
enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.

<p>
Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
will most likely fail.

</ul>

<p>
<h3><font color="#e00000">OpenBSD/hp300:</font></h3>
<ul>
<p>
Boot over the network by following the instructions in INSTALL.hp300.
</ul>

<p>
<h3><font color="#e00000">OpenBSD/hppa:</font></h3>
<ul>
<p>
Boot over the network by following the instructions in INSTALL.hppa or the
<a href="hppa.html#netboot">hppa platform page</a>.
</ul>

<p>
<h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
<ul>
<p>
Boot MacOS as normal and partition your disk with the appropriate A/UX
configurations.  Then, extract the Macside utilities from
<i>FTP:3.5/mac68k/utils</i> onto your hard disk.  Run Mkfs to create your
filesystems on the A/UX partitions you just made.  Then, use the
"BSD/Mac68k Installer" to copy all the sets in <i>FTP:3.5/mac68k/</i> onto your
partitions.  Finally, you will be ready to configure the "BSD/Mac68k
Booter" with the location of your kernel and boot the system.
</ul>

<p>
<h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
<ul>
<p>
You can create a bootable installation tape or boot over the network.<br>
The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
for more details.
</ul>

<p>
<h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
<ul>
<p>
You can create a bootable installation tape or boot over the network.<br>
The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
for more details.
</ul>

<p>
<h3><font color="#e00000">Notes about the source code:</font></h3>
<ul>
src.tar.gz contains a source archive starting at /usr/src.  This file
contains everything you need except for the kernel sources, which are
in a separate archive.  To extract:
<p>
<ul><pre>
# <strong>mkdir -p /usr/src</strong>
# <strong>cd /usr/src</strong>
# <strong>tar xvfz /tmp/src.tar.gz</strong>
</pre></ul>
<p>
sys.tar.gz contains a source archive starting at /usr/src/sys.
This file contains all the kernel sources you need to rebuild kernels.
To extract:
<p>
<ul><pre>
# <strong>mkdir -p /usr/src/sys</strong>
# <strong>cd /usr/src</strong>
# <strong>tar xvfz /tmp/sys.tar.gz</strong>
</pre></ul>
<p>
Both of these trees are a regular CVS checkout.  Using these trees it
is possible to get a head-start on using the anoncvs servers as
described <a href="anoncvs.html">here</a>.
Using these files
results in a much faster initial CVS update than you could expect from
a fresh checkout of the full OpenBSD source tree.
<p>
</ul>
<a name="ports"></a>
<hr>
<p>
<h3><font color="#0000e0">Ports Tree</font></h3>
<p>
A ports tree archive is also provided.  To extract:
<p>
<ul><pre>
# <strong>cd /usr</strong>
# <strong>tar xvfz /tmp/ports.tar.gz</strong>
# <strong>cd ports</strong>
</pre></ul>
<p>
The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
read the <a href="ports.html">ports</a> page
if you know nothing about ports
at this point.  This text is not a manual of how to use ports.
Rather, it is a set of notes meant to kickstart the user on the
OpenBSD ports system.
<p>
The <i>ports/</i> directory represents a CVS (see the manpage for
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">
cvs(1)</a> if
you aren't familiar with CVS) checkout of our ports.  As with our complete
source tree, our ports tree is available via anoncvs.  So, in
order to keep current with it, you must make the <i>ports/</i> tree
available on a read-write medium and update the tree with a command
like:
<p>
<ul><pre>
# <strong>cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -Pd -rOPENBSD_3_5</strong>
</pre></ul>
<p>
[Of course, you must replace the local directory and server name here
with the location of your ports collection and a nearby anoncvs
server.]
<p>
Note that most ports are available as packages through ftp. Updated
packages for the 3.5 release will be made available if problems arise.
<p>
If you're interested in seeing a port added, would like to help out, or just
would like to know more, the mailing list ports@openbsd.org is a good
place to know.
<p>

<hr>
<a href="index.html"><img height="24" width="24" src="back.gif" border="0"
alt="OpenBSD"></a>
<a href="mailto:www@openbsd.org">www@openbsd.org</a>
<br><small>
$OpenBSD: 35.html,v 1.29 2004/03/24 12:23:54 henning Exp $
</small>

</body>
</html>