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

Diff for /www/plus.html between version 1.516 and 1.517

version 1.516, 2000/01/22 22:27:39 version 1.517, 2000/02/02 04:27:19
Line 49 
Line 49 
 We are working on OpenBSD-current.</font></h3><p>  We are working on OpenBSD-current.</font></h3><p>
 <ul>  <ul>
 <li>Various powerpc port fixes -- it is getting close to actually working well.  <li>Various powerpc port fixes -- it is getting close to actually working well.
 <li>Handle SIGINT failures in ssh/scp/cvs better.  <li>Handle SIGINT failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a> better.
 <li>Fix bugs in the robots, tertris, and grdc games.  <li>Fix bugs in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=robots&sektion=6">robots(6)</a>, <a href="http://www.opennbsd.org/man.cgi?query=tetris&sektion=6">tetris(6)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grdc&sektion=6">grdc(6)</a> games.
 <li>Make pax/tar/cpio deal with files larger than 2 GB.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&sektion=1">pax(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tar&sektion=1">tar(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpio&sektion=1">cpio(1)</a> deal with files larger than 2 GB.
 <li>Deal with getcwd(3) returning NULL in at(1).  <li>Deal with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=3">getcwd(3)</a> returning NULL in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>.
 <li>Rename ip4.allow sysctl to ipip.allow.  This variable no longer controls any explictly configured IP-over-IP tunnels.  <li>Rename ip4.allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a> to ipip.allow.  This variable no longer controls any explictly configured IP-over-IP tunnels.
 <li>Deal with getcwd(3) returning NULL in the supfilesrv.  <li>Deal with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=3">getcwd(3)</a> returning NULL in the supfilesrv.
 <li><font color=#e00000><strong>DRIVER IMPROVEMENT: Intel fxp cards with nsphy could not negotiate and maintain 100mbit link. <a href=errata.html#nsphy>A source code patch is available</a></strong></font>.  <li><font color=#e00000><strong>DRIVER IMPROVEMENT: Intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> cards with nsphy could not negotiate and maintain 100mbit link. <a href=errata.html#nsphy>A source code patch is available</a></strong></font>.
 <li>Fix a buffer overflow in the i386 bootblocks!  <li>Fix a buffer overflow in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot_i386&sektion=8">i386 bootblocks</a>!
 <li>Fix vi(1) recover script to use sysopen(), to avoid magic in perl open().  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1">vi(1)</a> recover script to use sysopen(), to avoid magic in perl open().
 <li>Fix race condition in make(1) (only applies to make -j, which noone in OpenBSD ever uses).  <li>Fix race condition in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> (only applies to make -j, which noone in OpenBSD ever uses).
 <li>Reduce console loggin in sshd.  <li>Reduce console loggin in <a href="http://www.openbsd.org/cgi-bin/man.cgi?qeuery=sshd&sektion=8">sshd(8)</a>.
 <li>Fix sshd -i.  <li>Fix sshd -i.
 <li><font color=#e00000><strong>SECURITY FIX: Systems with procfs enabled and mounted contain a root hole due to a tricky exploit.<a href=errata.html#procfs>A source code patch is available</a></strong></font>.  <li><font color=#e00000><strong>SECURITY FIX: Systems with procfs enabled and mounted contain a root hole due to a tricky exploit.<a href=errata.html#procfs>A source code patch is available</a></strong></font>.
 <li>Fix a possible NULL dereference in execve(2).  <li>Fix a possible NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&sektion=2">execve(2)</a>.
 <li>gcc 2.95.2  <li>gcc 2.95.2
 <li>add rip6query(8).  <li>add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rip6query&sektion=8">rip6query(8)</a>.
 <li>Many man page fixes.  <li>Many man page fixes.
 <li>Change pcvt(4) so that all regular function key presses go to straight to the application.  <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcvt&sektion=4">pcvt(4)</a> so that all regular function key presses go to straight to the application.
 <li>Avoid botches in ftpd(8) and mtree(1) introduced from blind replacement of getwd(3) with getcwd(3).  <li>Avoid botches in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&sektion=1">mtree(1)</a> introduced from blind replacement of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getwd&sektion=3">getwd(3)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=3">getcwd(3).
 <li>Disable agent forwarding in ssh protocol 1.3.  <li>Disable agent forwarding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?queyr=ssh&sektion=1">ssh(1)</a> protocol 1.3.
 <li>Support for another gigabit ethernet card using the alteon chipset.  <li>Support for another gigabit ethernet card using the alteon chipset.
 <li>Fix a garbage printout in ftpd(8).  <li>Fix a garbage printout in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>.
 <li>Error message repair in from(1).  <li>Error message repair in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=from&sektion=1">from(1)</a>.
 <li>Fix fxp+nsphy problems.  <li>Fix fxp+nsphy problems.
 <li>Tons more man page repairs.  <li>Tons more man page repairs.
 <li>Fix a bug in the pipe(2) system call.  <li>Fix a bug in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipe&sektion=2">pipe(2)</a> system call.
 <li>v6 support in fstat(8).  <li>v6 support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&sektion=8">fstat(8)</a>.
 <li>Documentation improvements.  <li>Documentation improvements.
 <li>Fix "traceroute -P 41" codepath blocked by inet6 import.  <li>Fix "traceroute -P 41" codepath blocked by inet6 import.
 <li>Another fix improving on the earlier ld.so version number fix.  <li>Another fix improving on the earlier ld.so version number fix.
Line 86 
Line 86 
 <li>Special case one PCI bridge device... which is not a PCI bridge at all.  <li>Special case one PCI bridge device... which is not a PCI bridge at all.
 <li>Handle SNAP encapsulated packets for the bridging blocknoip option.  <li>Handle SNAP encapsulated packets for the bridging blocknoip option.
 <li>Improve sparc pte handling for performance.  <li>Improve sparc pte handling for performance.
 <li>Show blackhole routes in route(1) and netstat(1).  <li>Show blackhole routes in <a href="http://www.openbsd.org/cgi-bin/man.cgi=route&sektion=1">route(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi=netstat&sektion=1">netstat(1)</a>.
 <li>Fix a Y2001 bug in the hp300 boot code and kernel.  <li>Fix a Y2001 bug in the hp300 boot code and kernel.
 <li>Update the powerpc code.  UVM kernels do not work yet.  <li>Update the powerpc code.  UVM kernels do not work yet.
 <li>Avoid touching the sdh register too often during atapi device probe; some devices freak.  <li>Avoid touching the sdh register too often during atapi device probe; some devices freak.
 <li>More m4 fixes.  <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> fixes.
 <li>Fix an obscure bug in ld that caused it to treat directory names called "lib" differently.  <li>Fix an obscure bug in ld that caused it to treat directory names called "lib" differently.
 <li>Y2K fix for a groff macro.  <li>Y2K fix for a groff macro.
 <li>Remove gifconfig(8); replaced by syntax in ifconfig(8).  <li>Remove gifconfig(8); replaced by syntax in ifconfig(8).

Legend:
Removed from v.1.516  
changed lines
  Added in v.1.517