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

Diff for /www/plus.html between version 1.1090 and 1.1091

version 1.1090, 2008/02/02 18:58:09 version 1.1091, 2008/02/06 16:29:44
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>  <html>
 <head>  <head>
 <title>OpenBSD -current changes</title>  <title>OpenBSD -current changes</title>
Line 63 
Line 63 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2008/02/05 -->
   <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> balancing to a simpler configuration scheme. This change also allows for IPv6 NDP balancing. Check your carp setup if you use balacing, this is a flag day.
   <li>Enabled ACPI 3.0 for amd64 and i386 machines.
   <li>Change the way netstat identifies which connections to hide when used without -a.
   <li>Prevent the "ttflush write failed" panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> when resizing a the window.
   <!-- 2008/02/04 -->
   <li>Linked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8&format=html">sftp-server(8)</a> into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.
   <li>OpenCVS also supports the -i flag now and the -n for checkouts to control execution of programs in CVSROOT/modules.
   <li>Added support for the -k flag in OpenCVS for all commands that support it.
   <!-- 2008/02/03 -->
   <li>Add PCI ids for 82571-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> devices.
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> for 88E8075 and a second 88E8055 chipset, and initial support for the Marvell Yukon Supreme ASIC.
   <!-- 2008/02/02 -->
   <li>Added support for basics of -d support in OpenCVS.
   <li>Added rdiff support to OpenCVS.
   <li>Map sparc64 pcmcia window little-endian as MI code expects.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a>, relocate the internal pipe file descriptor if newfd collides with it.
   <li>Initial CVSROOT/modules support in OpenCVS.
   <li>Make it possible in xenocara to build DRI support.
 <!-- 2008/02/01 -->  <!-- 2008/02/01 -->
   <li>Make authpf clean anchors recursively via ioctls to properly clear the users anchors even then anchors are nested inside it.
 <!-- 2008/01/31 -->  <!-- 2008/01/31 -->
 <li>Enable filter_opts in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> to be used on anchors.  <li>Enable filter_opts in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> to be used on anchors.
 <li>snmpd(8) added to the generic build scripts now.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> added to the generic build scripts now.
 <li>For all routing daemons, make sure confd's are not leaked on malloc failure in the control_accept() function.  <li>For all routing daemons, make sure confd's are not leaked on malloc failure in the control_accept() function.
 <!-- 2008/01/30 -->  <!-- 2008/01/30 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> recognize BCM5755 C0 ASIC revision devices.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> recognize BCM5755 C0 ASIC revision devices.
Line 129 
Line 149 
 <li>Add cast so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&sektion=4&format=html">myx(4)</a> code compiles on i386.  <li>Add cast so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&sektion=4&format=html">myx(4)</a> code compiles on i386.
 <li>Fix in ether_input() soft interrupt scheduling, causing delays for non-real devices like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4&format=html">tun(4)</a> on architectures where soft interrupts are executed immediately.  <li>Fix in ether_input() soft interrupt scheduling, causing delays for non-real devices like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4&format=html">tun(4)</a> on architectures where soft interrupts are executed immediately.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd.conf&sektion=5&format=html">snmpd.conf(5)</a>, allow optional per-trap receiver community, and restrict the receivers to a specified MIB.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd.conf&sektion=5&format=html">snmpd.conf(5)</a>, allow optional per-trap receiver community, and restrict the receivers to a specified MIB.
 <li>Add basic snmpv2 support to tcpdump.  <li>Add basic snmpv2 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
 <li>Fix in libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readpassphrase&sektion=3&format=html">readpassphrase(3)</a>, use  TCSAFLUSH instead of TCSANOW when turning echo back on so that there is no chance of output that was written but still pending to be displayed.  <li>Fix in libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readpassphrase&sektion=3&format=html">readpassphrase(3)</a>, use  TCSAFLUSH instead of TCSANOW when turning echo back on so that there is no chance of output that was written but still pending to be displayed.
 <li>Fixes from X.org, Misc extension out of bounds array index, file existence disclosure, Xinput extension memory corruption, TOG-cup extension memory corruption, MIT-SHM and EVI extensions integer overflows and PCF Font parser buffer overflow.  <li>Fixes from X.org, Misc extension out of bounds array index, file existence disclosure, Xinput extension memory corruption, TOG-cup extension memory corruption, MIT-SHM and EVI extensions integer overflows and PCF Font parser buffer overflow.
 <!-- 2008/01/16 -->  <!-- 2008/01/16 -->

Legend:
Removed from v.1.1090  
changed lines
  Added in v.1.1091