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

Annotation of www/plus.html, Revision 1.492

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.480     deraadt    48: <h3><font color=#0000e0>OpenBSD 2.6 is in CD production, and will
                     49: be released when the CDs return, which will be before December 1.<p>
                     50: We are working on OpenBSD-current.</font></h3><p>
1.422     deraadt    51: <ul>
1.492   ! deraadt    52: <li>Some overflows in patch(1).
        !            53: <li>Buffer overflow in dnsquery(1).
        !            54: <li>Buffer overflow in error(1).
        !            55: <li>Fix a buffer overflow in dhclient(1).
        !            56: <li>Fix two crashes in awk(1).
        !            57: <li>Fix off-by-one in apply(1).
        !            58: <li>Fix bug in pr(1).
        !            59: <li>Make soft updates mostly work with UVM.
        !            60: <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    61: <li>Remove ctm(1) from the src tree -- look for it in ports now.
                     62: <li>libkvm.old hacks for UVM.
                     63: <li>Fix utmp handling in ftpd(8), for when running in daemon mode.
                     64: <li>More m4 fixes.
                     65: <li>Fix append keyword in dhclient(8).
                     66: <li>Buglet in sort(1).
                     67: <li>DPT SmartCache III/IV SCSI PCI/EISA driver.
                     68: <li>mkisofs 1.11.3
                     69: <li>Fix mangled files for put command in ftpd(8).
                     70: <li><font color=#e00000><strong>RELIABILITY FIX: Be more careful in poll(2).<a href=errata.html#poll>A source patch is available</a></strong></font>.
                     71: <li>ncurses-5.0-19991127
                     72: <li>Enable TI16750 UART support.
                     73: <li>driver for ISA hostess 4-channel serial card.
                     74: <li>Import ssh-askpass into our X11 src tree.
                     75: <li>For i386: Winchip c6 TSC is broken, ignore it.
                     76: <li>Fix descriptor leaks and potential double fclose() calls in skey library code.
                     77: <li>Correct icmp packet length in ipmon(8).
                     78: <li>Remove unused functionality from the i386 pcvt driver.
                     79: <li>Allow machine-dependent code to set the PAGE_SIZE constant, and set it it in MD code if possible -- performance improvement.
                     80: <li>new pthread code.
                     81: <li>Parsing error fix to calendar(1).
                     82: <li>Some more m4 fixes.
                     83: <li>Set SO_REUSEADDR and SO_LINGER on forwarded ports in ssh(1).
                     84: <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>.
                     85: <li>SSH_ASKPASS support in ssh-add(1).
1.490     ian        86: <li>Numerous ssh and sshd improvements... too many to mention.
1.488     deraadt    87: <li>Newer version of the isp(4) driver.
                     88: <li>Fix a bug in rarpd(8).
                     89: <li>Add support for SIGIO to lms(4), pms(4), and mms(4).
                     90: <li>Fix two bugs in info(1).
                     91: <li>select on pipes was broken, and occasionally someone would notice it (in particular rsync).
                     92: <li>Use mkstemp(3) in crontab(1).
                     93: <li>Improve egcs performance.
                     94: <li>Add memconfig(8).
                     95: <li>Add mtrr support from freebsd.
                     96: <li>SSH_CMSG_MAX_PACKET_SIZE support in sshd(8).
                     97: <li>Improve whois(1) even more.
                     98: <li>Many man page fixes.
                     99: <li>sudo 1.6 (BSD licenced now!)
                    100: <li>Fix more m4(1) bugs.
1.487     deraadt   101: <li>In scp(1), do not display banner if process is in the background.
                    102: <li>Permit kernel to compile without FFS once again.
                    103: <li>More links to man pages.
                    104: <li>Bug fixes to rl(4) and tx(4) driver.
1.486     deraadt   105: <li>More ATAPI disk fixes (may come as a patch file later).
                    106: <li>Other misc ssh improvements.
                    107: <li>RSA key fingerprints in the ssh commands.
                    108: <li>Do ANSI cursor save/restore in i386 pcvt driver.
                    109: <li>Fix more m4 bugs; patch for this problem is included in previous m4 errata entry.
                    110: <li>A bit more playing around in sshd to deal with the broken key sizes that Datafellows ssh gives.
                    111: <li>Honour ddb.console in the mac68k port.
                    112: <li>Fix retransmission problem in TCP.
                    113: <li>Improve whois(1) significantly to use *.whois-servers.net.
                    114: <li>In lots of daemons, do not syslog getpeername complaints.
                    115: <li>In ksh(1), quote metacharacters when completing filenames.
                    116: <li>Fix a signal race crash in ksh(1).
                    117: <li>link window(1) with -locurses.
1.485     deraadt   118: <li>top(1) should use stathz, not hz, for calculating process run times.
                    119: <li>Shrink the puc(4) dmesg output.
                    120: <li>Add OSS audio support to the BSD/OS emulation.
1.484     deraadt   121: <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>.
                    122: <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   123: <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   124: <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.481     deraadt   125: <li>Counter overflow fix to scp(1).
                    126: <li>Merge dvdio.h support into cdio.h, and cleanup various unportabile bits.
                    127: <li>Various other ssh cleanups.
                    128: <li>Print all bad options in sshd(8) and ssh(1) before exiting with a failure.
                    129: <li>sshd(8) now has a IgnoreUserKnownHosts flag.
                    130: <li>Optionally run a command in newsyslog(1), instead of sending a signal.
                    131: <li>Some make(1) fixes.
                    132: <li>Improve dhcp integration into the install media.
1.479     deraadt   133: <li>Logging cleanup of ssh.
1.483     deraadt   134: <li>Have sshd check check the user's personal ~/.ssh/known_hosts file.
1.479     deraadt   135: <li><font color=#e00000><strong>NOTE: OpenSSH does not have the ssh 1.2.27 rsa bug</strong></font>.
                    136: <li>Install a shared libperl.
                    137: <li><font color=#e00000><strong>Fix m4, accidentally broken in 2.6. <a href=errata.html#m4>A patch is available</a></strong></font>.
                    138: <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>.
                    139: <li>Add strtok_r(3).
                    140: <li><font color=#e00000><strong>newsyslog race condition fixes. <a href=errata.html#newsyslog>A patch is available</a></strong></font>.
                    141: <li>Various make(1) fixes.
                    142: <li>screen blanker code for the amiga.
                    143: <li>Default network name in wi(4) is "", not "ANY".
                    144: <li>Start of DVD support.
                    145: <li>New sf(4) driver supports Adaptec "StarFire" AIC6915-based Ethernet PCI cards.
                    146: <li>Numerous more ssh and sshd cleanups.
                    147: <li>Slow down ATAPI IDENTIFY (final critical fix which shipped in 2.6).
                    148: <li>Another critical i386 memory allocation fix (shipped in 2.6).
                    149: <li>Critical brooktree driver fix (shipped in 2.6).
                    150: <li>Fix some more atapi bugs (shipped in 2.6).
                    151: <li>Fix byte order bugs in the new wdc/atapi code.
                    152: <li>Sparc uses UVM by default now.
                    153: <li>Allow rarpd(8) to work on aliased interfaces.
                    154: <li>Support multiple enc(4) interfaces.
                    155: <li>Reliability fixes for the ATAPI code (shipped in 2.6).
                    156: <li>New driver: al(4) supports the ADMtek AL981/AN985 PCI ethernet cards.
                    157: <li>Various other ssh and sshd cleanups.
                    158: <li>Add ethernet-IP encapsulation.
                    159: <li>In ssh, use libssl md5 routines instead of our libc routines.
                    160: <li>Disassociate interfaces from ipnat after they've been removed from the interface list.
                    161: <li>Make ASYNC pipes capable of generating SIGIO.
                    162: <li>Emulate FreeBSD F[GS]ETOWN.
                    163: <li>Fix some further ARP problems in bridge(4).
                    164: <li>Fix scp counters for > 1 hour.
                    165: <li>Support LMC1200 in lmc(4).
                    166: <li>Repair multicast routing description block in afterboot(8).
                    167: <li>Support missing tty flags in stty(1).
                    168: <li>libkeynote update.
                    169: <li>Support UVM throughout userland.
                    170: <li>Support for puc(4) (PCI serial/parallel cards).
                    171: <li>Make disklabel.h safe for C++ use.
                    172: <li>Use reference-copies of the mbuf in bridge code again, instead of full copies.
                    173: <li>Make ssh print the correct remote version number.
                    174: <li>Make ssh compile faster by using a library.
                    175: <li>In ti(4), use bus_dma routines instead of uvm_page_alloc_contig.
                    176: <li>Cleanup i386 disktab.
1.422     deraadt   177: </ul>
                    178: <p>
1.203     deraadt   179:
1.95      deraadt   180: This list mentions mostly platform-independent changes.  For a list of changes
                    181: made in a particular platform, please check the page for that platform.  If you
                    182: find them not listed there, the changes are either (1) not being documented or
                    183: (2) are documented here.<br><br>
1.14      deraadt   184:
                    185: <hr>
1.424     deraadt   186: <p>
                    187: <h3>
1.477     deraadt   188: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
                    189: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
                    190: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
                    191: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
                    192: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
                    193: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
                    194: <a href=plus26.html>For changes leading up to OpenBSD 2.6, click here</a>.<br>
1.424     deraadt   195: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
                    196: <br>
                    197: </h3>
                    198:
                    199: <hr>
1.292     pauls     200: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.14      deraadt   201: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.492   ! deraadt   202: <br><small>$OpenBSD: plus.html,v 1.491 1999/12/04 19:57:24 deraadt Exp $</small>
1.14      deraadt   203:
                    204: </body>
                    205: </html>