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

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

version 1.966, 2005/09/16 06:11:57 version 1.967, 2005/09/22 20:49:02
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
 <!-- 2005/09/15 -->  <!-- 2005/09/22 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>,
   remove the very basic rate control implementation and use
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rssadapt&sektion=9">rssadapt(9)</a> instead.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1">ftp(1)</a>,
   add the ability to disable EPSV/EPRT from the command line.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4">cd(4)</a>,
   add missing parenthesis which can problems with devices
   not supporting TEST UNIT READY.
   <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>
   IPv6 support.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a>,
   add initial bits for IBSS support and fix association with
   APs not broadcasting their SSIDs.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>
   RFC 2472 compliant and fix various IPv6 problems as well as improve
   radius support.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>,
   don't attach unsupported radio chipsets.
   <li>Fix initialisation of net.inet.udp.baddynamic.
   <li>Add amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdc&sektion=4">fdc(4)</a>
   floppy support.
   <li>Correctly close <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raid&sektion=4">raid(4)</a>
   devices which fixes crashes.
   <li>More OpenCVS improvements, RCS keyword expansion now works for
   all keywords except $Log$
   all keywords except Revision 1.967  2005/09/22 20:49:02  pvalchev
   all keywords except up to today
   all keywords except.
   <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rstatd&sektion=8">rpc.rstatd(8)</a>,
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yppush&sektion=8">yppush(8)</a>,
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypserv&sektion=8">ypserv(8)</a>
   to use poll() instead of select().
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a>,
   rework symbol lookup to more closely match sun's documentation and treat
   dlopens as load groups.  Also cleanly handle the case where a dynamic object
   is opened, but one of it's dependent libraries is missing.  Do not promote
   DT_NEEDED libs to RTLD_GLOBAL when being dlopen'ed.  A few other
   simplifications and behaviour improvements and regression tests to match.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>
 correctly handle loopback interfaces.  correctly handle loopback interfaces and other fixes.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2">ptrace(2)</a>  <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>  to follow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2">fork(2)</a>
 with PTRACE_FORK.  with PTRACE_FORK.

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