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

Annotation of www/plus.html, Revision 1.1196

1.1092    jj          1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.1045    david       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.1045    david       7: <meta name="description" content="OpenBSD -current changes">
1.1044    deraadt     8: <meta name="keywords" content="openbsd,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.1132    sthen      10: <meta name="copyright" content="This document copyright 1996-2009 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.1044    deraadt    17: <h2><font color="#e00000">OpenBSD -current changelog</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.1127    sobrado    22: (i.e., these are the changes people ask about most often).  Machine
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.863     naddy      27: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    28:
                     29: <p>
1.186     deraadt    30: <h3>
1.846     deraadt    31: For changes in other releases, click below:<br>
                     32: <a href="plus20.html">2.0</a>,
                     33: <a href="plus21.html">2.1</a>,
                     34: <a href="plus22.html">2.2</a>,
                     35: <a href="plus23.html">2.3</a>,
                     36: <a href="plus24.html">2.4</a>,
                     37: <a href="plus25.html">2.5</a>,
                     38: <a href="plus26.html">2.6</a>,
                     39: <a href="plus27.html">2.7</a>,
                     40: <a href="plus28.html">2.8</a>,
                     41: <a href="plus29.html">2.9</a>,
                     42: <a href="plus30.html">3.0</a>,
                     43: <a href="plus31.html">3.1</a>,
1.868     deraadt    44: <a href="plus32.html">3.2</a>,
1.889     david      45: <a href="plus33.html">3.3</a>,
1.916     david      46: <a href="plus34.html">3.4</a>,
1.935     miod       47: <a href="plus35.html">3.5</a>,
1.941     deraadt    48: <a href="plus36.html">3.6</a>,
1.1118    deraadt    49: <br>
1.963     deraadt    50: <a href="plus37.html">3.7</a>,
1.999     deraadt    51: <a href="plus38.html">3.8</a>,
1.1028    deraadt    52: <a href="plus39.html">3.9</a>,
1.1044    deraadt    53: <a href="plus40.html">4.0</a>,
1.1069    deraadt    54: <a href="plus41.html">4.1</a>,
1.1097    deraadt    55: <a href="plus42.html">4.2</a>,
1.1118    deraadt    56: <a href="plus43.html">4.3</a>,
1.1140    deraadt    57: <a href="plus44.html">4.4</a>,
1.1152    deraadt    58: <a href="plus45.html">4.5</a>,
1.1163    deraadt    59: <a href="plus46.html">4.6</a>,
1.1177    deraadt    60: <a href="plus47.html">4.7</a>,
1.1194    deraadt    61: <a href="plus48.html">4.8</a>,
                     62: <a href="plus49.html">4.9</a>.
1.422     deraadt    63: <br>
1.186     deraadt    64: </h3>
                     65:
                     66: <p>
1.1194    deraadt    67: <h3><font color="#0000e0">Changes made between OpenBSD 4.9 and -current</font></h3><p>
1.847     deraadt    68: <p>
                     69:
1.422     deraadt    70: <ul>
1.1196  ! jj         71: <!-- 2011/04/17 -->
        !            72: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> devices from attaching if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a> is disabled in config or ukc.
        !            73: <li>Allow graceful shutdown of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> multiplexing: request that a mux server removes its listener socket and refuse future multiplexing requests.
        !            74: <li>Switched from the old shell script /etc/security to the new Perl script <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a>.
        !            75: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UID version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstab&sektion=5&format=html">fstab(5)</a> by default on install media.
        !            76: <li>Added Wake on LAN support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a>.
        !            77: <li>Fixed an assertwaitok panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a>.
        !            78: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&format=html">ath(4)</a> from increasing if_oerrors for every multicast frame leaving the interface.
        !            79: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a> from warning on unknown DHCP server options unless asked to reject leases with unknown options.
        !            80: <li>Fixed a possible division by zero if a server sends <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a> a broken option.
        !            81: <li>Added -t to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> list-clients.
        !            82: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> character position check.
        !            83: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> construct a better path to the swapdevice.
        !            84: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lround&sektion=3&format=html">lround(3)</a> bugs similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lrint&sektion=3&format=html">lrint(3)</a>.
        !            85: <li>Allow the user to interrupt hppa boot procedure before booting the default kernel as on most architectures.
        !            86: <!-- 2011/04/16 -->
        !            87: <li>Added swap partition entries to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> -F and -f output.
        !            88: <li>Moved the hppa64 FPU state out of hppa64 'struct pcb' like on hppa.
        !            89: <li>Initialize hppa %cr30 for proc0 with the address of proc0 fpstate.
        !            90: <li>Make nextafter(x, y) return y if x equals y.
        !            91: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> speed.
        !            92: <li>Use "aucatN" for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> socket path and "midicatN" for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midicat&sektion=1&format=html">midicat(1)</a>.
        !            93: <li>Added '-F' to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a>. It is the same as '-f' but uses DUIDs when writing the mount point information to the specified file. After every label write, read the label to get current UID info.
        !            94: <li>Removed the AMSG_GETCAP message from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> protocol.
        !            95: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> audio and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midi&sektion=4&format=html">midi(4)</a> backends share the same code to communicate with the server.
        !            96: <li>Allow <tt>isakmpd -v</tt> (verbose logging) to work if any -D option is supplied.
        !            97: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a> output 'starting standard daemons:' to be consistent with the rest.
        !            98: <li>Prevent all archs kernel machine-dependent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disk&sektion=9&format=html">disk(9)</a> subroutines from copying, pasting errors by using 'R(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of what the previous IO was.
        !            99: <li>Initialize <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&sektion=4&format=html">bha(4)</a> variables before use.
        !           100: <!-- 2011/04/15 -->
        !           101: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> pager.
        !           102: <li>Removed a wrong test in hppa longjmp.
        !           103: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> uvm_pageinsert().
        !           104: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a> skip waiting until active channels see their busy bit cleared.
        !           105: <li>Hunt drivers returning incorrect interrupt handlers.
        !           106: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> reprocess the ramqueue when an envelope is reinserted into the ramqueue after a trip to MDA or MTA.
        !           107: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> disk-queue layout in walk_queue().
        !           108: <li>Removed message_id and message_uid from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>. It now has an evpid associated to each delivery message, the evpid is an u_int64_t where the upper 32 bits are the msgid, and the 32 bits are the envelope unique identifier for that message.
        !           109: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iswctype&sektion=3&format=html">iswctype(3)</a> wcwidth() return -1 if the character is not printable. Adapt <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1&format=html">file(1)</a> to this behaviour.
        !           110: <li>Removed dead assignments from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&sektion=4&format=html">ix(4)</a> IPv6 Multicast Listener Discovery.
        !           111: <li>Prevent all kernels <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disk&sektion=9&format=html">disk(9)</a> subroutines from modifying flags used by the buffer cache.
        !           112: <li>Silence <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&sektion=8&format=html">daily(8)</a> errors in the temporary directory cleanup process.
        !           113: <li>Converted the kernel Makefiles to autogenerate dependencies during compilation using the -MD option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cc&sektion=1&format=html">cc(1)</a>, with -MP, -MT, and -MF where needed, converting "make depend" to a no-op.  This increases parallelism when using "make -j" and keeps the dependencies up to date with each compilation automatically.
        !           114: <li>Implemented -MP, -MT and -MF options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> so all platforms can support so-called "advanced automatic dependency generation".
        !           115: <li>Added fsqueue_message_create(), fsqueue_message_commit() fsqueue_envelope_create() and fsqueue_message_purge() to new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> queue API and removed queue_hash().
        !           116: <li>Added support for VIA VT6415 and VX900 IDE to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>.
        !           117: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> use the new fsqueue API everywhere it needs a file descriptor.
        !           118: <li>Added fsqueue_message_fd_r() and fsqueue_message_fd_rw() to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> to obtain a read-only and read/write descriptor to the message file.
        !           119: <li>Added RTL8401E, RTL8102EL, RTL8105E, RTL8168E/8111E-VL to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a>. Corrected definition of RTL8103E.
        !           120: <!-- 2011/04/14 -->
        !           121: <li>Added support for clarkdale Integrated Graphics Device in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&sektion=4&format=html">vga(4)</a>.
        !           122: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&sektion=8&format=html">newsyslog(8)</a> from compressing wtmp by default.
        !           123: <li>Added fsqueue backend to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>. It will implement a filesystem queue.
        !           124: <li>Make hppa locore.S spstrcpy work.
        !           125: <li>Removed pcb_uva from hppa64.
        !           126: <li>Reduced call to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&sektion=4&format=html">wskbd(4)</a> update_leds() to what is necessary.
        !           127: <li>Fixed hppa64 locore.S copy_on_fault by decrementing the stack pointer before restoring the return pointer.
        !           128: <li>Make hppa64 bcopy.S and spcopy.S use 64-bit operations for address manipulation.
        !           129: <li>Correctly load p_addr and avoid trashing the source address in hppa64 bcopy.S and spcopy.S.
        !           130: <li>Modified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4&format=html">sis(4)</a> interrupt handler so it only processes the rings once rather than looping over them until it runs out of work to do.
        !           131: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> sr_raid_start_stop() ignore SCSI start/stop: a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> displine should always reflect the correct status.
        !           132: <!-- 2011/04/13 -->
        !           133: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> use a ram-queue instead of doing a continuous walk on disk-queue.
        !           134: <li>Make spstrcpy() work as it should in hppa64 locore.S.
        !           135: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4&format=html">siop(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsibus&sektion=4&format=html">scsibus(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> in hppa64 GENERIC kernel.
        !           136: <li>Removed noisy debug code from hppa intr.c.
        !           137: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a> dump PFKEY in hexadecimal.
        !           138: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&sektion=8&format=html">sasyncd(8)</a> with NAT/T by making PFKEYv2 export udpencap state of SA to userland.
        !           139: <li>Fixed READ/WRITE confusion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a>.
        !           140: <li>Added support for per-rthread base-offset for the %fs selector on amd64. Added pcb_fsbase to the PCB for tracking what the value for the thread is, and ci_cur_fsbase to struct cpu_info for tracking the CPU's current value for FS.base, then on return to user-space, skip the setting if the CPU has the right value already.  Non-threaded processes without TLS leave FS.base zero, which can be conveniently optimized: setting %fs zeros FS.base for fewer cycles than wrmsr.
        !           141: <li>Replaced NULL by 0 in sparc64 console initialization.
        !           142: <li>Modified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&sektion=4&format=html">ix(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> interrupt handler so it only processes the rings once rather than looping over them until it runs out of work to do.
        !           143: <!-- 2011/04/12 -->
        !           144: <li>No longer special-case NULL as a long for kernel and bootblocks.
        !           145: <li>Replaced NULL by 0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vme&sektion=4&arch=mvme88k&format=html">vme(4/MVME88K)</a>.
        !           146: <li>Fixed uninitialized variable in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccd&sektion=4&format=html">ccd(4)</a>.
        !           147: <li>Avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3&format=html">kvm(3)</a> starvation in UFS because of softdeps waiting on too many mapped buffers and consuming all the available kva mapping buffers.
        !           148: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&sektion=8&format=html">mount(8)</a> work when the device is provided as a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UID.
        !           149: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sosplice&sektion=9&format=html">sosplice(9)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> for TCP.
        !           150: <li>Put the accepted socket of a diverted connection into the routing domain of a connection originator in TCP input. this allows one to query the source rdomain with a SO_RTABLE socket option.
        !           151: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a> exit with 0 instead of 255 on SIGTERM. Fixes bz#1879.
        !           152: <li>Fixed -Wshadow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1&format=html">ssh-keygen(1)</a>.
        !           153: <!-- 2011/04/11 -->
        !           154: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&sektion=1&format=html">as(1)</a> from using NULL for scalar type assignments in vax atof().
        !           155: <li>Fixed SPL handling when PCDISPLAY_SOFTCURSOR is enabled in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&sektion=4&format=html">pcdisplay(4)</a>.
        !           156: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&sektion=1&format=html">man(1)</a> to find the ports/infrastructure manpages by default.
        !           157: <li>Added -s option to detach all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> client attached to a session.
        !           158: <li>Make Xenocara video(1) use VIDIOC_ENUM_FRAMEINTERVALS to get the supported frame intervals and display the frame rates if at least on -v is used. Added new option -R to disable frame rate adjustment.
        !           159: <li>and display the frame rates if at least on -v is used.
        !           160: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> use VIDIOC_ENUM_FRAMEINTERVALS to get the supported frame intervals
        !           161: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> calculate frame data sizes for uncompressed formats instead of believing the hardware (prevent from hardware returning bogus information); make it skip under-sized and over-sized frames; make it check it's using the right parameters.
        !           162: <!-- 2011/04/10 -->
        !           163: <li>Make new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> format the "Block device changes" as it was.
        !           164: <li>Fixed logical bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>.
        !           165: <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a> display glitch leading to crash.
        !           166: <li>Merged viaenv with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viapm&sektion=4&format=html">viapm(4)</a> added support SMBus for VT82C596, VT82C596B, VT82C686A, VT8231 and ACPI timer for all VIA South Bridges.
        !           167: <li>Added support for Zaurus in xkeyboard-config.
        !           168: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> from touching hardware in the detach path when its already gone, but azalia_pci_detach is called if the device could not be initialized.
        !           169: <li>Updated xkeyboard-config to version 2.2.1.
        !           170: <li>Extended amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> memory address space to 36-bit.
        !           171: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&sektion=1&format=html">rdist(1)</a> to handle files larger than 2G. Fixes PR6586.
        !           172: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a> in Xenocara.
        !           173: <li>Fixed bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lrint&sektion=3&format=html">lrint(3)</a>.
        !           174: <li>Replaced NULL by 0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=sparc64&format=html">installboot(8/SPARC64)</a> and in sgi, mips64 machine-dependent code.
        !           175: <!-- 2011/04/09 -->
        !           176: <li>Implemented remaining checks in the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a>.
        !           177: <li>Make amd64 bus_space use a 32 bit I/O port value since 64 bits isn't possible in practice.
        !           178: <li>Replaced NULL by 0 in sgi boot.
        !           179: <li>Repaired a 32-bit truncation in mips64 paddr_t calculation. Fixes Origin 350 boot.
        !           180: <li>Bumped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> buffer-limit default to 20.
        !           181: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a> ignore obsolete option 33 (static route) that was broken.
        !           182: <li>On m68k, m88k and vax cerror.S WEAK_ALIAS does an implicit _C_LABEL().
        !           183: <li>Fixed issues with tabulation and space handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a>.
        !           184: <li>Replaced NULL usage in non-pointer context by 0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a>.
        !           185: <li>Imported xf86-input-synaptics in Xenocara.
        !           186: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> use sitm for italics instead of smso if the terminal supports it.
        !           187: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amdiic&sektion=4&format=html">amdiic(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amdpm&sektion=4&format=html">amdpm(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ichiic&sektion=4&format=html">ichiic(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=piixpm&sektion=4&format=html">piixpm(4)</a> use unique wait channels.
        !           188: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> upper 32 bits are always written to instead of assuming it is 0.
        !           189: <!-- 2011/04/08 -->
        !           190: <li>Use dma_alloc in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> transient management commands.
        !           191: <li>Fixed type of a_syms in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nlist&sektion=3&format=html">nlist(3)</a>: it's an int, not a pointer.
        !           192: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> socket reorder its outgoing messages.
        !           193: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> from doing integer comparison with NULL in alpha parts.
        !           194: <li>Fixed a dma_free() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a> ATA parts.
        !           195: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> raidp/raid6 to make them work with new iopool code.
        !           196: <!-- 2011/04/07 -->
        !           197: <li>Make Xenocara override the new fonts auto-detection code in util-cf-macros.
        !           198: <li>Prevent ports using imake(1) from breaking.
        !           199: <li>Fixed device names in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpitz&sektion=4&format=html">acpitz(4)</a> acpitz_setfan() printf messages.
        !           200: <li>Make hppa64 syscall_return work.
        !           201: <li>Avoid truncating values in mips64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&sektion=9&format=html">pmap(9)</a> format strings.
        !           202: <li>Make sure the ALIGN() macro uses u_long on all platforms for consistency.
        !           203: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a> localhost.cf the same as the prototype but listen on the loopback interface instead of all interfaces.
        !           204: <li>Avoid to use NULL in integer comparison in various places, as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&arch=amd64&format=html">bios(4/AMD64)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxaudc&sektion=4&arch=zaurus&format=html">pxaudc(4/ZAURUS)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxammc&sektion=4&arch=zaurus&format=html">pxammc(4/ZAURUS)</a>, hp300 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=astro&sektion=4&arch=hppa&format=html">astro(4/HPPA)</a>, hppa64 astro, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&arch=i386&format=html">bios(4/I386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vme&sektion=4&arch=mvme88k&format=html">vme(4/MVME88K)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkbc&sektion=4&arch=sgi&format=html">mkbc(4/SGI)</a>, sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&sektion=9&format=html">pmap(9)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbus&sektion=4&arch=vax&format=html">mbus(4/VAX)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4&format=html">adw(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&sektion=4&format=html">sti(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isapnp&sektion=4&format=html">isapnp(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&sektion=4&format=html">inteldrm(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&sektion=4&format=html">uhts(4)</a>, routing sockets, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a>.
        !           205: <li>Avoid using an uninitialized variable when downgrading PIO mode on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> ITExpress chipsets.
        !           206: <li>Synchronized hppa64 apic code with hppa.
        !           207: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&sektion=4&format=html">aha(4)</a> to iopools.
        !           208: <li>Added support for divert-to which provides some benefits over rdr-to in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>.
        !           209: <li>Prevent passing uninitialized variable to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> uvm_km_free().
        !           210: <li>Added initial interrupt handling implementation for hppa64.
        !           211: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> more silent.
        !           212: <!-- 2011/04/06 -->
        !           213: <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> -t option: an empty session name means the current sessions, empty session names and those containing a colon will be forbidden when they are created.
        !           214: <li>Make attaching decision of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpivideo&sektion=4&format=html">acpivideo(4)</a> be based on the same methods than other ACPI drivers.
        !           215: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9&format=html">mbuf(9)</a> from looping endlessly because of IPcomp-quine or IPcomp-IPIP-IPcomp.
        !           216: <li>make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ra&sektion=4&arch=vax&format=html">ra(4/VAX)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtc&sektion=4&arch=vax&format=html">mtc(4/VAX)</a> use bdev_decl() to get block device function prototypes.
        !           217: <li>Fix bug in m88k trap to allow a sanity check in m88110_syscall() to be triggered.
        !           218: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> print a fail message if reload fails.
        !           219: <li>Synchronized hppa64 cpu_match() and cpu_hardclock() with hppa.
        !           220: <li>Fixed installboot with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a>.
        !           221: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&sektion=4&format=html">ips(4)</a> to iopools.
        !           222: <li>Put in the infrastructure for OpenBSD/arm gcc4 support. Not working yet.
        !           223: <li>Added a new serial devid type for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> devices.
        !           224: <li>Moved hppa64 CPL to struct cpu_info.
        !           225: <li>Make callers of machine-dependent disk subroutines check return value against 0 instead of NULL.
        !           226: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> unconditionally print scsi device IDs instead of just when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a> is enabled.
        !           227: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> to filter on the rdomain a packet belongs to.
        !           228: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8&format=html">traceroute(8)</a> with type-of-service setted (-t) display a message if the returned packet has a different tos type.
        !           229: <li>Defined NULL as a void pointer instead of a long integer, as required by Single Unix.
        !           230: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=procmap&sektion=1&format=html">procmap(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&sektion=8&format=html">user(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a>. Use 0 for integers and '\0' for chars instead.
        !           231: <li>Removed NULL usage in non-pointer context in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=keynote&sektion=3&format=html">keynote(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhid&sektion=3&format=html">usbhid(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&sektion=8&format=html">atactl(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=modload&sektion=8&format=html">modload(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&sektion=8&format=html">mount(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcs&sektion=1&format=html">ipcs(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&sektion=1&format=html">kdump(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1&format=html">mail(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oldrdist&sektion=1&format=html">oldrdist(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpcgen&sektion=1&format=html">rpcgen(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xstr&sektion=1&format=html">xstr(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8&format=html">config(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a>,
        !           232: <li>Fixed type error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a> proxy_ftp.
        !           233: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> remove leading and trailing spaces from daemon_flags.
        !           234: <li>Allow softraid crypto discipline to work with bigmem.
        !           235: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> handle bigmem for metadata reads and writes.
        !           236: <!-- 2011/04/05 -->
        !           237: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> enquire against dmaable memory.
        !           238: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4&format=html">siop(4)</a> dma safely to the xs->sense buffer.
        !           239: <li>Fixed test in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> in uvm_pmr_rootupdate().
        !           240: <li>Make space and tab the same for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&sektion=7&format=html">roff(7)</a> on .de macro lines, after the new macro name.
        !           241: <li>Fixed a buffer cache bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&sektion=9&format=html">vfs(9)</a>.
        !           242: <li>Replaced a wrong logical or by a binary or in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uticom&sektion=4&format=html">uticom(4)</a>.
        !           243: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> pf_check_proto_cksum() considering packets with the CSUM_OUT flags set to be ok.
        !           244: <li>Make IPv4 stack do an ICMP checksum if M_ICMP_CSUM_OUT is set.
        !           245: <li>Define M_ICMP_CSUM_{OUT,OK,BAD} in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9&format=html">mbuf(9)</a> header.
        !           246: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> from using em_reset_hw() I/O space on hardware that doesn't handle it.
        !           247: <li>Added wd_hibernate_io(), a standalone disk I/O writer which tries to not damage kernel memory to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a>.
        !           248: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> use iopools.
        !           249: <li>Added a flag to cmd_find_session so that attach-session can prefer unattached sessions when choosing the most recently used.
        !           250: <li>Added icelandic keyboard mapping to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4&format=html">pckbd(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4&format=html">ukbd(4)</a>.
        !           251: <li>Updated xrdb to version 1.0.9. Fixes CVE-2011-0465 to which OpenBSD is not vulnerable.
        !           252: <li>Bind C-u to delete-line in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> vi mode like ksh does.
        !           253: <li>Removed portalfs.
        !           254: <li>Allow GCC2 to be used as a cross compiler from amd64.
        !           255: <li>Added macros for ssm/rsm in hppa64.
        !           256: <li>Implemented syscall_return in hppa64.
        !           257: <li>Added IPv6 ACK prioritization in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
        !           258: <li>Moved hppa64 PSW in struct cpu_info and ensure the kernel leave interrupts disabled when switching to virtual mode in the trap handler.
        !           259: <li>Added set_tid_address() syscall to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a>.
        !           260: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> PID fetching.
        !           261: <li>Fixed bug to enable splower() and splraise() in hppa64.
        !           262: <li>Allow userland to inform connection to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=html">vscsi(4)</a> is lost instead of failing it.
        !           263: <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhid&sektion=3&format=html">usbhid(3)</a>.
        !           264: <li>Allow sgi IP27 kernel to pick memory from a different <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xbow&sektion=4&arch=sgi&format=html">xbow(4/SGI)</a> node than the one it booted from.
        !           265: <li>Reworked the way <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> paths between <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a> capable devices and the kernel are managed.
        !           266: <li>Improved handling of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&sektion=9&format=html">vnode(9)</a> vop_default struct in all file systems.
        !           267: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=1&format=html">printf(1)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=echo&sektion=1&format=html">echo(1)</a> to handle case where daemon_flags is '-n'.
        !           268: <li>Make hppa64 locore.S save and restore the PSW value when making a PDC call, rather than blindly reloading from kpsl and enable wide mode for PSW defaults.
        !           269: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_freebsd&sektion=8&format=html&manpath=OpenBSD+4.9">compat_freebsd(8)</a>.
        !           270: <li>Added a SCSI probe routine to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> so it can reject high luns when the midlayer is probing, rather than every time it issues an io.
        !           271: <li>Prevent potential problems with dma in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a>.
        !           272: <li>Fixed wrong m_dup_pkthdr() behaviour with M_WAITOK passing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9&format=html">mbuf(9)</a>.
        !           273: <li>Added ',' command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> to display numbers with thousands separators and to switch the ifstat view to Bits/s.
        !           274: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> argument list.
        !           275: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xbow&sektion=4&arch=sgi&format=html">xbow(4/SGI)</a> rely on dma_constraints range and removed ATE code.
        !           276: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a> log the SessionName to easily understand which session caused a problem.
        !           277: <li>Added AI_FQDN flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3&format=html">getaddrinfo(3)</a>.
        !           278: <!-- 2011/04/04 -->
        !           279: <li>Turned macros into functions in IPv4 TCP input code and save more than 1400 bytes from the kernel on amd64.
        !           280: <li>Make sure i386 clear upper bits of the segment selectors in ddb_regs before entering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> so that "show registers" display sane values.
        !           281: <li>Moved tcp segments flushing from tcp_reass() to its own function: tcp_flush_queue.
        !           282: <li>Added linux_sys_{g,s}et_set_thread_area() support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a>.
        !           283: <li>Correctly inherit and set the watermarks on socketbuffers. This fixes NFS problems and ensures that accepted sockets have correct socketbuffer setting.
        !           284: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9&format=html">mbuf(9)</a> leaks in socket buffer.
        !           285: <li>Use routing socket m_copyback() return value to detect failure.
        !           286: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcswidth&sektion=3&format=html">wcswidth(3)</a> return -1 in case of unprintable character.
        !           287: <li>Cleaned up protocol checksums in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, IPv4 and MPLS.
        !           288: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> reset time per frame to the default when the time per frame is setted to zero as the v4l2 spec says, instead of returning EINVAL.
        !           289: <li>Make mips64 correctly disassemble triadic version of {d,}m[ft]c instructions found on more and more mips64 processors.
        !           290: <li>Saved the IPv4 stack from a few unneeded IP header pull ups.
        !           291: <li>Prevent IPv4 stack from accepting ICMP redirects when acting as a router as it is done in IPv6 stack.
        !           292: <li>Removed useless check from MPLS.
        !           293: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4&format=html">gre(4)</a> work between systems in the same LAN.
        !           294: <li>Prevent double free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9&format=html">mbuf(9)</a>.
        !           295: <li>Added another bpf hook in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> carp_input to catch multicast and broadcast packets too.
        !           296: <li>Make Arla AFS NPPFS use alra_warnx instead of arla_warn is there is no errno to pass.
        !           297: <li>Removed useless ip checksums from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
        !           298: <li>Removed unneeded <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4&format=html">bridge(4)</a> check in IP checksum handling.
        !           299: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_msdos&sektion=8&format=html">mount_msdos(8)</a> to mount with option 'async'.
        !           300: <li>Moved P_EXEC flag from struct proc to process, so that setpgid() will fail regardless of which rthread calls execve().
        !           301: <li>Removed COMPAT_047 from GENERIC kernel.
        !           302: <li>In libc, moved __cerror to ___cerror with a weak alias so that rthreads can override it.
        !           303: <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> warning in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a>.
        !           304: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a> -q options instead of >/dev/null 2>&1 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a>.
        !           305: <li>Changed some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> structs flag from ints to chars to make the structs smaller.
        !           306: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> disallow swapping to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a> devices and return ENOTSUPP to userland.
        !           307: <li>Added a new, unified allocator of kernel memory in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a>.
        !           308: <li>Clean up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a>.
        !           309: <li>Added a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3&format=html">sysctl(3)</a>: kern.pool_debug which enable or disable POOL_DEBUG on the fly. Still defaults to on on -current.
        !           310: <li>Prevent a userland action to changed size of a closed half socket.
        !           311: <li>Prevent IPv6 input functions from enqueueing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9&format=html">mbuf(9)</a>s on sockets marked as SS_CANTRCVMORE.
        !           312: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aps&sektion=4&format=html">aps(4)</a> work on boot or resume.
        !           313: <li>The backplane version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> 82575EB has no link state. It's always up.
        !           314: <!-- 2011/04/03 -->
        !           315: <li>Increased <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a> timeout on I/O from 10s to 45s. This gives loongson enough time to wake up on resume.
        !           316: <li>Enabled the use of all the memory found on sgi IP27 and IP30 kernels.
        !           317: <li>Added a consistency check in sgi <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dma&sektion=9&format=html">bus_dma(9)</a> for the value returned by pmap_extract() against the dma_constraints range in _dmamap_load_buffer.
        !           318: <li>Make sure sgi dma_constraint is listed in uvm_md_constraints[] when it does not span the whole physical address space for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> pmemrange to operate correctly.
        !           319: <li>In octeon and sgi make sure resetting mtx_lock in mtx_lock is the last operation on the struct mutex.
        !           320: <li>Added helper functions for suspend in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a>: allow reclaiming pages from all pools, allow zeroing all pages. Not called yet.
        !           321: <li>Call setlocale() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hexdump&sektion=1&format=html">hexdump(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> to avoid display glitches in UTF-8 locales.
        !           322: <li>Prevent libc locale from filling the ctype tab with Latin-1 information in UTF-8 locales.
        !           323: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_ntfs&sektion=8&format=html">mount_ntfs(8)</a> handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UIDs.
        !           324: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> safer to use with bigmem by using dma_{alloc,free} for I/O.
        !           325: <li>Allow a desync to happen in a routing socket buffer when it becomes full rather than continually retrying until space becomes available.
        !           326: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioprbs&sektion=4&format=html">ioprbs(4)</a> use iopools.
        !           327: <li>Allow kernel printfs to go to console if in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> instead of being redirected to xconsole.
        !           328: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncrscsi&sektion=4&arch=mac68k&format=html">ncrscsi(4/MAC68K)</a> use iopools.
        !           329: <li>Prevent the network stack from enqueueing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9&format=html">mbuf(9)</a>s on sockets marked as SS_CANTRCVMORE, as was done for routing sockets.
        !           330: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">ipsec(4)</a> from relying on implicit net/route.h inclusion via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
        !           331: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4&format=html">twe(4)</a> use iopools.
        !           332: <li>Fixes display glitches occurring during virtual terminal switches with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&sektion=4&format=html">pcdisplay(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&sektion=4&format=html">vga(4)</a>.
        !           333: <li>Moved PPWAIT flag from struct proc to process,so that rthreads in a vforked child behave correctly in most architectures machine-dependent code.
        !           334: <li>Use uvm_pmr_isfree() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> when DEBUG is defined.
        !           335: <li>Allow allocation in inet 6 in6_update_ifo() to wait.
        !           336: <li>Make ATA in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a> safer with bigmem.
        !           337: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spc&sektion=4&arch=luna88k&format=html">spc(4/LUNA88K)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mesh&sektion=4&arch=macppc&format=html">mesh(4/MACPPC)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&sektion=4&format=html">aic(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&sektion=4&format=html">bha(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&sektion=4&format=html">oosiop(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&sektion=4&arch=i386&format=html">uha(4/I386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sea&sektion=4&arch=i386&format=html">sea(4/I386)</a> use iopools.
        !           338: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bce&sektion=4&format=html">bce(4)</a> to run properly on systems with more than 1GB of physical memory and re-enable it on i386 and amd64 GENERIC and RAMDISK_CD kernels.
        !           339: <li>Hide the cursor during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tetris&sektion=6&format=html">tetris(6)</a>
        !           340: <!-- 2011/04/02 -->
        !           341: <li>Removed the AMD GART based iommu code.
        !           342: <li>Make  Fujitsu MB89352 SCSI devices use iopools on hp300.
        !           343: <li>Enabled bigmem by default on amd64.
        !           344: <li>Updated xorg-cf-files to version 1.0.4.
        !           345: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> from deferring packets for states with NOSYNC set.
        !           346: <li>Set dma pools to IPL_VM.
        !           347: <li>Moved P_SUGID and P_SUGIDEXEC from struct proc to process. Ensures checks are done even from an rthread.
        !           348: <li>memory that the buffer cache will attempt to use.
        !           349: <li>Constrain <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&sektion=9&format=html">vfs(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> buffer cache to use only the dma reachable region of memory. With this change bufcachepercent will be the percentage of dma reachable
        !           350: <li>Added stat counters to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> lookup agent.
        !           351: <li>Make sure that amd64 physical addresses for dma are below the top of the dma constraint range and panic if they are not.
        !           352: <li>Removed obsolete vnode_if.* files from kernel.
        !           353: <li>Updated the xserver to version 1.9.5.
        !           354: <li>Improved DNAME handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> resolver.
        !           355: <li>Removed buffer queues from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a> since the disk that houses the image backing the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a> also has a bufq.
        !           356: <li>Make ATA to SCSI translation layer safer to use with bigmem.
        !           357: <li>Removed the possibility to set the link 1 flag on an inet 4 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lo&sektion=4&format=html">lo(4)</a>.
        !           358: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a> correctly handle data underruns. Makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ses&sektion=4&format=html">ses(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safte&sektion=4&format=html">safte(4)</a> and lun probes work.
        !           359: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> count the number of physical pages within a memory range.
        !           360: <li>Added support for pppx interfaces instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4&format=html">tun(4)</a> interfaces in npppd.
        !           361: <li>Added the local ip address to PIPEX session request ioctl so npppd can tell it to the kernel.
        !           362: <!-- 2011/04/01 -->
        !           363: <li>Improved libXi client/server endianness difference handling.
        !           364: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yacc&sektion=1&format=html">yacc(1)</a> use some of its unused free functions.
        !           365: <li>Fixed error handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a>, and keep track of which pages need to freed.
        !           366: <!-- 2011/03/31 -->
        !           367: <li>Fixed wrong frame interval return value in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
        !           368: <li>Make sure everything run from i386 machine-dependent init .init and .fini sections gets a properly aligned stack.
        !           369: <li>Make loongson recognize 3A processor though it won't accept to run it yet.
        !           370: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&sektion=4&format=html">udav(4)</a> from processing packets where the USB xfer length is shorter than a packetheader, and prevent it from processing packets where the packet header length field says the packet is longer than the size of the USB xfer.
        !           371: <!-- 2011/03/30 -->
        !           372: <li>Make the top line of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> stop updating, along with the rest of the data when 'p' is pressed.
        !           373: <li>Make sure everything run from amd64 machine-dependent init .init and .fini sections gets a properly aligned stack.
        !           374: <li>Fixed hppa64 trap diagnostic by correctly initializing oldcpi.
        !           375: <!-- 2011/03/29 -->
        !           376: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> work out what type of option is being set by name regardless of the -s or -w options.
        !           377: <li>Removed unnecessary check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> options.
        !           378: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, change -t on display-message to be target-pane for the #[A-Z] replacements and add -c as target-client.
        !           379: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a> print ipqos friendly string when launched with -T option.
        !           380: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> resolver use the CNAME query interface from asr for reverse lookups.
        !           381: <!-- 2011/03/28 -->
        !           382: <li>Added -a and -s options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> lsp to list all panes in the server or session respectively. Added -s to lsw.
        !           383: <li>Make libXi aware of endianness difference between an X server and an X client.
        !           384: <li>Allow a start and end line to be specified for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> capture-pane which may be negative to capture part of the history.
        !           385: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mlphy&sektion=4&format=html">mlphy(4)</a>, a driver for the MicroLinear 6692 Ethernet PHYs and include it in i386 and alpha.
        !           386: <li>Make ieee80211_node clean nodes until the number of cached nodes is smaller than the maximum number of nodes, otherwise it will never actually clean any nodes. Fixes issues with clients failing too attach because the node cache is completely filled.
        !           387: <li>Added icmptype and tcpflags to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcap&sektion=3&format=html">pcap(3)</a>.
        !           388: <!-- 2011/03/27 -->
        !           389: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> set the terminal blocking earlier.
        !           390: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> give each pane created in a tmux server a unique id (starting from 0), put it in the TMUX_PANE environment variable and accept it as a target.
        !           391: <li>Fixed libXi on sparc64.
        !           392: <li>Make hppa save its r4-r8 registers because the c3700 firmware corrupts their upper half.
        !           393: <li>Make sure loongson machine-dependent message buffer area is not zeroed unconditionaly. This gives up a persistent dmesg.
        !           394: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a> interval handling.
        !           395: <!-- 2011/03/26 -->
        !           396: <li>Added umask and path checks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> replacement.
        !           397: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> from failing to deliver a message if an MX address could not be resolved even though other valid MX exist. Make it only report the failure if no server address can be found at all.
        !           398: <li>Prevent MX from being silently dropped in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> resolver.
        !           399: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> have an stdio stream opened for the message before trying to close it in an MTA session. Prevents from segv in case of DNS errors.
        !           400: <li>Modified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> asr API to make things a bit smoother on the user side.
        !           401: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> client API receive an stdio stream rather than a file descriptor to the message file descriptor. Prevents a memory leak.
        !           402: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> resolver use an index for iterating into the MX list.
        !           403: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> fill in the timestamp when copying a frame into the mmap buffer.
        !           404: <li>Added support for VIDIOC_ENUM_FRAMEINTERVALS in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
        !           405: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=video&sektion=4&format=html">video(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>, added support for VIDIOC_S_PARM and VIDIOC_G_PARM, ioctls used for setting and getting the frame interval.
        !           406: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> print the supported frame intervals when printing the frame descriptor.
        !           407: <!-- 2011/03/25 -->
        !           408: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> from changing the format group's default frame when configuring the device, and from using the default frame as the current frame: because the format group 'frame_cur' handles it.
        !           409: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> from trying to align its array of frame descriptors with the frame descriptor bFrameIndex field. The first valid frame in the array is at index 0, not 1.
        !           410: <li>Multiple improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>: empty the queue of frames in the mmap frame buffer and set the index of the current frame to -1 when the mmap frame buffer is freed, set the index of the current frame to 0 when allocating the mmap frame buffer, panic if a) the mmap frame buffer is already allocated when it try to be allocated again, or b) the mmap frame buffer is not allocated when frames are tried to be added to it.
        !           411: <li>Allow ftp-proxy to proxy across rdomains.
        !           412: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> allow userland proxies to establish cross rdomain proxy sessions.
        !           413: <!-- 2011/03/24 -->
        !           414: <li>Increased <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> timeout to 30 seconds.
        !           415: <li>Rewritten <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> lsack generation.
        !           416: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> replacement checks home directories.
        !           417: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1&format=html">ssh-keygen(1)</a> use strcasecmp() for "clear" cert permission option.
        !           418: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> reassemble IPv6 fragments. In the forward case, pf refragments the packets with the same maximum size.  This allows the sender to determine the optimal fragment size by Path MTU Discovery.
        !           419: <li>Plugged bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1&format=html">m4(1)</a> to fix autoconf 2.5 and to match behaviour of Solaris m4.
        !           420: <li>Make hppa process interrupts in priority order.
        !           421: <!-- 2011/03/23 -->
        !           422: <li>Fixed some memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>.
        !           423: <li>Initiated a replacement of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> not yet linked to the build.
        !           424: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> struct asr is always freed in asr_done().
        !           425: <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> resolver initialization.
        !           426: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> use the define for max rdomain with tunneldomain as well.
        !           427: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> address family independent functions reusable by netinet6.
        !           428: <li>Normalize sentinel in various archs machine-dependent code: Use _MACHINE_*_H_ and _&lt;ARCH&gt;_*_H_ properly and consistently.
        !           429: <li>Removed -d option from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1&format=html">ssh-keygen(1)</a>.
        !           430: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a> read from UART only if there is something to read. Fixes beagle crash.
        !           431: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a> use <tt>ssh-keygen -A</tt> to generate new host keys.
        !           432: <li>Added a -A option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1&format=html">ssh-keygen(1)</a> to generate host keys (rsa1, rsa, dsa and ecdsa) with the default file path, an empty passphrase, default bits for the key type and default comment if the keys don't exist.
        !           433: <li>Allow scp://hostname/~user/subdir to work as a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg&sektion=1&format=html">pkg(1)</a> repository.
        !           434: <li>Prevent IPv6 stack from processing ICMP6 redirects by default. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsol&sektion=8&format=html">rtsol(8)</a> will turn it back if -F is used.
        !           435: <li>Moved netinet6 MTU size check behind pf_test6() to avoid dropping unfragmented packet in ip6_forward().
        !           436: <li>Make cwm mouse reset the XSync timing change for client move only.
        !           437: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&sektion=8&format=html">rtsold(8)</a> print a warning when used to do IPv6 autoconfiguration while accepting redirects is turned off. Make it set net.inet6.icmp6.rediraccept to 1 if the -F switch is given.
        !           438: <!-- 2011/03/22 -->
        !           439: <li>Make netinet6 ip6_fragment() reusable by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
        !           440: <li>Increased the number of EBRs the kernel can transit looking for the OpenBSD partition from 8 to 256.
        !           441: <li>Make amd64 and i386 warn on install if the newly installed system won't be able to boot the install root disk.
        !           442: <li>Enabled beagle distrib.
        !           443: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> from being strict when checking the length of an OSPF packet.
        !           444: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ueagle&sektion=4&format=html">ueagle(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&sektion=4&format=html">umodem(4)</a> silently clear the endpoint when the device has failed.
        !           445: <li>Improved cwm.
        !           446: <!-- 2011/03/21 -->
        !           447: <li>Make use of timerclear macro in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mrinfo&sektion=8&format=html">mrinfo(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.lockd&sektion=8&format=html">rpc.lockd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&sektion=8&format=html">rtsold(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8&format=html">traceroute(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmoused&sektion=8&arch=i386&format=html">wsmoused(8/I386)</a>.
        !           448: <li>Added support for NetMos Nm9922 dual serial port cards in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a>.
        !           449: <li>Multiple <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> improvements: make it close datafd in client_close and reset smtp_client pointer to NULL after client_close(). Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> bounce_session() from closing msgfd as it is done by client_close().
        !           450: <li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> client.c and properly close envelope in queue_shared.c.
        !           451: <!-- 2011/03/20 -->
        !           452: <li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> client.c and properly close envelope in queue_shared.c.
        !           453: <li>Import the foundation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&sektion=7&format=html">eqn(7)</a> support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>.
        !           454: <li>Prevent a protect fault in i386 and amd64 machine-dependent code by masking out invalid bits when reading MXCSR from userland sigcontext or a ptrace request.
        !           455: <li>Updated util-macros to version 1.13.0, dmxproto to 2.3.1.
        !           456: <li>Allow OpenBSD::Ustar(3p) to be more precise in its error messages: record position in archive, and caller can set description of file handle.
        !           457: <li>Fixes an AML issue on some Asus machines with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>.
        !           458: <!-- 2011/03/19 -->
        !           459: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timed&sektion=8&format=html">timed(8)</a> use timerclear macro.
        !           460: <li>Pass to OpenBSD::PackingElement(3p) the new -c option to grotty when building manuals to avoid ANSI escape sequences and continue traditional backspace escaping.
        !           461: <li>Added support for ecdsa SSH keys in default xinit and xdm.
        !           462: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=i386&format=html">installboot(8/I386)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=amd64&format=html">installboot(8/AMD64)</a> error out if /boot cross the BOOTBIOS_MAXSEC line.
        !           463: <li>Added the ONDA MSA11OUP USB modem to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a>.
        !           464: <!-- 2011/03/18 -->
        !           465: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4&format=html">st(4)</a> stdetach() to call vdevgone() with the right device minor numbers.
        !           466: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a> print icps_bmcastecho as "XX echo requests to broadcast/multicast rejected".
        !           467: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=comkbd&sektion=4&arch=sparc64&format=html">comkbd(4/SPARC64)</a>.
        !           468: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&sektion=1&format=html">pkg-config(1)</a> print the URL of installed package newer version when requested.
        !           469: <li>Added basic validation for .pc files in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&sektion=1&format=html">pkg-config(1)</a>.
        !           470: <li>Fixed bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&sektion=1&format=html">pkg-config(1)</a>.
        !           471: <li>Fixed obj directory probing to support cross compiling on arch hp300, loongson, sgi, sparc and sparc64.
        !           472: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a> RT2661 firmware loading at startup and resume.
        !           473: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uk&sektion=4&format=html">uk(4)</a> from provoking a kernel panic when detaching an unknown SCSI device.
        !           474: <!-- 2011/03/17 -->
        !           475: <li>Make arm platform recognize OMAP3630/DM3730, as found in the beagleboard xM.
        !           476: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&sektion=4&format=html">ch(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safte&sektion=4&format=html">safte(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ses&sektion=4&format=html">ses(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4&format=html">st(4)</a> use dma_{alloc,free} instead of malloc to allocate buffers which need to be in the right address space.
        !           477: <li>Make it possible to allocate up to 64K of dma pools in the kernel dma allocator.
        !           478: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> quiet unless RC_DEBUG=1.
        !           479: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> print daemon names itself instead of using rc.{local,shutdown}.
        !           480: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> notify the user if a given operation was successful or not by appending the (ok) or (failed) strings to the end of the daemon name.
        !           481: <li>Introduced an INRC environment variable in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> so it may know if it's called from rc.local or rc.shutdown.
        !           482: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&arch=i386&format=html">bios(4/I386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&arch=amd64&format=html">bios(4/AMD64)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=i386&format=html">installboot(8/I386)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=amd64&format=html">installboot(8/AMD64)</a> make the various findopenbsd() functions non-recursive, eliminating a global, a couple of parameters, and opening up possibility of traversing a much longer EBR lists without blowing the stack.
        !           483: <!-- 2011/03/16 -->
        !           484: <li>Fixed trap sending in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a>.
        !           485: <li>Make npppd use timerclear macro.
        !           486: <li>Removed evaluation of PATH_LOCALE in libc localization code to prevent abuses causing integer overflow.
        !           487: <!-- 2011/03/15 -->
        !           488: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> use user-provided Diffie-Hellman parameters for ephemeral key exchange. If no Diffie-Hellman parameters are found, fallback to built-in parameters as it was done until now.
        !           489: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> attach one sensordev per discipline. This results in a drive sensor being attached for each volume under the same sensordev, instead of having multiple sensordevs each with a single drive. Fixes PR6576.
        !           490: <li>Added a -B flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a> which displays buffer sizes for TCP sockets.
        !           491: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keyscan&sektion=1&format=html">ssh-keyscan(1)</a> use timerclear macro.
        !           492: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> use timerclear macro.
        !           493: <li>Fixed uninitialized variable warnings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a>.
        !           494: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&sektion=8&format=html">ifstated(8)</a> use appropriate timerclear macro.
        !           495: <li>Fixed a function return in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>.
        !           496: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&sektion=1&format=html">tcpbench(1)</a> rebuild its binaries if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3&format=html">kvm(3)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=event&sektion=3&format=html">event(3)</a> have changed.
        !           497: <!-- 2011/03/14 -->
        !           498: <li>Updated zoneinfo database to tzdata2011d from elsie.nci.nih.gov.
        !           499: <li>Make it possible to boot OpenBSD on an amd64 or i386 up to the 7th extended partition below 128GB.
        !           500: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> from warning because of recent HANDLE_PRAGMA_PACK_PUSH_POP.
        !           501: <li>Improved EBR handling in kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disk&sektion=9&format=html">disk(9)</a> subroutines.
        !           502: <li>Added initial beagle distrib pieces.
        !           503: <li>Prevent usb subsystem crash in beagle with prcm.
        !           504: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> from launching rc_start if rc_pre failed and from launching rc_post if rc_stop failed.
        !           505: <li>Implemented PKG_CONFIG_SYSROOT_DIR in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&sektion=1&format=html">pkg-config(1)</a>. Bumped version to 0.23.
        !           506: <li>Fixed a use after free in PIPEX.
        !           507: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socket&sektion=2&format=html">socket(2)</a> soreceive() block a process reading from a spliced socket that already got an end-of-file but still has data in the receive buffer until all data hase been move. Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2&format=html">kqueue(2)</a> work with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sosplice&sektion=9&format=html">sosplice(9)</a>.
1.1195    jj        508: <!-- 2011/03/13 -->
                    509: <li>Fixed handling of VIS_ALL in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vis&sektion=3&format=html">vis(3)</a>.
                    510: <li>Added Wake on LAN support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a>.
                    511: <li>Added 'wol' and '-wol' options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> to enable and disable Wake on LAN on a system in standby or suspend mode.
                    512: <li>Updated xkbcomp to version 1.2.1.
                    513: <li>Synchronized ctype definitions for the UTF-8 locale to FreeBSD, fixing width of various zero-width characters.
                    514: <li>Replaced type daddr_t (64-bit disk address) by type daddr_32t (32-bit disk address) in all archs machine-dependent code (bios, boot...). The bootblocks only do 32-bit block spanning for now.
                    515: <!-- 2011/03/12 -->
                    516: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groff&sektion=1&format=html">groff(1)</a> from base.
                    517: <li>Make sparc and sparc64 libc division and remainder use a better fitted register.
                    518: <li>Prevent a race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sosplice&sektion=9&format=html">sosplice(9)</a>.
                    519: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> client timeout.
                    520: <li>Make ext2fs utilities use type daddr32_t because they can only operate with a 32-bit block number range for now.
                    521: <li>Updated xkeyboard-config to version 2.1.
                    522: <li>Replace the old, broken KERN_PROC ABI and its matching functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3&format=html">kvm(3)</a> with the stable-ABI versions that are currently named KERN_PROC2, kvm_get{proc,argv,envv}2().
                    523: <li>In i386 machine-dependent parts, provide distinct segments for the %fs and %gs selectors to use by default, with per-rthread base offsets and with sysarch() functions, I386_{GET,SET}_{FS,GS}BASE, for fetching and setting those base offsets. This is necessary for both rthread and Linux compat support.
                    524: <li>Fixed a bug that caused nbr addr_tree corruption in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a>.
                    525: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a> log the fact that a session was not accepted because of missing HELLOs.
                    526: <!-- 2011/03/11 -->
                    527: <li>Clean <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&arch=i386&format=html">bios(4/i386)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&arch=amd64&format=html">bios(4/amd64)</a> stack garbage before passing buffer to biosd_io().
                    528: <li>Added <tt>-z &lt;output_zone&gt;</tt> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=date&sektion=1&format=html">date(1)</a> for changing the specified time zone.
                    529: <li>Make sure extra arguments are not passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=date&sektion=1&format=html">date(1)</a>.
                    530: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=which&sektion=1&format=html">which(1)</a> -a option from changing the exit status.
                    531: <!-- 2011/03/10 -->
                    532: <li>Added support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&sektion=4&format=html">admtemp(4)</a> for detecting the NXP SA56004X.
                    533: <li>Implemented options --print-provides, --print-requires and --print-requires-private in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&sektion=1&format=html">pkg-config(1)</a>.
                    534: <li>Make pkg_config honour PKG_CONFIG_DEBUG_SPEW.
                    535: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> GSSAPI authentication to detect when a server-side failure causes authentication failure and don't count such failures against MaxAuthTries. Fixes bz#1244.
                    536: <!-- 2011/03/09 -->
                    537: <li>Make IPv6 stack log MAC address changes in the IPv6 neighbour discovery protocol cache as "ndp info overwritten". Makes the behaviour similar to ARP.
                    538: <li>Make <tt>smtpctl show stats</tt> display inet4 and inet6 repartition for incoming sessions.
                    539: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> redirections into the rc_cmd itself instead of rc_start and rc_stop so scripts don't need to set it.
                    540: <li>Implemented UDP mode for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&sektion=1&format=html">tcpbench(1)</a> and switch it to use libevent.
                    541: <li>Print <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> debugging info via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> debug command instead of using a global em_display_debug_stats variable.
                    542: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> substitute '~' for $HOME in the \W prompt case. Matches bash behaviour.
                    543: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> from losing rc_{pre,post} when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&sektion=8&format=html">rc.d(8)</a> override rc_{start,stop}.
                    544: <li>Fixed truncation of IPv6 addresses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> mail delivery path.
                    545: <!-- 2011/03/08 -->
                    546: <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> reconfiguration problem.
                    547: <li>Build xcb by default in Xenocara.
                    548: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vrng&sektion=4&arch=sparc64&format=html">vrng(4/sparc64)</a> to sparc64 GENERIC kernel.
                    549: <li>Fixed extended partition searching in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=biosboot&sektion=8&arch=i386&format=html">biosboot(8/i386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=biosboot&sektion=8&arch=amd64&format=html">biosboot(8/amd64)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&sektion=8&arch=i386&format=html">cdboot(8/i386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&sektion=8&arch=amd64&format=html">cdboot(8/amd64)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=i386&format=html">installboot(8/i386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=amd64&format=html">installboot(8/amd64)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&sektion=8&arch=i386&format=html">pxeboot(8/i386)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&sektion=8&arch=amd64&format=html">pxeboot(8/amd64)</a>.
                    550: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> to send out LS updates larger than the MTU.
                    551: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> use IP_MAXPACKET instead of IBUF_READ_SIZE as upper bound for packet building.
                    552: <!-- 2011/03/07 -->
                    553: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> prevent tiled producing a corrupt layout when only one column is needed.
                    554: <li>Added support to pass through escape sequences to the underlying terminal in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    555: <li>Updated xterm to version 269.
                    556: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhidaction&sektion=1&format=html">usbhidaction(1)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2&format=html">fork(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exec&sektion=3&format=html">exec(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=system&sektion=3&format=html">system(3)</a>.
                    557: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1&format=html">pkg_create(1)</a> run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&sektion=8&format=html">makewhatis(8)</a> when verbose mode is set.
                    558: <li>Added editline support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bc&sektion=1&format=html">bc(1)</a>.
                    559: <li>Removed NTFS from alpha GENERIC kernel.
                    560: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> from leaking information about software used into PostScript and PDF documents.
                    561: <li>Clean up date handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>: always store dates as strings, not as seconds since the Epoch; for input, try the three most common formats everywhere; for unrecognized format, just pass the date though verbatim; when there is no date at all, still use the current date.
                    562: <!-- 2011/03/06 -->
                    563: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> MEMORYBARRIER(SYNC_REG) performs a read/write bus_space_barrier, instead of a read barrier only, as it is used in read-modify-write cycles.
                    564: <li>Added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> an "rc_bg" variable that is undefined by default and allows to start a daemon in the background.
                    565: <!-- 2011/03/05 -->
                    566: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&sektion=3&format=html">getopt(3)</a> ignore leading '-' in optstring if POSIXLY_CORRECT is set. Fixes PR6267.
                    567: <li>Fixed potential crash when GZIP variable set and more than 512 command line arguments specified. Closes PR 6573.
                    568: <li>Improved sparc64 machine-dependent code by removing tests already performed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_barrier&sektion=9&format=html">bus_space_barrier(9)</a>.
                    569: <li>Fixed DMA errors with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> on sparc64.
                    570: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> auto-allocation scheme.
                    571: <!-- 2011/03/04 -->
                    572: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> devices from being non-functional because of a too long reset.
                    573: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    574: <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> resume.
                    575: <li>Added -H to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&sektion=1&format=html">ls(1)</a> (follow symlink) as required by POSIX.
                    576: <li>Added <tt>-W &lt;whiteexp&gt;</tt> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamlogd&sektion=8&format=html">spamlogd(8)</a>. Adjusts the time for whiteexp in hours.
                    577: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> from reading garbled replies.
                    578: <li>Added -H to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1&format=html">grep(1)</a> (opposite of -h) to always print name.
                    579: <!-- 2011/03/03 -->
                    580: <li>Fixed passing of arguments from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8&format=html">spamd(8)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>. Fixes PR6142.
                    581: <li>Prevent division-by-zero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zts&sektion=4&arch=zaurus&format=html">zts(4/ZAURUS)</a> when scaling down to the screen resolution.
                    582: <li>Resized MAXDSIZ up to 2G on macppc and socppc.
                    583: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8&format=html">cron(8)</a> reset the SIGPIPE signal handler immediately before executing a command.
                    584: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1&format=html">at(1)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dirfd&sektion=3&format=html">dirfd(3)</a> instead looking into struct dirent.
                    585: <li>Added a -P option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>. Detaches to HUP the client's parent process.
                    586: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> log correctly ip addresses on big-endian machines.
                    587: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8&format=html">ping6(8)</a> compare minimum amount of bytes between what was received and what was sent out and print additional information explaining payload size differences.
                    588: <!-- 2011/03/02 -->
                    589: <li>Fixed broken handling of ios_base::showpos in libstdc++-v3.
                    590: <li>Added the socket splicing fields of struct socket to <tt>netstat -vP</tt> output for debugging.
                    591: <li>Fixed a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&sektion=3&format=html">atexit(3)</a> __cxa_finalize().
                    592: <li>Allow &lt;sys/stdarg.h&gt; to use va_arg macro as a local variable name.
                    593: <li>Fixed a segmentation fault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a>.
                    594: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> use ip6_output for sending IPv6 frames instead of assuming everything is IPv4 and using ip_output.
                    595: <li>Define HANDLE_PRAGMA_PACK_PUSH_POP just like on other platforms in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> to get #pragma pack and #pragma push work in order to be compatible with MS compilers as it is used by some projects like chromium.
                    596: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> editor save the start and end sector of the OpenBSD area every time a user updates its bounds.
                    597: <li>Synchronized <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> ASC/ASCQ errors with &lt;<a href="http://www.t10.org/lists/asc-num.txt">http://www.t10.org/lists/asc-num.txt</a>&gt;.
1.1192    jj        598: <!-- 2011/02/28 -->
1.1164    deraadt   599: </ul>
1.422     deraadt   600: <p>
1.203     deraadt   601:
1.95      deraadt   602: This list mentions mostly platform-independent changes.  For a list of changes
                    603: made in a particular platform, please check the page for that platform.  If you
                    604: find them not listed there, the changes are either (1) not being documented or
                    605: (2) are documented here.<br><br>
1.14      deraadt   606:
                    607: <hr>
1.424     deraadt   608: <p>
                    609: <h3>
1.846     deraadt   610: For changes in other releases, click below:<br>
                    611: <a href="plus20.html">2.0</a>,
                    612: <a href="plus21.html">2.1</a>,
                    613: <a href="plus22.html">2.2</a>,
                    614: <a href="plus23.html">2.3</a>,
                    615: <a href="plus24.html">2.4</a>,
                    616: <a href="plus25.html">2.5</a>,
                    617: <a href="plus26.html">2.6</a>,
                    618: <a href="plus27.html">2.7</a>,
                    619: <a href="plus28.html">2.8</a>,
                    620: <a href="plus29.html">2.9</a>,
                    621: <a href="plus30.html">3.0</a>,
                    622: <a href="plus31.html">3.1</a>,
1.868     deraadt   623: <a href="plus32.html">3.2</a>,
1.889     david     624: <a href="plus33.html">3.3</a>,
1.916     david     625: <a href="plus34.html">3.4</a>,
1.935     miod      626: <a href="plus35.html">3.5</a>,
1.941     deraadt   627: <a href="plus36.html">3.6</a>,
1.1118    deraadt   628: <br>
1.1044    deraadt   629: <a href="plus37.html">3.7</a>,
1.999     deraadt   630: <a href="plus38.html">3.8</a>,
1.1028    deraadt   631: <a href="plus39.html">3.9</a>,
1.1044    deraadt   632: <a href="plus40.html">4.0</a>,
1.1069    deraadt   633: <a href="plus41.html">4.1</a>,
1.1097    deraadt   634: <a href="plus42.html">4.2</a>,
1.1118    deraadt   635: <a href="plus43.html">4.3</a>,
1.1140    deraadt   636: <a href="plus44.html">4.4</a>,
1.1152    deraadt   637: <a href="plus45.html">4.5</a>,
1.1163    deraadt   638: <a href="plus46.html">4.6</a>,
1.1177    deraadt   639: <a href="plus47.html">4.7</a>,
1.1194    deraadt   640: <a href="plus48.html">4.8</a>,
                    641: <a href="plus49.html">4.9</a>.
1.424     deraadt   642: <br>
                    643: </h3>
                    644:
                    645: <hr>
1.1016    pvalchev  646: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   647: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1196  ! jj        648: <br><small>$OpenBSD: plus.html,v 1.1195 2011/03/26 19:42:14 jj Exp $</small>
1.14      deraadt   649:
                    650: </body>
                    651: </html>