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

Diff for /www/plus.html between version 1.1052 and 1.1053

version 1.1052, 2007/05/09 07:09:10 version 1.1053, 2007/05/16 13:40:44
Line 62 
Line 62 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2007/05/15 -->
   <li>Removed unused <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=catman&sektion=8&format=html">catman(8)</a>.
   <li>Update the ifp of bridge cache entries if the entry is not static. This makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> fail-over work over <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4&format=html">bridge(4)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=1&format=html">systrace(1)</a>, do not assume 4-byte alignment of memory when intercepting a string.
   <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> printconf for peers with the 'down' flag set.
   <li>Wait for the correct fd for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>.
   <!-- 2007/05/14 -->
   <li>Improve dmesg output from setroot() so "rootdev=0x400 rrootdev=0xd00 rawdev=0xd02" becomes "root on sd0a swap on sd0b dump on sd0b".
   <li>Initial code for a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sli&sektion=4&format=html">sli(4)</a> driver for Emulex Fibre Channel controllers.
   <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> on MP systems, could cause reboots on heavily used machines.
   <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=package&sektion=5&format=html">package(5)</a> improvements.
   <!-- 2007/05/13 -->
   <!-- 2007/05/12 -->
   <li>Enable PowerNow on amd64 processors running MP kernels.
   <li>Prevent core dumps in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1&format=html">tip(1)</a> if strpbrk() returns NULL.
   <li>Fix for Yukon-2 based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> cards, by taking alignment restrictions into account when setting up RAM buffer addresses. Makes FE chips work reliably.
   <li>Various internal improvements on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=package&sektion=5&format=html">package(5)</a> tools.
   <li>Disable xenocara OpenGL on vax and sgi platforms, and Xprt on vax and landisk. Makes xenocara build on vax now.
   <!-- 2007/05/11 -->
   <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> for the fifth pass, make sure we do not end up with a partially initialized info struct.
   <!-- 2007/05/10 -->
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=reboot&sektion=8&format=html">reboot(8)</a> doesn't try to power off some machines.
   <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> when receiving unexpected interrupts. Fixes cdrom hangs on sparc64.
   <!-- 2007/05/09 -->
   <li>Fix potential NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>.
 <!-- 2007/05/08 -->  <!-- 2007/05/08 -->
   <li>Make IPv6 kill all packets with the RT Header type 0 extension or multiple routing headers.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> drop all routing header packets too, unless the matching rule explicitly specifies 'allow-opts'.
   <li>Make each pointer/mouse device under <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a> have its own calibration values.
   <li>Rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a> timeouts to handle the fact that they have no mechanism to take commands off them once submitted.
 <li>Disable loadable font modules for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xorg&sektion=1&format=html">Xorg(1)</a> on static-only arches.  <li>Disable loadable font modules for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xorg&sektion=1&format=html">Xorg(1)</a> on static-only arches.
 <!-- 2007/05/07 -->  <!-- 2007/05/07 -->
 <li>Fix for mips64 when receiving hardware interrupts while CPU is in usermode.  <li>Fix for mips64 when receiving hardware interrupts while CPU is in usermode.
Line 97 
Line 126 
 <li>Support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtrr&arch=i386&sektion=4&format=html">mtrr(4)</a> on AMD Opteron CPUs.  <li>Support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtrr&arch=i386&sektion=4&format=html">mtrr(4)</a> on AMD Opteron CPUs.
 <li>Add event handler to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> code to mute/unmute based on headphone presence. Also some fixes while there.  <li>Add event handler to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> code to mute/unmute based on headphone presence. Also some fixes while there.
 <li>Add FFS2 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tunefs&sektion=8&format=html">tunefs(8)</a>.  <li>Add FFS2 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tunefs&sektion=8&format=html">tunefs(8)</a>.
 <li>Fix a divide-by-zero in Xorg(1) which can be triggered by a malicious client.  <li><font color="#e00000"><strong>STABILITY FIX: Fix a divide-by-zero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xorg&sektion=1&format=html">Xorg(1)</a> which can be triggered by a malicious client.</strong></font><br>
   <a href="errata41.html#008_xorg">A source code patch is available</a>.<br>
   <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- 2007/05/01 -->  <!-- 2007/05/01 -->
 <li>Do not rely on interrupts being configured by the PROM on Sparc64 machines, makes Simics boot a bit further, and doesn't harm real machines.  <li>Do not rely on interrupts being configured by the PROM on Sparc64 machines, makes Simics boot a bit further, and doesn't harm real machines.
 <li>Expose the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nx&sektion=4&format=html">nx(4)</a> temperature sensor into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> hw.sensors framework.  <li>Expose the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nx&sektion=4&format=html">nx(4)</a> temperature sensor into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> hw.sensors framework.
Line 128 
Line 159 
 <a href="errata41.html#001_mbuf">A source code patch is available</a>.<br>  <a href="errata41.html#001_mbuf">A source code patch is available</a>.<br>
 <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>  <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Import cwm-3 to the xenocara source tree and remove wm2 from it.  <li>Import cwm-3 to the xenocara source tree and remove wm2 from it.
 <li>Fixes in pthread code for sizing the fd/fdp tables to help applications who increase nofiles using setrlimit().  <li>Fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a> code for sizing the fd/fdp tables to help applications who increase nofiles using setrlimit().
 <li>Check for Control Key being pressed on i386 boot, and if so, skip reading the boot.conf.  <li>Check for Control Key being pressed on i386 boot, and if so, skip reading the boot.conf.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> inject a route for 224.0.0.9 on startup and remove it on exit, since it needs that route in order to work.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> inject a route for 224.0.0.9 on startup and remove it on exit, since it needs that route in order to work.
 <!-- 2007/04/26 -->  <!-- 2007/04/26 -->

Legend:
Removed from v.1.1052  
changed lines
  Added in v.1.1053