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

Diff for /www/plus.html between version 1.1005 and 1.1006

version 1.1005, 2006/03/25 21:41:15 version 1.1006, 2006/03/30 02:48:05
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
 <!-- middle of 2006/03/19 -->  <!-- beginning of 2006/03/22 -->
   <li>Add a new SHOW imsg to send optional attributes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> - used to show communities in bgpctl output.
   <li>Rework signal handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8">ftp-proxy(8)</a>.
   <li>Add a helper pci_find_device() function to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4">pci(4)</a> to enumerate the PCI bus.
   <li>Plug a memory leak and fix a possible crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhid&sektion=3">usbhid(3)</a>.
   <li>In the /etc/security script, deal with the fact that some shell scripts may contain binary characters.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>, fix an infinite loop in case of an error in the archive header.
   <li>Implement the Michael MIC as defined in IEEE 802.11i for TKIP.  This generates a weak 64-bit digest protected by an additional key - required for future IEEE 802.11i/WPA support.
   <li>Better error checking in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&sektion=4">ural(4)</a> read and show real MAC/BBP rev as determined, instead of the hardcoded RT2570.
   <li>Fix panic on iMac G5 (iSight) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smu&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=macppc&format=html">smu(4)</a> due to a missing kernel unlock.
   <li>Fix an out-of-bounds memory access in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a>, add limited support for format builtin in gnu-m4 mode. This is used by some autoconf scripts.
   <li>Allow the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> wsfb X server to run without the need for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xf86&sektion=4">xf86(4)</a> aperture to be set.
   <li>In the X server, use /dev/pci to acess the PCI configuration space on i386 and amd64, instead of directly accessing the addresses from userland.
   <li>A large amount of memory leak plugging in various system utilities inspired by Coverity reports, as well as ruling out of hypothetical NULL dereferences.
   <li>Many changes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> to be more careful with types.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, make sure the command fifo is ready before returning - fixes a startup race when interacting with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8">ipsecctl(8)</a>.
   <li>Improve  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a> to reduce more false positives and thus make the output more useful.
   <li>Fix some memory leaks in ssh's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gssapi&sektion=3">gssapi(3)</a> code.
   <li>Change powerpc's BLKDEV_IOSIZE down to 2KB like on all other platforms.
 <li>Recognize more Intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4">pci(4)</a> devices as found on the Acer Travelmate 3012WTMi laptop.  <li>Recognize more Intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4">pci(4)</a> devices as found on the Acer Travelmate 3012WTMi laptop.
 <li>Plug memory leak and potential NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hash&sektion=3">hash(3)</a>.  <li>Plug memory leak and potential NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hash&sektion=3">hash(3)</a>.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asa&sektion=1">asa(1)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&sektion=3">getopt(3)</a>.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asa&sektion=1">asa(1)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&sektion=3">getopt(3)</a>.

Legend:
Removed from v.1.1005  
changed lines
  Added in v.1.1006