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

Diff for /www/plus29.html between version 1.4 and 1.5

version 1.4, 2001/04/27 21:45:48 version 1.5, 2001/05/03 21:32:29
Line 90 
Line 90 
 <li>Fix several copyin/copyout bugs in sys/compat.  <li>Fix several copyin/copyout bugs in sys/compat.
 <li>Provide a random start for tcp timestamps.  <li>Provide a random start for tcp timestamps.
 <li>Support sharing disks between MacOS and the PowerPC port.  <li>Support sharing disks between MacOS and the PowerPC port.
 <li>Add support for the SaramNcom NS-1100M in the wi driver.  <li>Add support for the SaramNcom NS-1100M in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> driver.
 <li>Fix support for the D-Link DE660 pcmcia card.  <li>Fix support for the D-Link DE660 pcmcia card in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne(4)</a>
 <li>Add support for reading the MAC address from the APC CMOS RAM in SiS630E-based chipsets.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis(4)</a> add support for reading the MAC address from the APC CMOS RAM in SiS630E-based chipsets.
 <li>Changes in media type initializion on DP8390-compatibles.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne(4)</a>, changes in media type initializion on DP8390-compatibles.
 <li>Implement read/write access to an IEEE 802.3u MII bus using the bit-bang method.  <li>Implement read/write access to an IEEE 802.3u <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&sektion=4">mii(4)</a> bus using the bit-bang method.
 <li>Add support for DOZE mode on powerpc processors that support it.  <li>Add support for DOZE mode on powerpc processors that support it.
 <li>Add support for the Symbios 53c1010 in the siop driver.  <li>Add support for the Symbios 53c1010 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop(4)</a> driver.
 <li>Implement mincore(2), mlockall(2) and munlockall(2).  <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mincore&sektion=2">mincore(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mlockall&sektion=2">mlockall(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=munlockall&sektion=2">munlockall(2)</a>.
 <li>Added support for AMI MegaRAID Controllers.  <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4">ami(4)</a> MegaRAID Controllers.
 <li>Fixed several occurences of exit(-#); exit() only passes the lower 8 bits of status on to the parent.  <li>Fixed several occurences of exit(-#); <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exit&sektion=3">exit(3)</a> only passes the lower 8 bits of status on to the parent.
 <li>Fixed several occurences of PATH_MAX+1 that should be PATH_MAX.  <li>Fixed several occurences of PATH_MAX+1 that should be PATH_MAX.
 <li>Fix interrupt handler registration on the mvme88k port, remove 68k-isms and add UKC support.  <li>Fix interrupt handler registration on the mvme88k port, remove 68k-isms and add UKC support.
 <li>Add some non-US encodings to the USB keyboard driver.  <li>Add some non-US encodings to the USB keyboard driver.
 <li>Disable bogus file check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a>.<br>  <li>Disable bogus file check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a>.<br>
     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>      <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
 <li>Enable tag queueing and fix some wide/sync negotiation problems in the  <li>Enable tag queueing and fix some wide/sync negotiation problems in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop(4)</a> driver.
     siop driver.  <li>Add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isapnp&sektion=4">isapnp(4)</a> i82365-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4">pcmcia(4)</a> controllers.
 <li>Add support for ISAPnP i82365-based PCMCIA controllers.  
 <li>Many man page fixes.  <li>Many man page fixes.
 <li>Fix checksum calculations in bridged setups.  <li>Fix checksum calculations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> setups.
 <li>Avoid reading some AC97 registers in neo driver as needed by some devices.  <li>Avoid reading some AC97 registers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&sektion=4">neo(4)</a> driver as needed by some devices.
 <li>Avoid a deadlock condition in the syncer.  <li>Avoid a deadlock condition in the syncer.
 <li>wscons support for adb keyboard.  <li>wscons support for powerpc adb keyboard.
 <li>Plug many memory leaks in the libc rpc code.  <li>Plug many memory leaks in the libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc&sektion=3">rpc(3)</a> code.
 <li>Drop packets with 127.0.0.0/8 in header field, if the packet is from outside.  RFC1122 dictates that 127.0.0.8 must not appear on the wire.  <li>Drop packets with 127.0.0.0/8 in header field, if the packet is from outside.  RFC1122 dictates that 127.0.0.8 must not appear on the wire.
 <li>Fix negation of path-type Defaults entries in a boolean context in sudoers.  <li>Fix negation of path-type Defaults entries in a boolean context in sudoers.
 <li>Add open hashing functions to libc.  <li>Add open hashing functions to libc.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5