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

Diff for /www/plus.html between version 1.1086 and 1.1087

version 1.1086, 2008/01/07 17:26:23 version 1.1087, 2008/01/24 07:29:14
Line 63 
Line 63 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2008/01/22 -->
   <li>Add Fujitsu PRIMEQUEST 10GBASE-SR LAN Card to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> devices.
   <!-- 2008/01/21 -->
   <li>Make disklabel editor use 64 bit math to hold partition offsets when calculating offsets and sizes of free chunks.
   <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p12.
   <li>Add shutdown hook to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> which resets the device when called. Fixes re-attach issues when rebooting.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> ACKs all issued requests when a remote write error occurs during upload.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> use as many file descriptors as we have available, instead of fixed limit at 100.
   <li>Added support for SMC SMCWUSBT-G2 devices to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a> driver.
   <!-- 2008/01/20 -->
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> users to set fixed rates, but send all management frames at DS1.
   <li>Fix SGI boot time interrupt storm on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mec&sektion=4&format=html">mec(4)</a>.
   <!-- 2008/01/19 -->
   <li>Fix in sftp when uploading a filename with glob metacharacters in the name.
   <li>Initial code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> raid level 0. Not done yet.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> use 64 bit math so it can hold the maximum useful rekey limit. (2^32)
   <li>Fix bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> where it could listen to both v4 and v6 when forwarding ports using -L, despite having set 0.0.0.0 as a bind_address.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> hashes just the specified hostname when hashing individual hosts.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a>, fix remote handle leak on local file open error.
   <li>Fix file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> on session multiplexing error path.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a> -q imply "ssh -q" for the underlying connection, not just hush the progress meter.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> to macppc GENERIC kernels.
   <li>Endian fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>.
   <!-- 2008/01/18 -->
   <li>Added LED support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>.
   <li>Fix crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>.
   <li>Initial driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=environ&sektion=4&format=html">environ(4)</a>, a driver for the environment device found on Sun Enterprise machines.
   <!-- 2008/01/17 -->
   <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&sektion=8&format=html">snmpctl(8)</a> command to send traps to registered receivers using the imsg trap interface.
   <li>Fix RX queue stalling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>.
   <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>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>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.
   <!-- 2008/01/16 -->
   <li>Edit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a> to execute <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsol&sektion=8&format=html">rtsol(8)</a> after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4&format=html">vlan(4)</a> interfaces have been taken up, so they are taken into consideration.
   <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> firmware to 2.13.1.0, dont forget to update the firmware package.
   <li>Make xenocara build both the old i810 and the new intel driver and let X autoconfiguration code choose which to use based on the chipset.
   <li>Started working on an interface for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> where userland applications may send an imsg to it using a socket resulting in a trap.
   <!-- 2008/01/15 -->
   <li>Work around i386 Intel BIOS bug where ACPI tables end up in a region marked free for use.
   <li>For sparc64 machines, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sabtty&sektion=4&format=html">sabtty(4)</a> adopt the speed configured in OpenFirmware when it is the console.
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a> on sparc64 GENERIC kernels.
   <!-- 2008/01/14 -->
   <li>Add Dell SAS 6/iR to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> devices.
   <li>Add support in xenocara for GeForce 8800 GT in the xf86-video-nv driver.
   <li>Lots of fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac97&sektion=4&format=html">ac97(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4&format=html">auvia(4)</a>.
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a> on Zaurus GENERIC kernels.
   <li>Internal disklabel now allows for 48 bits in 512 bytes units, resulting in max partition or disk size of 64 PB.
   <!-- 2008/01/13 -->
   <li>Fix building of alpha kernels with debug symbols by replacing STABS debug info with limited DWARF2 generated symbols.
   <li>For m88k machines, add a sysctl machdep.cputype to return the processor type.
   <!-- 2008/01/12 -->
   <li>Update xf86-video-nv to 2.1.6 in the xenocara source tree.
   <!-- 2008/01/11 -->
   <li>Improved error reporting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a> for parallel mode, and reorder jobs based on who did output last.
   <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a>, makes onboard fiber device on Sun fire V880 work.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> will not allow users to use (a)dd or (m)odify to create 0 length partitions.
   <li><font color="#e00000"><strong>RELIABILITY FIX: A missing NULL pointer check can lead to a kernel panic.</strong></font><br>
   <a href="errata42.html#005_ifrtlabel">A source code patch is available</a>.<br>
   <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&sektion=8&format=html">dump(8)</a> compute transfer rates using 64 bit arithmetics.
   <!-- 2008/01/10 -->
   <li>Add Broadcom 10Gb PCI id for BCM57710 devices.
   <li>Added support in OpenCVS for local and remote rtag.
   <li>Added some more Intel 10G PCIe entries for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgbe&sektion=4&format=html">ixgbe(4)</a> driver.
   <li>For OpenCVS, do not ignore files and directories due to patterns on the repository side. Finally enables a fully working "cvs checkout src", even though options might not work.
   <!-- 2008/01/09 -->
   <li>Make sure OpenCVS commands do not segfault on RCS files without head keyword.
   <li>In OpenCVS, add support for expansion of the $Log$
   <li>In OpenCVS, add support for expansion of the Revision 1.1087  2008/01/24 07:29:14  jj
   <li>In OpenCVS, add support for expansion of the upto 01/22
   <li>In OpenCVS, add support for expansion of the keyword.
   <li>For hppa, allow multiple <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uark&sektion=4&format=html">uark(4)</a> devices to attach.
   <li>Endian fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a>.
   <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a> so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> is not brought up before the working ruleset has been loaded.
   <li>Add a couple of USB devices to hppa GENERIC now that they are tested.
   <!-- 2008/01/08 -->
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a> for 4,6 and 8 channel playback and fix CMI8768-based devices.
   <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> (r)ecalculate command better in showing details of the free space it calculates.
   <!-- 2008/01/07 -->
   <li>Make Sparc64 V880 machines force serial console speed to 9600, instead of 115200.
 <!-- 2008/01/06 -->  <!-- 2008/01/06 -->
   <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p11.
 <li>Update time zone data and code to tz2007k.  <li>Update time zone data and code to tz2007k.
 <li>Fix kernel build for Sun4c based Sun machines.  <li>Fix kernel build for Sun4c based Sun machines.
 <li>Degrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msts&sektion=4&format=html">msts(4)</a> sensor state from OK to WARNING and CRITICAL after a ten minute period.  <li>Degrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msts&sektion=4&format=html">msts(4)</a> sensor state from OK to WARNING and CRITICAL after a ten minute period.

Legend:
Removed from v.1.1086  
changed lines
  Added in v.1.1087