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

Diff for /www/plus.html between version 1.963 and 1.964

version 1.963, 2005/09/13 23:05:43 version 1.964, 2005/09/14 03:13:26
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
 <li>....  <!-- 2005/09/11 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&sektion=1">sasyncd(1)</a>,
   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>
   POSIX compliant, make it run programs even when zero arguments are specified.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4">trunk(4)</a>,
   add multicast, VLAN support and various improvements.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4">gem(4)</a>,
   program the MAC address correctly into the card after it has been
   changed, e.g. by
   <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>,
   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>
   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>,
   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,
   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>,
   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>
   fix for a case where free(NULL, ...) was possible and lead to a crash.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umidi&sektion=4">umidi(4)</a>,
   fix corruption to multi-byte MIDI messages when a single real time byte is inserted.
   <li>Fix two hppa hardware erratas.
   <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1">file(1)</a>
   about the flac audio format.
   <li>Many mvme88k improvements.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a>
   SysV3-compliant and add various regression tests.
   <li>OpenCVS: add support for the CVS/Tag file writing/parsing, fix
   corrupt Entry files, various other improvements.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>,
   fix the DIOCCHANGERULE ioctl to properly initialize the NAT table, only
   affects custom programs using this ioctl.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a>,
   change matching code to only look at the PCI ID and ignoring the PCI class,
   enabling some mass storage devices to work.
   <li>Many <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>
   improvements including -u option enabled now which automatically will update
   all installed packages.
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.963  
changed lines
  Added in v.1.964