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

Annotation of www/plus.html, Revision 1.986

1.863     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.424     deraadt     4: <title>OpenBSD-current changes</title>
1.728     horacio     5: <link rev="made" href="mailto:www@openbsd.org">
1.14      deraadt     6: <meta name="resource-type" content="document">
1.716     deraadt     7: <meta name="description" content="OpenBSD-current changes">
                      8: <meta name="keywords" content="openbsd,current,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.939     jcs        10: <meta name="copyright" content="This document copyright 1996-2005 by OpenBSD.">
1.14      deraadt    11: </head>
                     12:
1.728     horacio    13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.14      deraadt    14:
1.828     jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.64      downsj     16: <p>
1.965     pvalchev   17: <h2><font color="#e00000">Changes made between OpenBSD 3.8 and OpenBSD-current</font></h2>
1.863     naddy      18: <hr>
1.14      deraadt    19:
                     20: <p>
1.823     jsyn       21: This is a partial list of the major machine-independent changes
1.602     aaron      22: (i.e., these are the changes people ask about most often).  Port
1.29      deraadt    23: specific changes have also been made, and are sometimes mentioned
1.728     horacio    24: in the pages for the specific <a href="plat.html">platforms</a>.
1.14      deraadt    25:
1.17      deraadt    26: <p>
1.725     naddy      27: Changes to the <a href="ports.html">ports</a> collection are documented
1.747     naddy      28: <a href="portsplus/index.html">here</a>.
1.725     naddy      29:
                     30: <p>
1.863     naddy      31: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    32:
                     33: <p>
1.186     deraadt    34: <h3>
1.846     deraadt    35: For changes in other releases, click below:<br>
                     36: <a href="plus20.html">2.0</a>,
                     37: <a href="plus21.html">2.1</a>,
                     38: <a href="plus22.html">2.2</a>,
                     39: <a href="plus23.html">2.3</a>,
                     40: <a href="plus24.html">2.4</a>,
                     41: <a href="plus25.html">2.5</a>,
                     42: <a href="plus26.html">2.6</a>,
                     43: <a href="plus27.html">2.7</a>,
                     44: <a href="plus28.html">2.8</a>,
                     45: <a href="plus29.html">2.9</a>,
                     46: <a href="plus30.html">3.0</a>,
                     47: <a href="plus31.html">3.1</a>,
1.868     deraadt    48: <a href="plus32.html">3.2</a>,
1.889     david      49: <a href="plus33.html">3.3</a>,
1.916     david      50: <a href="plus34.html">3.4</a>,
1.935     miod       51: <a href="plus35.html">3.5</a>,
1.941     deraadt    52: <a href="plus36.html">3.6</a>,
1.963     deraadt    53: <a href="plus37.html">3.7</a>,
                     54: <a href="plus38.html">3.8</a>.
1.422     deraadt    55: <br>
1.186     deraadt    56: </h3>
                     57:
                     58: <p>
1.863     naddy      59: <h3><font color="#0000e0">We are working on OpenBSD-current.</font></h3><p>
1.847     deraadt    60: <p>
                     61:
1.422     deraadt    62: <ul>
1.986   ! pvalchev   63: <!-- 2005/12/02 -->
        !            64: <li>Fix signal races in  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=event&sektion=3">event(3)</a>.
        !            65: <li>Tweaks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8">apmd(8)</a>'s
        !            66: automatic performance adjustment change (raise when needed) and new -C option
        !            67: to have the old behaviour.
        !            68: <li>Add initial SB Audigy support to
        !            69: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&sektion=4">emu(4)</a>.
        !            70: <li>More forward leaps for OpenCVS.
        !            71: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4">axe(4)</a>,
        !            72: a driver for ASIX AX88772 10/100 ethernet adapters that are similar
        !            73: to the gigabit AX88178.
        !            74: <li>Add -j option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=date&sektion=1">date(1)</a>
        !            75: to suppress setting the clock, but parse the given argument (for format conversion or to test).
        !            76: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1">ssh-keygen(1)</a>,
        !            77: enforce DSA key length to exactly 1024 bits and increase minimum RSA key size
        !            78: to 768 bits.
        !            79: <li>Many <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a>
        !            80: improvements, avoid various false positives.
        !            81: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1">lynx(1)</a>
        !            82: use arc4random(4) instead of other random functions; fix a possible crash.
        !            83: <li>A lot of mvme88k/luna88k improvements and fixes.
        !            84: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a>,
        !            85: fix a bug where lower prioritized hosts would invalidly switch to
        !            86: MASTER for a short time at boot-up.
1.985     pvalchev   87: <!-- 2005/11/27 -->
1.986   ! pvalchev   88: <li>Make a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4">trunk(4)</a> interface's link state depend on the link states of the trunkports and fix a possible crash.
1.985     pvalchev   89: <li>Initial support for ASF in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a> driver.
                     90: <li>Fix interrupt moderation timer frequences for Yukon/Yukon-II cards in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a>.
                     91: <li>Re-introduce debugging aid for queue macros to sys/queue.h, disabled by default.
                     92: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1">xterm(1)</a>
                     93: to version 207.
                     94: <li>Remove kernfs.
                     95: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8">ipsecctl(8)</a>,
                     96: remove old-style keyed sha1/md5 - only hmac-sha1/md5 are supported.
                     97: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a>
                     98: modernizations and infrastructure changes to facilitate its use.
                     99: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a>
                    100: work on big endian architectures.
                    101: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4">ral(4)</a>,
                    102: implement the Adaptive Multi Rate Retry Algorithm (AMRR) for BSS mode and
                    103: other miscellaneous driver improvements.
                    104: <li>Permit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8">apmd(8)</a>
                    105: to run on systems without APM support and let it handle hw.setperf
                    106: manually or dynamically.
                    107: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>,
                    108: fix problem of server looping with "already acking lease" when busy
                    109: With short lease times.
                    110: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>,
                    111: add a printer for IAPP and hostapd(8) messages.
                    112: <li>Many improvements and added features to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.
                    113: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmi&sektion=4">ipmi(4)</a>,
                    114: do extra checks to prevent crashes on machines with a buggy BIOS.
                    115: <li>Move contents of sys/select.h into sys/selinfo.h in preparation for a
                    116: userland-visible sys/select.h in consistence with other systems.
                    117: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esm&sektion=3">esm(3)</a>,
                    118: a driver for Embedded Server Management for Dell PowerEdge servers.
                    119: <li>Perform Kerberos calls even for invalid users to prevent leaking information
                    120: about account validity in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
1.984     pvalchev  121: <!-- 2005/11/21 -->
                    122: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop(4)</a>,
                    123: fix microcode and driver to solve problems with interaction
                    124: with some problematic drives.
                    125: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8">hostapd(8)</a>
                    126: support for multiple hostap (wireless) interfaces.
                    127: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4">rtw(4)</a>.
                    128: add support for GCT GRF5101 based hardware.
                    129: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a>,
                    130: correct a performance bug that remained from the original driver and
                    131: eliminate an unneeded and expensive PCI register write.
                    132: <!-- 2005/11/19 -->
                    133: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> usb,
                    134: add support for ViewSonic Airsync Prism 2.5 USB adapters.
                    135: <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lock&sektion=9">lockmgr(9)</a> kernel mechanism and access curproc directly
                    136: which is simpler and will avoid many bugs in the interface.
                    137: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcap&sektion=3">pcap(3)</a>,
                    138: avoid a memory error that could lead to a crash after a complex bpf filter was specified.
                    139: <li>Add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=onyx&sektion=4&arch=macppc">onyx(4)</a> audio device driver.
                    140: <li>A fix in macppc's i2s audio framework that makes iMac G5 sound work.
                    141: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcap&sektion=3">pcap(3)</a>
                    142: to libpcap-0.9.4's API and update tcpdump accordingly.
                    143: <li>Major improvements to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&sektion=4">aac(4)</a> device driver.
                    144: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a>,
                    145: use sectors as the partition size unit.  Fixes disklabel error messages for devices that have no OpenBSD disklabel and sectorsize larger than 512.
                    146: <li>Introduce new C99 math functions, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lrint&sektion=3">lrint(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lround&sektion=3">lround(3)</a> families.
                    147: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rup&sektion=1">rup(1)</a>,
                    148: sort hosts when specified on the command line as well.
                    149: <li>Fix a buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8">ftp-proxy(8)</a>.
                    150: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4">tun(4)</a>,
                    151: fix automatic device creation so new devices get added to the proper
                    152: interface class group.
1.981     pvalchev  153: <!-- 2005/11/16 -->
1.984     pvalchev  154: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zrc&sektion=4&arch=zaurus">zrc(4)</a> driver on zaurus for the Sharp CE-RH2 remote control.
                    155: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awacs&sektion=4">awacs(4)</a>
                    156: mixer control names.
                    157: <li>Add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pi2c&sektion=4&arch=macppc">pi2c(4)</a>,
                    158: the macppc I2C controller on via-pmu.
1.981     pvalchev  159: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxds&sektion=4">maxds(4)</a>,
                    160: a driver for the maxim ds1631 temperature sensor.
                    161: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcagpio&sektion=4">pcagpio(4)</a>,
                    162: a driver for the philips pca9554 i2c gpio device.
                    163: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8">disklabel(8)</a>,
                    164: fix conversion of K units to handle case of sector size greater than 1024.
                    165: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8">hostapd(8)</a>,
                    166: work towards multiple daemons running on one machine.
                    167: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&sektion=4">admtmp(4)</a>,
                    168: a driver for the adm1030 temperature and fan controller.
                    169: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsl&sektion=4">tsl(4)</a>,
                    170: a driver for the TAOS TSL2560/61 light sensors.
                    171: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brgphy&sektion=4">brgphy(4)</a>,
                    172: add DSP init code for more models (BCM5703 copper) and other revision-specific changes.
                    173: <li>Fix i386's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exp&sektion=3">exp(3)</a>
                    174: implementation for arguments Inf/-Inf.
                    175: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adc&sektion=4">adc(4)</a>,
                    176: a driver for the Analog Devices AD7417/7418 temperature sensor.
                    177: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&sektion=4">maxtmp(4)</a>,
                    178: a driver for the Maxim6690 i2c dual temperature sensor.
                    179: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&sektion=4">bktr(4)</a>
                    180: work on alpha.
                    181: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a>,
                    182: make sure changes made within a single second get taken into account (due
                    183: to the granularity of st_mtime this could misbehave).
1.982     pvalchev  184: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4">ixgb(4)</a>,
1.981     pvalchev  185: a driver for the LR/SR and CX4 Intel 10Gb Ethernet cards.
                    186: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&sektion=4">lmenv(4)</a>,
                    187: a System Hardware Monitor device attaching to the i2c bus on macppc (so far).
                    188: <li>In sendmail's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makemap&sektion=8">makemap(8)</a>,
1.983     otto      189: do not hardwire Tab as delimiter as -t may specify it.
1.981     pvalchev  190: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>,
                    191: add -descr/-description flags to clear interface description.
                    192: <li>Start at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kgdb&sektion=7">kgdb(7)</a>
                    193: support for amd64.
                    194: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4">scsi(4)</a>,
                    195: use 6 byte MODE SENSE commands for ATAPI Tape drives - the specification for them
                    196: is different from other ATAPI devices.
1.980     pvalchev  197: <li>Copy buffer in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a> before handing it to basename(), and improve error checking of snprintfs.
1.978     pvalchev  198: <!-- 2005/11/13 -->
                    199: <li>Add more stat counters to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a>.
                    200: <li>Rework the scsi delay code so attached <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4">umass(4)</a> devices don't freeze the system shortly and also speeds up the scsi probing at boot.
                    201: <li>Add lock code to both <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ses&sektion=4">ses(4)</a> and  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safte&sektion=4">safte(4)</a> to prevent concurrent writes.
                    202: <li>Handle asprintf() failure in krb5 login handler.
                    203: <li>For m68k platforms, compute rough estimate of how much mem uvm_init() will allocate to prevent problems with early pmap inits.
                    204: <li>Provide useful information if the hp300 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=frodo&sektion=4&arch=hp300">frodo(4)</a> driver panics due to looping interrupts.
                    205: <li>Print hp300 HP-IB disk geometry the same way as scsi disk geometries.
                    206: <li>Add support for interface names as host specifications in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8">ipsecctl(8)</a>.
                    207: <li>Fix filedescriptor leak and missing fclose() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccdconfig&sektion=8">ccdconfig(8)</a>.
                    208: <li>No longer require Alpha bootflags to be set to "a" so that "s" can be used to go single-user. Default is multiuser now.
                    209: <li>Add i2cbus to smu and i2c to maciic on the macpcc platform.
                    210: <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac&sektion=8">ac(8)</a> from monthly to weekly in /etc.
                    211: <li>Fix even more memleaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a>.
                    212: <li>Make  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8">ipsecctl(8)</a> handle transport/tunnel mode.
                    213: <li>Add support for VIA Rhine ethernet on macppc GENERIC and RAMDISK kernels.
                    214: <li>Move the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ses&sektion=4">ses(4)</a> code to use sensor kthreads instead of its own.
                    215: <!-- 2005/11/12 -->
                    216: <li>Make sure vax disksystem only touch associated processes of physical buffers.
                    217: <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a>.
                    218: <li>Several rounds of asprintf() replacing malloc()+snprintf().
                    219: <li>For macppc, print available memory at boot the same way as i386/amd64.
                    220: <li>Enable common editing keybindings in mg minibuffer mode.
                    221: <li>Make the Zaurus scan the keyboard more often, from 8 to 20 scans a second.
                    222: <li>in /etc/security, make sure not to scan afs/xfs directories.
                    223: <li>Tweak the timing on Zaurus power button for sleep and safe-shutdown.
                    224: <li>Code added to enable and disable keyclick on attach for sparc/sparc64.
                    225: <li>In exec_elf, let unusual linux binaries run even if all sections are marked writeable.
1.979     pvalchev  226: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maciic&sektion=4&arch=macppc">maciic(4)</a>, an OpenFirmware aware version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iic&sektion=4">iic(4)</a> for macppc.
                    227: <li>Disable TRACE method for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8">httpd</a>, potential security risk and not that useful for debugging.
1.978     pvalchev  228: <li>Use more verbose error messages for the "bogus xmit rate" problem on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath</a>.
                    229: <!-- 2005/11/11 -->
                    230: <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc0</a> on ISA buses until bugs are found, causes too much problems for everyone else.
                    231: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getent&sektion=1">getent(1)</a> added to OpenBSD.
                    232: <li>Make sure libwrap uses correct size when zeroing fd sets.
                    233: <li>Split bios memory map into 4G segments on i386, and ignore parts beyond 4G.
                    234: <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safte&sektion=4">safte(4)</a> over to the new kernel sensors framework.
                    235: <!-- 2005/11/10 -->
                    236: <li>Handle unreadable dirs better in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cp&sektion=1">cp(1)</a>.
1.983     otto      237: <li>Fix for checksum on 64bit arches in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&sektion=1">pax(1)</a> when checking sv4cpio archives.
1.978     pvalchev  238: <li>In the IDE driver, don't fall back to fake geometry if other methods fail.
                    239: <li>dlopen() fixes in ld.so and support for RTLD_NOW added.
                    240: <li>Major splimp to splnet overhaul on various network drivers.
                    241: <!-- 2005/11/09 -->
                    242: <li>Missing cast fixed in ISO9660 code, fixes PR 4480.
                    243: <li>Fix single stepping in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a> for sparc64.
                    244: <li>Allow any PPC instructions in macppc kernels, since we need 64-bit and altivec instructions anyhow.
                    245: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dma&sektion=9">bus_dma(9)</a> support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&sektion=4">san(4)</a>, makes it work on amd64.
                    246: <li>Lots of 'register' cleaning in vfs filesystem code.
                    247: <!-- 2005/11/08 -->
                    248: <li>Add PCI ids for Intel Pro/10GbE CX4 adapters.
                    249: <li>Sync Intel Gigabit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a> driver to v3.2.18.
                    250: <li>Better debug messages for scsi attach messages when size is unavailable.
                    251: <li>Allow ctrl-key patterns in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a> keybind function.
                    252: <li>Fixes to amd64 for upcoming kdgb support.
                    253: <!-- 2005/11/07 -->
                    254: <li>spl fixes and graceful error handling for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&sektion=4">sf(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&sektion=4">tl(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&sektion=4">vge(4)</a>,<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4">vr(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&sektion=4">wb(4)</a>.
                    255: <li>Add bus_dma support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4">de(4)</a>.
                    256: <li>Add LMC cPCI HSSI card support.to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&sektion=4">lmc(4)</a> driver.
                    257: <li>Steal code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> to improve address &amp; mask handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8">ipsecctl(8)</a>.
1.977     cloder    258: <li>Add keyboard bell support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dnkbd&sektion=4&arch=hp300">dnkbd(4)</a> on hp300.
1.978     pvalchev  259: <li>Add bus DMA and big endian support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&sektion=4">lmc(4)</a>.  Enable it on alpha, amd64, macppc, and sparc64 now.
1.977     cloder    260: <li>Add init code for BCM5421 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brgphy&sektion=4">brgphy(4)</a>.
                    261: <li>Fix some resource leaks in error paths in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    262: <li>Fix interrupt handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&sektion=4">trm(4)</a> to avoid "overlapping command attempted" error.
                    263: <li>Fix lots of little issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a> so it handles time jumps gracefully and correctly keeps the candidate list sorted in cost order.
                    264: <li>Bump <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> state, byte, and packet counters to u_int64_t.
                    265: <li>Remove hardcoded key lengths in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> key exchange code, allowing implementation of KEX methods with different hashes (e.g. SHA-256).
                    266: <li>Add the required pieces to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> to support the "filter drop" option.
                    267: <li>TCP sockets now inherit sack_enable from listening socket.  This should allow connections with both SACK and md5 options in SYN.
                    268: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a>, also allow shared libs with paths to use version matching rules, rather than requiring an exact match.
                    269: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> how to parse IPv6 addresses.
                    270: <li>Simplify SCSI delay code so that we can support different delay lengths for different devices in some cases.
                    271: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4">gem(4)</a>, handle TX underrun by resetting the chip.
                    272: <li>Support soft reconfig in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>. On config reload, filter changes in outgoing rules propagate to peers automatically.
1.976     cloder    273: <li>Add basic support for hw.setperf and hw.cpuspeed to change CPU MHz on zaurus.
                    274: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tumbler&sektion=4&arch=macppc">tumbler(4)</a> audio driver for macppc.
                    275: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daca&sektion=4&arch=macppc">aoa(4)</a> audio driver for macppc.
                    276: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daca&sektion=4&arch=macppc">daca(4)</a> audio driver for macppc.
                    277: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcomp&sektion=4">ipcomp(4)</a> support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8">ipsecctl(8)</a>.
                    278: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1">ftp(1)</a> reget of partially downloaded files > 2GB work.
                    279: <li>Audit entire tree for misuse of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=queue&sektion=3">QUEUE(3)</a> macros, and put lots of thought into man pages so we show the exactly correct way to use them.
                    280: <li>Add preliminary powernow support on K8, and improve support on K7.
                    281: <li>Allow Sierra AC710 and AC750 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4">pcmcia(4)</a> wireless devices to attach.
                    282: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a> to attach states to their rules, as long as rulesets are the same.  This makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altq&sektion=9">altq(9)</a> and per-rule settings to play nice with pfsync.
                    283: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a> more stable on hppa.
                    284: <li>Add very basic handling code for MCE and MCA on i386.  This lets the system tell us when something has gone horribly wrong.  amd64 should get this next.
                    285: <li>Fix a race condition in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> between DPD timeouts and exchange timeouts.
                    286: <li>Add support for I2S sound bus on macppc, this will allow us to write audio drivers for new Macs. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snapper&sektion=4&arch=macppc">snapper(4)</a> can use it right now.
                    287: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=art&sektion=4">art(4)</a> link state handling with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4">sppp(4)</a> and get blinkenlights for free.
                    288: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>'s state modulation code with rest of the TCP stack.
                    289: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8">netstart(8)</a>, do not process mygate if using dhcp for ipv4 or rtsol for ipv6.
                    290: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&sektion=1">nc(1)</a> to set ToS bits.
                    291: <li>Revamp interrupt handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a> for better performance.
                    292: <li>Rework multicast group deletion code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a>
                    293: and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4">trunk(4)</a> so it doesn't molest groups
                    294: on parent interface.
                    295: <li>OpenCVS <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcsmerge&sektion=1">rcsmerge(1)</a> is working.
                    296: <li>Improve error reporting and progress meter display in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>.
                    297: <li>Don't treat the processor in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elansc&sektion=4&manpath=OpenBSD+Current&arch=i386">elansc(4)</a>
                    298: as a Pentium when it's a 486.
                    299: <li>Fix RID handling in USB <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a>
                    300: driver that should avoid some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=8">wicontrol(8)</a> errors.
                    301: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmi&sektion=4">ipmi(4)</a> on amd64.
                    302: <li>Add support for VT8237 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&sektion=4">viaenv(4)</a>.
                    303: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a>,
                    304: don't try to match VIA IDE chips as ISA bridges.
                    305: <li>Add ability for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmi&sektion=4">ipmi(4)</a>
                    306: to read power state, chassis intrusion, etc.
                    307: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> channel to
                    308: be changed from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>.
                    309: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">gcc(1)</a>
                    310: how to unwind StackGhost when generating DWARF2 info.
                    311: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smu&sektion=4&arch=macppc">smu(4)</a>
                    312: driver for fan speed control and real time clock on iMac G5's and some PowerMac G5's.
                    313: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>,
                    314: allow dynamic interface group expansion (e.g. "pass to group").
1.975     pvalchev  315: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis(4)</a>,
                    316: do not reset timer while packets are queued for transmission,
                    317: fixes device stalls in certain scenarios.
1.976     cloder    318: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> usb,
1.974     pvalchev  319: fix command/write rid handling which makes scanning work to some
                    320: extent, and improves error reporting.
                    321: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wc&sektion=1">wc(1)</a>,
                    322: add -h option to display human-readable numbers.
                    323: <li>Some safety checks added to queue.h, to avoid accidents on certain
                    324: operations (eg. double list removal) being undetected.
                    325: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>
                    326: use one mbuf tag instead of 6 distinct ones and optimize the
                    327: lookup code, thus helping performance.
                    328: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a>,
                    329: fixup cache line on sii3114 controllers (as on sii3112). Also add VT8251 support.
                    330: <li>Sync with heimdal 0.7.
1.973     pvalchev  331: <li>Add v6 support to
1.974     pvalchev  332: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mygate&sektion=5">mygate(5)</a>.
1.973     pvalchev  333: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1">rcs(1)</a>
                    334: improvements toward GNU compatibility as well as OpenCVS progress.
1.972     pvalchev  335: <li>Many fixes and
                    336: improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>.
                    337: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1">ftp(1)</a>,
                    338: fix mget directory traversal vulnerability, CAN-2002-1345.
                    339: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4">usb(4)</a>,
                    340: make all usb1 controllers sleep until all the usb2 controllers have probed
                    341: and handed over any usb1 devices to the companion.  For example
                    342: this enables usb keyboards to be used before the root is mounted,
                    343: eg. to enter the root device.
                    344: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adjtime&sektion=2">adjtime(2)</a>,
                    345: fix arithmetic overflows which fixes adjusting in the wrong
                    346: direction for large offsets.
                    347: <li>macppc sysctl added to determine whether altivec is available
                    348: on the running CPU, with useful possibilities for applications.
                    349: <li>Beginning of macppc crashdump support added, as well
                    350: as much more macppc SMP progress.
1.971     pvalchev  351: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lge&sektion=4">lge(4)</a>
                    352: driver fixes, which turned it from a completely useless to a working driver,
                    353: now in GENERIC.
                    354: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>,
                    355: add a "best effort" MPLS decoder - since the protocol info is not always available
                    356: in the tag, a "guess" is done.
                    357: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&sektion=9">vfs(9)</a>,
                    358: undo a very old change which was never quite finished, and could
                    359: cause severe corruption in the buffer lists by removing a buffer
                    360: from the hash twice.
                    361: <li>Fix msdos filesystem corruption when moving a directory under
                    362: a new parent.
                    363: <li>Sync to Intel's latest
                    364: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a>
                    365: driver, which adds support for the 82571 and 82572 PCI Express chips.
                    366: <li>Add Spanning Tree Protocol support to
                    367: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcap&sektion=3">pcap(3)</a>.
                    368: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a>,
                    369: use firmware extended scan command (which doesn't crash) and enable
                    370: 802.11a scanning for 2915ABG adapters.
                    371: <li>In ext2fs, use part of the reserved space on the disk inode to scatter
                    372: 16 more bits for the UID/GID, making them 32-bit.
                    373: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>
                    374: undo much more emacs-like and correct.
                    375: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>,
                    376: introduce mknod as a built-in, which has significant speed gains in MAKEDEV.
                    377: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4">cardbus(4)</a>/
                    378: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4">pcmcia(4)</a>
                    379: support for AMD64.
                    380: <li>Add multicast routing to GENERIC, now it can be enabled/disabled
                    381: using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a>
                    382: interface.
                    383: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&sektion=9">vfs(9)</a>,
                    384: make the syncer grab a reference for the vnode it uses, to avoid it from
                    385: being reclaimed while in this sensitive time frame.  This fixes the
                    386: sched_sync: fsync failed panic often seen on MP machines.
                    387: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmi&sektion=4">ipmi(4)</a>,
                    388: a driver for the Intelligent Platform Management Interface, an
                    389: autonomous monitoring and recovery mechanism implemented directly in
                    390: platform management hardware and firmware.
                    391: <li>Bump max array size in
                    392: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>,
                    393: needed for MAKEDEV speed-ups.
                    394: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lndir&sektion=1">lndir(1)</a>,
                    395: ignore the "special" .#* files left over by cvs/emacs.
                    396: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4">ami(4)</a>,
                    397: eliminate possible I/O failures caused by ioctl/raw commands.
                    398: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4">trunk(4)</a>,
                    399: add a simple active "failover" trunk mode.
                    400: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hardclock&sektion=9">hardclock(9)</a>,
                    401: fix a race condition in process exit, which caused freed
                    402: memory to be left referenced in the master kernel timeout worklist,
                    403: leading to a possible uvm_fault crash.
                    404: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4">ral(4)</a>
                    405: and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&sektion=4">ural(4)</a>,
                    406: fix a problem in packet enqueue function which prevented dhcpd to work
                    407: in standalone AP mode (without bridging).
1.970     pvalchev  408: <li>OpenCVS: work keeps going, now with the help of cloudy weather
                    409: in the Caribbean!
                    410: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8">hostapd(8)</a>,
                    411: implement a way to match IEEE 802.11 flooding, which helps detect known
                    412: DoS attacks.
                    413: <li>Beginning stages for macppc G5 support!
                    414: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&sektion=9">vfs(9)</a>,
                    415: sync dirty data when going from read-write to read-only, fixes crashes.
                    416: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm_map&sektion=9">uvm_map(9)</a>,
                    417: grab a fresh page using the uvm_km_page allocator instead of calling panic()
                    418: when running out of static kernel map entries.
                    419: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&sektion=4">umodem(4)</a>,
                    420: add support for nokia 6680 with a ca-42 cable.
                    421: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4">axe(4)</a>,
                    422: enable support for gigabit adapters; only works reliably with USB1 for now.
                    423: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a>
                    424: fixes: fully unload dependant libraries, fixes bug exhibited with gphoto2.
                    425: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a>,
                    426: force takeover of host ports after hibernate/resume, otherwise devices
                    427: will incorrectly attach to the companion controller.
                    428: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4">atw(4)</a>,
                    429: handle needed operations specially to make ADM8211B devices work.
                    430: <li>Only allow root to run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>,
                    431: it's needed for the chroot security.
                    432: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=art&sektion=4">art(4)</a>,
                    433: notify sppp about link state changes, which fixes PPP encoding.
1.967     pvalchev  434: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>,
                    435: remove the very basic rate control implementation and use
                    436: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rssadapt&sektion=9">rssadapt(9)</a> instead.
                    437: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1">ftp(1)</a>,
                    438: add the ability to disable EPSV/EPRT from the command line.
                    439: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4">cd(4)</a>,
                    440: add missing parenthesis which can problems with devices
                    441: not supporting TEST UNIT READY.
                    442: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>
                    443: IPv6 support.
                    444: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a>,
                    445: add initial bits for IBSS support and fix association with
                    446: APs not broadcasting their SSIDs.
                    447: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>
                    448: RFC 2472 compliant and fix various IPv6 problems as well as improve
                    449: radius support.
                    450: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>,
                    451: don't attach unsupported radio chipsets.
                    452: <li>Fix initialisation of net.inet.udp.baddynamic.
                    453: <li>Add amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdc&sektion=4">fdc(4)</a>
                    454: floppy support.
                    455: <li>Correctly close <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raid&sektion=4">raid(4)</a>
                    456: devices which fixes crashes.
                    457: <li>More OpenCVS improvements, RCS keyword expansion now works for
1.969     miod      458: all keywords except &#36;Log&#36;.
1.967     pvalchev  459: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rstatd&sektion=8">rpc.rstatd(8)</a>,
                    460: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yppush&sektion=8">yppush(8)</a>,
                    461: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypserv&sektion=8">ypserv(8)</a>
                    462: to use poll() instead of select().
                    463: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a>,
                    464: rework symbol lookup to more closely match sun's documentation and treat
                    465: dlopens as load groups.  Also cleanly handle the case where a dynamic object
                    466: is opened, but one of it's dependent libraries is missing.  Do not promote
                    467: DT_NEEDED libs to RTLD_GLOBAL when being dlopen'ed.  A few other
                    468: simplifications and behaviour improvements and regression tests to match.
1.966     pvalchev  469: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>
1.967     pvalchev  470: correctly handle loopback interfaces and other fixes.
1.966     pvalchev  471: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2">ptrace(2)</a>
                    472: to follow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2">fork(2)</a>
                    473: with PTRACE_FORK.
                    474: <li>Support ATI IXP 200/300/400 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a> controllers.
                    475: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211_input&sektion=9">ieee80211_input(9)</a> and family,
                    476: replace node hash table with red-black tree.  Fixes some bugs in the node table,
                    477: hash collisions are no longer a possibility, and it simplifies things.
                    478: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mountd&sektion=8">mountd(8)</a>,
                    479: fix a NFS race when mounting filesystems on nfs servers.
                    480: <li>X.Org fix for a buffer overrun observed as a crash by eclipse users,
                    481: also fix a possible integer overflow in pixmap creation code.
                    482: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a>,
                    483: fake geometry for all UMASS devices since it's almost always fictitious,
                    484: reported to fix various devices.
                    485: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&sektion=8">sasyncd(8)</a>,
1.964     pvalchev  486: fix transfers of very large SA/SPD snapshots.
                    487: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xargs&sektion=1">xargs(1)</a>
                    488: POSIX compliant, make it run programs even when zero arguments are specified.
                    489: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4">trunk(4)</a>,
                    490: add multicast, VLAN support and various improvements.
                    491: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4">gem(4)</a>,
                    492: program the MAC address correctly into the card after it has been
                    493: changed, e.g. by
                    494: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=1">ifconfig(1)</a>.
                    495: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shutdown&sektion=2">shutdown(2)</a>,
                    496: return ENOTCONN if a socket is unconnected.
1.966     pvalchev  497: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8">hostapd(8)</a>
1.964     pvalchev  498: to use red-black trees for the node tables instead of hash tables.
                    499: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>,
                    500: fix a possible division by zero.
                    501: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>@pci,
                    502: allocate memory for the right structure, which fixes possible page faults.
1.966     pvalchev  503: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>,
1.964     pvalchev  504: reload sessions every time the capabilities change.
                    505: <li>An <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a>
                    506: fix for a case where free(NULL, ...) was possible and lead to a crash.
                    507: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umidi&sektion=4">umidi(4)</a>,
                    508: fix corruption to multi-byte MIDI messages when a single real time byte is inserted.
                    509: <li>Fix two hppa hardware erratas.
                    510: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1">file(1)</a>
                    511: about the flac audio format.
                    512: <li>Many mvme88k improvements.
                    513: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a>
1.968     espie     514: SusV3-compliant and add various regression tests.
1.964     pvalchev  515: <li>OpenCVS: add support for the CVS/Tag file writing/parsing, fix
                    516: corrupt Entry files, various other improvements.
                    517: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>,
                    518: fix the DIOCCHANGERULE ioctl to properly initialize the NAT table, only
                    519: affects custom programs using this ioctl.
                    520: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a>,
                    521: change matching code to only look at the PCI ID and ignoring the PCI class,
                    522: enabling some mass storage devices to work.
                    523: <li>Many <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>
                    524: improvements including -u option enabled now which automatically will update
                    525: all installed packages.
1.422     deraadt   526: </ul>
                    527: <p>
1.203     deraadt   528:
1.95      deraadt   529: This list mentions mostly platform-independent changes.  For a list of changes
                    530: made in a particular platform, please check the page for that platform.  If you
                    531: find them not listed there, the changes are either (1) not being documented or
                    532: (2) are documented here.<br><br>
1.14      deraadt   533:
                    534: <hr>
1.424     deraadt   535: <p>
                    536: <h3>
1.846     deraadt   537: For changes in other releases, click below:<br>
                    538: <a href="plus20.html">2.0</a>,
                    539: <a href="plus21.html">2.1</a>,
                    540: <a href="plus22.html">2.2</a>,
                    541: <a href="plus23.html">2.3</a>,
                    542: <a href="plus24.html">2.4</a>,
                    543: <a href="plus25.html">2.5</a>,
                    544: <a href="plus26.html">2.6</a>,
                    545: <a href="plus27.html">2.7</a>,
                    546: <a href="plus28.html">2.8</a>,
                    547: <a href="plus29.html">2.9</a>,
                    548: <a href="plus30.html">3.0</a>,
                    549: <a href="plus31.html">3.1</a>,
1.868     deraadt   550: <a href="plus32.html">3.2</a>,
1.889     david     551: <a href="plus33.html">3.3</a>,
1.916     david     552: <a href="plus34.html">3.4</a>,
1.935     miod      553: <a href="plus35.html">3.5</a>,
1.941     deraadt   554: <a href="plus36.html">3.6</a>,
                    555: <a href="plus37.html">3.7</a>.
1.963     deraadt   556: <a href="plus38.html">3.8</a>.
1.424     deraadt   557: <br>
                    558: </h3>
                    559:
                    560: <hr>
1.729     horacio   561: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                    562: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.986   ! pvalchev  563: <br><small>$OpenBSD: plus.html,v 1.985 2005/11/28 01:54:11 pvalchev Exp $</small>
1.14      deraadt   564:
                    565: </body>
                    566: </html>