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

Diff for /www/plus.html between version 1.629 and 1.630

version 1.629, 2000/07/12 20:40:03 version 1.630, 2000/07/12 21:38:27
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>Repair ntpd/ntpdate handlings in /etc/rc.  <li>Repair ntpd/ntpdate handlings in /etc/rc.
 <li>Various improvements and fixes to ppp(8).  <li>Various improvements and fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>.
 <li>Correctly handle <b>ip_off</b> in a corner case of IPSEC.<br>  <li>Correctly handle <b>ip_off</b> in a corner case of IPSEC.<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>i386 now has another install floppy:  floppyC27 contains cardbus support.  <li>i386 now has another install floppy:  floppyC27 contains cardbus support.
 <li>In ssh(1), disable <b>FallBackToRsh</b> by default.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, disable <b>FallBackToRsh</b> by default.
 <li>In TCP, compute correct window scale when recvpipe option is set in route.  <li>In TCP, compute correct window scale when recvpipe option is set in route.
 <li>KTH Kerberos4 1.0.2  <li>KTH Kerberos4 1.0.2
 <li>In sshd(8), fix <b>MaxStartups</b> code to work with <b>-d</b>.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>, fix <b>MaxStartups</b> code to work with <b>-d</b>.
 <li><font color=#e00000><strong>RE-RELEASE: Re-release pmax release after dmesg(8) and <b>/kern/msgbuf</b> was fixed.<br>  <li><font color=#e00000><strong>RE-RELEASE: Re-release pmax release after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&sektion=8">dmesg(8)</a> and <b>/kern/msgbuf</b> was fixed.<br>
     <a href=errata.html#pmax_msgbuf>A patch is available</a></strong></font>.<br>      <a href=errata.html#pmax_msgbuf>A patch is available</a></strong></font>.<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>Fix simpleroot support.  <li>Fix simpleroot support.
 <li>ncurses 5.1  <li>ncurses 5.1
 <li>Do not default to empty passwords in adduser(8), simply because it's stupid.  <li>Do not default to empty passwords in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adduser&sektion=8">adduser(8)</a>, simply because it's stupid.
 <li>Use strsep(3) instead of strtok(3) in ssh(1) and sshd(8).  <li>Use strsep(3) instead of strtok(3) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
 <li>Add <b>-flags</b> option to find(1).  <li>Add <b>-flags</b> option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&sektion=1">find(1)</a>.
 <li>In inetd(8), handle IPv6 addresses in hostname specifiers.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a>, handle IPv6 addresses in hostname specifiers.
 <li>In systat(1), correct layout of the <b>io</b> page.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1">systat(1)</a>, correct layout of the <b>io</b> page.
 <li>Support Intel 440MX Ultra/33 controller in pciide(4).  <li>Support Intel 440MX Ultra/33 controller in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a>.
 <li>Handle Promise Ultra/100, deal with D2 AMD K7 controllers, and various other tweaks to pciide(4).  <li>Handle Promise Ultra/100, deal with D2 AMD K7 controllers, and various other tweaks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a>.
 <li>New release(8) page describes how to build a distribution.  <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=release&sektion=8">release(8)</a> page describes how to build a distribution.
 <li>Fix an spinning select(2) loop in nc(1).  <li>Fix an spinning <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&sektion=2">select(2)</a> loop in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&sektion=1">nc(1)</a>.
 <li>For select(2) and poll(2), if we are awakened by a collision the timeout must be recalculated.  <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&sektion=2">select(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a>, if we are awakened by a collision the timeout must be recalculated.
 <li>On powerpc, handle late configuration of the interrupt controller.  <li>On powerpc, handle late configuration of the interrupt controller.
 <li>Fix port and X11 forwarding in sshd(8).  <li>Fix port and X11 forwarding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
 <li>Change fingerd(8) back to using fgets(3) instead of fgetln(3), to reduce denial of service attacks.  <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fingerd&sektion=8">fingerd(8)</a> back to using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgets&sektion=3">fgets(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgetln&sektion=3">fgetln(3)</a>, to reduce denial of service attacks.
 <li>Change Linux compat so that it logs and returns ENOSYS rathern than deliver SIGSYS for unimplimented system calls.  <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8">compat_linux(8)</a> so that it logs and returns ENOSYS rathern than deliver SIGSYS for unimplimented system calls.
 <li>Add ucomm(4) support to MAKEDEV.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucomm&sektion=4">ucomm(4)</a> support to MAKEDEV.
 <li>Delay slightly longer after reset in xl(4) for some configurations.  <li>Delay slightly longer after reset in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a> for some configurations.
 <li>Add support for National Semiconductor DP83815 fast ethernet to sis(4).  <li>Add support for National Semiconductor DP83815 fast ethernet to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis(4)</a>.
 <li>Ensure PCIBIOS32 does not panic if the BIOS lies.  <li>Ensure PCIBIOS32 does not panic if the BIOS lies.
 <li>Add support for 82801AA_LPC in PCIBIOS32.  <li>Add support for 82801AA_LPC in PCIBIOS32.
 <li>Add spllowersoftclock() on all architectures, and correct splsoftclock() to avoid races.  <li>Add spllowersoftclock() on all architectures, and correct splsoftclock() to avoid races.
 <li>Fix pmap activation on mvme68k.  <li>Fix pmap activation on mvme68k.
 <li>Support ddb(4) entry from cl(4) on mvme68k.  <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4">ddb(4)</a> entry from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cl&sektion=4">cl(4)</a> on mvme68k.
 <li>In user(8), ensure that we do not generate passwd lines longer than 1023 characters.<br>  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&sektion=8">user(8)</a>, ensure that we do not generate passwd lines longer than 1023 characters.<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>Latest wx(4) driver, works better with more switches.  <li>Latest <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wx&sektion=4">wx(4)</a> driver, works better with more switches.
 <li>Improve support for Ricoh cardbus bridges.  <li>Improve support for Ricoh cardbus bridges.
 <li>Cardbus and PCIBIOS32 support enabled by default in i386 GENERIC kernel.  <li>Cardbus and PCIBIOS32 support enabled by default in i386 GENERIC kernel.
 <li>Update isp(4) driver.  <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a> driver.
 <li>Add a timeout structure per scsi transfer, so that controllers can do timeouts easier.  <li>Add a timeout structure per scsi transfer, so that controllers can do timeouts easier.
 <li>Fixed numerous cases of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=3">printf(3)</a>-style functions being called with their first argument being user controlled, where it should be <b>%s</b>  <li>Fixed numerous cases of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=3">printf(3)</a>-style functions being called with their first argument being user controlled, where it should be <b>%s</b>
 <li>More careful handling of IPV6 mapped addresses in the IPV6 code.  <li>More careful handling of IPV6 mapped addresses in the IPV6 code.

Legend:
Removed from v.1.629  
changed lines
  Added in v.1.630