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

Annotation of www/plus.html, Revision 1.523

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">
                      7: <meta name="description" content="the main OpenBSD page">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
1.59      deraadt    10: <meta name="copyright" content="This document copyright 1996 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.478     deraadt    17: <h2><font color=#e00000>Changes made between OpenBSD 2.6 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
                     21: (ie. these are the changes people ask about most often).  Port
                     22: specific changes have also been made, and are sometimes mentioned
                     23: in the pages for the specific <a href=plat.html>ports</a> if you
1.392     deraadt    24: are interested in further port-specific details.  Many ports
1.29      deraadt    25: have had architecture-specific enhancements relative to NetBSD,
                     26: but when they do not they certainly have plenty of platform-independent
1.490     ian        27: changes, starting with those listed below.
1.14      deraadt    28:
1.17      deraadt    29: <p>
1.185     deraadt    30: Note: <font color=#e00000>Problems for which patches exist are marked in red</font>.
                     31:
                     32: <p>
1.186     deraadt    33: <h3>
1.477     deraadt    34: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
                     35: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
                     36: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
                     37: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
                     38: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
                     39: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
                     40: <a href=plus26.html>For changes leading up to OpenBSD 2.6, click here</a>.<br>
1.424     deraadt    41: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
1.422     deraadt    42: <br>
1.186     deraadt    43: </h3>
                     44:
                     45: <hr>
1.280     deraadt    46:
1.186     deraadt    47: <p>
1.496     csapuntz   48: <h3><font color=#0000e0>OpenBSD 2.6 is now available for purchase.<p>
1.480     deraadt    49: We are working on OpenBSD-current.</font></h3><p>
1.422     deraadt    50: <ul>
1.523   ! deraadt    51: <li>Fix a pipe close race in sshd(8).
        !            52: <li>Fix a panic in ibcs_compat(8) emulation code.
        !            53: <li>Make P_tmpdir point to /tmp, not /var/tmp.
        !            54: <li>Attempt to handle corrupt inetd.conf files better.
        !            55: <li>Try to fix the uio hog problem.
        !            56: <li>Fix STAT in ftpd to be RFC959 compliant.
        !            57: <li>Optimized kernel fdalloc()
        !            58: <li>Add some missing linux_compat(8) emulation routines.
        !            59: <li>Move kernel crypto code to /sys/crypto
        !            60: <li>Many ppp(8) fixes.
        !            61: <li>Some libc_r fixes.
        !            62: <li>mg(1) version 2a added to the source tree, and we are fixing many things in it.
        !            63: <li>Fix an entropy-robbing bug in the ssl(8) libcrypto.
        !            64: <li>Change wicontrol(8) so that multiple parameters can be set at the same time.
        !            65: <li>Add -m parameter to strings(1).
        !            66: <li>Add getifaddrs(3).
        !            67: <li>Permit enlarging of msgbuf on the various architectures.
        !            68: <li>On sun4m machines, replace .{u,}{mul,div,mod} functions with faster versions using the new sun4m instructions.  A very significant performance improvement.
        !            69: <li>Add fseeko(3) and ftello(3) interfaces.
        !            70: <li>Two TCP SACK fixes -- SACK now appears to be completely reliable.
        !            71: <li>Optimize bridge(4) code by allocating less mbufs.
        !            72: <li>Fix alignment fault in amd(8) on the alpha.
        !            73: <li>Add support for ses(4) devices, and the sesd(8) tools for probing.
        !            74: <li>Add support for 12160 (Ultra3) in isp(4).
        !            75: <li>Buffer overflows in mopd(8)
        !            76: <li>Complete hypersparc support.
        !            77: <li>Link sparc boot and bootxx bootblocks at different addresses; repairs booting on the hypersparc.
        !            78: <li>update to latest KTH kerberosIV 1.0
        !            79: <li>Update to newer compile_et(1).
        !            80: <li>Full support for serial console on the i386, see boot(8).
        !            81: <li>Support PPPoE in tcpdump(8).
        !            82: <li>Fix alignment problem for ancillary data; affected 64 bit machines.
        !            83: <li>Do not call sleep(3) in rcmd(3).
        !            84: <li>On sparc, avoid flushing unmapped memory from the cache in dvma_mapout().
        !            85: <li>ipf 3.3.9
        !            86: <li>Move smrsh(8) to /usr/libexec.
        !            87: <li>Add traceroute6(8).
        !            88: <li>Use extents instead of rmaps to manage sparc dvma space.
        !            89: <li>Have extent_alloc_subregion() also handle an alignment offset.
        !            90: <li>More fixes to xl(4) for non-MII cards.
        !            91: <li>In sshd(8), move XAUTHORITY to a subdirectory, fixing security issues.
        !            92: <li>Handle directly connected lines better in pppd(8).
        !            93: <li>Y2K repairs in cvs(1).
        !            94: <li>Let weak symbols take precedence over second hand symbols in ld(1).
        !            95: <li>wx(4) driver supporting the Intel 82452 gigabit ethernet card.
        !            96: <li>Support hundreds of interfaces in dhclient(8) and dhcpd(8).
        !            97: <li>texinfo 4.0
        !            98: <li>Split i386 memory &lt;16MB into it's own freelist, permitting large memory machines to work better.
        !            99: <li>New fhopen(2), fhstat(2), and fhstatfs(2) system calls to easier support userland filesystems.
        !           100: <li>Support newer LVD models in the ncr(4) driver.
        !           101: <li>gdt(4) driver for the ICP-Vortex RAID card series.
        !           102: <li>Update to FreeBSD newfs_msdos(8), which can support hard drives too
        !           103: <li>New OpenBSD <a href="art.html">art page</a>.
        !           104: <li>Updates to the lmc(4) device driver.
        !           105: <li>uaudio(4) support.
        !           106: <li>ti(4) also supports Farallon PN9000SX.
        !           107: <li>ncurses-5.0-20000205
        !           108: <li>adw(4) now supports Advansys U2W scsi cards.
        !           109: <li>Further sparc pmap improvements.
        !           110: <li>Allow ssh-keygen to be used for generating signatures of any ssh control file.
        !           111: <li>In sparc port, handle SM30 specially because it starts up with the cache running.
        !           112: <li>import usbdevs(8).
        !           113: <li>When handling an apm suspend, power down pcmcia devices; when unsuspending, power them back up.  Very nice.
        !           114: <li>Rewrite makewhatis(8) in perl(1).
        !           115: <li>Deal with empty path element in LD_LIBRARY_PATH variable.
        !           116: <li>On i386 prevent overflow in computation of buffer cache limitation, thus supporting machines with lots of memory.
        !           117: <li>Hardware encryption support added to wi(4) (the wavelan driver).
        !           118: <li>Performance optimizations to m4(1).
        !           119: <li>Fix a panic in nfs.
        !           120: <li>Have mkdir -m support sticky and setuid bits.
        !           121: <li>Support -R flag in rtadvd(8).
        !           122: <li>Without a subcommand, have atactl(8) assume that the "identify" command is implied.
        !           123: <li>Workaround in ftp(1), for Y2K broken ftp servers that return 19100 for the year. Remind is this is here in the year 19098, ok?
        !           124: <li>ipf 3.3.8
        !           125: <li>Fix a pty close race in sshd(8).
        !           126: <li>Arrange so that dhclient(8) does not update /etc/resolv.conf if no DNS information is found.
        !           127: <li>isakmpd update
        !           128: <li>Support 93C66 and 93C56 SEEPROM chips (used by more modern ahc(4) cards).
        !           129: <li>Fix a number of bugs in fsplit(1).
        !           130: <li>Use ed(1) in /etc/rc, since grep(1) is in /usr.
        !           131: <li>i386 now runs libkvm instead of libkvm.old.
        !           132: <li>Add a dmesg alias to the install media.
        !           133: <li>In gcc, add an i386 specific peephole optimization for stack adjustment.
        !           134: <li>Fix some APM version 1.2 issues, thus making IBM Thinkpads work.
        !           135: <li>On the i386, now use the memory map information supplied by the bootblocks.
        !           136: <li>Use alloca(3) instead of malloc(3) in execl(3) and execle(3), so that they are vfork(2) safe.
        !           137: <li>sudo 1.6.2p1
        !           138: <li>Arrange so that sshd(8) does not do port forwarding until shell successfully starts.
        !           139: <li>Repair a stupid cache-lockdown bug in the sparc pmap.
        !           140: <li>Repair memory leak in freeaddrinfo(3).
        !           141: <li>Significant code shrinkage in ipsec(4), as most AH and ESP code starts sharing more subfunctions.
        !           142: <li>Enable ipv6 support in rsh(1), rlogin(1), rshd(8), and rlogind(8).
        !           143: <li>Fix rcmd(3), iruserok(3), and ruserok(3) to be IPv6 capable, also add more address family indepedent routines: rcmd_af(3) and iruserok_sa(3).
        !           144: <li>Handle MVME1x2 boards with only one ZS serial chip.
        !           145: <li>Avoid some more cache flushes in the sparc pmap module.
        !           146: <li>Handle memory shortage better in yacc(1), closing some memory leaks.
        !           147: <li>Sparc pmap performance improved by optimizing some more pte table walks.
        !           148: <li>isakmpd update
        !           149: <li>Many more man page improvements.
        !           150: <li>More getaddrinfo(3) improvements to further match RFC2553.
        !           151: <li>Add MAC address filtering in the bridge(4) code.
        !           152: <li>Fix timestamp bug in make(1).
        !           153: <li>Apache 1.3.11 + mod_ssl 2.5.0 merge
        !           154: <li>MVME328 scsi card support in mvme68k port.
        !           155: <li>Portable code for handling architectures with backwards-running stacks, like hppa.
        !           156: <li>Fix Y2K non-compliancy in amiga port's clock chip code.
        !           157: <li>some minor repairs to grdc(6).
        !           158: <li>MVME376 ethernet card support in mvme68k port.
        !           159: <li>mvme68k and mvme88k ramdisk repairs.
        !           160: <li>sudo 1.6.2
        !           161: <li>Make application mode arrow keys work in ksh(1).
        !           162: <li>Protocol independence added to bindresvport(3).
        !           163: <li><a href="http://www.openssh.com">OpenSSH</a> version 1.2.2 released.
        !           164: <li>Lots of ipsec pfkey improvements.
        !           165: <li>Repair exception handling in gcc i386 position independent code.
        !           166: <li>ncurses-5.0-20000122
        !           167: <li>Don't allow time to be set far forwards and thus wrap, and a warn for for time reversing if securelevel > 1.
        !           168: <li>Some compat_sunos(8) emulation improvements, particularily for getdents.
1.515     deraadt   169: <li>Various powerpc port fixes -- it is getting close to actually working well.
1.517     ericj     170: <li>Handle SIGINT failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a> better.
1.522     ericj     171: <li>Fix bugs in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=robots&sektion=6">robots(6)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tetris&sektion=6">tetris(6)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grdc&sektion=6">grdc(6)</a> games.
1.517     ericj     172: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&sektion=1">pax(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tar&sektion=1">tar(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpio&sektion=1">cpio(1)</a> deal with files larger than 2 GB.
                    173: <li>Deal with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=3">getcwd(3)</a> returning NULL in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>.
                    174: <li>Rename ip4.allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a> to ipip.allow.  This variable no longer controls any explictly configured IP-over-IP tunnels.
                    175: <li>Deal with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=3">getcwd(3)</a> returning NULL in the supfilesrv.
                    176: <li><font color=#e00000><strong>DRIVER IMPROVEMENT: Intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> cards with nsphy could not negotiate and maintain 100mbit link. <a href=errata.html#nsphy>A source code patch is available</a></strong></font>.
                    177: <li>Fix a buffer overflow in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot_i386&sektion=8">i386 bootblocks</a>!
                    178: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1">vi(1)</a> recover script to use sysopen(), to avoid magic in perl open().
                    179: <li>Fix race condition in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> (only applies to make -j, which noone in OpenBSD ever uses).
1.521     ericj     180: <li>Reduce console loggin in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    181: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd -i</a>.
1.513     deraadt   182: <li><font color=#e00000><strong>SECURITY FIX: Systems with procfs enabled and mounted contain a root hole due to a tricky exploit.<a href=errata.html#procfs>A source code patch is available</a></strong></font>.
1.517     ericj     183: <li>Fix a possible NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&sektion=2">execve(2)</a>.
1.519     ericj     184: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">gcc 2.95.2</a>
1.517     ericj     185: <li>add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rip6query&sektion=8">rip6query(8)</a>.
1.513     deraadt   186: <li>Many man page fixes.
1.521     ericj     187: <li>Change pcvt(4) so that all regular function key presses go to straight to the application.
                    188: <li>Avoid botches in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&sektion=8">mtree(8)</a> introduced from blind replacement of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getwd&sektion=3">getwd(3)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=3">getcwd(3)</a>.
                    189: <li>Disable agent forwarding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> protocol 1.3.
1.512     deraadt   190: <li>Support for another gigabit ethernet card using the alteon chipset.
1.517     ericj     191: <li>Fix a garbage printout in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>.
                    192: <li>Error message repair in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=from&sektion=1">from(1)</a>.
1.512     deraadt   193: <li>Fix fxp+nsphy problems.
                    194: <li>Tons more man page repairs.
1.517     ericj     195: <li>Fix a bug in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipe&sektion=2">pipe(2)</a> system call.
1.521     ericj     196: <li>v6 support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&sektion=1">fstat(1)</a>.
1.512     deraadt   197: <li>Documentation improvements.
1.519     ericj     198: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8">"traceroute -P 41"</a> codepath blocked by inet6 import.
                    199: <li>Another fix improving on the earlier <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtld&sektion=1">ld.so</a> version number fix.
                    200: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> support for L2TP, Mobile IP, BGP, VLAN 802.1q, and INET6.
1.512     deraadt   201: <li>ncurses-5.0-20000115
1.521     ericj     202: <li>Crank pms(4) delay to 4000 for another laptop that takes a long time.
1.512     deraadt   203: <li>Make kernel know about the Coppermine cpus.
                    204: <li>Special case one PCI bridge device... which is not a PCI bridge at all.
                    205: <li>Handle SNAP encapsulated packets for the bridging blocknoip option.
                    206: <li>Improve sparc pte handling for performance.
1.521     ericj     207: <li>Show blackhole routes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.
1.512     deraadt   208: <li>Fix a Y2001 bug in the hp300 boot code and kernel.
                    209: <li>Update the powerpc code.  UVM kernels do not work yet.
                    210: <li>Avoid touching the sdh register too often during atapi device probe; some devices freak.
1.517     ericj     211: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> fixes.
1.518     ericj     212: <li>Fix an obscure bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&sektion=1">ld(1)</a> that caused it to treat directory names called "lib" differently.
                    213: <li>Y2K fix for a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groff&sektion=1">groff(1)</a> macro.
                    214: <li>Remove gifconfig(8); replaced by syntax in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>.
                    215: <li>Show problematic expressions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a>'s expr error messages.
                    216: <li>Recursion depth control in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4">gre(4)</a>, similar to what is in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a>.
1.512     deraadt   217: <li>Various cleanups are happening to the netipx codebase.
1.511     chris     218: <li>Fix Promise Ultra/66 and SiS 5513 pciide support.
1.518     ericj     219: <li>blocknonip option in if_bridge and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brconfig&sektion=8">brconfig(8)</a>.
                    220: <li>pn(4) cards now use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a>.
                    221: <li>More channel fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
1.512     deraadt   222: <li>XFree86 3.3.6
1.518     ericj     223: <li>Handle glob() return values better in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=restore&sektion=8">restore(8)</a>.
1.512     deraadt   224: <li>Hi/Fn 7751 is the same as the Invertex board, the aeon driver.
1.521     ericj     225: <li>Support command-execution in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5">/etc/hostname.*</a> files, using ! syntax.
1.518     ericj     226: <li>Handle the bootpath properly in sbus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a>.
1.512     deraadt   227: <li>ipsec ingress control.
                    228: <li>Merge IPV6 into the GENERIC kernel.  As far as the kernel is concerned, we are ipv6 ready now.  However, lots of userland changes remain..
1.518     ericj     229: <li>Reduce recursion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a>.
1.511     chris     230: <li>Support Davicom DM910x in if_dc.
1.520     ericj     231: <li>Numerous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">IPSec</a> fixes and enhancements.
1.511     chris     232: <li>Allow aeon driver to match Hi/Fn 7751.
                    233: <li>Fix printing of SAs in route.
1.518     ericj     234: <li>Add ESP/AH statistics to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.
1.511     chris     235: <li>Fix to use network byte order in several places.
                    236: <li>Allow booting from Qlogic isp cards.
                    237: <li>Several IPSec-related sysctls added.
                    238: <li>Various termtypes fixes.
1.519     ericj     239: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncurses&sektion=3">ncurses-5.0-20000108</a>
1.522     ericj     240: <li>Add fake dcphy(4).
1.519     ericj     241: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot_config&sektion=8">UKC</a>, add a timezone command.
                    242: <li>Handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iophy&sektion=4">iophy(4)</a>; broken in 2.6 release.
                    243: <li>Support LBA-mapped extended partitions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8">fdisk(8)</a>.
                    244: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> in IPV6 code.
                    245: <li>Import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4">GRE</a> code.
1.507     deraadt   246: <li>Early check for udp destination port 0.
1.519     ericj     247: <li>Newer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raid&sektion=4">raidframe code</a>.
                    248: <li>userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp 2.26</a>.
1.507     deraadt   249: <li>Make NFS swap devices work once again.
                    250: <li>In the mvme68k port, add support for the '060 based MVME177 card.
1.519     ericj     251: <li>Make some macros in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> special.
                    252: <li>Improve column handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&sektion=1">ls(1)</a>.
                    253: <li>V6 support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1">systat(1)</a>.
                    254: <li><font color=#e00000><strong>Y2K FIX: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a> command was unable to parse some kinds of dates. <a href=errata.html#aty2k>A source code patch is available</a></strong></font>.
                    255: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sleep&sektion=1">sleep(1)</a> for out-of-range values.
                    256: <li>Do not use kvm snooping in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&sektion=8">rtsold(8)</a>.
                    257: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1">ftp(1)</a> URL support accidentally broken by KAME.
                    258: <li>Fix a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8">smtpd(8)</a>.
1.507     deraadt   259: <li>Make ssh IPV6 clean.  KerberosIV only works on a v4 connection.
                    260: <li>Fix mbuf out-of-bounds write which caused great grief for NFSv2 in an INET6 kernel.
1.519     ericj     261: <li>Add rmoption/rmoptions command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a>, thus permitting a config file to include GENERIC and then remove things.
                    262: <li>Various small improvements and fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    263: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3">pthreads(3)</a> handling on the sparc.
1.507     deraadt   264: <li>Using weak symbols, support a real libpthread.
1.519     ericj     265: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mknod&sektion=8">mknod(8)</a> -m option should ignore the umask.
1.507     deraadt   266: <li>More man page cleanups, as always.
1.508     deraadt   267: <li><font color=#e00000><strong>Y2K FIX: A minor problem; the sparc eeprom(8) command is not Y2K compliant. <a href=errata.html#eepromy2k>A source code patch is available</a></strong></font>.
1.507     deraadt   268: <li>Permit midi compilation without other audio code.
1.519     ericj     269: <li><font color=#e00000><strong>Y2K FIX: A minor problem in the logging support for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adduser&sektion=8">adduser(8)</a> command. <a href=errata.html#addusery2k>A source code patch is available</a></strong></font>.
                    270: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a>, permit multiple maxuser definitions.  Newest overrides older ones.
                    271: <li>Use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a> driver instead for a few other tulip-like cards.
                    272: <li>Change libc syslog() code to try to reopen the socket if a send fails.  This handles the case of a restarted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a> better.
                    273: <li>Correct SIGTERM handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a>.
1.507     deraadt   274: <li>ncurses-5.0-20000101
                    275: <li>Permit non-IPSEC kernels to compile.
1.519     ericj     276: <li>Improve argument handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=8">wicontrol(8)</a>.
                    277: <li>Various fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lkm&sektion=4">LKM(4)</a> unloading.
1.507     deraadt   278: <li>Make ld/ld.so search all directories before accepting the best version of a shared library.
                    279: <li>Do in6_if_up() at splsoftnet(), permitting drivers to get interrupts during the processing of their multicast reprogramming.
                    280: <li>Provide sysctl net.inet6.icmp6.nodeinfo to permit admin to enable ICMPv6 node information query if so desired.
                    281: <li>Support various kinds of inet6 entries and in /etc/netstart as well.
                    282: <li>Improve handling of signed math in NFS kernel code.
1.519     ericj     283: <li>Parse /etc/sysctl.conf earlier in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">/etc/rc</a>.
1.507     deraadt   284: <li>Move sysctl to /sbin.
                    285: <li>For other architectures, also check db_panic in kdb_trap().
1.503     deraadt   286: <li>Remove PIC versions of libarch and libresolv from the distribution.
                    287: <li>Correctly copy pkthdr in m_split().
                    288: <li>Fix udp multicast option handling.
1.508     deraadt   289: <li><font color=#e00000><strong>DRIVER IMPROVEMENT: Fix mii autoselect support for 3c900b. <a href=errata.html#3c900b>A source code patch is available</a></strong></font>.
1.519     ericj     290: <li>Fix signed errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1">df(1)</a>.
                    291: <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat -ss</a>.
                    292: <li>Optional swap encryption support in uvm; see new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=options&sektion=4">options(4)</a> page.
                    293: <li>Do not strip international characters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmt&sektion=1">fmt(1)</a>.
1.503     deraadt   294: <li>Initialize lo0 for ipv6 automatically.
1.519     ericj     295: <li>Avoid a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>.
1.503     deraadt   296: <li>Honour the ddb.panic sysctl better.
1.521     ericj     297: <li>Enable scopeid hack in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8">ping6(8)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.
1.503     deraadt   298: <li>Replace NRL get{addr,name}info() with KAME get{addr,name}info() in libc.
                    299: <li>Fix a terminfo problem relating to unset capabilities.
1.519     ericj     300: <li>More ISA PnP NE2000 clones - see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne(4)</a>
1.503     deraadt   301: <li>TCP new reno
                    302: <li>Fix IP multicast kernel panic
1.519     ericj     303: <li>Upgrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=4">ipf(4)</a>, now version 3.3.6
                    304: <li>Major cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>
                    305: <li>3c450-TX HomeConnect, see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a>.
                    306: <li>Add Qlogic 1240/1280 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a>.
                    307: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&sektion=3">curses(3)</a> to ncurses-19991218.
1.501     kjell     308: <li>Speed up blowfish encryption by &gt; 20%.
1.519     ericj     309: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a> changes. Avoid rw_enter panic, coredumps when processing rules.
1.501     kjell     310: <li>Preliminary token ring support.
1.519     ericj     311: <li>Continuing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> improvements.
                    312: <li>Add srcsa, dstsa, clearsa to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>
                    313: <li>New ioctls for binding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4">enc(4)</a> interfaces when bridging.
                    314: <li>Yet more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> cleanup.
                    315: <li>Preserve file flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mv&sektion=1">mv(1)</a>.
                    316: <li>Added the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a> interface for tunnelling IPv4/IPv6. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a>, gifconfig(8).
1.499     kjell     317: <LI>Add more PCMCIA NE2000 devices.
1.519     ericj     318: <LI>Fix and re-enable TCP SACK code. Eliminate TCP_NEWRENO. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=options&sektion=4">options(4)</a>.
1.499     kjell     319: <LI>Continuing IPV6 improvements.
1.519     ericj     320: <LI>Print ipv6 addresses correctly ipsec flows. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.
                    321: <LI><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a> now accepts ipv6 addresses.
1.499     kjell     322: <LI>Improve timeout handling for some ATAPI devices.
1.519     ericj     323: <LI>Add man pages for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">icmp6(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">ip6(4)</a>
                    324: <LI><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8">traceroute(8)</a> fixes. Add -c, -I. Fix -P.
1.499     kjell     325: <LI>Fix multicast kernel panic in ip_output.
                    326: <LI>Add forward reference for sockaddr to netinet/in.h
1.519     ericj     327: <LI>Some game fixes: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fortune&sektion=6">fortune(6)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=robots&sektion=6">robots(6)</a>.
                    328: <LI>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> cleanup.
1.499     kjell     329: <LI>Various IPV6 changes.
1.519     ericj     330: <LI><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmon&sektion=8">ipmon(8)</a> -F now works properly.
                    331: <LI>Import of IPFilter 3.3.5. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a>.
                    332: <LI>Long overdue <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> cleanup.
                    333: <LI><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a> can now use interface names.
1.502     deraadt   334: <LI>Add support for Qlogic 1240 and 1280.
1.499     kjell     335: <LI>Preliminary awi driver code.
1.521     ericj     336: <LI>Fix privilege error in wi(4) driver.
1.519     ericj     337: <li>Replace <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pn&sektion=4">pn(4)</a> driver with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a>.
                    338: <li>Overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ar&sektion=1">ar(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1">cdio(1)</a>.
                    339: <li>Import of IPFilter 3.3.4. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a>.
1.496     csapuntz  340: <li>Changed termcap providers
1.519     ericj     341: <li>Various fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hunt&sektion=6">hunt(6)</a>.
1.496     csapuntz  342: <li>TI TNETE2101 PHY
1.519     ericj     343: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dlfcn&sektion=3">dlfcn(3)</a> prototypes
                    344: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1">awk(1)</a> with June 6, 1999 version
                    345: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a> driver for DEC/Intel 21143 and clones
                    346: <li>Don't use stdio for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getpass&sektion=3">getpass(3)</a>.
1.496     csapuntz  347: <li>Update of PHY subsystem
                    348: <li>Various sparc and i386 pmap fixes for UVM
1.519     ericj     349: <li>Sundance ST201 Ethernet from FreeBSD. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste(4)</a>
1.496     csapuntz  350: <li>IPSec cleanup
1.519     ericj     351: <li>Cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
1.496     csapuntz  352: <li>Lots of UVM work
1.520     ericj     353: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_mfs&sektion=8">MFS</a> unmount race fixes
1.519     ericj     354: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bindresvport_af&sektion=3">bindresvport_af(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rresvport&sektion=3">rresvport(3)</a> APIs to libc.
                    355: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&sektion=3">curses(3)</a> to ncurses-19991211
1.496     csapuntz  356: <li>Overflows in crunchgen
1.519     ericj     357: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chpass&sektion=1">chpass(1)</a> temp file handling
1.496     csapuntz  358: <li>Various soft update fixes
                    359: <li>Integration of KAME IPv6
1.519     ericj     360: <li>Features added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&sektion=1">find(1)</a>.
                    361: <li>Fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap(4)</a> driver
                    362: <li>Overflows is <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=split&sektion=1">split(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jot&sektion=1">jot(1)</a>, ssio, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1">file(1)</a>.
                    363: <li>SiS 900/7016 Ethernet from FreeBSD. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis(4)</a>
                    364: <li>Tape support and major code changes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">atapiscsi(4)</a>.
1.497     kjell     365: <li><font color=#e00000><strong>The third ssh jumbo patch is now available. Numerous (non-security) additions/changes have been made to OpenSSH since the OpenBSD 2.6 release. <a href="errata.html#sshjumbo">A jumbo patch is available which adds many features</a></strong></font>.
                    366: <li><font color=#e00000><strong>The second ssh jumbo patch is now available. Numerous (non-security) additions/changes have been made to OpenSSH since the OpenBSD 2.6 release. <a href="errata.html#sshjumbo">A jumbo patch is available which adds many features</a></strong></font>.
1.519     ericj     367: <li>Some overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&sektion=1">patch(1)</a>.
                    368: <li>Buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dnsquery&sektion=1">dnsquery(1)</a>.
                    369: <li>Buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=error&sektion=1">error(1)</a>.
1.521     ericj     370: <li>Fix a buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>.
1.519     ericj     371: <li>Fix two crashes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1">awk(1)</a>.
                    372: <li>Fix off-by-one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apply&sektion=1">apply(1)</a>.
                    373: <li>Fix bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pr&sektion=1">pr(1)</a>.
1.492     deraadt   374: <li>Make soft updates mostly work with UVM.
1.493     ian       375: <li><font color=#e00000><strong>SECURITY FIX: The USA version of the ssl library package, called sslUSA26, contained buffer overflows. <a href=errata.html#sslUSA>A binary patch is available for people who installed before December 3</a></strong></font>.
1.491     deraadt   376: <li>Remove ctm(1) from the src tree -- look for it in ports now.
                    377: <li>libkvm.old hacks for UVM.
1.519     ericj     378: <li>Fix utmp handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>, for when running in daemon mode.
                    379: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> fixes.
                    380: <li>Fix append keyword in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>.
                    381: <li>Buglet in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&sektion=1">sort(1)</a>.
1.491     deraadt   382: <li>DPT SmartCache III/IV SCSI PCI/EISA driver.
1.521     ericj     383: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkisofs&sektion=8">mkisofs 1.11.3</a>
1.519     ericj     384: <li>Fix mangled files for put command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>.
                    385: <li><font color=#e00000><strong>RELIABILITY FIX: Be more careful in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a>. <a href=errata.html#poll>A source patch is available</a></strong></font>.
1.491     deraadt   386: <li>ncurses-5.0-19991127
                    387: <li>Enable TI16750 UART support.
                    388: <li>driver for ISA hostess 4-channel serial card.
                    389: <li>Import ssh-askpass into our X11 src tree.
                    390: <li>For i386: Winchip c6 TSC is broken, ignore it.
1.520     ericj     391: <li>Fix descriptor leaks and potential double fclose() calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skey&sektion=1">skey(1)</a> library code.
1.519     ericj     392: <li>Correct icmp packet length in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmon&sektion=8">ipmon(8)</a>.
1.491     deraadt   393: <li>Remove unused functionality from the i386 pcvt driver.
                    394: <li>Allow machine-dependent code to set the PAGE_SIZE constant, and set it it in MD code if possible -- performance improvement.
1.519     ericj     395: <li>new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3">pthreads(3)</a> code.
                    396: <li>Parsing error fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calendar&sektion=1">calendar(1)</a>.
                    397: <li>Some more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> fixes.
                    398: <li>Set SO_REUSEADDR and SO_LINGER on forwarded ports in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
1.493     ian       399: <li><font color=#e00000><strong>SECURITY FIX: Limit newaliases run to root and trusted users. <a href=errata.html#sendmail>A source patch is available</a></strong></font>.
1.519     ericj     400: <li>SSH_ASKPASS support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&sektion=1">ssh-add(1)</a>.
                    401: <li>Numerous <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> improvements... too many to mention.
                    402: <li>Newer version of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a> driver.
                    403: <li>Fix a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8">rarpd(8)</a>.
1.521     ericj     404: <li>Add support for SIGIO to lms(4), pms(4), and mms(4).
                    405: <li>Fix two bugs in info(1).
1.488     deraadt   406: <li>select on pipes was broken, and occasionally someone would notice it (in particular rsync).
1.519     ericj     407: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkstemp&sektion=3">mkstemp(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&sektion=1">crontab(1)</a>.
1.520     ericj     408: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">egcs</a> performance.
1.519     ericj     409: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memconfig&sektion=8">memconfig(8)</a>.
1.488     deraadt   410: <li>Add mtrr support from freebsd.
1.519     ericj     411: <li>SSH_CMSG_MAX_PACKET_SIZE support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    412: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&sektion=1">whois(1)</a> even more.
1.488     deraadt   413: <li>Many man page fixes.
1.519     ericj     414: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo 1.6</a> (BSD licenced now!)
                    415: <li>Fix more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> bugs.
                    416: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>, do not display banner if process is in the background.
1.520     ericj     417: <li>Permit kernel to compile without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ffs&sektion=3">FFS</a> once again.
1.487     deraadt   418: <li>More links to man pages.
1.519     ericj     419: <li>Bug fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tx&sektion=4">tx(4)</a> driver.
1.520     ericj     420: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">ATAPI</a> disk fixes (may come as a patch file later).
1.519     ericj     421: <li>Other misc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> improvements.
1.520     ericj     422: <li>RSA key fingerprints in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> commands.
                    423: <li>Do ANSI cursor save/restore in i386 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcvt&sektion=4">pcvt(4)</a> driver.
                    424: <li>Fix more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> bugs; patch for this problem is included in previous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4</a> errata entry.
1.486     deraadt   425: <li>A bit more playing around in sshd to deal with the broken key sizes that Datafellows ssh gives.
1.520     ericj     426: <li>Honour <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4">ddb.console</a> in the mac68k port.
1.486     deraadt   427: <li>Fix retransmission problem in TCP.
1.519     ericj     428: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&sektion=1">whois(1)</a> significantly to use *.whois-servers.net.
1.486     deraadt   429: <li>In lots of daemons, do not syslog getpeername complaints.
1.519     ericj     430: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>, quote metacharacters when completing filenames.
                    431: <li>Fix a signal race crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>.
                    432: <li>link <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1">window(1)</a> with -locurses.
                    433: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a> should use stathz, not hz, for calculating process run times.
1.521     ericj     434: <li>Shrink the puc(4) dmesg output.
1.520     ericj     435: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ossaudio&sektion=3">OSS audio</a> support to the BSD/OS emulation.
1.484     deraadt   436: <li><font color=#e00000><strong>A kernel reliability fix for the alpha. <a href=errata.html#alpha_locore>A patch is available</a></strong></font>.
                    437: <li><font color=#e00000><strong>A kernel reliability fix for all m68k architectures. <a href=errata.html#m68k_locore>A patch is available (which all m68k architectures share)</a></strong></font>.
1.483     deraadt   438: <li><font color=#e00000><strong>Numerous (non-security) additions/changes have been made to OpenSSH since the OpenBSD 2.6 release. <a href=errata.html#ssh>A jumbo patch is available which adds many features</a></strong></font>.
1.482     deraadt   439: <li><font color=#e00000><strong>A kernel reliability fix for the sparc. <a href=errata.html#sparc_locore>A patch is available</a></strong></font>.
1.519     ericj     440: <li>Counter overflow fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>.
1.481     deraadt   441: <li>Merge dvdio.h support into cdio.h, and cleanup various unportabile bits.
1.520     ericj     442: <li>Various other <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> cleanups.
1.519     ericj     443: <li>Print all bad options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> before exiting with a failure.
                    444: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion==8">sshd(8)</a> now has a IgnoreUserKnownHosts flag.
                    445: <li>Optionally run a command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&sektion=1">newsyslog(1)</a>, instead of sending a signal.
                    446: <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> fixes.
1.520     ericj     447: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcp&sektion=8">dhcp</a> integration into the install media.
1.519     ericj     448: <li>Logging cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
1.483     deraadt   449: <li>Have sshd check check the user's personal ~/.ssh/known_hosts file.
1.479     deraadt   450: <li><font color=#e00000><strong>NOTE: OpenSSH does not have the ssh 1.2.27 rsa bug</strong></font>.
                    451: <li>Install a shared libperl.
                    452: <li><font color=#e00000><strong>Fix m4, accidentally broken in 2.6. <a href=errata.html#m4>A patch is available</a></strong></font>.
                    453: <li><font color=#e00000><strong>Users should not be able to change the media configuration of interfaces. <a href=errata.html#ifmedia>A patch is available</a></strong></font>.
1.519     ericj     454: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtok_r&sektion=3">strtok_r(3)</a>.
1.479     deraadt   455: <li><font color=#e00000><strong>newsyslog race condition fixes. <a href=errata.html#newsyslog>A patch is available</a></strong></font>.
1.519     ericj     456: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> fixes.
1.479     deraadt   457: <li>screen blanker code for the amiga.
1.519     ericj     458: <li>Default network name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> is "", not "ANY".
1.479     deraadt   459: <li>Start of DVD support.
1.519     ericj     460: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&sektion=4">sf(4)</a> driver supports Adaptec "StarFire" AIC6915-based Ethernet PCI cards.
1.520     ericj     461: <li>Numerous more <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> cleanups.
1.479     deraadt   462: <li>Slow down ATAPI IDENTIFY (final critical fix which shipped in 2.6).
                    463: <li>Another critical i386 memory allocation fix (shipped in 2.6).
1.521     ericj     464: <li>Critical brooktree driver fix (shipped in 2.6).
1.520     ericj     465: <li>Fix some more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">atapi</a> bugs (shipped in 2.6).
                    466: <li>Fix byte order bugs in the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">wdc/atapi</a> code.
1.479     deraadt   467: <li>Sparc uses UVM by default now.
1.519     ericj     468: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8">rarpd(8)</a> to work on aliased interfaces.
                    469: <li>Support multiple <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4">enc(4)</a> interfaces.
1.520     ericj     470: <li>Reliability fixes for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">ATAPI</a> code (shipped in 2.6).
1.519     ericj     471: <li>New driver: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=al&sektion=4">al(4)</a> supports the ADMtek AL981/AN985 PCI ethernet cards.
1.520     ericj     472: <li>Various other <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> cleanups.
1.479     deraadt   473: <li>Add ethernet-IP encapsulation.
1.520     ericj     474: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh</a>, use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=8">libssl(8)</a> md5 routines instead of our libc routines.
                    475: <li>Disassociate interfaces from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipnat&sektion=8">ipnat(8)</a> after they've been removed from the interface list.
1.479     deraadt   476: <li>Make ASYNC pipes capable of generating SIGIO.
                    477: <li>Emulate FreeBSD F[GS]ETOWN.
1.519     ericj     478: <li>Fix some further ARP problems in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a>.
1.520     ericj     479: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a> counters for > 1 hour.
1.519     ericj     480: <li>Support LMC1200 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&sektion=4">lmc(4)</a>.
                    481: <li>Repair multicast routing description block in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=afterboot&sektion=8">afterboot(8)</a>.
                    482: <li>Support missing tty flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stty&sektion=1">stty(1)</a>.
1.520     ericj     483: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=keynote&sektion=4">libkeynote</a> update.
1.479     deraadt   484: <li>Support UVM throughout userland.
1.519     ericj     485: <li>Support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4">puc(4)</a> (PCI serial/parallel cards).
1.479     deraadt   486: <li>Make disklabel.h safe for C++ use.
1.520     ericj     487: <li>Use reference-copies of the mbuf in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> code again, instead of full copies.
                    488: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh</a> print the correct remote version number.
                    489: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> compile faster by using a library.
                    490: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti(4)</a>, use bus_dma routines instead of uvm_page_alloc_contig.
1.479     deraadt   491: <li>Cleanup i386 disktab.
1.422     deraadt   492: </ul>
                    493: <p>
1.203     deraadt   494:
1.95      deraadt   495: This list mentions mostly platform-independent changes.  For a list of changes
                    496: made in a particular platform, please check the page for that platform.  If you
                    497: find them not listed there, the changes are either (1) not being documented or
                    498: (2) are documented here.<br><br>
1.14      deraadt   499:
                    500: <hr>
1.424     deraadt   501: <p>
                    502: <h3>
1.477     deraadt   503: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
                    504: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
                    505: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
                    506: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
                    507: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
                    508: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
                    509: <a href=plus26.html>For changes leading up to OpenBSD 2.6, click here</a>.<br>
1.424     deraadt   510: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
                    511: <br>
                    512: </h3>
                    513:
                    514: <hr>
1.292     pauls     515: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.14      deraadt   516: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.523   ! deraadt   517: <br><small>$OpenBSD: plus.html,v 1.522 2000/02/03 23:30:25 ericj Exp $</small>
1.14      deraadt   518:
                    519: </body>
                    520: </html>