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

File: [local] / www / plus.html (download) (as text)

Revision 1.563, Fri May 26 17:48:37 2000 UTC (24 years ago) by deraadt
Branch: MAIN
Changes since 1.562: +20 -1 lines

new

<!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
<html>
<head>
<title>OpenBSD-current changes</title>
<link rev=made href=mailto:www@openbsd.org>
<meta name="resource-type" content="document">
<meta name="description" content="the main OpenBSD page">
<meta name="keywords" content="openbsd,main">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1996 by OpenBSD.">
</head>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">

<img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
<p>
<h2><font color=#e00000>Changes made between OpenBSD 2.7 and OpenBSD-current</font><hr></h2>

<p>
This is a partial list of the major machine independent changes
(ie. these are the changes people ask about most often).  Port
specific changes have also been made, and are sometimes mentioned
in the pages for the specific <a href=plat.html>ports</a> if you
are interested in further port-specific details.  Many ports
have had architecture-specific enhancements relative to NetBSD,
but when they do not they certainly have plenty of platform-independent
changes, starting with those listed below.

<p>
Note: <font color=#e00000>Problems for which patches exist are marked in red</font>.

<p>
<h3>
<a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
<a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
<a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
<a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
<a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
<a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
<a href=plus26.html>For changes leading up to OpenBSD 2.6, click here</a>.<br>
<a href=plus27.html>For changes leading up to OpenBSD 2.7, click here</a>.<br>
<br>
</h3>

<hr>

<p>
<h3><font color=#0000e0>OpenBSD 2.7 to be released June 15, 2000.<p>
We are working on OpenBSD-current.</font></h3><p>
<ul>
<li>Arrange to have ahc(4) support Adaptec 2930CU.
<li><font color=#e00000><strong>SECURITY ISSUE: It was possible to bypass the <i>learning</i> flag on a bridge. <a href=errata.html#bridge>A patch is available</a></strong></font>.
<li>In ftp(1), do not attach Host: directirve if we are using the proxy.
<li>Make almost all manual pages machine independent.
<li><font color=#e00000><strong>DRIVER FIX: The isapnp(4) ef(4) driver failed to configure properly.  <a href=errata.html#ef>A patch is available</a></strong></font>.
<li>Helper script cleanup in httpd(8).
<li><font color=#e00000><strong>SECURITY ISSUE: Update to ipf 3.3.16. <a href=errata.html#ipf>A patch is available</a></strong></font>.
<li>On i386, place extra byte at end of pcb so that the iomap works for last 8 ports.
<li>Fix some key parsing routines in ssh(1).
<li>Permit detach of audio devices.
<li>Properly configure multicast table in wi(4).
<li>Handle 64 bit architectures in pstat(8) -f.
<li>Update rtadvd(8).
<li>Remove nfsiod(4) and replace it with an in-kernel thread based implimentation. 
<li>Make ssh(1) X11 forwarding work on localhost.
<li>Crank vnode use counts to 32 bits.
<li>Correct ifconfig(8) printing of gif physical address on non-IPV6 kernel.
<li>Repair a routing table panic.
<li>Make ancontrol(4) act like our changed wicontrol(4) semantics.
<li>Use getifaddrs(3) in libc rpc code.
<li>For boot_config(8) code, save enable command in the history for config(8)'s -eu updating.
<li>Replace nfsiod(8) with an in-kernel thread model. 
<li>Update multicasting support for ipv6.
<li>Fix usage printing in passwd(1).
<li>By default, do not vsync blank sparc cgsix(4) monitors, but provide a sysctl to do so.
<li>Start at a BlueSteel (Broadcom) 5[56]01 crypto accelerator driver.
<li>Accept empty shell specifications in sshd(8).
<li>In ssh(1), do non-blocking on ssh1 protocol sockets too.
<li>Some additions to keynote(3).
<li>Crank rt_refcnt to 32 bits.
<li>Supply entropy from i386 mouse drivers to the kernel random number generator.
<li>Correct p2p interface address handling and various other bugs in route6d(8).
<li>Few more tweaks to pcvt termcap definition.
<li>Ensure SIOCSETVLAN gets a valid vlan tag.
<li>After ftp(1) finishes downloading, change progress meter to show the total elapsed time.
<li>Handle 0-size files in ftp(1)'s progress meter.
<li>Parse RFC2732 ftp URLs in ftp(1).
<li>in ipv6, perform NUD on p2p link, only if the destination/gateway is real neighbor.
<li>Parse IPv4 options more carefully.
<li>Translate DNS error codes in getaddrinfo(3).
<li>cardbus(4) com(4) driver.
<li>Support debugging libraries via DEBUGLIBS in /etc/mk.conf.
<li>Driver for tcic(4) style pcmcia adapters.
<li>Fix ipsec(4) ESP sanity checks that caused really short packets to be dropped.  Only icmp was affected.
</ul>
<p>

This list mentions mostly platform-independent changes.  For a list of changes
made in a particular platform, please check the page for that platform.  If you
find them not listed there, the changes are either (1) not being documented or
(2) are documented here.<br><br>

<hr>
<p>
<h3>
<a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
<a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
<a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
<a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
<a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
<a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
<a href=plus26.html>For changes leading up to OpenBSD 2.6, click here</a>.<br>
<a href=plus27.html>For changes leading up to OpenBSD 2.7, click here</a>.<br>
<a href=plus.html>For changes in OpenBSD-current, click here</a>.
<br>
</h3>

<hr>
<a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a> 
<a href=mailto:www@openbsd.org>www@openbsd.org</a>
<br><small>$OpenBSD: plus.html,v 1.563 2000/05/26 17:48:37 deraadt Exp $</small>

</body>
</html>