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

Diff for /www/46.html between version 1.34 and 1.35

version 1.34, 2016/08/15 02:22:05 version 1.35, 2017/06/26 17:18:57
Line 88 
Line 88 
     <ul>      <ul>
     <li>Several new/improved drivers for sensors, including:      <li>Several new/improved drivers for sensors, including:
         <ul>          <ul>
         <li>The <a href="http://man.openbsd.org/?query=ips&amp;sektion=4">ips(4)</a> driver now has sensor support, complementing the bio support.          <li>The <a href="https://man.openbsd.org/?query=ips&amp;sektion=4">ips(4)</a> driver now has sensor support, complementing the bio support.
         <li>The <a href="http://man.openbsd.org/?query=acpithinkpad&amp;sektion=4">acpithinkpad(4)</a> driver now has temperature and fan sensor support.          <li>The <a href="https://man.openbsd.org/?query=acpithinkpad&amp;sektion=4">acpithinkpad(4)</a> driver now has temperature and fan sensor support.
         <li>New <a href="http://man.openbsd.org/?query=endrun&amp;sektion=4">endrun(4)</a> driver for the EndRun Technologies timedelta sensor.          <li>New <a href="https://man.openbsd.org/?query=endrun&amp;sektion=4">endrun(4)</a> driver for the EndRun Technologies timedelta sensor.
         <li>The <a href="http://man.openbsd.org/?query=fins&amp;sektion=4">fins(4)</a> driver now has support for F71806, F71862 and F71882.          <li>The <a href="https://man.openbsd.org/?query=fins&amp;sektion=4">fins(4)</a> driver now has support for F71806, F71862 and F71882.
         <li>The <a href="http://man.openbsd.org/?query=acpitz&amp;sektion=4">acpitz(4)</a> driver now shows correct decimals for temperature.          <li>The <a href="https://man.openbsd.org/?query=acpitz&amp;sektion=4">acpitz(4)</a> driver now shows correct decimals for temperature.
         </ul>          </ul>
     <li>Added <a href="http://man.openbsd.org/?query=radeonfb&amp;sektion=4">radeonfb(4)</a> to sparc64, an accelerated framebuffer for      <li>Added <a href="https://man.openbsd.org/?query=radeonfb&amp;sektion=4">radeonfb(4)</a> to sparc64, an accelerated framebuffer for
         Sun XVR-100 boards.          Sun XVR-100 boards.
     <li>Added support in <a href="http://man.openbsd.org/?query=re&amp;sektion=4">re(4)</a> for RTL8103E and RTL8168DP devices.      <li>Added support in <a href="https://man.openbsd.org/?query=re&amp;sektion=4">re(4)</a> for RTL8103E and RTL8168DP devices.
     <li>Added support for BCM5709/BCM5716 devices in the <a href="http://man.openbsd.org/?query=bnx&amp;sektion=4">bnx(4)</a> driver.      <li>Added support for BCM5709/BCM5716 devices in the <a href="https://man.openbsd.org/?query=bnx&amp;sektion=4">bnx(4)</a> driver.
     <li>Added support for ICH10 variants of <a href="http://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a>.      <li>Added support for ICH10 variants of <a href="https://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a>.
     <li>Added support for VIA VX855 chipset in the <a href="http://man.openbsd.org/?query=viapm&amp;sektion=4">viapm(4)</a> and <a href="http://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a> drivers.      <li>Added support for VIA VX855 chipset in the <a href="https://man.openbsd.org/?query=viapm&amp;sektion=4">viapm(4)</a> and <a href="https://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a> drivers.
     <li>Added support for Intel SCH IDE to <a href="http://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a>.      <li>Added support for Intel SCH IDE to <a href="https://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a>.
     <li>Added support for the Broadcom HT-1100 chipset in the <a href="http://man.openbsd.org/?query=piixpm&amp;sektion=4">piixpm(4)</a> driver.      <li>Added support for the Broadcom HT-1100 chipset in the <a href="https://man.openbsd.org/?query=piixpm&amp;sektion=4">piixpm(4)</a> driver.
     <li>Added support for 82574L based devices in the <a href="http://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a> driver.      <li>Added support for 82574L based devices in the <a href="https://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a> driver.
     <li>A number of network drivers including <a href="http://man.openbsd.org/?query=ix&amp;sektion=4">ix(4)</a>, <a href="http://man.openbsd.org/?query=sis&amp;sektion=4">sis(4)</a>, <a href="http://man.openbsd.org/?query=msk&amp;sektion=4">msk(4)</a>, <a href="http://man.openbsd.org/?query=bnx&amp;sektion=4">bnx(4)</a>, and <a href="http://man.openbsd.org/?query=vr&amp;sektion=4">vr(4)</a> now      <li>A number of network drivers including <a href="https://man.openbsd.org/?query=ix&amp;sektion=4">ix(4)</a>, <a href="https://man.openbsd.org/?query=sis&amp;sektion=4">sis(4)</a>, <a href="https://man.openbsd.org/?query=msk&amp;sektion=4">msk(4)</a>, <a href="https://man.openbsd.org/?query=bnx&amp;sektion=4">bnx(4)</a>, and <a href="https://man.openbsd.org/?query=vr&amp;sektion=4">vr(4)</a> now
         use MCLGETI(9) to reduce memory usage and increase performance under load          use MCLGETI(9) to reduce memory usage and increase performance under load
         and attack.          and attack.
     <li>Added support for VIA CX800 south bridge to the <a href="http://man.openbsd.org/?query=viapm&amp;sektion=4">viapm(4)</a> driver.      <li>Added support for VIA CX800 south bridge to the <a href="https://man.openbsd.org/?query=viapm&amp;sektion=4">viapm(4)</a> driver.
     <li>Added support in <a href="http://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a> for the newer 82575 (and maybe 82576) chips.      <li>Added support in <a href="https://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a> for the newer 82575 (and maybe 82576) chips.
     <li><a href="http://man.openbsd.org/?query=zyd&amp;sektion=4">zyd(4)</a> now supports devices with Airoha AL2230S radios.      <li><a href="https://man.openbsd.org/?query=zyd&amp;sektion=4">zyd(4)</a> now supports devices with Airoha AL2230S radios.
     <li><a href="http://man.openbsd.org/?query=zyd&amp;sektion=4">zyd(4)</a> now works on big-endian machines      <li><a href="https://man.openbsd.org/?query=zyd&amp;sektion=4">zyd(4)</a> now works on big-endian machines
     <li><a href="http://man.openbsd.org/?query=urtw&amp;sektion=4">urtw(4)</a> now supports RTL8187B based devices.      <li><a href="https://man.openbsd.org/?query=urtw&amp;sektion=4">urtw(4)</a> now supports RTL8187B based devices.
     <li>New <a href="http://man.openbsd.org/?query=otus&amp;sektion=4">otus(4)</a> driver for Atheros AR9001U USB 802.11a/b/g/Draft-N      <li>New <a href="https://man.openbsd.org/?query=otus&amp;sektion=4">otus(4)</a> driver for Atheros AR9001U USB 802.11a/b/g/Draft-N
         wireless devices.          wireless devices.
     <li>New <a href="http://man.openbsd.org/?query=berkwdt&amp;sektion=4">berkwdt(4)</a> driver for Berkshire Products PCI watchdog timers.      <li>New <a href="https://man.openbsd.org/?query=berkwdt&amp;sektion=4">berkwdt(4)</a> driver for Berkshire Products PCI watchdog timers.
     <li>New <a href="http://man.openbsd.org/?query=udl&amp;sektion=4">udl(4)</a> driver for USB video devices.      <li>New <a href="https://man.openbsd.org/?query=udl&amp;sektion=4">udl(4)</a> driver for USB video devices.
     <li>Support for a variety of newer models in <a href="http://man.openbsd.org/?query=bge&amp;sektion=4">bge(4)</a>.      <li>Support for a variety of newer models in <a href="https://man.openbsd.org/?query=bge&amp;sektion=4">bge(4)</a>.
     <li>Initial version of <a href="http://man.openbsd.org/?query=vsw&amp;sektion=4">vsw(4)</a>, a driver for the virtual network switch on      <li>Initial version of <a href="https://man.openbsd.org/?query=vsw&amp;sektion=4">vsw(4)</a>, a driver for the virtual network switch on
         sun4v sparc64s.          sun4v sparc64s.
     <li>Implemented <a href="http://man.openbsd.org/?query=machfb&amp;sektion=4">machfb(4)</a>, an accelerated driver for the sparc64 PGX/PGX64      <li>Implemented <a href="https://man.openbsd.org/?query=machfb&amp;sektion=4">machfb(4)</a>, an accelerated driver for the sparc64 PGX/PGX64
         framebuffers.          framebuffers.
     <li>Added a <a href="http://man.openbsd.org/?query=vcc&amp;sektion=4">vcc(4)</a> and <a href="http://man.openbsd.org/?query=vcctty&amp;sektion=4">vcctty(4)</a> driver for the "Virtual Console Concentrator"      <li>Added a <a href="https://man.openbsd.org/?query=vcc&amp;sektion=4">vcc(4)</a> and <a href="https://man.openbsd.org/?query=vcctty&amp;sektion=4">vcctty(4)</a> driver for the "Virtual Console Concentrator"
         found on the control domain of sun4v systems.          found on the control domain of sun4v systems.
     <li>Implemented 64-bit FIFO modes for <a href="http://man.openbsd.org/?query=ciss&amp;sektion=4">ciss(4)</a> devices.      <li>Implemented 64-bit FIFO modes for <a href="https://man.openbsd.org/?query=ciss&amp;sektion=4">ciss(4)</a> devices.
     <li>Enable hardware VLAN tagging/stripping on <a href="http://man.openbsd.org/?query=ix&amp;sektion=4">ix(4)</a>.      <li>Enable hardware VLAN tagging/stripping on <a href="https://man.openbsd.org/?query=ix&amp;sektion=4">ix(4)</a>.
     <li>Added basic support for Envy24HT chips in the <a href="http://man.openbsd.org/?query=envy&amp;sektion=4">envy(4)</a> driver.      <li>Added basic support for Envy24HT chips in the <a href="https://man.openbsd.org/?query=envy&amp;sektion=4">envy(4)</a> driver.
     <li>Many improvements and updates to the <a href="http://man.openbsd.org/?query=isp&amp;sektion=4">isp(4)</a> driver.      <li>Many improvements and updates to the <a href="https://man.openbsd.org/?query=isp&amp;sektion=4">isp(4)</a> driver.
     <li>Added support for 88E8057-based Yukon 2 Ultra 2-devices in <a href="http://man.openbsd.org/?query=msk&amp;sektion=4">msk(4)</a>.      <li>Added support for 88E8057-based Yukon 2 Ultra 2-devices in <a href="https://man.openbsd.org/?query=msk&amp;sektion=4">msk(4)</a>.
     <li>The <a href="http://man.openbsd.org/?query=ips&amp;sektion=4">ips(4)</a> driver now works reliably.      <li>The <a href="https://man.openbsd.org/?query=ips&amp;sektion=4">ips(4)</a> driver now works reliably.
     <li>Added <a href="http://man.openbsd.org/?query=raptor&amp;sektion=4">raptor(4)</a>, an accelerated framebuffer driver for the Tech Source      <li>Added <a href="https://man.openbsd.org/?query=raptor&amp;sektion=4">raptor(4)</a>, an accelerated framebuffer driver for the Tech Source
         Raptor GFX cards on the sparc64 platform.          Raptor GFX cards on the sparc64 platform.
     <li>Enabled <a href="http://man.openbsd.org/?query=schsio&amp;sektion=4">schsio(4)</a> on i386 and amd64 and added watchdog timer support.      <li>Enabled <a href="https://man.openbsd.org/?query=schsio&amp;sektion=4">schsio(4)</a> on i386 and amd64 and added watchdog timer support.
     <li>New <a href="http://man.openbsd.org/?query=acpivideo&amp;sektion=4">acpivideo(4)</a> driver for ACPI display switching and brightness control.      <li>New <a href="https://man.openbsd.org/?query=acpivideo&amp;sektion=4">acpivideo(4)</a> driver for ACPI display switching and brightness control.
     </ul>      </ul>
 <p>  <p>
   
 <li>New tools:  <li>New tools:
     <ul>      <ul>
     <li>Added <a href="http://man.openbsd.org/?query=smtpd&amp;sektion=8">smtpd(8)</a>, a new privilege-separated SMTP daemon.      <li>Added <a href="https://man.openbsd.org/?query=smtpd&amp;sektion=8">smtpd(8)</a>, a new privilege-separated SMTP daemon.
     <li>Imported the <a href="http://man.openbsd.org/?query=tmux&amp;sektion=1">tmux(1)</a> terminal multiplexer, replacing window(1).      <li>Imported the <a href="https://man.openbsd.org/?query=tmux&amp;sektion=1">tmux(1)</a> terminal multiplexer, replacing window(1).
     </ul>      </ul>
 <p>  <p>
   
 <li><a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> improvements:  <li><a href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> improvements:
     <ul>      <ul>
     <li>Enabled <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> by default in the rc.conf(8).      <li>Enabled <a href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> by default in the rc.conf(8).
     <li>Removed <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> scrub rules, and only do one kind of packet reassembly.      <li>Removed <a href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> scrub rules, and only do one kind of packet reassembly.
       Rulesets with scrub rules need to be modified because of this.        Rulesets with scrub rules need to be modified because of this.
     <li>Regular rules can now have per-rule scrub options.      <li>Regular rules can now have per-rule scrub options.
     <li>Added new "match" keyword which only applies rule options but does      <li>Added new "match" keyword which only applies rule options but does
       not change the current pass/block state.        not change the current pass/block state.
     <li>Make all <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> operations transactional to improve atomicity of reloads.      <li>Make all <a href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> operations transactional to improve atomicity of reloads.
     <li>Stricter <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> checking for ICMP and ICMPv6 packets.      <li>Stricter <a href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> checking for ICMP and ICMPv6 packets.
     <li>Various improvements to <a href="http://man.openbsd.org/?query=pfsync&amp;sektion=4">pfsync(4)</a> to lower sync traffic bandwidth and      <li>Various improvements to <a href="https://man.openbsd.org/?query=pfsync&amp;sektion=4">pfsync(4)</a> to lower sync traffic bandwidth and
       optionally allow active-active firewall setups.        optionally allow active-active firewall setups.
     <li>Fix <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> scrub max-mss for IPv6 traffic.      <li>Fix <a href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> scrub max-mss for IPv6 traffic.
     </ul>      </ul>
 <p>  <p>
   
 <li>OpenBGPD, OpenOSPFD and other routing daemon improvements:  <li>OpenBGPD, OpenOSPFD and other routing daemon improvements:
     <ul>      <ul>
     <li>In <a href="http://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a>, rework most of the RDE to allow multiple RIBs.      <li>In <a href="https://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a>, rework most of the RDE to allow multiple RIBs.
       It is possible to filter per-RIB and attach neighbors to a specific RIB.        It is possible to filter per-RIB and attach neighbors to a specific RIB.
     <li>Added an option to <a href="http://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a> to change the "connect-retry" timer.      <li>Added an option to <a href="https://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a> to change the "connect-retry" timer.
     <li>Allow <a href="http://man.openbsd.org/?query=bgpd.conf&amp;sektion=5">bgpd.conf(5)</a> and <a href="http://man.openbsd.org/?query=bgpctl&amp;sektion=8">bgpctl(8)</a> to contain 32-bit ASN numbers written in      <li>Allow <a href="https://man.openbsd.org/?query=bgpd.conf&amp;sektion=5">bgpd.conf(5)</a> and <a href="https://man.openbsd.org/?query=bgpctl&amp;sektion=8">bgpctl(8)</a> to contain 32-bit ASN numbers written in
       ASPLAIN format.        ASPLAIN format.
     <li>Fix <a href="http://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a> to correctly encode MP unreachable NLRI so IPv6 prefixes get      <li>Fix <a href="https://man.openbsd.org/?query=bgpd&amp;sektion=8">bgpd(8)</a> to correctly encode MP unreachable NLRI so IPv6 prefixes get
       removed correctly.        removed correctly.
     <li>Changed the behaviour of "redistribute default" for <a href="http://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a> and <a href="http://man.openbsd.org/?query=ripd&amp;sektion=8">ripd(8)</a>.      <li>Changed the behaviour of "redistribute default" for <a href="https://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a> and <a href="https://man.openbsd.org/?query=ripd&amp;sektion=8">ripd(8)</a>.
       A default route has to be present in the FIB to be correctly advertised.        A default route has to be present in the FIB to be correctly advertised.
     <li>Make <a href="http://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a> and <a href="http://man.openbsd.org/?query=ripd&amp;sektion=8">ripd(8)</a> track reject and blackhole routes and allow      <li>Make <a href="https://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a> and <a href="https://man.openbsd.org/?query=ripd&amp;sektion=8">ripd(8)</a> track reject and blackhole routes and allow
       them to be redistributed even if pointing to 127.0.0.1.        them to be redistributed even if pointing to 127.0.0.1.
     <li>Allow to specify an alternate control socket for <a href="http://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a>.      <li>Allow to specify an alternate control socket for <a href="https://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a>.
     <li><a href="http://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a> can now be bound into an alternate routing domain.      <li><a href="https://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a> can now be bound into an alternate routing domain.
     <li>Fix <a href="http://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a> route metric for "redistribute default".      <li>Fix <a href="https://man.openbsd.org/?query=ospfd&amp;sektion=8">ospfd(8)</a> route metric for "redistribute default".
     <li>Initial version of <a href="http://man.openbsd.org/?query=ldpctl&amp;sektion=8">ldpctl(8)</a> and <a href="http://man.openbsd.org/?query=ldpd&amp;sektion=8">ldpd(8)</a>, a label distribution protocol      <li>Initial version of <a href="https://man.openbsd.org/?query=ldpctl&amp;sektion=8">ldpctl(8)</a> and <a href="https://man.openbsd.org/?query=ldpd&amp;sektion=8">ldpd(8)</a>, a label distribution protocol
       daemon for mpls.        daemon for mpls.
     <li>Make <a href="http://man.openbsd.org/?query=dvmrp&amp;sektion=8">dvmrp(8)</a> RDE aware of multicast group members per interface.      <li>Make <a href="https://man.openbsd.org/?query=dvmrp&amp;sektion=8">dvmrp(8)</a> RDE aware of multicast group members per interface.
     <li>Support for pruning in <a href="http://man.openbsd.org/?query=dvmrp&amp;sektion=8">dvmrp(8)</a>.      <li>Support for pruning in <a href="https://man.openbsd.org/?query=dvmrp&amp;sektion=8">dvmrp(8)</a>.
     </ul>      </ul>
 <p>  <p>
   
Line 185 
Line 185 
     <ul>      <ul>
     <li>Support for virtual routing and firewalling with the addition of routing      <li>Support for virtual routing and firewalling with the addition of routing
       domains.        domains.
     <li>Add code in <a href="http://man.openbsd.org/?query=ifconfig&amp;sektion=8">ifconfig(8)</a> to bind an interface to a routing domain.      <li>Add code in <a href="https://man.openbsd.org/?query=ifconfig&amp;sektion=8">ifconfig(8)</a> to bind an interface to a routing domain.
     <li>Add support to <a href="http://man.openbsd.org/?query=ping&amp;sektion=8">ping(8)</a>, <a href="http://man.openbsd.org/?query=traceroute&amp;sektion=8">traceroute(8)</a>, <a href="http://man.openbsd.org/?query=arp&amp;sektion=8">arp(8)</a>, <a href="http://man.openbsd.org/?query=nc&amp;sektion=1">nc(1)</a> and <a href="http://man.openbsd.org/?query=telnet&amp;sektion=1">telnet(1)</a> to      <li>Add support to <a href="https://man.openbsd.org/?query=ping&amp;sektion=8">ping(8)</a>, <a href="https://man.openbsd.org/?query=traceroute&amp;sektion=8">traceroute(8)</a>, <a href="https://man.openbsd.org/?query=arp&amp;sektion=8">arp(8)</a>, <a href="https://man.openbsd.org/?query=nc&amp;sektion=1">nc(1)</a> and <a href="https://man.openbsd.org/?query=telnet&amp;sektion=1">telnet(1)</a> to
       specify which routing domain to use.        specify which routing domain to use.
     <li>Allow <a href="http://man.openbsd.org/?query=ifconfig&amp;sektion=8">ifconfig(8)</a> to turn off IPv6 completely for an interface and      <li>Allow <a href="https://man.openbsd.org/?query=ifconfig&amp;sektion=8">ifconfig(8)</a> to turn off IPv6 completely for an interface and
       make rtsold(8) turn on inet6 on the interface.        make rtsold(8) turn on inet6 on the interface.
     <li>Routes track the interface link state.      <li>Routes track the interface link state.
     <li><a href="http://man.openbsd.org/?query=route&amp;sektion=8">route(8)</a> flush accepts "-iface" or "-priority" to only flush routes      <li><a href="https://man.openbsd.org/?query=route&amp;sektion=8">route(8)</a> flush accepts "-iface" or "-priority" to only flush routes
       matching these conditions.        matching these conditions.
     <li>Multiple dhclients can now coexist without causing mayhem.      <li>Multiple dhclients can now coexist without causing mayhem.
     <li>Make wireless interfaces have an interface priority of 4 by default.      <li>Make wireless interfaces have an interface priority of 4 by default.
       Makes them less preferred then wired interfaces.        Makes them less preferred then wired interfaces.
     <li>Do not accept IPv4 ICMP redirects by default.      <li>Do not accept IPv4 ICMP redirects by default.
     <li>Added the MAC address to the log entries in <a href="http://man.openbsd.org/?query=dhclient&amp;sektion=8">dhclient(8)</a>.      <li>Added the MAC address to the log entries in <a href="https://man.openbsd.org/?query=dhclient&amp;sektion=8">dhclient(8)</a>.
     <li>Make <a href="http://man.openbsd.org/?query=systat&amp;sektion=1">systat(1)</a> show interface description names in the interface view, and add new NFS server and client views.      <li>Make <a href="https://man.openbsd.org/?query=systat&amp;sektion=1">systat(1)</a> show interface description names in the interface view, and add new NFS server and client views.
     <li>Make <a href="http://man.openbsd.org/?query=tun&amp;sektion=4">tun(4)</a> emulate link state depending on the open and close of the      <li>Make <a href="https://man.openbsd.org/?query=tun&amp;sektion=4">tun(4)</a> emulate link state depending on the open and close of the
       device fd.        device fd.
     <li>Use pf state-table information to speed up decision on whether a packet      <li>Use pf state-table information to speed up decision on whether a packet
       is to be delivered locally or forwarded.        is to be delivered locally or forwarded.
Line 210 
Line 210 
   
 <li>Install/Upgrade process changes:  <li>Install/Upgrade process changes:
     <ul>      <ul>
     <li>New <a href="http://man.openbsd.org/?query=disklabel&amp;sektion=8">disklabel(8)</a> automatic partition allocator with a variety of      <li>New <a href="https://man.openbsd.org/?query=disklabel&amp;sektion=8">disklabel(8)</a> automatic partition allocator with a variety of
       smart heuristics.        smart heuristics.
     <li>The installer has been nearly rewritten mostly with a focus on      <li>The installer has been nearly rewritten mostly with a focus on
       simplifying installation.        simplifying installation.
Line 364 
Line 364 
 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:4.6/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,  at <i>CD1:4.6/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
 use the  use the
 <a href="http://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>  <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>
 utility. The following is an example usage of  utility. The following is an example usage of
 <a href="http://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>,  <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>,
 where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or  where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
 &quot;rfd0a&quot;.  &quot;rfd0a&quot;.
   
Line 647 
Line 647 
 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">  <a href="https://man.openbsd.org/?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386">
 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.34  
changed lines
  Added in v.1.35