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

Diff for /www/plus.html between version 1.759 and 1.760

version 1.759, 2001/05/03 03:06:10 version 1.760, 2001/05/03 04:55:11
Line 50 
Line 50 
 <h3><font color=#0000e0>We are working on OpenBSD-current.</font></h3><p>  <h3><font color=#0000e0>We are working on OpenBSD-current.</font></h3><p>
 <ul>  <ul>
 <li>Big USB code update.  <li>Big USB code update.
 <li>Fix a signed vs unsigned error in the gm(4) Ethernet driver.  <li>Fix a signed vs unsigned error in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gm&sektion=4">gm(4)</a> Ethernet driver.
 <li>In wump(6), improve our cave topology algorithm. Don't ask.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wump&sektion=6">wump(6)</a>, improve our cave topology algorithm. Don't ask.
 <li>Force -h to override the BLOCKSIZE environment in du(1).  <li>Force -h to override the BLOCKSIZE environment in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=du&sektion=1">du(1)</a>.
 <li>Substantial updates to sup(1).  <li>Substantial updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&sektion=1">sup(1)</a>.
 <li>Fix a register save/restore bug in clcs(4) so that suspend/resume works better.  <li>Fix a register save/restore bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4">clcs(4)</a> so that suspend/resume works better.
 <li>Allow the right CTRL+ALT keys to work as the left ones do in wskbd(4).  <li>Allow the right CTRL+ALT keys to work as the left ones do in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&sektion=4">wskbd(4)</a>.
 <li>Continue to hack our new txp(4) driver into shape.  <li>Continue to hack our new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4">txp(4)</a> driver into shape.
 <li>In ifconfig(8), implement support for removing tunnel outer IP address pair.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>, implement support for removing tunnel outer IP address pair.
 <li>Revert a buggy optimization in tsort(1).  <li>Revert a buggy optimization in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsort&sektion=1">tsort(1)</a>.
 <li>Use pread(2) in nlist(3) instead of abusing lseek(2) with read(2).  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pread&sektion=2">pread(2)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nlist&sektion=3">nlist(3)</a> instead of abusing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lseek&sektion=2">lseek(2)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=read&sektion=2">read(2)</a>.
 <li>Remove cruft leftover from the old PCVT console driver.  <li>Remove cruft leftover from the old PCVT console driver.
 <li>Fix filename tab-completion in mg(1).  <li>Fix filename tab-completion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.
 <li>Convert some more drivers to new the timeout(9) interface.  <li>Convert some more drivers to new the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9">timeout(9)</a> interface.
 <li>Whack dtom() in the kernel. Fo'get about it.  <li>Whack dtom() in the kernel. Fo'get about it.
 <li>Avoid a NULL pointer dereference in faithd(8).  <li>Avoid a NULL pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=faithd&sektion=8">faithd(8)</a>.
 <li>Various reset and delay fixes in wdc(4) to help certain ATAPI devices.  <li>Various reset and delay fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4">wdc(4)</a> to help certain ATAPI devices.
 <li>Deal with suspend/resume more cleanly in pccbb(4).  <li>Deal with suspend/resume more cleanly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccbb&sektion=4">pccbb(4)</a>.
 <li>Better hints handling and memory allocation in tsort(1).  <li>Better hints handling and memory allocation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsort&sektion=1">tsort(1)</a>.
 <li>Correct an error condition in /etc/ksh.kshrc.  <li>Correct an error condition in /etc/ksh.kshrc.
 <li>Add a koi8-r keyboard layout for wskbd(4).  <li>Add a koi8-r keyboard layout for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&sektion=4">wskbd(4)</a>.
 <li>Allow interoperability between OpenSSH and older ssh-2.0.x variants with weaker key generation.  <li>Allow interoperability between OpenSSH and older ssh-2.0.x variants with weaker key generation.
 <li>Instrument improved locking and rework SCSI a bit in ami(4).  <li>Instrument improved locking and rework SCSI a bit in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4">ami(4)</a>.
 <li>Cleanups to ancontrol(8).  <li>Cleanups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ancontrol&sektion=8">ancontrol(8)</a>.
 <li>Add a -b option to ssh(1), similar to telnet(1)'s equivalent.  <li>Add a -b option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>'s equivalent.
 <li>Fix a memory handling bug in telnet(1).  <li>Fix a memory handling bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>.
 <li>Use pool(9) interface for the VFS cache.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9">pool(9)</a> interface for the VFS cache.
 <li>Improve OpenSSH interoperability with ssh.com-2.0.x clients.  <li>Improve OpenSSH interoperability with ssh.com-2.0.x clients.
 <li>In the mvme88k port, replace resource maps with extents.  <li>In the mvme88k port, replace resource maps with extents.
 <li>Numerous fixes and updates to sup(1).  <li>Numerous fixes and updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&sektion=1">sup(1)</a>.
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.759  
changed lines
  Added in v.1.760