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

Diff for /www/35.html between version 1.109 and 1.110

version 1.109, 2016/03/21 05:46:19 version 1.110, 2016/03/22 10:54:42
Line 76 
Line 76 
 <p>  <p>
   
 <li>Replacement of the GNU  <li>Replacement of the GNU
 <a href="http://man.openbsd.org?query=bc">bc(1)</a>,  <a href="http://man.openbsd.org/?query=bc">bc(1)</a>,
 <a href="http://man.openbsd.org?query=dc">dc(1)</a>,  <a href="http://man.openbsd.org/?query=dc">dc(1)</a>,
 <a href="http://man.openbsd.org?query=nm">nm(1)</a> and  <a href="http://man.openbsd.org/?query=nm">nm(1)</a> and
 <a href="http://man.openbsd.org?query=size">size(1)</a>  <a href="http://man.openbsd.org/?query=size">size(1)</a>
 commands with BSD licensed equivalents.  commands with BSD licensed equivalents.
 <p>  <p>
   
 <li>A large number of bug fixes, changes, and optimizations to our packet filter  <li>A large number of bug fixes, changes, and optimizations to our packet filter
     <a href="http://man.openbsd.org?query=pf">pf(4)</a>      <a href="http://man.openbsd.org/?query=pf">pf(4)</a>
     including:      including:
 <ul>  <ul>
 <li>Atomic commits of ruleset changes (reduce the chance of ending up in an  <li>Atomic commits of ruleset changes (reduce the chance of ending up in an
Line 103 
Line 103 
 <li>New tools for filtering gateway failover:  <li>New tools for filtering gateway failover:
 <ul>  <ul>
 <li>CARP (the Common Address Redundancy Protocol)  <li>CARP (the Common Address Redundancy Protocol)
     <a href="http://man.openbsd.org?query=carp">carp(4)</a>      <a href="http://man.openbsd.org/?query=carp">carp(4)</a>
     allows multiple machines to share responsibility for a given IP address or      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      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      will take over for it. A discussion of the history of CARP can be found
     <a href="lyrics.html">here</a>.      <a href="lyrics.html">here</a>.
 <li>Additions to the  <li>Additions to the
     <a href="http://man.openbsd.org?query=pfsync">pfsync(4)</a>      <a href="http://man.openbsd.org/?query=pfsync">pfsync(4)</a>
     interface allow it to synchronise state table entries between two or more      interface allow it to synchronise state table entries between two or more
     firewalls which are operating in parallel, allowing stateful connections      firewalls which are operating in parallel, allowing stateful connections
     to cross any of the firewalls regardless of where the state was initially      to cross any of the firewalls regardless of where the state was initially
Line 119 
Line 119 
   
 <li> New functionality:  <li> New functionality:
 <ul>  <ul>
 <li><a href="http://man.openbsd.org?query=pty&sektion=4">pty(4)</a> devices are now allocated on demand, up to a configurable limit.  <li><a href="http://man.openbsd.org/?query=pty&sektion=4">pty(4)</a> devices are now allocated on demand, up to a configurable limit.
 <li>New ptm device (see <a href="http://man.openbsd.org?query=pty&sektion=4">pty(4)</a>)  <li>New ptm device (see <a href="http://man.openbsd.org/?query=pty&sektion=4">pty(4)</a>)
 that allows non-privileged processes to allocate a properly-permissioned pty.<br>  that allows non-privileged processes to allocate a properly-permissioned pty.<br>
 As a result any process can now open a pty easily, meaning  As a result any process can now open a pty easily, meaning
 <a href="http://man.openbsd.org?query=xterm&sektion=1">xterm(1)</a>  <a href="http://man.openbsd.org/?query=xterm&sektion=1">xterm(1)</a>
 and  and
 <a href="http://man.openbsd.org?query=xconsole&sektion=1">xconsole(1)</a>  <a href="http://man.openbsd.org/?query=xconsole&sektion=1">xconsole(1)</a>
 are no longer setuid root.  (In 3.4 they were setuid root, but privilege revoking).  are no longer setuid root.  (In 3.4 they were setuid root, but privilege revoking).
 <li>The <a href="http://man.openbsd.org?query=closefrom&sektion=2">closefrom(2)</a>  <li>The <a href="http://man.openbsd.org/?query=closefrom&sektion=2">closefrom(2)</a>
 system call has been added.  system call has been added.
 <li>TCP MD5 signatures (used by <a href="http://man.openbsd.org?query=nc&sektion=1">nc(1)</a>  <li>TCP MD5 signatures (used by <a href="http://man.openbsd.org/?query=nc&sektion=1">nc(1)</a>
 and <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>).  and <a href="http://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a>).
 <li>Network boot support for i386 and amd64, using  <li>Network boot support for i386 and amd64, using
     <a href="http://man.openbsd.org?query=pxeboot&sektion=8&arch=i386">pxeboot(8)</a>.      <a href="http://man.openbsd.org/?query=pxeboot&sektion=8&arch=i386">pxeboot(8)</a>.
 <li>The i386 8GB boot loader limitation has been removed.  <li>The i386 8GB boot loader limitation has been removed.
 <li><a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a>  <li><a href="http://man.openbsd.org/?query=spamd&sektion=8">spamd(8)</a>
 gains <a href="http://projects.puremagic.com/greylisting/">greylisting</a> support. This allows greylisting (a very powerful spam reduction technique) to be  gains <a href="http://projects.puremagic.com/greylisting/">greylisting</a> support. This allows greylisting (a very powerful spam reduction technique) to be
 done on a firewall for many mail hosts, no matter what MTA is being used.  done on a firewall for many mail hosts, no matter what MTA is being used.
 <li>Interface 'cloning', accessed by  <li>Interface 'cloning', accessed by
 <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a>  <a href="http://man.openbsd.org/?query=ifconfig&sektion=8">ifconfig(8)</a>
 commands <em>create</em> and <em>destroy</em>. E.g. `ifconfig vlan100 create'.  commands <em>create</em> and <em>destroy</em>. E.g. `ifconfig vlan100 create'.
 <li>  <li>
 <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a>  <a href="http://man.openbsd.org/?query=ifconfig&sektion=8">ifconfig(8)</a>
 can now be used with a generic <em>interface</em> name, for listing all such configured interfaces. E.g. `ifconfig carp'.  can now be used with a generic <em>interface</em> name, for listing all such configured interfaces. E.g. `ifconfig carp'.
 <li>The MAKEDEV(8) manual pages are now generated, and hence, accurate.  <li>The MAKEDEV(8) manual pages are now generated, and hence, accurate.
 <li>Complete rewrite of <a href="http://man.openbsd.org?query=pkg_add&sektion=1">package</a> tools in perl.  <li>Complete rewrite of <a href="http://man.openbsd.org/?query=pkg_add&sektion=1">package</a> tools in perl.
 <li><a href="http://man.openbsd.org?query=syslogd&sektion=8">syslogd(8)</a>  <li><a href="http://man.openbsd.org/?query=syslogd&sektion=8">syslogd(8)</a>
 now supports logging to memory buffers, to be read using  now supports logging to memory buffers, to be read using
 <a href="http://man.openbsd.org?query=syslogc&sektion=8">syslogc(8)</a>.  <a href="http://man.openbsd.org/?query=syslogc&sektion=8">syslogc(8)</a>.
 This is useful for diskless or flash-based computers.  This is useful for diskless or flash-based computers.
 <li><a href="http://man.openbsd.org?query=ipsec&sektion=4">IPsec</a> ESP in UDP encapsulation.  <li><a href="http://man.openbsd.org/?query=ipsec&sektion=4">IPsec</a> ESP in UDP encapsulation.
 <li><a href="http://man.openbsd.org?query=malloc&sektion=3">  <li><a href="http://man.openbsd.org/?query=malloc&sektion=3">
 malloc(3)</a> chunk randomization and guard pages. This helps to detect out-of-bounds  malloc(3)</a> chunk randomization and guard pages. This helps to detect out-of-bounds
 reads and writes.  reads and writes.
 <li><a href="http://man.openbsd.org?query=authpf&sektion=8">  <li><a href="http://man.openbsd.org/?query=authpf&sektion=8">
 authpf(8)</a> now tags traffic in  authpf(8)</a> now tags traffic in
 <a href="http://man.openbsd.org?query=pflog&sektion=4">  <a href="http://man.openbsd.org/?query=pflog&sektion=4">
 pflog(4)</A> so that users may be associated with traffic through a NAT setup.  pflog(4)</A> so that users may be associated with traffic through a NAT setup.
 <li>hw.setperf sysctl allows controlling the speed of many new i386  <li>hw.setperf sysctl allows controlling the speed of many new i386
 <a href="http://man.openbsd.org?query=cpu&arch=i386">CPUs</a>,  <a href="http://man.openbsd.org/?query=cpu&arch=i386">CPUs</a>,
 great for prolonged battery life.  great for prolonged battery life.
 <li>XFS has been added to the GENERIC kernels so that  <li>XFS has been added to the GENERIC kernels so that
 <a href="http://man.openbsd.org?query=afsd&sektion=8">afsd(8)  <a href="http://man.openbsd.org/?query=afsd&sektion=8">afsd(8)
 </a> may be started easily, eliminating the need to recompile the kernel  </a> may be started easily, eliminating the need to recompile the kernel
 to use AFS.<br>  to use AFS.<br>
 AFS can now be used anonymously by enabling it in  AFS can now be used anonymously by enabling it in
 <a href="http://man.openbsd.org?query=rc.conf&sektion=8">rc.conf(8)</a>  <a href="http://man.openbsd.org/?query=rc.conf&sektion=8">rc.conf(8)</a>
 with no further configuration.  with no further configuration.
 <li>The <a href="http://man.openbsd.org?query=ps&sektion=1">ps</a>, <a href="http://man.openbsd.org?query=top&sektion=1">top</a> and <a href="http://man.openbsd.org?query=w&sektion=1">w</a> utilities no longer break when changes are made in kernel structures.  <li>The <a href="http://man.openbsd.org/?query=ps&sektion=1">ps</a>, <a href="http://man.openbsd.org/?query=top&sektion=1">top</a> and <a href="http://man.openbsd.org/?query=w&sektion=1">w</a> utilities no longer break when changes are made in kernel structures.
 <li>A <a href="http://man.openbsd.org?query=poll&sektion=2">poll</a> interface has been added to the <a href="http://man.openbsd.org?query=rpc&sektion=3">rpc</a> routines in the standard C library. Use of <a href="http://man.openbsd.org?query=poll&sektion=2">poll</a> over <a href="http://man.openbsd.org?query=select&sektion=2">select</a> can result in better performance for programs with a large number of open file descriptors.  <li>A <a href="http://man.openbsd.org/?query=poll&sektion=2">poll</a> interface has been added to the <a href="http://man.openbsd.org/?query=rpc&sektion=3">rpc</a> routines in the standard C library. Use of <a href="http://man.openbsd.org/?query=poll&sektion=2">poll</a> over <a href="http://man.openbsd.org/?query=select&sektion=2">select</a> can result in better performance for programs with a large number of open file descriptors.
 <li><a href="http://man.openbsd.org?query=dhclient&sektion=8"  <li><a href="http://man.openbsd.org/?query=dhclient&sektion=8"
 >dhclient(8)</a> now detects when the interface it configured is modified and  >dhclient(8)</a> now detects when the interface it configured is modified and
 gracefully exits.  gracefully exits.
 e.g. repeatedly running it against the same interface leaves only the  e.g. repeatedly running it against the same interface leaves only the
Line 179 
Line 179 
   
 <li> Privilege separation added to allow complex operations to occur in an untrusted, unprivileged process, resulting in much greater security for the following processes:  <li> Privilege separation added to allow complex operations to occur in an untrusted, unprivileged process, resulting in much greater security for the following processes:
 <ul>  <ul>
 <li><a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>  <li><a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a>
 <li><a href="http://man.openbsd.org?query=named&sektion=8">named(8)</a>  <li><a href="http://man.openbsd.org/?query=named&sektion=8">named(8)</a>
 (Previously privilege revoking, but this had a small breakage).  (Previously privilege revoking, but this had a small breakage).
 <li><a href="http://man.openbsd.org?query=pflogd&sektion=8">pflogd(8)</a>  <li><a href="http://man.openbsd.org/?query=pflogd&sektion=8">pflogd(8)</a>
 <li><a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>  <li><a href="http://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump(8)</a>
 </ul>  </ul>
 <p>  <p>
   
 <li> New tools:  <li> New tools:
 <ul>  <ul>
 <li><a href="http://man.openbsd.org?query=sensorsd&sektion=8">sensorsd(8)</a>, monitoring hardware sensors.  <li><a href="http://man.openbsd.org/?query=sensorsd&sektion=8">sensorsd(8)</a>, monitoring hardware sensors.
 <li><a href="http://man.openbsd.org?query=procmap&sektion=1">procmap(1)</a>, to examine a process' memory map.  <li><a href="http://man.openbsd.org/?query=procmap&sektion=1">procmap(1)</a>, to examine a process' memory map.
 <li><a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, implementing the <a href="http://www.rfc-editor.org/rfc/rfc1771.txt">BGP-4</a> routing protocol.  <li><a href="http://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a>, implementing the <a href="http://www.rfc-editor.org/rfc/rfc1771.txt">BGP-4</a> routing protocol.
 <li><a href="http://man.openbsd.org?query=pkill&sektion=1">pkill(1)</a> and  <li><a href="http://man.openbsd.org/?query=pkill&sektion=1">pkill(1)</a> and
 <a href="http://man.openbsd.org?query=pgrep&sektion=1">pgrep(1)</a>, finding or signalling processes by name.  <a href="http://man.openbsd.org/?query=pgrep&sektion=1">pgrep(1)</a>, finding or signalling processes by name.
 </ul>  </ul>
 <p>  <p>
   
Line 204 
Line 204 
 <li>Implemented TCP adjustments recommended by  <li>Implemented TCP adjustments recommended by
     <a href="http://www.rfc-editor.org/rfc/rfc3390.txt">RFC3390</a>,      <a href="http://www.rfc-editor.org/rfc/rfc3390.txt">RFC3390</a>,
     controllable via      controllable via
     <a href="http://man.openbsd.org?query=sysctl&sektion=8">sysctl</a>.      <a href="http://man.openbsd.org/?query=sysctl&sektion=8">sysctl</a>.
 <li>OpenSSL speedup on i386, up to 100% improvement for md5, sha1, blowfish,  <li>OpenSSL speedup on i386, up to 100% improvement for md5, sha1, blowfish,
     des, 3des, rsa, dsa and bn.      des, 3des, rsa, dsa and bn.
 <li>OpenSSL now directly uses the new AES instructions some VIA C3 processors  <li>OpenSSL now directly uses the new AES instructions some VIA C3 processors
Line 215 
Line 215 
 </ul>  </ul>
 <p>  <p>
   
 <li><a href="http://man.openbsd.org?query=scsi&sektion=4">SCSI(4)</a> improvements:  <li><a href="http://man.openbsd.org/?query=scsi&sektion=4">SCSI(4)</a> improvements:
 <ul>  <ul>
 <li>Bus probe made faster by skipping non-existent LUNs.  <li>Bus probe made faster by skipping non-existent LUNs.
 <li>Bus probe made saner by elimination of spurious commands.  <li>Bus probe made saner by elimination of spurious commands.
Line 230 
Line 230 
 <li>Improved hardware support, including:  <li>Improved hardware support, including:
 <ul>  <ul>
 <li>The <a href="hppa.html">hppa</a> architecture gets support for many  <li>The <a href="hppa.html">hppa</a> architecture gets support for many
     <a href="http://man.openbsd.org?query=pci">PCI</a>      <a href="http://man.openbsd.org/?query=pci">PCI</a>
     based machines w/ addition of <a href="http://man.openbsd.org?query=dino&sektion=4&arch=hppa">dino(4)</a> GSC-PCI bridge.      based machines w/ addition of <a href="http://man.openbsd.org/?query=dino&sektion=4&arch=hppa">dino(4)</a> GSC-PCI bridge.
 <li>New <a href="http://man.openbsd.org?query=oosiop&sektion=4">oosiop(4)</a> driver for NCR 53C700 SCSI host adapters.  <li>New <a href="http://man.openbsd.org/?query=oosiop&sektion=4">oosiop(4)</a> driver for NCR 53C700 SCSI host adapters.
 <li>Major improvements to <a href="http://man.openbsd.org?query=ahc&sektion=4">ahc(4)</a>, bringing support for many new models.  <li>Major improvements to <a href="http://man.openbsd.org/?query=ahc&sektion=4">ahc(4)</a>, bringing support for many new models.
 <li>New <a href="http://man.openbsd.org?query=bce&sektion=4">bce(4)</a> driver, supporting the Broadcom BCM4401 FastEthernet chipset.  <li>New <a href="http://man.openbsd.org/?query=bce&sektion=4">bce(4)</a> driver, supporting the Broadcom BCM4401 FastEthernet chipset.
 <li>New <a href="http://man.openbsd.org?query=mpt&sektion=4">mpt(4)</a> driver for  LSI Fusion-MPT SCSI and FibreChannel host adapters.  <li>New <a href="http://man.openbsd.org/?query=mpt&sektion=4">mpt(4)</a> driver for  LSI Fusion-MPT SCSI and FibreChannel host adapters.
 <li>New <a href="http://man.openbsd.org?query=snapper&amp;arch=macppc&amp;sektion=4&">snapper(4)</a> audio driver for recent iBook (since May 02) and PowerBook (since Apr 02) models.  <li>New <a href="http://man.openbsd.org/?query=snapper&amp;arch=macppc&amp;sektion=4&">snapper(4)</a> audio driver for recent iBook (since May 02) and PowerBook (since Apr 02) models.
 <li>Improved stability of the <a href="http://man.openbsd.org?query=wi&sektion=4">wi(4)</a> driver as well as support for USB-based adapters and software WEP.  <li>Improved stability of the <a href="http://man.openbsd.org/?query=wi&sektion=4">wi(4)</a> driver as well as support for USB-based adapters and software WEP.
 <li><a href="http://man.openbsd.org?query=wi&sektion=4">wi(4)</a> in HostAP mode now supports SSID hiding and newer prism firmware revisions.  <li><a href="http://man.openbsd.org/?query=wi&sektion=4">wi(4)</a> in HostAP mode now supports SSID hiding and newer prism firmware revisions.
 <li>Fixed several firmware incompatibility issues in <a href="http://man.openbsd.org?query=an&sektion=4">an(4)</a>.  <li>Fixed several firmware incompatibility issues in <a href="http://man.openbsd.org/?query=an&sektion=4">an(4)</a>.
 <li>Improved ATA and SATA support.  <li>Improved ATA and SATA support.
 <li>Support for i835 AGP GART in <a href="http://man.openbsd.org?query=vga&sektion=4">vga(4)</a>.  <li>Support for i835 AGP GART in <a href="http://man.openbsd.org/?query=vga&sektion=4">vga(4)</a>.
 <li>Improved Gigabit Ethernet support for <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a>,  <a href="http://man.openbsd.org?query=sk&sektion=4">sk(4)</a> &  <a href="http://man.openbsd.org?query=bge&sektion=4">bge(4)</a>.  <li>Improved Gigabit Ethernet support for <a href="http://man.openbsd.org/?query=em&sektion=4">em(4)</a>,  <a href="http://man.openbsd.org/?query=sk&sektion=4">sk(4)</a> &  <a href="http://man.openbsd.org/?query=bge&sektion=4">bge(4)</a>.
 <li>Several fixes for <a href="http://man.openbsd.org?query=apm&sektion=4">apm(4)</a>.  <li>Several fixes for <a href="http://man.openbsd.org/?query=apm&sektion=4">apm(4)</a>.
 <li>Support for Intel 852/855/865 AGP chipsets.  <li>Support for Intel 852/855/865 AGP chipsets.
 <li>Many more USB Flash and other  <li>Many more USB Flash and other
 <a href="http://man.openbsd.org?query=umass&sektion=4">umass(4)</a> devices work as a result of SCSI improvements.  <a href="http://man.openbsd.org/?query=umass&sektion=4">umass(4)</a> devices work as a result of SCSI improvements.
 </ul>  </ul>
 <p>  <p>
   
 <li> This release ships with Firefox for all major architectures.  <li> This release ships with Firefox for all major architectures.
 <p>  <p>
   
 <li> Major improvements in <a href="http://man.openbsd.org?query=pthreads&sektion=3">pthreads(3)</a>.  <li> Major improvements in <a href="http://man.openbsd.org/?query=pthreads&sektion=3">pthreads(3)</a>.
 <p>  <p>
   
 <li> Over 2500 ports, 2300 pre-built packages.  <li> Over 2500 ports, 2300 pre-built packages.
Line 276 
Line 276 
 <li>OpenSSH 3.8.1:  <li>OpenSSH 3.8.1:
 <ul>  <ul>
 <li>  <li>
 <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a>  <a href="http://man.openbsd.org/?query=sshd&sektion=8">sshd(8)</a>
 now supports forced changes of expired passwords via  now supports forced changes of expired passwords via
 <a href="http://man.openbsd.org?query=passwd&sektion=1">passwd(1)</a>.  <a href="http://man.openbsd.org/?query=passwd&sektion=1">passwd(1)</a>.
 <li>  <li>
 <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>  <a href="http://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a>
 now uses untrusted cookies for X11-Forwarding.  now uses untrusted cookies for X11-Forwarding.
 Some X11 applications might need full access to the X11 server,  Some X11 applications might need full access to the X11 server,
 see ForwardX11Trusted in  see ForwardX11Trusted in
 <a href="http://man.openbsd.org?query=ssh_config&sektion=5">ssh_config(5)</a>  <a href="http://man.openbsd.org/?query=ssh_config&sektion=5">ssh_config(5)</a>
 and  and
 <a href="http://man.openbsd.org?query=xauth&sektion=1">xauth(1)</a>.  <a href="http://man.openbsd.org/?query=xauth&sektion=1">xauth(1)</a>.
 <li>  <li>
 <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>  <a href="http://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a>
 now supports sending application layer  now supports sending application layer
 keep-alive messages to the server.  See ServerAliveInterval in  keep-alive messages to the server.  See ServerAliveInterval in
 <a href="http://man.openbsd.org?query=ssh_config&sektion=5">ssh_config(5)</a>.  <a href="http://man.openbsd.org/?query=ssh_config&sektion=5">ssh_config(5)</a>.
 <li> Improved  <li> Improved
 <a href="http://man.openbsd.org?query=sftp&sektion=1">sftp(1)</a>  <a href="http://man.openbsd.org/?query=sftp&sektion=1">sftp(1)</a>
 batch file support.  batch file support.
 <li> New KerberosGetAFSToken option for  <li> New KerberosGetAFSToken option for
 <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a>.  <a href="http://man.openbsd.org/?query=sshd&sektion=8">sshd(8)</a>.
 <li> Updated /etc/moduli file and improved performance for  <li> Updated /etc/moduli file and improved performance for
 protocol version 2.  protocol version 2.
 <li> Support for host keys in DNS.  <li> Support for host keys in DNS.
Line 394 
Line 394 
 <p>  <p>
 To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located  To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
 at <i>CD1:3.5/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,  at <i>CD1:3.5/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
 use the <a href="http://man.openbsd.org?query=  use the <a href="http://man.openbsd.org/?query=
 dd&amp;sektion=1">dd(1)</a> utility. The following is an example usage of  dd&amp;sektion=1">dd(1)</a> utility. The following is an example usage of
 <a href="http://man.openbsd.org?query=dd&amp;sektion=1">dd(1)  <a href="http://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)
 </a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or  </a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
 &quot;rfd0a&quot;.  &quot;rfd0a&quot;.
   
Line 626 
Line 626 
 OpenBSD ports system.  OpenBSD ports system.
 <p>  <p>
 The <i>ports/</i> directory represents a CVS (see the manpage for  The <i>ports/</i> directory represents a CVS (see the manpage for
 <a href="http://man.openbsd.org?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">  <a href="http://man.openbsd.org/?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">
 cvs(1)</a> if  cvs(1)</a> if
 you aren't familiar with CVS) checkout of our ports.  As with our complete  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  source tree, our ports tree is available via anoncvs.  So, in

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110