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

Diff for /www/plus.html between version 1.542 and 1.543

version 1.542, 2000/04/09 08:23:28 version 1.543, 2000/04/09 16:23:28
Line 48 
Line 48 
 <h3><font color=#0000e0>OpenBSD 2.6 is now available for purchase.<p>  <h3><font color=#0000e0>OpenBSD 2.6 is now available for purchase.<p>
 We are working on OpenBSD-current.</font></h3><p>  We are working on OpenBSD-current.</font></h3><p>
 <ul>  <ul>
 <li>In cd(4), do not trust the TOC as much when reading the disklabel.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a>, do not trust the TOC as much when reading the disklabel.
 <li>Fix umass(4) so that it handles some non-compliant devices.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4&format=html">umass(4)</a> so that it handles some non-compliant devices.
 <li>Modify the scsi subsystem so that it can do attach without polling.  <li>Modify the scsi subsystem so that it can do attach without polling.
 <li>Arrange so that IFF_LINK0 on enc(4) means IP-in-IP instead of Ethernet-in-IP.  <li>Arrange so that IFF_LINK0 on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4&format=html">enc(4)</a> means IP-in-IP instead of Ethernet-in-IP.
 <li>Initial check-in of cardbus(4) support.  xl(4) works on cardbus at the moment.  <li>Initial check-in of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> support.  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a> works on cardbus at the moment.
 <li>Set our status to 2.7-beta.  <li>Set our status to 2.7-beta.
 <li>Update ppp(8).  <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a>.
 <li>Update isakmpd(8).  <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a>.
 <li>sendmail 8.10.1  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&format=html">sendmail 8.10.1</a>
 <li>sendmail 8.10.0: <strong>You must put your <font color=#e00000>/etc/sendmail.cf</font> file in <font color=#e00000>/etc/mail/sendmail.cf</font> now.</strong>  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&format=html">sendmail 8.10.0</a>: <strong>You must put your <font color=#e00000>/etc/sendmail.cf</font> file in <font color=#e00000>/etc/mail/sendmail.cf</font> now.</strong>
 <li>perl 5.6.0  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl 5.6.0</a>
 <li>Update to isp(4), mostly for Fiber Channel.  <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a>, mostly for Fiber Channel.
 <li>Seed perl(1) srandom() from /dev/arandom, to avoid losing a lot of entropy.  <li>Seed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> srandom() from /dev/arandom, to avoid losing a lot of entropy.
 <li>Some kernel functions were eating a little bit too much entropy.  <li>Some kernel functions were eating a little bit too much entropy.
 <li>ipf 3.3.12  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=4&format=html">ipf 3.3.12</a>
 <li>ahc(4) now supports AHA-29160 and other Ultra160 varients.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> now supports AHA-29160 and other Ultra160 varients.
 <li>USB umodem(4) support.  <li>USB <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&sektion=4&format=html">umodem(4)</a> support.
 <li>USB umass(4) driver.  Works with various devices, but does not support disconnection yet.  <li>USB <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4&format=html">umass(4)</a> driver.  Works with various devices, but does not support disconnection yet.
 <li>Support hmac processing in hifn(4).  <li>Support hmac processing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4&format=html">hifn(4)</a>.
 <li>ncurses-5.0-20000401  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&section=3&format=html">ncurses-5.0-20000401</a>
 <li>Put an expert mode into disklabel(8), that hides a lot of details.  But most of the interface remains 100% the same.  <li>Put an expert mode into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a>, that hides a lot of details.  But most of the interface remains 100% the same.
 <li>Protocol 2 support in ssh(1) and sshd(8).  <li>Protocol 2 support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.
 <li>Do not have /etc/netstart pass -E to ipf(8), since our kernel now enables it by default.  <li>Do not have /etc/netstart pass -E to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8&format=html">ipf(8)</a>, since our kernel now enables it by default.
 <li>Many more man page improvements.  Aren't we pedantic?  <li>Many more man page improvements.  Aren't we pedantic?
 <li>compat_linux(8) system call emulation for pread() and pwrite().  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> system call emulation for pread() and pwrite().
 <li>Make ahc(4) do tagged queueing, and fix some locking bugs.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> do tagged queueing, and fix some locking bugs.
 <li>Support root drive detection for G4 powermac.  <li>Support root drive detection for G4 powermac.
 <li>Add srandomdev(3) to libc.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=srandomdev&sektion=3&format=html">srandomdev(3)</a> to libc.
 <li>DSA key exchange for ssh(8) and friends, moving us much closer to protocol 2 support.  <li>DSA key exchange for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a> and friends, moving us much closer to protocol 2 support.
 <li>Fix various flaws in the OpenSSL set of manual pages.  <li>Fix various flaws in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=8&format=html">OpenSSL</a> set of manual pages.
 <li>an(4) driver supporting AiroNet 802.11DS cards.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4&format=html">an(4)</a> driver supporting AiroNet 802.11DS cards.
 <li>Repair some races and deadlocks in adw(4).  <li>Repair some races and deadlocks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4&format=html">adw(4)</a>.
 <li>Fix buf oflow in ed(1).  <li>Fix buf oflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ed&sektion=1&format=html">ed(1)</a>.
 <li>Support USB Mass Storage devices.  <li>Support USB Mass Storage devices.
 <li>Make zic(8)'s -l option actually work.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zic&sektion=8&format=html">zic(8)</a>'s -l option actually work.
 <li>Some ppp(8) updates.  <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a> updates.
 <li>Auto-detect size of seeprom for fxp(4), for newer cards.  <li>Auto-detect size of seeprom for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a>, for newer cards.
 <li>Some improvements in kerberos(1) man pages.  <li>Some improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&sektion=1&format=html">kerberos(1)</a> man pages.
 <li>DES and 3DES hardware acceleration for ipsec(4) working in hifn(4) driver.  <li>DES and 3DES hardware acceleration for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">ipsec(4)</a> working in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4&format=html">hifn(4)</a> driver.
 <li>Run pod2man on the openssl pod documents, and carefully install them in the base system.  <li>Run pod2man on the openssl pod documents, and carefully install them in the base system.
 <li>Expose MDXTransform functions for MD5 and MD4.  <li>Expose MDXTransform functions for MD5 and MD4.
 <li>Permit wss(4) to work on irq 5.  <li>Permit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wss&sektion=4&format=html">wss(4)</a> to work on irq 5.
 <li>Implement compat-linux(8) rt_sigreturn() emulation.  <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> rt_sigreturn() emulation.
 <li>On the i386, enlarge pcic0 memory address space.  <li>On the i386, enlarge pcic0 memory address space.
 <li>Implement compat-linux(8) getcwd(2) emulation.  <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=2&format=html">getcwd(2)</a> emulation.
 <li>IPSEC ingress ACL-checking is now on by default.  <li>IPSEC ingress ACL-checking is now on by default.
 <li>sudo 1.6.3  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo 1.6.3</a>
 <li>i386 PCI interrupt routing repair code (disabled by default, has lots of issues).  <li>i386 PCI interrupt routing repair code (disabled by default, has lots of issues).
 <li>Drivers for USB ethernet adapters.  <li>Drivers for USB ethernet adapters.
 <li>Sync USB.  <li>Sync USB.
 <li>lynx 2.8.2  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx 2.8.2</a>
 <li>Fix a number if ipsec esp and ah related bugs introduced during the crypto splitout.  <li>Fix a number if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">ipsec</a> esp and ah related bugs introduced during the crypto splitout.
 <li>Numerous man page link repairs, so that just about any part of the system has a matching man page.  <li>Numerous man page link repairs, so that just about any part of the system has a matching man page.
 <li>Make f_bsize signed.  <li>Make f_bsize signed.
 <li>Support newer Qlogic isp(4) scsi cards.  <li>Support newer Qlogic <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> scsi cards.
 <li>Support AMD 756 IDE controller in pciide(4).  <li>Support AMD 756 IDE controller in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>.
 <li>Add FNM_NOSYS to fnmatch(3) for XPG conformance.  <li>Add FNM_NOSYS to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fnmatch&sektion=3&format=html">fnmatch(3)</a> for XPG conformance.
 <li>Flesh out mdoc.samples(7).  <li>Flesh out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc.samples&sektion=7&format=html">mdoc.samples(7)</a>.
 <li>Disallow pkg_delete(8) when the pkg_prefix is on a read-only filesystem.  <li>Disallow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_delete&sektion=8&format=html">pkg_delete(8)</a> when the pkg_prefix is on a read-only filesystem.
 <li>Handle expansion of @exec better in pkg_add(8).  <li>Handle expansion of @exec better in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=8&format=html">pkg_add(8)</a>.
 <li>Initial support for DSA keys in sshd(1).  <li>Initial support for DSA keys in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.
 <li>In ssh(1), switch to raw mode only if we got a pty.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, switch to raw mode only if we got a pty.
 <li>Replace kernel timeout(9) mechanism with one which permits dynamic allocation of timeout structures.  <li>Replace kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9&format=html">timeout(9)</a> mechanism with one which permits dynamic allocation of timeout structures.
 <li>In fdisk(8), do not use BIOS geometry by default, a lot of newer BIOS's get upset when this is done with larger drives.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a>, do not use BIOS geometry by default, a lot of newer BIOS's get upset when this is done with larger drives.
 <li>Make script(1) exit with a proper (and documented) exit code.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=script&sektion=1&format=html">script(1)</a> exit with a proper (and documented) exit code.
 <li>Fix AMD K6 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtrr&sektion=4&format=html">mtrr(4)</a>.  <li>Fix AMD K6 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtrr&sektion=4&format=html">mtrr(4)</a>.
 <li>Fix overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.  <li>Fix overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
 <li>Fix directory mishandlings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=who&sektion=1&format=html">who(1)</a>.  <li>Fix directory mishandlings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=who&sektion=1&format=html">who(1)</a>.

Legend:
Removed from v.1.542  
changed lines
  Added in v.1.543