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

Annotation of www/plus.html, Revision 1.721

1.14      deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.424     deraadt     4: <title>OpenBSD-current changes</title>
1.14      deraadt     5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
1.716     deraadt     7: <meta name="description" content="OpenBSD-current changes">
                      8: <meta name="keywords" content="openbsd,current,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.716     deraadt    10: <meta name="copyright" content="This document copyright 1996-2001 by OpenBSD.">
1.14      deraadt    11: </head>
                     12:
1.64      downsj     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.14      deraadt    14:
1.292     pauls      15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
1.64      downsj     16: <p>
1.682     krw        17: <h2><font color=#e00000>Changes made between OpenBSD 2.8 and OpenBSD-current</font><hr></h2>
1.14      deraadt    18:
                     19: <p>
1.29      deraadt    20: This is a partial list of the major machine independent changes
1.602     aaron      21: (i.e., these are the changes people ask about most often).  Port
1.29      deraadt    22: specific changes have also been made, and are sometimes mentioned
1.694     ian        23: in the pages for the specific <a href=plat.html>platforms</a>.
1.14      deraadt    24:
1.17      deraadt    25: <p>
1.185     deraadt    26: Note: <font color=#e00000>Problems for which patches exist are marked in red</font>.
                     27:
                     28: <p>
1.186     deraadt    29: <h3>
1.684     deraadt    30: <a href="plus20.html">For changes leading up to OpenBSD 2.0, click here</a>.<br>
                     31: <a href="plus21.html">For changes leading up to OpenBSD 2.1, click here</a>.<br>
                     32: <a href="plus22.html">For changes leading up to OpenBSD 2.2, click here</a>.<br>
                     33: <a href="plus23.html">For changes leading up to OpenBSD 2.3, click here</a>.<br>
                     34: <a href="plus24.html">For changes leading up to OpenBSD 2.4, click here</a>.<br>
                     35: <a href="plus25.html">For changes leading up to OpenBSD 2.5, click here</a>.<br>
                     36: <a href="plus26.html">For changes leading up to OpenBSD 2.6, click here</a>.<br>
                     37: <a href="plus27.html">For changes leading up to OpenBSD 2.7, click here</a>.<br>
                     38: <a href="plus28.html">For changes leading up to OpenBSD 2.8, click here</a>.<br>
1.422     deraadt    39: <br>
1.186     deraadt    40: </h3>
                     41:
                     42: <hr>
1.280     deraadt    43:
1.186     deraadt    44: <p>
1.674     deraadt    45: <h3><font color=#0000e0>We are working on OpenBSD-current.</font></h3><p>
1.422     deraadt    46: <ul>
1.720     jason      47: <li><font color=#e00000><strong>IMPLEMENTATION FIX: fix memory allocation in the PCI LANCE ethernet driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=i386">le</a>.</strong></font><br>
                     48:     <a href="errata.html#lepci">A patch is available</a></strong></font>.<br>
                     49:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                     50: <li>Fix some incorrect return values for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2">mmap</a> functions.<br>
                     51:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.719     jason      52: <li><font color=#e00000><strong>SECURITY FIX: fix some buffer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named</a>.</strong></font><br>
                     53:     <a href="errata.html#named">A patch is available</a></strong></font>.<br>
                     54:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron      55: <li><font color=#e00000><strong>SECURITY FIX: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&sektion=4">rnd(4)</a> device does not use all of its input when data is written to it.</strong></font><br>
1.715     jason      56:     <a href="errata.html#rnd">A patch is available</a></strong></font>.<br>
                     57:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron      58: <li><font color=#e00000><strong>IMPLEMENTATION FIX: Compute <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=9">crypto(9)</a> session IDs correctly for kernel.</strong></font><br>
        !            59:     <a href="errata.html#hwcrypto">A patch is available</a></strong></font>.<br>
        !            60:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
        !            61: <li>Change bridge(4) to use gif* instead of enc*.
        !            62: <li>Set SO_REUSEPORT socket option in DHCP code, so multiple dhclients work.
        !            63: <li>Allow printing of 8-bit ASCII characters in talk(1) through an option.
        !            64: <li>Do not perform getnetbyname() in mountd(8) if the address is already in dot-notation.
        !            65: <li>In ftpd(8), log the actual number of bytes transferred instead of the original file size.
        !            66: <li>Fix ^C in termtype prompt.
        !            67: <li>Prevent fsck_ffs(8) from marking a filesystem clean if fsck(8) needs to be rerun.
        !            68: <li>Resolve scheduling conflict in newsyslog(8).
        !            69: <li>In dhclient(8), set a reasonable default lease time if the server does not provide one.
        !            70: <li>Suppress uninteresting PCI bus error messages in ahc(4).
        !            71: <li>Add m88k support to gprof(1).
        !            72: <li>Add HostKeyAlias option to ssh(1).
        !            73: <li>Behave nicely with fixed-rate codecs in auvia(4).
        !            74: <li>Fix a minor off-by-one error in gprof(1).
        !            75: <li>In the ports infrastructure, take the old non-fake code out-of-line.
        !            76: <li>Repair a disgusting rwhod(8) crash.
        !            77: <li>Fix buffer overflow in csh(1) builtin printf(1) implementation.
        !            78: <li>Convert atoi(3) to strtoul(3) in top(1).
        !            79: <li>Emulate Linux truncate64, stat64, lstat64, and fstat64 syscalls.
        !            80: <li>Revoke root privileges earlier in ping6(8) and traceroute6(8).
        !            81: <li>Many man page fixes.
        !            82: <li>Use arc4random(3) in jot(1).
        !            83: <li>Handle quotas over 4GB in edquota(8) and repquota(8).
        !            84: <li>Fix IPv6 Path MTU Discovery.
        !            85: <li>Give up euid more carefully in mrinfo(8) and mtrace(8).
        !            86: <li>Various OpenSSH fixes.
        !            87: <li>Add support for ActivCard, CRYPTOCard, and SNK-004 authentication for the BSD authentication framework.
        !            88: <li>In ksh(1), remain in non-blocking mode if the shell is not interactive.
1.716     deraadt    89: <li><font color=#e00000><strong>SECURITY FIX: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xlock&sektion=1">xlock</a> now authenticates via a pipe.</strong></font><br>
                     90:     <a href="errata.html#xlock">A patch is available</a></strong></font>.<br>
                     91:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.712     jason      92: <li><font color=#e00000><strong>IMPLEMENTATION FIX: PS/2 mouse driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&sektion=4&arch=i386">pms</a>, lockup fix.</strong></font><br>
1.711     jason      93:     <a href="errata.html#pms">A patch is available</a></strong></font>.<br>
                     94:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron      95: <li>Implement a workaround in atapiscsi(4) for buggy Toshiba drivers.
1.710     jason      96: <li><font color=#e00000><strong>SECURITY FIX: Fix holes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_procfs&sektion=8">procfs</a>.</strong></font><br>
1.708     jason      97:     <a href="errata.html#procfs">A patch is available</a></strong></font>.<br>
                     98:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron      99: <li>Put strlcat(3) and strlcpy(3) into libkern for kernel use.
1.716     deraadt   100: <li>Fix setting of nwid for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a>.<br>
                    101:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     102: <li>Change <b>/etc/security</b> to spit out unified diffs.
        !           103: <li>Add driver for Compaq SMART Array RAID controllers, cac(4).
        !           104: <li>Extend the i386 allowaperature sysctl to allow access to the whole 1st MB of memory.
        !           105: <li>Add some more sanity checking to the PCMCIA code to fix some obscure panics.
        !           106: <li>Import Apache 1.3.14 + mod_ssl 2.7.1.
        !           107: <li>Support multiple pfkeyv2 keying daemons.
        !           108: <li>Compute diffie-hellman in parallel between server and client in OpenSSH.
        !           109: <li>Support Amigas with more than 64MB of RAM.
        !           110: <li>Ensure <b>/etc/sudoers</b> is created with a proper secure mode.
        !           111: <li>Import OpenSSL 0.9.6.
        !           112: <li>More photurisd(8) improvements.
        !           113: <li>Update kernel pfkeyv2 code for better conformance to the RFC.
        !           114: <li>Enable loading of ELF kernels for alpha.
        !           115: <li>Add extraction support for shell archives to the bsd.port.mk infrastructure.
1.705     jason     116: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(9)</a>, look for TDB if gateway is unspecified.<br>
                    117:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     118: <li>Fixes to patch(1) <b>-f</b> and <b>-b</b>.
        !           119: <li>Convert some more drivers to the new timeout(9) interface.
        !           120: <li>Add bytecounter statistics reporting to netstat(8).
        !           121: <li>Instrument more random TCP sequence numbers.
        !           122: <li>In sshd(8), permit logins with read-only root filesystems if the tty already has sane modes set.
        !           123: <li>Source port < 1024 is no longer required for rhosts-rsa in sshd(8).
        !           124: <li>Remove dead code in hifn(4) driver.
        !           125: <li>Proper getopt(3) usage in compress(1).
        !           126: <li>Fix a time specification in last(1).
        !           127: <li>Do not disable PMTU for established TCP connections unless there is data to send.
        !           128: <li>Add support for the 802.1D spanning tree protocol to bridge(4).
        !           129: <li>New BSD authentication login scripts.
        !           130: <li>Listen to pfkeyv2 acquire messages in photurisd(8), and setup SAs accordingly.
        !           131: <li>isakmpd(8) update.
        !           132: <li>APM bug fix that helps a few laptops.
        !           133: <li>Remove unnecessary code from photurisd(8) in preparation of new SPD framework.
        !           134: <li>Repair a memory leak in ICMPv6 code.
        !           135: <li>Turn off PMTU when ICMP needfrag messages get blocked.
        !           136: <li>Finnish updates for <b>inter.phone</b>.
        !           137: <li>Display number of successful IPv6 PMTU changes in netstat(8) <b>-s</b> output.
        !           138: <li>Do not re-print ETA on completion in scp(1) when copying 0-sized files.
        !           139: <li>Validate ICMPv6 "too big" messages based on PCB.
        !           140: <li>Do not use already-freed memory in route(8).
        !           141: <li>Avoid repeated <b>host controller halted</b> messages in uhci(4).
        !           142: <li>Remove unused libgmp.
        !           143: <li>Import KerberosIV v1.0.4.
        !           144: <li>Always request a new challenge for skey/tis-auth in ssh(1).
        !           145: <li>Support newer cy(4) communication cards.
        !           146: <li>Provide new international keymaps for pcvt(4).
        !           147: <li>Ignore filesystems marked "xx" in the install scripts.
        !           148: <li>Document that pipe(2) is bidirectional, although this behavior is unportable.
        !           149: <li>Move the default cvs(1) connection protocol from rsh(1) to ssh(1).
        !           150: <li>Remove a bogus memory free in getnetgrent(3).
        !           151: <li>Fix a buffer overflow in bad144(8).
        !           152: <li>Revert back to the old rijndael implementation and solve byte ordering bugs there instead.
        !           153: <li>Drop unneeded support for RTF_TUNNEL in route(8).
        !           154: <li>Maintain count of routing table timer entries in route(8).
        !           155: <li>In makewhatis(8), strip weird characters first, then sequences of spaces.
        !           156: <li>Big improvements to adw(4).
        !           157: <li>Teach tcpdump(8) about VRRP, SMB, and timed.
        !           158: <li>Force calendar(1) to only accept real calendar files as input.
        !           159: <li>Fix various perror() overflows in pcvt(4).
        !           160: <li>Repair a tftp(1) argv parsing overflow.
        !           161: <li>Conditionalize some BPF code in wx(4).
        !           162: <li>Finally remove remaining references to extra RSA libs, since the patent has expired.
        !           163: <li>New rijndael implementation which solves endian issues.
        !           164: <li>Support Intel 82801BA pciide(4) controllers.
        !           165: <li>Exercise more paranoia with passed KRB environment settings in telnetd(8).
        !           166: <li>Convert some more drivers to the new timeout(9) interface.
        !           167: <li>Many improvements and modernizations to isp(4).
        !           168: <li>Update wx(4) with LIVENGOOD support.
        !           169: <li>Recognize and support the IODATA USB-ET/T Ethernet adapter in kue(4).
        !           170: <li>Implement asynchronous connections for ssh(1) <b>-R</b> and <b>-L</b>.
        !           171: <li>Simplify atrun(8) tasks by using asprintf(3).
        !           172: <li>Kill unused libtermlib.
        !           173: <li>Import new pool(9) code.
        !           174: <li>Fix RIPv0 packet printing and NFS port number parsing in tcpdump(8).
        !           175: <li>Make pcap-generated BPF filters work on the tun(4) interface.
        !           176: <li>Import David Maziere's ssh-keyscan(1).
1.712     jason     177: <li><font color=#e00000><strong>SECURITY FIX: Fix buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd</a>.</strong></font><br>
1.700     jason     178:     <a href="errata.html#ftpd">A patch is available</a></strong></font>.<br>
                    179:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.707     jason     180: <li><font color=#e00000><strong>IMPLEMENTATION FIX: Fix fastroute related panic.</strong></font><br>
1.706     jason     181:     <a href="errata.html#fastroute">A patch is available</a></strong></font>.<br>
1.703     jason     182:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     183: <li>Teach OpenSSH about more version strings to improve interoperability.
        !           184: <li><font color=#e00000><strong>SECURITY FIX: Fix another security problem in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&sektion=1">KerberosIV</a> code.</strong></font><br>
        !           185:     <a href="errata.html#kerberos2">A patch is available</a></strong></font>.<br>
        !           186:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716     deraadt   187: <li><font color=#e00000><strong>SECURITY FIX: Fix two security problems in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&sektion=1">KerberosIV</a> code.</strong></font><br>
                    188:     <a href="errata.html#kerberos">A patch is available</a></strong></font>.<br>
                    189:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     190: <li>Permit ftpd(8) umask setting via both the command line and through a login class in login.conf(5).
        !           191: <li>Prevent VLAN devices from emitting packets if the parent interface is not up and running.
        !           192: <li>Better error checking in ping6(8).
        !           193: <li>Some stability fixes to isakmpd(8).
        !           194: <li>In ssh(1), disable agent/X11 port forwarding if the hostkey has changed.
        !           195: <li>Fix a coredump in ssh-agent(1).
        !           196: <li>Reset 16-bit PCMCIA during chip initialization in pccbb(4).
        !           197: <li>Correct PCI interrupt setup for TI PCI113X CardBus bridges.
        !           198: <li>Properly powerdown PC cards in pccbb(4) at shutdown time.
        !           199: <li>Add <b>-D</b> option to sshd(8) to cause startup without a daemon.
        !           200: <li>Show both the IP address and hostname when a new key is encountered in ssh(1).
        !           201: <li>Fix a bug in MSChapv2 challenge hashing in ppp(8).
        !           202: <li>More make(1) tweaks.
        !           203: <li>Use <b>-n</b> to test for non-zero variables in <b>/etc/netstart</b>.
        !           204: <li>Be more careful with ARP packets.
1.699     jason     205: <li>Fix deletion of flows in pf_key_v2 handling of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a><br>
                    206:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     207: <li>Prevent setusercontext(3) in ftpd(8) from setting the umask as this conflicts with any command-line umask specification.
        !           208: <li>Clock fixes for the alpha architecture.
        !           209: <li>Print select collisions in vmstat(8) <b>-s</b> output.
        !           210: <li>Implement login_check_expire(3) for libutil.
        !           211: <li>Add <b>-u username</b> support to pwd_mkdb(8).
        !           212: <li>Properly implement errno handling for the threaded libc (libc_r) on powerpc.
        !           213: <li>In adduser(8), get rid of a race condition and use <b>/etc/ptmp</b> as a lock file.
        !           214: <li>Set reasonable defaults for RSA1, RSA, and DSA keys in ssh-keygen(1).
        !           215: <li>Reorder check for illegal ciphers in ssh(1) protocol 1 connection code.
        !           216: <li>Fix pciide(4) support on Alpha 164SX models.
        !           217: <li>Support 16 slices per device on VAX machines.
        !           218: <li>Considerable cleanups to make(1).
        !           219: <li>Improve key repeat logic in wskbd(4).
        !           220: <li>Changes from KAME to make ifm_data available in getifaddrs(3).
        !           221: <li>Fix absolute path handling in crunchgen(1).
        !           222: <li>Shorten <b>/dev/ttyC*</b> device names.
        !           223: <li>Complain about invalid ciphers in ssh(1), falling back to reasonable defaults when necessary.
        !           224: <li>Avoid tty races in wsdisplay(4) when switching virtual terminals.
        !           225: <li>Update isakmpd(8).
        !           226: <li>Repair lun support in umass(4).
        !           227: <li>Zero pw_passwd before freeing its memory in the libc BSD authentication routines.
        !           228: <li>Train makewhatis(8) to handle more special cases.
        !           229: <li>Avoid double fclose(3) in getcap(3).
        !           230: <li>Increase delay in RAM probe for hifn(4).
        !           231: <li>Suffix list fix in make(1).
        !           232: <li>Various bug fixes in ksh(1).
        !           233: <li>When using the tail(1) <b>-f</b> flag on stdin, don't reopen a local file named stdin.
        !           234: <li>Extend kqueue(2) to support kernel events on vnodes.
        !           235: <li>Bring in BSD authentication support for sudo(8).
        !           236: <li>Zap MULOG in inetd(8) to improve code readability.
        !           237: <li>Avoid whacking errno in top(1) signal handlers.
        !           238: <li>Do not include MFS partitions in quot(8) statistics output.
        !           239: <li>Add support for the Acenic Copper and Netgear GA620T Gigabit Ethernet cards.
        !           240: <li>Prevent a type overflow in recno(3).
1.712     jason     241: <li><font color=#e00000><strong>IMPLEMENTATION FIX: Imac DV reports the VGA device improperly.</strong></font><br>
1.707     jason     242:     <a href="errata.html#imacdv">A patch is available</a></strong></font>.<br>
                    243:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     244: <li>Import BSD authentication mechanisms from BSDI BSD/OS.
        !           245: <li>Implement pw_dup(3), a function which copies <b>struct passwd</b>.
        !           246: <li>Replace getpass(3) with a more flexible readpassphrase(3) interface.
        !           247: <li>Add strnvis(3), a length-bounded version of the strvis(3) libc function.
        !           248: <li>Better prompting logic in libskey.
        !           249: <li>Resurrect binutils on alpha.
        !           250: <li>Recognize newer Intel audio devices in auich(4).
        !           251: <li>Stop amphy(4) from attaching to network devices it doesn't belong to.
        !           252: <li>Enable support for pciide(4) found in newer Intel chipsets.
        !           253: <li>Correct URL handling in the install scripts.
        !           254: <li>Limit the number of SCSI luns in umass(4).
        !           255: <li>Page size fixes to the alpha port.
        !           256: <li>Import ssh-ask-pass support for X11.
        !           257: <li>Fix a signal race in ypserv(8) SIGHUP handling.
        !           258: <li>Enable uaudio(4) by default in GENERIC/i386.
        !           259: <li>Reserve all-1s addresses in the IPSec code for future policy discovery features.
        !           260: <li>Resolve HMAC nomenclautre issues.
        !           261: <li>Be sure to clear passwords out of memory after use in ppp(8).
        !           262: <li>Support kernel event queues.
        !           263: <li>Add support for USB scanners through the uscanner(4) driver.
        !           264: <li>More fixes to qec(4).
        !           265: <li>Recognize newer AMD CPUs.
        !           266: <li>Repair incorrect buffer size logic in telnetd(8).
        !           267: <li>Add a slew of devices to usbdevs.
        !           268: <li>Do not use perror(3) in sshd(8) after forking a child.
1.698     jason     269: <li><font color=#e00000><strong>RELIABILITY FIX: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qec&sektion=4&arch=sparc">qec</a>+<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qe&sektion=4&arch=sparc">qe</a> ethernet cards should not generate NMIs.</strong></font><br>
1.692     jason     270:     <a href="errata.html#qe">A patch is available</a></strong></font>.<br>
                    271:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     272: <li>Add ifmedia(4) support to qec(4), among other improvements.
        !           273: <li>Extra sanity checking in skeyinit(1).
        !           274: <li>Repair timeout computations in atapiscsi(4).
        !           275: <li>Add initial support for DEC Alpha 21264 systems.
        !           276: <li>Bring the alpha port a bit closer to a fully operational console.
        !           277: <li>Support Accton EN2242 MiniPCI Ethernet adapters.
        !           278: <li>Permit O_RDWR on FIFOs to handle legacy applications that depend on it.
        !           279: <li>Add scrollback support to wscons(4) through the vga(4) driver.
        !           280: <li>Color change in wscons(4) vt100 emulation to more closely imitate PCVT.
1.695     jason     281: <li>Repair overriding of pseudo devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a><br>
                    282:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     283: <li>Accept <b>-inet</b> and <b>-inet6</b> as options for the <b>show</b> command in route(8).
        !           284: <li>Don't reorder keys in ssh-agent(1) upon key removal.
        !           285: <li>Avoid parsing options in ssh(1) if there is an RSA key mismatch.
        !           286: <li>Various cleanups to ftpd(8).
        !           287: <li>In many programs, sync usage() output with their respective man page SYNOPSIS.
        !           288: <li><font color=#e00000><strong>RELIABILITY FIX: The ThunderLAN driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&sektion=4">tl(4)</a>, should not claim all interrupts.</font><br>
        !           289:     <a href="errata.html#tl">A patch is available</a></strong></font>.<br>
        !           290:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
        !           291: <li>In pciide(4), do not map unsafe registers from controllers that require 16-bit I/O space.
        !           292: <li>Import new pckbc(4), pckbd(4), vga(4), pcdisplay(4), and ega(4) drivers for wscons(4).
        !           293: <li>In ftpd(8), assert check_login upon receipt of EPSV/LPSV.
        !           294: <li>Make the aha(4) driver compile without UVM.
        !           295: <li>Enforce non-cacheable device space on real 80386 machines.
        !           296: <li>Add RSA authentication support for SSH2 to OpenSSH.
        !           297: <li>Allow serial mice to work with moused(8) and XFree86 simultaneously.
        !           298: <li>Repair an off-by-one error in ssh-agent(1).
        !           299: <li>Convert some old drivers to the new timeout(9) interface.
1.692     jason     300: <li><font color=#e00000><strong>RELIABILITY FIX: repair AES (rijndael)
1.712     jason     301: kernel support.</strong></font><br>
1.692     jason     302:     <a href="errata.html#rijndael">A patch is available</a></strong></font>.<br>
                    303:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     304: <li>Import PCI support for Alpha EB164 machines.
        !           305: <li>Add bus_space_barrier macros for the powerpc.
        !           306: <li>Endian fixes to the USB code.
        !           307: <li>Better command line parsing in encrypt(1).
        !           308: <li>Numbering fixups in pfkeyv2 to match IANA assignments.
        !           309: <li>Crank maximum mbuf size in ppp(8) in order to handle full-sized HDLC frames.
        !           310: <li>Improve handling of IPv6 Node Information Query packets for better specification conformance.
        !           311: <li>Fix a panic induced by assigning <b>lo0</b> an IPv6 alias.
1.684     deraadt   312: <li><font color=#e00000><strong>IMPLEMENTATION FIX: In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>, fix skey support in SSH1 protocol.<br>
                    313:     <a href="errata.html#sshskey">A patch is available</a></strong></font>.<br>
                    314:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721   ! aaron     315: <li>Deprecate <b>pltime=0</b> in ifconfig(8).
        !           316: <li>Modifications to the ktrace(2) interface to reduce redundancy.
        !           317: <li>Do not advertise dynamic/cloned routes in route6d(8).
        !           318: <li>Allow ping6(8) to send ICMP6 packets smaller than 8 bytes.
        !           319:
1.684     deraadt   320: <li>Correct free-before-reference bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rshd&sektion=8">rshd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rlogind&sektion=8">rlogind(8)</a>.
                    321: <li>Improve queue handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4">gdt(4)</a>.
                    322: <li>New Adaptec FSA RAID driver called <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&sektion=4">aac(4)</a>.
1.689     jason     323: <li>Fix DMA error problems in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4">adw(4)</a>.<br>
                    324:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.684     deraadt   325: <li>If <b>MANPS</b> environment variable is set, the system will also build and install postscript manual pages into /usr/share/man/ps[1-9]/.
                    326: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=date&sektion=1">date(1)</a>, fix an off-by-one error which would happen when changing time over DST.
                    327: <li>Permit <b>-Tps</b> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nroff&sektion=1">nroff(1)</a>.
1.690     jason     328: <li>Make some pfkeyv2 interfaces conform to RFC 2367 numbering.
1.681     deraadt   329: <li>New timeouts in a couple of network drivers.
                    330: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&sektion=8">nfsd(8)</a> from swapping out.
                    331: <li>Use PHOLD/PRELE in various kernel components.
                    332: <li>Buffer overflow fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>.
                    333: <li>Many man page improvements.
                    334: <li>Permit handling more than 6 arguments in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5">hostname.if(5)</a> file.
                    335: <li>kcore handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3">kvm(3)</a> for alpha.
                    336: <li>Update usb code.
                    337: <li>Update alpha architecture support.  A snapshot will come out soon.
                    338: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4">pchb(4)</a>, for Intel random devices, do not busy wait for data.
                    339: <li>Switch amiga to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">uvm(9)</a>.
                    340: <li>Fix amiga pmap module submap allocations.
                    341: <li>Centralized netisr dispatching.
                    342: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> updated.
                    343: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4">aue(4)</a>, fix multicast filter programming.
1.690     jason     344: <li>Repair an uninitialized variable bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a> output.<br>
                    345:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.681     deraadt   346: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcibios&sektion=4">pcibios(4)</a> interrupt setup support for AMD750 chipset.
1.712     jason     347: <li><font color=#e00000><strong>RELIABILITY FIX: In sparc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&sektion=4">zs(4)</a>, when using serial console, the interrupt routine was unable to distinguish it's own interrupts.</strong></font><br>
                    348:     <a href="errata.html#zsconsole">A patch is available</a></strong></font>.<br>
                    349:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.681     deraadt   350: <li>Generate new hashkey every time a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> is brought up.
                    351: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> code to use lower spl.
                    352: <li>Passive FTP support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1">lynx(1)</a>.
                    353: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, downgrade to SSH1.3 if server is SSH1.4.
1.683     jufi      354: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>, do not disable rhosts(rsa) if server port greater 1024.
1.681     deraadt   355: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> Agent forwarding and <b>-R</b> support for SSH2 protocol.
1.687     jason     356: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a> man page repairs.<br>
                    357:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.686     jason     358: <li>In pfkeyv2, send the message to registered promiscuous listeners.<br>
                    359:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.681     deraadt   360: <li>Some minor <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> fixes.
                    361: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> support for the pmax.
                    362: <li>On powerpc, print out the size of the L2 cache size on G3 and G4 machines.
1.680     deraadt   363: <li>2.8 release builds are running, but some of us are already working on post-release hacking.
1.422     deraadt   364: </ul>
                    365: <p>
1.203     deraadt   366:
1.95      deraadt   367: This list mentions mostly platform-independent changes.  For a list of changes
                    368: made in a particular platform, please check the page for that platform.  If you
                    369: find them not listed there, the changes are either (1) not being documented or
                    370: (2) are documented here.<br><br>
1.14      deraadt   371:
                    372: <hr>
1.424     deraadt   373: <p>
                    374: <h3>
1.691     jufi      375: <a href="plus20.html">For changes leading up to OpenBSD 2.0, click here</a>.<br>
                    376: <a href="plus21.html">For changes leading up to OpenBSD 2.1, click here</a>.<br>
                    377: <a href="plus22.html">For changes leading up to OpenBSD 2.2, click here</a>.<br>
                    378: <a href="plus23.html">For changes leading up to OpenBSD 2.3, click here</a>.<br>
                    379: <a href="plus24.html">For changes leading up to OpenBSD 2.4, click here</a>.<br>
                    380: <a href="plus25.html">For changes leading up to OpenBSD 2.5, click here</a>.<br>
                    381: <a href="plus26.html">For changes leading up to OpenBSD 2.6, click here</a>.<br>
                    382: <a href="plus27.html">For changes leading up to OpenBSD 2.7, click here</a>.<br>
                    383: <a href="plus28.html">For changes leading up to OpenBSD 2.8, click here</a>.<br>
1.424     deraadt   384: <br>
                    385: </h3>
                    386:
                    387: <hr>
1.292     pauls     388: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.14      deraadt   389: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.721   ! aaron     390: <br><small>$OpenBSD: plus.html,v 1.720 2001/02/01 02:56:09 jason Exp $</small>
1.14      deraadt   391:
                    392: </body>
                    393: </html>