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

Diff for /www/plus.html between version 1.1196 and 1.1197

version 1.1196, 2011/06/17 18:59:36 version 1.1197, 2011/07/20 17:07:24
Line 68 
Line 68 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2011/05/15 -->
   <li>Fixed client and group cycle defines in cwm(1).
   <li>Disable pipex for L2TP on disconnect.
   <li>Unified various macppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4&format=html">gpio(4)</a> access methods that take an offset relative to the mac-io bus base address. Needed by upcoming <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dfs&sektion=4&arch=macppc&format=html">dfs(4/MACPPC)</a> support.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> use FD_CLOEXEC consistently.
   <!-- 2011/05/14 -->
   <li>Fixed arguments to arm <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&sektion=9&format=html">pmap(9)</a> pool_init: alignment of alignment of L2_TABLE_SIZE_REAL is at offset 0 and not at offset L2_TABLE_SIZE_REAL.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> pass flags down the PCI bus hierarchy.
   <li>Fixed type warnings reported by clang in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> register definitions for PCI MSI capability.
   <li>Fixed wrong id for UDP_ENCAP_TRANSPORT_DRAFT in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a>.
   <!-- 2011/05/13 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> warn on unexpected key type in key_parse_private_type().
   <!-- 2011/05/12 -->
   <li>Make calls to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> malloc_dump() safer by avoiding file pointer computation for stats.
   <li>Fixed some warnings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adduser&sektion=8&format=html">adduser(8)</a>.
   <li>Introduced leak detection code for MALLOC_STATS in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a>.
   <!-- 2011/05/11 -->
   <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&sektion=3&format=html">glob(3)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a> more friendly to sequential option processing by always starting DHCP packet options with DHO_DHCP_MESSAGE_TYPE. Improved working with Nortel NetIP DHCP server.
   <li>Cleaned up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adduser&sektion=8&format=html">adduser(8)</a> handling of email messages.
   <li>Pre-allocate memory in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">ipsec(4)</a> package to avoid sleeping after performing a lookup, which may lead to a race.
   <li>Removed support for authorized_keys2, a relic from the early days of protocol V2, in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
   <!-- 2011/05/10 -->
   <li>Stop leaking swapslots in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> when doing a uvm_km_pgremove and a page is in swap only.
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> vm_page_lookup_freelist().
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> from complaining about a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=group&sektion=5&format=html">group(5)</a> line with a single "+" as "wrong number of fields", that abbreviated syntax for NIS map of groups is explicitly allowed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=group&sektion=5&format=html">group(5)</a>. Warn if this isn't the last line of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=group&sektion=5&format=html">group(5)</a> though.
   <li>Fixed an off-by-one that made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> skip an "invalid" bucket that was actually valid.
   <li>Implemented correct prologue and epilogue for hppa64 machine-dependent init.
   <li>Make mips common kernel code set octeon's internal counter clock speed to its processor clock.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> option handling and enable TCP in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midicat&sektion=1&format=html">midicat(1)</a>.
   <li>Make more silent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> debug() logs by detecting that it's trying to load a private key in key_try_load_public() and returning early.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9&format=html">timeout(9)</a> timeout_del return value to check if the timeout is actually removed when undeferring a packet.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9&format=html">timeout(9)</a> timeout_del able to tell the caller if it actually did remove a timeout or not.
   <!-- 2011/05/09 -->
   <li>Refactored queue allocation and initialization into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a> wdc_alloc_queue() function, and let attachment code call this rather than <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=9&format=html">malloc(9)</a>. This prevents re-initialization of the queue in shared queue chipsets.
   <li>Initialize the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a> ata_drive_datas structures earlier in wdcattach() so that chip-specific drv_probe routines can assume they've already been initialized.
   <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wprintf&sektion=3&format=html">wprintf(3)</a> man pages.
   <li>Always free the multibyte->wchar conversion buffer allocated in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfwprintf&sektion=3&format=html">vfwprintf(3)</a> __mbsconv().
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndio&sektion=7&format=html">sndio(7)</a> sio_psleep() use an array of SIO_MAXNFDS pollfd structures rather than a single one.
   <li>Initialize the 'pstate' field of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> wav structure.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a> handle lazy relocation stubs as Linux does.
   <li>Started a work in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> to support opaque LSA.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> use the proc.c privsep API/commodity functions based on work for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
   <li>Fixed segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> newaliases after global env move.
   <!-- 2011/05/08 -->
   <li>Fixed a few minor issues in i386 hibernate support code relating to improper swap device determination and memory range calculation.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> reset last pane on break-pane. Fixes a problem reported in Debian bug #622677.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> reset last pane on swap-pane across windows. Fixes a crash.
   <li>Fix memory handling in octeon machine-dependent code.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> from dragging on click, only select.
   <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> command capture pane.
   <li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> commands if cmd_pane_session succeed.
   <li>Added a new option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, mouse-resize-pane which, when on, allows panes to be resized by dragging their borders.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> use the tsl and fsl <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&sektion=5&format=html">terminfo(5)</a> capabilities to update terminal title and automatically fill them in on terminals with the XT capability.
   <li>Eliminated a few unused <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a> capability flags (WDC_CAPABILITY_HWLOCK, WDC_CAPABILITY_ATA_NOSTREAM, and WDC_CAPABILITY_ATAPI_NOSTREAM).
   <li>Added a small memory optimization in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a>.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> behaviour when TTY allocation fails: if RequestTTY is set to 'auto' make it not treat a TTY allocation error as fatal and just restore the local TTY.
   <li>Fixed xf86-input-ws on xserver 1.9 and earlier.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> handle first /etc/group and /etp/master.passwd in case it need to install files or directories with newly added user/group ownerships.
   <li>Enabled xf86-input-synaptics on i386 and amd64.
   <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=physio&sektion=9&format=html">physio(9)</a> thanks to the fact that buffers now come out of a pool rather than a global list of statically allocated structures and aren't shared.
   <!-- 2011/05/07 -->
   <li>Added support to new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a> ioctl WSMOUSEIO_SETMODE in xf86-input-synaptics.
   <li>Introduced a 'freeze' flag in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> which make it ignore any move or resize requests made on the windows it's applied.
   <li>Removed uvm_pglist.h from the tree.
   <li>Updated xf86-input-acecad to version 1.5.0, xf86-video-chips to 1.2.4, xf86-video-vmware to 11.0.3, xf86-video-siliconmotion to 1.7.5, xlsclients to 1.1.2.
   <!-- 2011/05/06 -->
   <li>Added a RequestTTY <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5&format=html">ssh_config(5)</a> option to allow configuration-based control over <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&sektion=4&format=html">tty(4)</a> allocation, like <tt>ssh [-tT]</tt>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5&format=html">ssh_config(5)</a> support negated host matching.
   <li>Added a %L expansion (short-form of the local host name) for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> ControlPath.
   <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> traffic class for IPv6 traffic as it's done for IPv4 TOS. Fixes bz#1855.
   <li>On cwm(1) map, prevent it from warping the windows that are marked as ignored.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4&format=html">ubsec(4)</a> interrupt routine acknowledge only the interrupts it can process.
   <li>Make sure amd64 AES session id checks look at the lower 32 bits of crp_sid.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> create the directory holding the link it's about to create if it does not exist.
   <li>Force loopback interfaces to IF_STA_LOOPBACK in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=html">ospf6d(8)</a>.
   <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>. Fixes bz#1849.
   <!-- 2011/05/05 -->
   <li>Make hppa64 gateway page accessible to all userland processes.
   <li>Put back cwm(1) window resize back to 60 Hz.
   <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4&format=html">atapiscsi(4)</a> to only attempting on IDENTIFY command against directly attached devices as in the pre-port-multiplier code.
   <li>Make the "mute" key work on macppc keyboards.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urndis&sektion=4&format=html">urndis(4)</a> attach to Samsung Galaxy S.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tunefs&sektion=8&format=html">tunefs(8)</a>.
   <li>Make cwm(1) menu window aware of xinerama(3) info.
   <li>Keep synaptics touchpad to the current <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a> behaviour until WSMOUSEIO_SETMODE ioctl is issued to switch to synaptics mode.
   <li>Make sure hppa64 restore sr4 at the very end of locore.S to avoid further loads from the trapframe to be done at the wrong address space.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&sektion=8&format=html">tftp-proxy(8)</a> use 'divert-to'.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> start scanning the bits of the chunk at a random position to take the first available free slots instead of starting from position zero and skipping a random number of free slots. Make things faster.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> logging and debug functions to use the C99 __func__ macro instead of static function names.
   <li>Allow a user to specify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> root priority.
   <li>Fixed check of errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> sessions.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> gracefully fall back when ControlPath is too large for a sockaddr_un.
   <!-- 2011/05/04 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&sektion=8&format=html">atactl(8)</a> capable of reading <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UIDs.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&sektion=1&format=html">ssh-add(1)</a> to read key from standard input with <tt>ssh-add - </tt>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a> handle logins more correctly.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> skip leading blanks and collapse multiple white spaces into when when printing scsi device ids.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> from fork-bombing on startup when there are lots of mails in the offline queue by using a wait list to keep the number of forked processes below a reasonable limit when enqueueing.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> change window with mouse wheel over status line if mouse-select-window is on.
   <li>Prevent use of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strnvis&sektion=3&format=html">strnvis(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> title as it breaks UTF-8.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> check if mouse-select-pane is on, not off when setting mouse flags.
   <li>Collapse <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9&format=html">mbuf(9)</a> m_pullup and  m_pullup2 into a single function.
   <li>Fixed macppc volume keyboard keys.
   <li>Cleaned up gotos in TCP input listening sockets to make it obvious when packets are dropped and when normal program flow occurs. Changed error return value of syn_cache_add() from 0 to -1 in order to clearly communicate intent.
   <li>Added a zlib.pc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&sektion=1&format=html">pkg-config(1)</a> file.
   <!-- 2011/05/03 -->
   <li>Gave more room to hppa64 kernel stack.
   <li>Make hppa64 properly save and restore the space registers to/from the trap frame.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> determine the default device in backend code instead of common code.
   <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> SLIST initializations earlier so that failure handling paths can safely use them.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> in server mode listen on all addresses when given '-' for address.
   <!-- 2011/05/02 -->
   <li>Fixed problems when there is an endian differences between <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> server and client.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> set the TCP_NODELAY option for TCP connections.
   <li>Fixed bad return value check in OpenCVS.
   <li>Fixed string containing state names used for debug printf() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a>.
   <li>Fixed potential NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioprbs&sektion=4&format=html">ioprbs(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&sektion=4&format=html">ray(4)</a>, IPv6 fragmentation code and output routines.
   <li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&sektion=4&format=html">myx(4)</a> from checking <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> return values against NULL as M_WAITOK is used.
   <li>Added libdrm_radeon to the system libraries.
   <li>Make radeon(4) use the r600 driver for r600+ chipsets, not r300. Should stop annoying errors for GL on r{6,7}00 chipsets.
   <li>Added PCI-Cardbus bridges and the most popular PCMCIA and CardBUS drivers to sgi GENERIC and RAMDISK kernels.
   <li>Make hppa handle userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&sektion=9&format=html">pmap(9)</a> mapping on unmanaged pages better.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> 82578DC from only being able to negotiate at 10baseT.
   <li>Make the network stack recognize SO_RTABLE socket option (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getsockopt&sektion=2&format=html">getsockopt(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setsockopt&sektion=2&format=html">setsockopt(2)</a>) at the SOL_SOCKET level.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a>  active SA lookup via policy work for NAT traversal.
   <li>Added a  workaround for an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> 82579 hardware bug that can result in lost rx packets between the mac and phy.
   <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a> logout code.
   <!-- 2011/05/01 -->
   <li>Reworked and improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a> logout.
   <li>Fixed counting of interrupts for devices that attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elroy&sektion=4&arch=hppa&format=html">elroy(4/HPPA)</a>.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&sektion=4&format=html">inteldrm(4)</a> to the one contained in libdrm 2.4.23 for the ddx update and to stop mesa 7.9.2 crashing.
   <li>Copied glxinfo(1) and glxgears(1) sources from Mesa Demos.
   <li>Fixed NULL dereference if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&sektion=4&format=html">inteldrm(4)</a> fails to attach.
   <li>Splitted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> ALL, ROLE and TYPE into their own actions.
   <li>Fixed reload issue with changing network statements.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> free cname and rcname on exit.
   <li>Make sure to cast mips64 physmem to a 64-bit type before passing it to ptoa().
   <!-- 2011/04/30 -->
   <li>Make pppoe use gid_t for setgroups().
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asa&sektion=1&format=html">asa(1)</a> return > 0 when file is not found.
   <li>Make sh internal serial driver use cons_decl() instead of its own cn* prototypes.
   <li>Plugged holes in sparc and vax cdevsw[] to make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=html">vscsi(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diskmap&sektion=4&format=html">diskmap(4)</a> and pppx entries match numbers in comments and the MAKEDEV majors.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> scanning for free chunks without losing any randomization.
   <!-- 2011/04/29 -->
   <li>Make <tt>gcc -02</tt> raise an underflow exception on m88k to prevent incorrect optimizations in floating-point environments.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> netmask regexp.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4&format=html">gre(4)</a> strange problems seen on directly connected tunnels.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> only handle vanilla scsi inquiry requests and reject VPD requests since they are not handled.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> IPv6 only setups.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> redraw only the status line on command update and not the entire client.
   <li>Explicitly pass the rdomain to tcp_respond() to prevent a RST from being sent on rdomain 0 in certain failure cases.
   <li>Prevent SCSI devices from inheriting the adapters addresses on fc fabrics.
   <!-- 2011/04/28 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a> try to schedule a new task for the connection in conn_task_cleanup().
   <li>Make sure vscsi DATA OUT operations are piggibacked on the same connection as the initial SCSI REQUEST.
   <li>Enabled floating-point environment in all archs.
   <li>Bring back fwprintf() in libc and in gcc4 libstdc++.
   <li>Improved and cleaned floating-point environment.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a> retry commands in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a> when it comes back.
   <li>Make IPv4 in_broadcast() rdomain aware.
   <li>Fixed boot hangs due to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> abuse of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kthread_create_deferred&sektion=9&format=html">kthread_create_deferred(9)</a>.
   <li>Allow SOCK_DGRAM sockets sockets to be bound to the local network broadcast addr in TCP/IP PCB and raw IP functions.
   <li>Implemented a new authentication method allowing aucat and midicat to work over TCP.
   <!-- 2011/04/27 -->
   <li>Switched ftp-proxy over to divert-to instead of rdr-to.
   <li>Fixed some off-by-one errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4&format=html">atapiscsi(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpithinkpad&sektion=4&format=html">acpithinkpad(4)</a> attach to newer Lenovo models like the x120e.
   <li>Default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> on alpha to <tt>-mfp-rounding-mode=d</tt>, for code which assumes the rounding mode is always controlled by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpsetround&sektion=3&format=html">fpsetround(3)</a>.
   <li>Added toggable verbosity to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a>.
   <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioprbs&sektion=4&format=html">ioprbs(4)</a> scsi_xfer handling.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> use more volatile sig_atomic_t in signal handler.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hds&sektion=4&format=html">hds(4)</a> a driver for Hitachi Modular Storage SCSI devices.
   <li>Prevent i386 from explicitly enabling an interrupt before returning from an interrupt.
   <li>Added support for rooting off multipath disks in sparc64.
   <li>Added support for Intel 6 series SATA in non RAID, non AHCI mode.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=du&sektion=1&format=html">du(1)</a> output for directories larger than 1 TB.
   <li>Added preliminary FSM support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a> use DMA safe memory when talking to devices.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&sektion=4&format=html">envy(4)</a> interrupt handler if it's shared with other pci devices.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> from trying to issue SCSI commands against a target where it failed to get the RAID headers.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> configure fc controllers to fail io as fast as possible when cables are yanked.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a> retry the IO down another path when a path returns XS_SELTIMEOUT.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> nicer with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a> when unplugging it from paths.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> scanning of fibre channel ports match the way Linux does it.
   <!-- 2011/04/26 -->
   <li>Set UVM_FLAG_FIXED in sparc, sparc64 and vax.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dpt&sektion=4&format=html">dpt(4)</a> use iopools.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">ipsec(4)</a> ipsec_input() pass IPv4 or IPv6 packets to the correct raw ip input function if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">ipsec(4)</a> is disabled.
   <li>Added floating-point environment for mips64.
   <li>Make gcc default to <tt>-mpf-rounding-mode=d</tt> on alpha.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dpt&sektion=4&format=html">dpt(4)</a> compile on 64-bits arches.
   <li>Allow the root device to be identified by its <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UID on amd64 and i386.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&sektion=4&format=html">trm(4)</a> use iopools.
   <!-- 2011/04/25 -->
   <li>Added FPU emulation option to octeon.
   <li>Added floating-point environment for powerpc and sparc.
   <li>Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for the reentrant <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getgrent&sektion=3&format=html">getgrent(3)</a> functions (getgrgid_r, getgrnam_r).
   <li>Removed svnd backward compatibility from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a>.
   <li>Updated xf86-input-vmmouse to version 12.7.0.
   <li>Make xf86-input-usbtablet handle obsolete X{alloc,free,realloc) functions.
   <li>Adapted xf86-input-usbtablet to revision 12.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&sektion=8&format=html">dump(8)</a> from using stdio in the SIGSEGV handler.
   <li>Fixed  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=worms&sektion=6&format=html">worms(6)</a> "-d delay" option.
   <li>Update timezone to tzdata2011g from elsie.nci.nih.gov.
   <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioprbs&sektion=4&format=html">ioprbs(4)</a>.
   <li>Allow commands like "route add 0.0.0.0/1 $SOMEHOST" to work correctly, previously they operated on the default route.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> from erasing first man page in case two man pages have the same name.
   <!-- 2011/04/24 -->
   <li>Provided #h for short hostname (no domain) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> copy behaviour in vi mode slightly  more like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> detachable and prevent constant interrupts when the device isn't used.
   <li>Merged GNU binutils 2.17.
   <li>Make a double link between <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> states and sockets.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> from breaking lines right before numbers, as Groff does.
   <li>Updated xf86-input-ws to revision 1.3.0.
   <li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> version 1.11.1. Mostly cleanup and maintenance.
   <li>Added C99 floating-point environment in sh.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> get the error ccbs state right for a put when a port is empty. Fixes noise during boot.
   <li>Enforced correct types in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>.
   <li>Updated xorg-docs to version 1.6.
   <li>Removed support for very old ffson-disk formats from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&sektion=4&format=html">radeondrm(4)</a> match HD5450.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> match Sierra USB305.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chio&sektion=1&format=html">chio(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mt&sektion=1&format=html">mt(1)</a> from opening the 'c' partition on on devices that don't have one.
   <li>Implemented C99 floating-point environment for alpha, arm, i386 and  sparc64.
   <!-- 2011/04/23 -->
   <li>Make hppa stop calling shared interrupt handlers as soon as one of them return 1 (positive interrupt was for me), like it's done on other architectures.
   <li>Prevent i386 kernel code or read only data to be writable by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a>. Only enable write for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> in the page table entry temporally.
   <li>Enabled the SIGWINCH handler in ncurses.
   <li>Added FE_DENORMAL to amd64 C99 floating-point environment.
   <li>Fixed sticky flags in hppa64 fpsr.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysarch&sektion=2&format=html">sysarch(2)</a> available for userland in alpha.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> report of devices or setuid files owned by a nonexistent user or group.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a> from being opened for write in both simple and non-simple mode.
   <li>Fixed bug with autovivification in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a>.
   <!-- 2011/04/22 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8&format=html">traceroute(8)</a> only print changed TOS in returned packets when -t is set.
   <li>Updated xf86-input-keyboard to version 1.6.0, xf86-input-mouse to 1.7.0.
   <li>Make beagle start at high ipl.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> indicate which side of the connection responded during phase 1 while using -v.
   <li>Fixed uninitialized variables and formatting strings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>.
   <li>Prevent amd64 and i386 from printing irrelevant PCI interrupt line programmed by the BIOS for APIC interrupts.
   <li>Fixed sticky flags in hppa fpsr.
   <li>Added support for PCH2 (Sandy Bridge) MAC with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> 82579 PHY.
   <!-- 2011/04/21 -->
   <li>Moved the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&sektion=8&format=html">rc.d(8)</a> bits from rc.{local,shutdown} directly into /etc/rc. By default, rc.{local,shutdown} don't output anything anymore.
   <li>Merged version 1.10.10 of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>: mainly cleanups and maintenance version.
   <li>Added C99 floating-point environment to adm64 and hppa.
   <li>Speed up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> XORP and XORQ operations in RAID6.
   <li>Fixed sgi dma_constraint upper limit computation.
   <li>Make sgi print memory sizes as longs.
   <li>Make sgi use 64 bit integer to compute IP35 memory ranges.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd-zonec&sektion=8&format=html">nsd-zonec(8)</a> less verbose in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsdc&sektion=8&format=html">nsdc(8)</a> runs.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> detection of obsolete files.
   <li>Added a filter-routes option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd.conf&sektion=5&format=html">snmpd.conf(5)</a>.
   <li>Added many improvements to hppa64 machine-dependent code.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8&arch=i386&format=html">apmd(8)</a> daemon from hiding to the user it failed.
   <li>Fixed some long versus 64 bit type mismatches.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> reserve its own ccb.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&sektion=1&format=html">find(1)</a> return exit code 1 if any path could not be traversed, as told by POSIX.
   <li>Fixed multibyte characters length mesuration in citrus.
   <!-- 2011/04/20 -->
   <li>Updated xf86-input-ws to version 1.3.0: API compatibility with Xserver 1.10, sync build system with other Xorg input modules.
   <li>Updated x11proto to version 7.0.21, xf86-input-keyboard to 1.6.0, xf86-input-mouse to 1.7.0, xorg-docs to 1.6.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1&format=html">awk(1)</a> store the old seed when srand() is called and use it as the return value, as told by POSIX.
   <li>Fixed bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rint&sektion=3&format=html">rint(3)</a>.
   <li>Fixed potential NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a>.
   <li>Make OpenCVS diff use -u when its context is 3.
   <li>Implemented correct prologue and epilogue for hpp64 machine-dependent initialization.
   <li>Added perl security fix for CVE-2011-1487.
   <li>Enhanced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> output.
   <li>Fixed return value in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&sektion=4&format=html">arc(4)</a> interrupt handler.
   <li>Removed Potential NULL dereference in amd64 AES, amd64 and i386 VIA machine-dependent code.
   <li>Added support for Intel GM45 SOL in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a>.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> from disabling interrupts in the isr before enabling them again when leaving.
   <!-- 2011/04/19 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4&format=html">gdt(4)</a> use iopools.
   <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4&format=html">umass(4)</a> devid generation.
   <li>Make midi keyboards work with macppc.
   <li>Fixed potential null dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> ioctl, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4&format=html">ahd(4)</a>.
   <li>Fixed  dead assignments in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a>.
   <li>Fixed dead store in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a>.
   <li>Removed UUCP special directory permission.
   <li>Automatically enter copy-mode in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> when mode-mouse is on and the mouse is dragged or its wheel is used.
   <li>Disabled mvme88k 88110 branch prediction logic on all revisions.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uname&sektion=3&format=html">uname(3)</a> return value check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
   <li>Added missing call to pmap_update() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> km_alloc().
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> kernel memory free the correct pages when virtual addresses failed to be allocated.
   <li>Fixed type error in an amd64 vector.S comparison.
   <li>Make the IPv4 stack use an RB tree for local address lookups.
   <li>Include USB vendor and product ids in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4&format=html">umass(4)</a>  when manufacturing a unique disk id from a USB serial number, as recommended by the umass spec.
   <!-- 2011/04/18 -->
   <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9&format=html">pool(9)</a> constraints to use kmem_pa_mode instead of uvm_constraint_range. Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=km_alloc&sektion=9&format=html">km_alloc(9)</a> for all backend allocations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9&format=html">pool(9)</a> and for the emergency kentry allocations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> uvm_mapent_alloc. Garbage collect uvm_km_getpage, uvm_km_getpage_pla and uvm_km_putpage.
   <li>Fixed type bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&sektion=1&format=html">rdist(1)</a>.
   <li>Added Perl security fix for CVE-2011-1487: ucfirst(), uc() and lc() forget to set the tainted flag if input was marked as tainted.
   <li>Make sure the mouse should only work in copy mode for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> if mode-mouse is set, not just mouse-select-pane.
   <li>Added an option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>: mouse-select-window. It allows the mouse to be used by clicking on the status line.
   <li>Changed kernel pool constraints to us kmem_pa_mode instead of uvm_constraint_range; use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=km_alloc&sektion=9&format=html">km_alloc(9)</a> for all backend allocations in pools; use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=km_alloc&sektion=9&format=html">km_alloc(9)</a> for the emergency kentry allocations in uvm_mapent_alloc; garbage collect uvm_km_getpage, uvm_getpage_pla and uvm_km_putpage.
   <li>Prevent rc.local from printing 'starting local daemons' if rc_scripts is empty.
   <li>Updated Test::Simple(3p) to version 0.98.
   <li>Deprecated vnds in favour of svnds.
   <li>Removed the old style by-pass-the-buffer-cache <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a> code. This will treat vndX the same as svndX.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&sektion=1&format=html">rdist(1)</a> print size_t with %zu and ssize_t with %zd in error/debug output.
   <li>Improved the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a> acquire mode peer, policy matching.
   <li>Added support for "acquire mode" from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a> static flows.
   <li>Updated List::Util(3p) to version 1.23.
   <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> bug where OBSOLETE_FILES would contain only the last appended occurrence. Display OBSOLETE_FILES on stdout.
   <li>Modify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> interrupt handler so it only processes the rings once rather than looping over them until it runs out of work to do.
   <li>Run the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&sektion=4&format=html">ppb(4)</a> interrupt handler at IPL_BIO.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>, <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> watch for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a> registers returning 0xff which probably means the controller is dead.
   <li>Packed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1&format=html">ssh-keygen(1)</a> certificate options in lexical order of option name.
 <!-- 2011/04/17 -->  <!-- 2011/04/17 -->
 <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.  <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.
 <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.  <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.

Legend:
Removed from v.1.1196  
changed lines
  Added in v.1.1197