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

Annotation of www/plus.html, Revision 1.441

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:
                     17: <p>
1.424     deraadt    18: <h2>Changes made between OpenBSD 2.5 and OpenBSD-current</h2>
1.14      deraadt    19:
                     20: <p>
1.29      deraadt    21: This is a partial list of the major machine independent changes
                     22: (ie. these are the changes people ask about most often).  Port
                     23: specific changes have also been made, and are sometimes mentioned
                     24: in the pages for the specific <a href=plat.html>ports</a> if you
1.392     deraadt    25: are interested in further port-specific details.  Many ports
1.29      deraadt    26: have had architecture-specific enhancements relative to NetBSD,
                     27: but when they do not they certainly have plenty of platform-independent
                     28: changes, starting with those listed below..
1.14      deraadt    29:
1.17      deraadt    30: <p>
1.185     deraadt    31: Note: <font color=#e00000>Problems for which patches exist are marked in red</font>.
                     32:
                     33: <p>
1.186     deraadt    34: <h3>
1.424     deraadt    35: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.
1.240     deraadt    36: <br>
1.424     deraadt    37: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.
1.186     deraadt    38: <br>
1.424     deraadt    39: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.
1.280     deraadt    40: <br>
1.424     deraadt    41: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.
1.240     deraadt    42: <br>
1.424     deraadt    43: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.
1.352     deraadt    44: <br>
1.424     deraadt    45: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.
1.419     deraadt    46: <br>
1.424     deraadt    47: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
1.422     deraadt    48: <br>
1.186     deraadt    49: </h3>
                     50:
                     51: <hr>
1.280     deraadt    52:
1.186     deraadt    53: <p>
1.422     deraadt    54: <h3><font color=#0000e0>We are working on OpenBSD-current.</font></h3><p>
                     55: <ul>
1.441   ! deraadt    56: <li>Permit tcpdump(8) of address-less interfaces.
        !            57: <li>ncurses version of tput, finally.
        !            58: <li>Improvements to many pci ethernet drivers.
        !            59: <li>ncurses-5.0-990626
        !            60: <li>Add net_addrcmp(3) to libc.
        !            61: <li>Add getaddrinfo(3), getnameinfo(3), if_indextoname(3), if_nameindex(3), and if_nametoindex(3) to libc.
        !            62: <li>In ksh(1), avoid reusing fd 0-2 even moreso than before, since ksh caches
        !            63: open files.
        !            64: <li>Improved SYSV shared memory support.
        !            65: <li>ESS audio driver.
        !            66: <li>Move sparc bootblocks in memory, because possible kernel sizes have gone up.
        !            67: <li>rangelan2 wireless network pcmcia driver.
        !            68: <li>Split out ipsec crypto transform handling.
        !            69: <li>egcs 990608
        !            70: <li>Return to UDP NFS until TCP NFS is properly fixed.
        !            71: <li>Fix breakpoint continues on the sparc.
        !            72: <li>Constrain strlcat(3) from walking past the specified length.
        !            73: <li>Fixed overflow issue in edquota(8).
        !            74:
        !            75:
        !            76:
1.440     espie      77: <li>Fix PIC label handling code in i386 as(1).
1.439     deraadt    78: <li>ncurses-5.0-990614
                     79: <li>Handle multicast packets in ipf, too.
                     80: <li>pdksh 5.2.13.7
                     81: <li>Improvements to units(1).
                     82: <li>In c++ mode, define NULL to be __null for better type checking.
                     83: <li>Remove TCPCOOKIE stuff, which never worked in differentially SYN-filtering environments.
                     84: <li>In various programs, handle PAGER environment variable according XPG.
                     85: <li>Some large partition fixes in scan_ffs(8).
                     86: <li>Bump maximum number of sockets in X server to 128.
1.438     deraadt    87: <li>Return ICMP_UNREACH_PROTOCOL for unimplemented protocols.
1.436     deraadt    88: <li>Fix an ipsec tdb_delete() bug.
                     89: <li>Replace pipe() in libc and kernel with new version which does the data copy in kernel, making EFAULT possible.
                     90: <li>Do not leak file descriptors in socketpair(2).
1.437     espie      91: <li>Propagate more build variables in the gnu sub-tree.
1.435     deraadt    92: <li>Add struct sockaddr_storage per RFC2553.
                     93: <li>Drop a volatile into the ncr(4) driver; who knows how it worked before.
                     94: <li>Crank sparc DFLDSIZ to 24MB.
                     95: <li>Make adjtime(2) return an EFAULT for a bad olddelta ptr.
                     96: <li>Permit non-broadcast replies in dhclient(8).
                     97: <li>ncurses-4.2-990605
                     98: <li>In sed(1), make 'G' create a newline if the hold buffer is empty.
                     99: <li>Add dot_quad_addr_new() API to libwrap, which uses inet_aton(3) instead of inet_addr(3), and hence can handle masks of 255.255.255.255.
                    100: <li>Sparc cs4231 audio support (SS5 audio).
                    101: <li>Use inet_aton(3) instead of inet_addr(3) in many programs.
                    102: <li>Use mkstemp(3) in httpd(8).
                    103: <li>In the resolver, permit '/' in CNAMES to PTRs, same as forward references permit.
                    104: <li>Use __builtin_next_arg() for va_start(), on i386 and m68k, to handle unaligned stdarg processing.
                    105: <li>Support subject inclusion in vacation(1).
                    106: <li>In ipnat, decode interface aliaseses before hostnames.
                    107: <li>Handle misaligned file struct's coming out of the KERN_FILE sysctl(3) call.
1.434     deraadt   108: <li>More isakmpd(8) improvements.
                    109: <li>Use auto mode by default in ukphy.
                    110: <li>Avoid gcc fixinc (We do not want to run it, and even 1 second of machine time skew would screw up the previous avoidance tactic).
                    111: <li>Another memory leak fix in the ipsec kernel code.
                    112: <li>Change struct statfs use in the kernel, so that mount(8) can print more info.
                    113: <li>For NFSv3, prefer TCP connections.
                    114: <li>Fix a few more mkstemp(3) checks.
1.437     espie     115: <li>Make install(1) compare work for files &gt; 8G in size.
1.434     deraadt   116: <li>Tons of man page improvements.
                    117: <li>For crontab(1) and vipw(8), check file size change as well as mtime to detect change.
                    118: <li>Better headphone/speaker handling in am7930 driver on sparc.
1.433     deraadt   119: <li>Implement DLT_RAW, DLT_SLIP, and DLT_PPP in bpf
                    120: <li>egcs replaces gcc
                    121: <li>Some improvements to the libc_r threading code.
                    122: <li>Further keynote documentation improvements.
                    123: <li>Move bsd.port.mk and friends into the ports tree.
                    124: <li>On hp300, handle hil configuration more robustly.
                    125: <li>Numerous -mandoc man page upgrades.
                    126: <li>Permit mixed PIC/pic relocations on the sparc.
                    127: <li>Change bridge code to use a NETISR.  Significant performance improvement.
                    128: <li>Set close-on-exec flag in vi, on files that are opened.
                    129: <li>*NULL dereference in wall(1).
                    130: <li>Permit threading using libutil/pty.c
                    131: <li>Fix exit code in sa(8).
                    132: <li>Dynamically allocate memory in sort(1), so that -k has no limit.
                    133: <li>Correct handling of out-of-window SYNs in our TCP code.
1.432     deraadt   134: <li>Fix poll(2) return value.
                    135: <li>Add Keynote trust management system.
                    136: <li>Support mac68k Classic II video.
                    137: <li>swapctl(8) and the neccessary kernel support.
                    138: <li>Longer delay in the i386 pms(4) probe routine, for Thinkpads.
                    139: <li>Correct some DTR handling in pccom(4).
                    140: <li>Add <strong>-p</strong> flag to encrypt(1).
                    141: <li>Newer version of bktr(4) driver.
                    142: <li>ncurses-4.2-990516
                    143: <li><font color=#e00000><strong>Correct some realloc(3) misuses in the fts(3) routines.<a href=errata.html#fts>A patch is available</a></strong></font>.
                    144: <li>Add xe(4) xircom ethernet driver.
                    145: <li>Add support for static arp entries that cannot be overwritten.
                    146: <li>Many man page fixes.
                    147: <li>Numerous performance and reliability fixes to isakmpd(8) and IPSEC.
                    148: <li>Some more pthreads fixes.
                    149: <li>Fix blowfish CBC mode.
                    150: <li>Fix some more ipsec and tcp interaction bugs.
                    151: <li>In vmstat(8), increase width of -i field.
                    152: <li>Final unicast check ethernet driver fixes for bridging.
                    153: <li>Fix bounds control in msgs(1).
                    154: <li>Fix 'X' check in gcc printf format checker.
                    155: <li>Fix divide by zero in libcurses.
1.431     deraadt   156: <li><font color=#e00000><strong>A reliability patch for TCP over IPSEC ESP tunnels. <a href=errata.html#ipsec1>A patch is available</a></strong></font>.
                    157: <li>Improvements to the ss(4) driver.
                    158: <li>Fix various endian related problems in nm(1), ranlib(1), strip(1), and size(1).
                    159: <li>Do not rotate kerberos logs using newsyslog.conf
                    160: <li>Fix xxsize() routines so that they do not call xxopen() and xxclose().
                    161: <li>On i386, handle apm segments in low memory.
                    162: <li>Add libcurses++.
                    163: <li>ncurses-4.2-990424
                    164: <li>More improvements to isakmpd(8), and ppp(8).
                    165: <li>In sparc cgsix(4) driver, turn off sync so that monitors will go into standby.
                    166: <li>Various improvements to the xl(4) driver.
                    167: <li>Repair TIOCFLUSH use in telnet(1).
                    168: <li>Fix an unlink related bug in cp(1).
                    169: <li>For sparc, delay in cpu-forced power-down, so that serial port output does not get garbled.
1.430     deraadt   170: <li>Move perl lib files to /usr/libdata/perl5.
                    171: <li>For make(1), permit embedded : or ! in target names.
                    172: <li>Better range checking in inet_addr(3) functions.
                    173: <li>gzip 1.2.4a
                    174: <li>Support Vadem pcmcia controllers.
                    175: <li>Add 3p man page sub-tree for perl pages.
                    176: <li>In ls(1), defer conversion for non-printables till after symbolic link lookup.
                    177: <li>For msdosfs, do not require the boot signatures in a filesystem.
1.428     deraadt   178: <li>Add support for new pipes to fstat(8).
                    179: <li>Newer version of AFS code.
                    180: <li>perl5.005_03
                    181: <li>Y2K improvement in shutdown(8).
                    182: <li>solve blocking daemon problem in ftpd(8).
                    183: <li>Check for failure of strdup(3) in pax(1).
                    184: <li>Greater care in tail(1), when going backwards.
                    185: <li>Add wdt(4) driver for Industrial Computer Source PCI-WDT50x watchdog timers.
1.429     alex      186: <li>Implement <strong>-U username</strong> in ps(1).
1.428     deraadt   187: <li>Add "verbose" command to boot_config(8).
                    188: <li>Check correct argument in sliplogin(8).
                    189: <li>New kernel hashinit().
                    190: <li>More ppp(8) improvements and bug fixes.
                    191: <li>More isakmpd(8) improvements and bug fixes.
1.427     deraadt   192: <li>In calendar(1), fix offset bug for yearly events.
                    193: <li><font color=#e00000><strong>A reliability patch for ext2fs. <a href=errata.html#bmap_trap>A patch is available</a></strong></font>.
                    194: <li>Repair a mis-handling of non-terminated utmp strings in w(1).
                    195: <li>m68k optimized asm version of strlcpy(3).
1.426     deraadt   196: <li>Do not accept incoming packets on a down interface.
                    197: <li>More strict isapnp detection for the isa ep(8) cards.
                    198: <li>kcore handling for the m68k ports.
1.425     deraadt   199: <li><font color=#e00000><strong>A serious reliability patch for the powerpc port, regarding traps and signals. <a href=errata.html#powerpc_trap>Patches are available</a></strong></font>.
                    200: <li>Support power-down mode in the mac68k port.
                    201: <li>Fix a retransmission problem in tcp_newreno.
                    202: <li>Fix a sequence wraparound bug in very large tcp transfers.
                    203: <li>Greater care with arguments in pwd_mkdb(8).
                    204: <li>Support the -susv2 macro in nroff tmac doc-syms.
                    205: <li>Save a copy of the dmesg(8) output in /var/run/dmesg.boot.
1.423     deraadt   206: <li>Improve ddb ps output.
                    207: <li>Repair filesystem mounting failure message in mount_msdos(8).
                    208: <li>Merge IP-in-IP tunnel code so that both MROUTING and IPSEC versions work together, properly.
                    209: <li>Do not let calendar(1) assume that it is run as root.
                    210: <li>Fix /tmp cleanup code in lynx(1).
                    211: <li>Move ipfstat(8) output files to /var/run to avoid a race.
                    212: <li>Reenable TCP_SACK and TCP_FACK, so that development cycle can test them sufficiently.
1.422     deraadt   213: <li>Various man page fixes.
                    214: <li>Various isakmpd(8) fixes and improvements.
                    215: <li>Fix probing of ISA ex(4) cards.
                    216: <li>More amiga keymaps.
                    217: <li>Add yyfix(1), from 4.4BSD.
                    218: <li>Merge mkfifo into mknod, so that mknod ends up having support for the <strong>-p</strong> option.
                    219: <li>Fix a output buffer overflow in msgrcv(2).
                    220: <li>Fix odbm support and permit opening a zero-length hash file.
1.423     deraadt   221: <li>new true awk, April 16 release.
1.422     deraadt   222: <li>Support sparc xbox sbus expansion box.
                    223: <li>Bug fixes to sparc spif(4), hme(4), be(4) drivers.
                    224: <li>Updated distrib/notes which shipped with the 2.5 release.
                    225: </ul>
                    226: <p>
1.203     deraadt   227:
1.95      deraadt   228: This list mentions mostly platform-independent changes.  For a list of changes
                    229: made in a particular platform, please check the page for that platform.  If you
                    230: find them not listed there, the changes are either (1) not being documented or
                    231: (2) are documented here.<br><br>
1.14      deraadt   232:
                    233: <hr>
1.424     deraadt   234: <p>
                    235: <h3>
                    236: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.
                    237: <br>
                    238: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.
                    239: <br>
                    240: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.
                    241: <br>
                    242: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.
                    243: <br>
                    244: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.
                    245: <br>
                    246: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.
                    247: <br>
                    248: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
                    249: <br>
                    250: </h3>
                    251:
                    252: <hr>
1.292     pauls     253: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.14      deraadt   254: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.441   ! deraadt   255: <br><small>$OpenBSD: plus.html,v 1.440 1999/06/17 22:43:22 espie Exp $</small>
1.14      deraadt   256:
                    257: </body>
                    258: </html>