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

Diff for /www/plus.html between version 1.965 and 1.966

version 1.965, 2005/09/14 03:14:33 version 1.966, 2005/09/16 06:11:57
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
 <!-- 2005/09/11 -->  <!-- 2005/09/15 -->
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&sektion=1">sasyncd(1)</a>,  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>
   correctly handle loopback interfaces.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2">ptrace(2)</a>
   to follow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2">fork(2)</a>
   with PTRACE_FORK.
   <li>Support ATI IXP 200/300/400 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a> controllers.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211_input&sektion=9">ieee80211_input(9)</a> and family,
   replace node hash table with red-black tree.  Fixes some bugs in the node table,
   hash collisions are no longer a possibility, and it simplifies things.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mountd&sektion=8">mountd(8)</a>,
   fix a NFS race when mounting filesystems on nfs servers.
   <li>X.Org fix for a buffer overrun observed as a crash by eclipse users,
   also fix a possible integer overflow in pixmap creation code.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a>,
   fake geometry for all UMASS devices since it's almost always fictitious,
   reported to fix various devices.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&sektion=8">sasyncd(8)</a>,
 fix transfers of very large SA/SPD snapshots.  fix transfers of very large SA/SPD snapshots.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xargs&sektion=1">xargs(1)</a>  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xargs&sektion=1">xargs(1)</a>
 POSIX compliant, make it run programs even when zero arguments are specified.  POSIX compliant, make it run programs even when zero arguments are specified.
Line 73 
Line 89 
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=1">ifconfig(1)</a>.  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=1">ifconfig(1)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shutdown&sektion=2">shutdown(2)</a>,  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shutdown&sektion=2">shutdown(2)</a>,
 return ENOTCONN if a socket is unconnected.  return ENOTCONN if a socket is unconnected.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=1">hostapd(1)</a>  <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8">hostapd(8)</a>
 to use red-black trees for the node tables instead of hash tables.  to use red-black trees for the node tables instead of hash tables.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>,  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>,
 fix a possible division by zero.  fix a possible division by zero.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>@pci,  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>@pci,
 allocate memory for the right structure, which fixes possible page faults.  allocate memory for the right structure, which fixes possible page faults.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpgd&sektion=1">bgpd(1)</a>,  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>,
 reload sessions every time the capabilities change.  reload sessions every time the capabilities change.
 <li>An <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a>  <li>An <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a>
 fix for a case where free(NULL, ...) was possible and lead to a crash.  fix for a case where free(NULL, ...) was possible and lead to a crash.

Legend:
Removed from v.1.965  
changed lines
  Added in v.1.966