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

Diff for /www/plus.html between version 1.616 and 1.617

version 1.616, 2000/07/01 13:41:06 version 1.617, 2000/07/05 18:28:03
Line 96 
Line 96 
 <li>Implement svr4 emulation for getdents64, lstat64 and stat64.  <li>Implement svr4 emulation for getdents64, lstat64 and stat64.
 <li>Do not start snmpd by default if it is installed.  <li>Do not start snmpd by default if it is installed.
 <li>Link floppy binary against scrt0 instead, saving even more space.  <li>Link floppy binary against scrt0 instead, saving even more space.
 <li>Implement sort(1) as a shell function on the boot floppies, to save a lot of space.  <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&sektion=1">sort(1)</a> as a shell function on the boot floppies, to save a lot of space.
 <li>Ensure sshd(8) does not misbehave if the skey key file is missing.  <li>Ensure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> does not misbehave if the skey key file is missing.
 <li>Cleanups to tail(1).  <li>Cleanups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tail&sektion=1">tail(1)</a>.
 <li>Significant performance improvements to make(1).  <li>Significant performance improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
 <li>Numerous more fixes to an(4), regarding bridging, ipv6, bpf logic, and pcmcia detach.  <li>Numerous more fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4">an(4)</a>, regarding bridging, ipv6, bpf logic, and pcmcia detach.
 <li>Newer ppp(8) code.  <li>Newer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> code.
 <li>Change dhcpd(8) so that it is not as susceptible to abandoning addresses.<br>  <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a> so that it is not as susceptible to abandoning addresses.<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>For crypted vnd(4), zero the key on unconfig.  <li>For crypted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4">vnd(4)</a>, zero the key on unconfig.
 <li>Kill the legacy vtrace(2) system call.  <li>Kill the legacy vtrace(2) system call.
 <li>Avoid using 3c905b-specific multicast hash code, it is buggy.<br>  <li>Avoid using 3c905b-specific multicast hash code, it is buggy.<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>IPv6 support in the resolver.  The <b>nameserver</b> line can now take ipv6 addresses.  <li>IPv6 support in the resolver.  The <b>nameserver</b> line can now take ipv6 addresses.
 <li>Soft updates is now free.  <li>Soft updates is now free.
 <li>Add <b>epsv4</b> command to ftp(1), to disable <b>epsv</b> negotiations on IPv4 connections.  <li>Add <b>epsv4</b> command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1">ftp(1)</a>, to disable <b>epsv</b> negotiations on IPv4 connections.
 <li>Fix various bugs in ip gatewaying that angelos introduced.  <li>Fix various bugs in ip gatewaying that angelos introduced.
 <li>Sync with newed ndp(8).  <li>Sync with newed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&sektion=8">ndp(8)</a>.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnconfig&sektion=8">vnconfig(8)</a> to turn on encryption for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4">vnd(4)</a>.  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnconfig&sektion=8">vnconfig(8)</a> to turn on encryption for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4">vnd(4)</a>.
 <li>Fix bpf mishandlings in an(4).  <li>Fix bpf mishandlings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4">an(4)</a>.
 <li>Avoid using IO port 0x370 on laptops for pcmcia(4), since some sound cards sometimes land there.  <li>Avoid using IO port 0x370 on laptops for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4">pcmcia(4)</a>, since some sound cards sometimes land there.
 <li>On i386, if only one cpu family is specified, pass flags to the optimizer.  <li>On i386, if only one cpu family is specified, pass flags to the optimizer.
 <li>Merge in new isakmpd(8) changes.  <li>Merge in new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> changes.
 <li>Funnel crypto completion events via crypto_done(), not directly to the caller.  <li>Funnel crypto completion events via crypto_done(), not directly to the caller.
 <li>Closer towards making some more sm(4) pcmcia(4) cards work.  <li>Closer towards making some more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&sektion=4">sm(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4">pcmcia(4)</a> cards work.
 <li>More verbose information for pppoe(8) in tcpdump(8).  <li>More verbose information for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=8">pppoe(8)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.
 <li>Teach ipv6 AH & ip-over-ip code to deal with ipv6 scoped addresses better.  <li>Teach ipv6 AH & ip-over-ip code to deal with ipv6 scoped addresses better.
 <li>Initialize mtu/hlim for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4">enc(4)</a> so that IPv6 icmp reflect works properly.  <li>Initialize mtu/hlim for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4">enc(4)</a> so that IPv6 icmp reflect works properly.
 <li>Do not double-log ipf information into <b>/var/log/messages</b>.  <li>Do not double-log ipf information into <b>/var/log/messages</b>.

Legend:
Removed from v.1.616  
changed lines
  Added in v.1.617