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

Diff for /www/plus45.html between version 1.1 and 1.2

version 1.1, 2009/03/04 18:28:00 version 1.2, 2009/03/17 14:51:45
Line 67 
Line 67 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2009/02/27 -->
   <li>Fix quick reuse of TCP states in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
   <!-- 2009/02/26 -->
   <li>Better NMI handling for m88k, without the AST and softintr parts.
   <li>Fixed panic in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a> driver.
   <li>Added two ioctls to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4&format=html">apm(4)</a> interface to give other parts a chance to act when a machine suspends, not just <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8&format=html">apmd(8)</a>.
   <!-- 2009/02/25 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> bulk update code run under splsoftnet to prevent races.
   <li>Fix multicast support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a>.
   <!-- 2009/02/24 -->
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a> on amd64 and i386 GENERIC and RAMDISK_CD kernels.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a>, a driver for the Atheros AR8121/8113/8114 Ethernet controllers.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> to make ipsec gateway failover work again.
   <li>Fix issue with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4&format=html">sis(4)</a> chips that report VLAN tagged packets with an RX error even if everything is fine.
   <!-- 2009/02/23 -->
   <li>Added hardware acceleration in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gbe&sektion=4&format=html">gbe(4)</a> to SGI O2 framebuffers.
   <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&sektion=8&format=html">smtpctl(8)</a> how to reschedule a message even if the retry delay has not expired.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> from putting packets on the wire if no syncdev is specified.
   <li>Added SAS1078DE to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> devices.
   <!-- 2009/02/22 -->
   <li>Better short frame detection in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> pfsync decoder.
   <li>Moved OpenSSH to version 5.2.
   <li>Reduce lower bound of uvm_km_pages for machines with less than 16M of physical memory.
   <li>Stop enforcing a minimum size for nkmempages by default.
   <li>When doing IPv6 MTU discovery, make sure the requested MTU is not less than the minimal v6 MTU minus the size of a frag header.
   <li>Added yukon-2 FE+ to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> devices.
   <li>Limit the amount of file descriptors to create when passing fd's so it will fit the amount the receiver will allow.
   <!-- 2009/02/21 -->
   <li>Make sure OpenCVS properly convert dates between timezones before comparison.
   <li>Reworked m88k MP lock logic, now allows for multiuser and parallel kernel builds on MVME197DP boards.
   <li>Various OpenCVS improvements and fixes.
   <li>Fix kernel crash in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> bulk device code when closing the video stream.
   <!-- 2009/02/20 -->
   <li>Better atomic operations for m88k, makes 197DP machines almost reach multiuser.
   <li>Fix for m88k to let M188 kernels compile again.
   <li>Let the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&sektion=4&format=html">sdmmc(4)</a> adapters tell the sdmmc layer how many sectors they can transfer with one command. Speeds up some devices by 2.5 times.
   <!-- 2009/02/19 -->
   <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> tap is always called with the same interrupt priority level as the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4&format=html">tun(4)</a> to prevent races.
   <li>Fix an rthreads race in the reaper.
   <li>Reworked the Intra-Area-Prefix LSAs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> to be RFC5340 compliant.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> send the correct nbr state to RDE.
   <!-- 2009/02/18 -->
   <li>Disabled all IGPGART chipsets from the radeondrm driver, since all the tested ones have issues.
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> on socppc GENERIC and RAMDISK kernels.
   <!-- 2009/02/17 -->
   <li>Fix installer so it accepts '&#92;' characters as password.
   <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smptd&sektion=8&format=html">smptd(8)</a> newaliases read aliases path from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&sektion=5&format=html">smtpd.conf(5)</a>.
   <li>Fix crash related to incorrect initialization of queues in pfsync.
   <li>Fix crash in libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mktemp&sektion=3&format=html">mktemp(3)</a> where there filename was all X characters.
   <li>Moved mvme68k ethernet buffers higher in memory to allow for larger bsd.rds to load correctly.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> always run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&sektion=8&format=html">pwd_mkdb(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newaliases&sektion=1&format=html">newaliases(1)</a> and MAKEDEV(8).
   <li><font color="#e00000"><strong>RELIABILITY FIX: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> issue when attaching its own AS to an AS-PATH sequence of 255 elements.</strong></font><br>
   <a href="errata44.html#010_bgpd">A source code patch is available</a>.<br>
   <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- 2009/02/16 -->  <!-- 2009/02/16 -->
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> -v printing of anchors.
   <li>Various m88k 88110 SMP fixes.
   <li>Disabled kernel memory pool debugging stuff for the release.
   <li>Changed max username and password length for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> to 255.
   <li>Fix for crashes on machines with Core i7 chips when trying to read MSR_TEMPERATURE_TARGET.
 <!-- 2009/02/15 -->  <!-- 2009/02/15 -->
 <li>Moved the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> protocol to v5, which breaks compatibility with previous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> versions. Improves performance and allows several types of updates in a single packet.  <li>Moved the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> protocol to v5, which breaks compatibility with previous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> versions. Improves performance and allows several types of updates in a single packet.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&sektion=1&format=html">rdist(1)</a> silently ignore special files which cannot be moved.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&sektion=1&format=html">rdist(1)</a> silently ignore special files which cannot be moved.
Line 167 
Line 226 
 <li>The MPLS code can now act as an edge node and allow IPv4 packets to enter a label switched path and not just forward MPLS packets.  <li>The MPLS code can now act as an edge node and allow IPv4 packets to enter a label switched path and not just forward MPLS packets.
 <li>Remove undocumented support for -e in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ex&sektion=1&format=html">ex(1)</a>.  <li>Remove undocumented support for -e in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ex&sektion=1&format=html">ex(1)</a>.
 <li>Implemented proper multicast support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a> for the socppc platform.  <li>Implemented proper multicast support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a> for the socppc platform.
 <li>Readded "Category" to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&sektion=1&format=html">sendbug(1)</a> template.  <li>Re-added "Category" to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&sektion=1&format=html">sendbug(1)</a> template.
 <li>Fixed libstdc++ issues where ports would include &lt;math.h&gt; and expect C99 macros in that file to be available.  <li>Fixed libstdc++ issues where ports would include &lt;math.h&gt; and expect C99 macros in that file to be available.
 <li>Enable -d for the export command of OpenCVS.  <li>Enable -d for the export command of OpenCVS.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&sektion=4&format=html">sti(4)</a> font selection.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&sektion=4&format=html">sti(4)</a> font selection.
Line 210 
Line 269 
 <!-- 2009/01/21 -->  <!-- 2009/01/21 -->
 <li>Make libkvm operations on live kernels use the sysctl interface.  <li>Make libkvm operations on live kernels use the sysctl interface.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> change of the value of kern.clockrate set errno on failure.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> change of the value of kern.clockrate set errno on failure.
 <li>Fix for Sun USB keyboard when getting layout information for swedish and brittish country codes.  <li>Fix for Sun USB keyboard when getting layout information for Swedish and Brittish country codes.
 <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifb&sektion=4&format=html">ifb(4)</a> code handle XVR-600 and XVR-1200 acceleration.  <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifb&sektion=4&format=html">ifb(4)</a> code handle XVR-600 and XVR-1200 acceleration.
 <li>Updated time zone data to tzdata2009a.  <li>Updated time zone data to tzdata2009a.
 <li>Added borderwidth as a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&sektion=5&format=html">cwmrc(5)</a> keyword.  <li>Added borderwidth as a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&sektion=5&format=html">cwmrc(5)</a> keyword.
Line 232 
Line 291 
 <li>Make alpha ES40 machines recognize environmental change machine checks.  <li>Make alpha ES40 machines recognize environmental change machine checks.
 <!-- 2009/01/16 -->  <!-- 2009/01/16 -->
 <li>32-bit fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=savecore&sektion=8&format=html">savecore(8)</a>.  <li>32-bit fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=savecore&sektion=8&format=html">savecore(8)</a>.
 <li>Fix state leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> triggered by certain icmp types matchin a NAT rule.  <li>Fix state leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> triggered by certain icmp types matching a NAT rule.
 <li>Make it possible for sparc64 to boot from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdsk&sektion=4&format=html">vdsk(4)</a> devices.  <li>Make it possible for sparc64 to boot from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdsk&sektion=4&format=html">vdsk(4)</a> devices.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> support 20 and 24-bit sample formats.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> support 20 and 24-bit sample formats.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> so it can deal with sample precisions that are not a power of 2.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> so it can deal with sample precisions that are not a power of 2.
Line 358 
Line 417 
 <li>Removed deprecated xf86-video-i810 and xf86-video-nsc.  <li>Removed deprecated xf86-video-i810 and xf86-video-nsc.
 <li>Reenabled xf86-video-i740 and xf86-video-voodoo.  <li>Reenabled xf86-video-i740 and xf86-video-voodoo.
 <!-- 2008/12/22 -->  <!-- 2008/12/22 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> schedule a timeout of it can't put enough packets on the RX ring.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> schedule a timeout if it can't put enough packets on the RX ring.
 <li>Add firmware load for iSight first generation devices to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>.  <li>Add firmware load for iSight first generation devices to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
 <!-- 2008/12/21 -->  <!-- 2008/12/21 -->
 <li>Use the RXO (RX Overflow) interrupt in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> to try to refill the RX ring.  <li>Use the RXO (RX Overflow) interrupt in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> to try to refill the RX ring.
Line 554 
Line 613 
 <li>Better initialization for BCM5906 based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> devices.  <li>Better initialization for BCM5906 based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> devices.
 <li>Set default coalescence factor to 64 for both RX and TX on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> devices.  <li>Set default coalescence factor to 64 for both RX and TX on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> devices.
 <li>Make libsndio expose the block size in the sndio API.  <li>Make libsndio expose the block size in the sndio API.
 <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> TX FIFO treshold underruns.  <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> TX FIFO threshold underruns.
 <!-- 2008/11/06 -->  <!-- 2008/11/06 -->
 <li>Set default acceleration for i830 graphic chips to EXA.  <li>Set default acceleration for i830 graphic chips to EXA.
 <!-- 2008/11/05 -->  <!-- 2008/11/05 -->
Line 599 
Line 658 
 <li>Feed IPv6 flow label in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> hash calculation.  <li>Feed IPv6 flow label in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> hash calculation.
 <li>for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a>, show the ACTIVE flag in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> for the single interface that is active in failover mode.  <li>for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a>, show the ACTIVE flag in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> for the single interface that is active in failover mode.
 <!-- 2008/10/27 -->  <!-- 2008/10/27 -->
 <li>Readded TX Vlan tag insertion on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&sektion=4&format=html">nge(4)</a>, and RX Vlan tag stripping for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>.  <li>Re-added TX Vlan tag insertion on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&sektion=4&format=html">nge(4)</a>, and RX Vlan tag stripping for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>.
 <li>Fix for 4-channel output on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a> for SiS 7012-based devices.  <li>Fix for 4-channel output on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a> for SiS 7012-based devices.
 <li>Try harder to use ACPI on i386 machines.  <li>Try harder to use ACPI on i386 machines.
 <li>Updated Time Zone data to tzdata2008i.  <li>Updated Time Zone data to tzdata2008i.
Line 633 
Line 692 
 <li>RX vlan stripping for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a>.  <li>RX vlan stripping for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a>.
 <!-- 2008/10/18 -->  <!-- 2008/10/18 -->
 <!-- 2008/10/17 -->  <!-- 2008/10/17 -->
 <li>Readded RX vlan tag stripping to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>, and TX vlan insertion for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>.  <li>Re-added RX vlan tag stripping to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>, and TX vlan insertion for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpe&sektion=4&format=html">mpe(4)</a>, prevent users from assigning reserved labels to interfaces.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpe&sektion=4&format=html">mpe(4)</a>, prevent users from assigning reserved labels to interfaces.
 <!-- 2008/10/16 -->  <!-- 2008/10/16 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> handle resume when local file does not exist.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> handle resume when local file does not exist.
Line 798 
Line 857 
 <!-- 2008/09/16 -->  <!-- 2008/09/16 -->
 <li>Fix probing on SGI machines for com@ioc.  <li>Fix probing on SGI machines for com@ioc.
 <li>Updated xf86-video-cirrus to 1.2.1.  <li>Updated xf86-video-cirrus to 1.2.1.
 <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a> for reading auxilliary vectors.  <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a> for reading auxiliary vectors.
 <li>Make it possible to get the ELF auxilliary vector through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html">ptrace(2)</a>.  <li>Make it possible to get the ELF auxiliary vector through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html">ptrace(2)</a>.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=8&format=html">netstat(8)</a> statistics for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4&format=html">pflow(4)</a>.  <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=8&format=html">netstat(8)</a> statistics for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4&format=html">pflow(4)</a>.
 <!-- 2008/09/15 -->  <!-- 2008/09/15 -->
 <li>Added support in DDB for SMP powerpc machines.  <li>Added support in DDB for SMP powerpc machines.
Line 874 
Line 933 
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a> cscope support in the case that someone provided a filename without a directory.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a> cscope support in the case that someone provided a filename without a directory.
 <!-- 2008/08/28 -->  <!-- 2008/08/28 -->
 <li>Added support for AMD Family 11h (Turion X2 Ultra et al) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=km&sektion=4&format=html">km(4)</a>.  <li>Added support for AMD Family 11h (Turion X2 Ultra et al) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=km&sektion=4&format=html">km(4)</a>.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> multicast/promiscous handling.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> multicast/promiscuous handling.
 <li>Added WPA support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a>.  <li>Added WPA support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a>.
 <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> driver does not try to attach rev 2 BCM431[1-2] chipsets, as they require v4 firmware and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> currently uses v3.  <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> driver does not try to attach rev 2 BCM431[1-2] chipsets, as they require v4 firmware and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> currently uses v3.
 <li>Added WPA support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4&format=html">ipw(4)</a>.  <li>Added WPA support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4&format=html">ipw(4)</a>.
Line 936 
Line 995 
 <li>Updated pcc from the master repo. Can now compile both userland and kernel (with some patches).  <li>Updated pcc from the master repo. Can now compile both userland and kernel (with some patches).
 <!-- 2008/08/17 -->  <!-- 2008/08/17 -->
 <!-- 2008/08/16 -->  <!-- 2008/08/16 -->
 <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1&format=html">m4(1)</a> be more liberal in include handling and stop skipping spaces outside of paranthesis.  <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1&format=html">m4(1)</a> be more liberal in include handling and stop skipping spaces outside of parentheses.
 <!-- 2008/08/15 -->  <!-- 2008/08/15 -->
 <li>Added an option to force TCP lookups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5&format=html">resolv.conf(5)</a> and extend nameserver declaration syntax to support port numbers.  <li>Added an option to force TCP lookups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5&format=html">resolv.conf(5)</a> and extend nameserver declaration syntax to support port numbers.
 <!-- 2008/08/14 -->  <!-- 2008/08/14 -->

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2