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

Diff for /www/plus.html between version 1.1200 and 1.1201

version 1.1200, 2011/11/05 16:25:32 version 1.1201, 2011/11/13 19:53:40
Line 69 
Line 69 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2011/09/19 -->
   <li>Add pipe2 to sys/compat/linux/linux_ipc.c and syscalls.master.
   <li>Add a test suite to analyse traffic going via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a>. Needs four machines setup as described in the makefile.
   <li>Fix unix socket handling by trimming when the length is too large in sys/compat/linux/linux_socket.c.
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> terminal frontend flag TERMP_NOLPAD.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&manpath=OpenBSD%20Current&sektion=1&format=html">kdump(1)</a> now understands "siginfo-style" signal sub-codes, and the (currently) limited subset of info the kernel supplies.
   <li>Vax system type constants cleaned up.
   <li>Enable loading kernel outside <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> volume, yet still use it as root device (providing we booted from its chunks).
   <li>When installboot runs on a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> volume, add boot metadata to store volume/chunk DUIDs, (so can ID root disk).
   <li>Print 64 bit values in sys/arch/vax/vsa/hdc9224.c with %ll to get a meaningful message at attach time.
   <li>Use long calls in lib/csu/hppa64/md_init.h like we do on hppa, stops functions possibly being unreachable.
   <li>Sync with libX11/src/UIThrStubs to fix __pthread_once_stub() in lib/libpthread-stubs/stubs.c.
   <li>Fix _Xthr_once_stub_() to call the init routine for each different id in lib/libX11/src/UIThrStubs.c.
   <li>Set default daemon_flags (matching <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.conf.local&manpath=OpenBSD%20Current&sektion=8&format=html">rc.conf.local(8)</a>) for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&manpath=OpenBSD%20Current&sektion=8&format=html">ftpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mopd&manpath=OpenBSD%20Current&sektion=8&format=html">mopd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&manpath=OpenBSD%20Current&sektion=8&format=html">popa3d(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&manpath=OpenBSD%20Current&sektion=8&format=html">rarpd(8)</a>. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a>.
   <li>Use arguments for rc script instead of env variables to indicate debug mode; allow "forced mode" even if daemon_flags="NO".
   <li>Kill prototypes for long removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> functions.
   <li>Enable thread model posix for gcc 3. Dwarf2 exception handling and libstdc++ now thread safe.
   <li>Clean up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> buffer cache statistics to remove useless statistics; add new ones regarding kva usage in cache.
   <li>Expand syscall awareness in preparation for pipe2 implementation in sys/compat/linux/syscalls.master.
   <li>Stopped unconditionally creating dynamic sections in gnu/usr.bin/binutils-2.17/bfd/elf64-hppa.c since that makes building static binaries impossible.
   <li>Removed some unnecessary debug code in sys/arch/hppa64/hppa64/machdep.c.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fixed to avoid fatal() when we receive a line which have a length of exactly 1024.
   <li>Disabled TRAPDEBUG in sys/arch/hppa64/hppa64/trap.c.
   <li>Make it more clear what are subtypes and cleanup of the mrt definitions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> code.
   <li>Missing argument in STIDEBUG printf in sys/dev/ic/sti.c corrected.
   <li>Fixed sys/arch/hppa/dev/elroy.c and hppa64/dev/elroyc so %b format strings take the value before the bitname string, not the other way around.
   <li>In sys/lib/libkern/arch/hppa64/bcopy.m4, when checking if the addresses are 4-byte aligned, avoid sign-extension when extracting the low bits.
   <li>Remove %r and %z from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&manpath=OpenBSD%20Current&sektion=9&format=html">printf(9)</a> man page, deprecated some time ago. Mention %hh, %j and %t are not supported.
   <li>Handle an instruction memory protection trap from userland as an ordinary fault in sys/arch/hppa64/hppa64/trap.c.
   <li>In lib/libc/arch/hppa64/SYS.h, make sure entire system call address is cleared. Look at %r1 to determine whether a system call was successful, since that is where the kernel puts the information.
   <li>Removed the /usr/share/man/ps* hierarchy and supporting variables; MANPS disappeared during the source manuals switch.
   <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client to group (movetogroup) and hide client only if group is already hidden.
   <li>Breaking the line at a hyphen is now only allowed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> if the hyphen is both preceded and followed by an alphabetic character. Fixes about a dozen places in base.
   <li>Make sure snooping is enabled on Intel HDA variants. Fixes audio on ThinkPad x220.
   <!-- 2011/09/18 -->
   <li>Add support for *at() system calls to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&manpath=OpenBSD%20Current&sektion=1&format=html">systrace(1)</a>.
   <li>Fix more printf format string bugs in sys/ufs, and one more %hh format stringin sys/kern/uipc_mbuf.c.
   <li>Removed requirement for processes that need PS_* flags to #define __need_process, as they are exposed to userspace via sysctl(KERN_PROC).
   <li>Moved rq_host pointer to outside of rq_msg envelope, as a single <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ramqueue message may be shared by many ramqueue envelopes for delivery to many ramqueue hosts.
   <li>Regression check whether breakable hyphens are formatted correctly (normal, bold or underlined) and actually break the line.
   <li>Renamed a few functions, structs, etc that collide with upcoming stuff in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altq&manpath=OpenBSD%20Current&sektion=9&format=html">altq(9)</a> code.
   <li>Add support for variable length optional metadata in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> allowing new optional metadata types to be added without needing to change the softraid metadata version.
   <li>Fix exchanged arguments in sys/arch/hp300/dev/mb89352.c.
   <li>Fixed pointer set to NULL not 0 in sys/dev/usb/ohci.c.
   <li>Regression test for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&manpath=OpenBSD%20Current&sektion=3&format=html">pthreads(3)</a> interrupted connect.
   <li>Sync to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> version 1.11.7, main new feature is support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> .tr request; bugfixes and some refactoring.
   <li>Fixes to the trap save/restore and the signal handling code in sys/arch/hppa64/hppa64/locore.S and machdep.c.
   <li>Extract 8 octets (as per RFC 2661) rather than a long in usr.sbin/tcpdump/print-l2tp.c.
   <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> pdesc initialization code into pf_setup_pdesc(); unify some IPv4 and IPv6 code and set fields in the same order.
   <li>Disable space-ID hashing in sys/arch/hppa64/hppa64/locore.S like we do on hppa.
   <li>Removed `hh' modifier in printf format strings in sys/kern/kern_sysctl.c and subr_disk.c, unavailable in kernel printf.
   <li>Update the Loongson system clock when we resume.
   <li>Use an uvm object to track the page table pages, like on hppa. Add cache flushing in places where hppa does them.
   <li>Make sure daddr64_t filesystem values get printed with %lld.
   <li>Fix to various format string types to as a minimum match the width of the variables being processed.
   <li>Take into account the PIE bits when masking PDEs in sys/arch/hppa64/hppa64/pmap.c.
   <li>Add missing cache and TLB purges in sys/arch/hppa64/hppa64/mainbus.c.
   <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> to version 1.11.5: adding an implementation of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&manpath=OpenBSD%20Current&sektion=7&format=html">eqn(7)</a> language.
   <li>Avoid potential 64-bit unaligned access on strict alignment architectures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a>.
   <li>Reorder headerfiles used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a>. Move bgpd specific prototypes out of mrt.h to include only protocol specific defines.
   <li>Override LIB2ADDEH on ia64. Makes it possible to build a cross compiler; exception handling needs work still.
   <li>Makefile.cross corrected so ia64 will use gcc4.
   <li>Added futex support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a>.
   <li>Make sysctl__string() handle truncated output case via two copyout()s instead of altering variable; return full length via oldlenp.
   <!-- 2011/09/17 -->
   <li>Add MACRO OVERVIEW to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a>, listing macros ordered by purpose, to decide which is best for a particular use case.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> -v print the id and seq of icmp6 echo packets.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> regression tests for --variable (expansion to multiple values) and for linebreaks inside fields, both currently failing.
   <li>Document proper cross-tools command to run, especially when working on a new port.
   <li>Update pointer variable after copying misaligned packet in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a>.
   <li>Implement new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> mrt table dump format as specified in draft-ietf-grow-mrt. Tested with IP and IPv6 sessions and against the libbgpdump parser.
   <li>Remove pd->ip_sum and pd->proto_sum fields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> code. Replace pd2.ip_sum with a local variable. Remove ip_sum and proto_sum from struct pf_pdesc.
   <li>Access a 32-bit field as u_int32_t, not as u_long in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> -nvv work with respect to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whatis&manpath=OpenBSD%20Current&sektion=1&format=html">whatis(1)</a> whatis.db updates.
   <li>Rewrite the main loop of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&manpath=OpenBSD%20Current&sektion=1&format=html">sed(1)</a> "s/..." command, to fix multiple issues regarding the replacement of zero-length strings.
   <li>Apply the fnmatch recursion limit fix to the local copy of fnmatch in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a>.
   <li>Expand fnmatch() regress with patterns obtained from the tests for APR's new fnmatch implementation, from Bill Rowe. Allow comment lines in the test data file.
   <li>Initial, incomplete support for -Tman to convert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a> documents to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> language.
   <li>Standarize the ToS option across <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&manpath=OpenBSD%20Current&sektion=8&format=html">ping(8)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&manpath=OpenBSD%20Current&sektion=8&format=html">traceroute(8)</a> so that they'll accept the same values as pf.conf. It accepts decimal, hexadecimal and the dscp/tos keywords.
   <li>Add SMALL infrastructure to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&manpath=OpenBSD%20Current&sektion=8&format=html">ping(8)</a> makefile.
   <li>Change the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> interface to better agree with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&manpath=OpenBSD%20Current&sektion=8&format=html">makewhatis(8)</a>; in particular, allow recursing multiple directories and create multiple databases in one call.
   <li>Use default_chip_unmap for sata_chip_map, lets the VIA controllers detach.
   <li>Cleaning of current solution for "Kill X on Ctrl+Alt+Backspace on default".
   <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> version 275.
   <li>Move initialisation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> pd->nsaddr and pd->ndaddr from pf_test_rule to pf_setup_pdesc. Fixes logging of packets passed statefully.
   <li>Deduplicate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> IPv4 and IPv6 code that handles fragments that have not been reassembled by normalization.
   <li>Improve -s description in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> to explain set vs adjust and stay in foreground until we receive a reply or hit the 15 second timeout.
   <li>Work-around for default vs. no flavor in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&manpath=OpenBSD%20Current&sektion=1&format=html">sed(1)</a> regression tests using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hexdump&manpath=OpenBSD%20Current&sektion=1&format=html">hexdump(1)</a> for input files ending without a newline, and catching NUL characters in output. Produce more intelligible errors.
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc.samples&apropos=0&sektion=7&manpath=OpenBSD+4.9&arch=i386&format=html">mdoc.samples(7)</a> as all info already is in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a>.
   <li>Removed {u,}lptioctl function which is a duplicate of enodev().
   <!-- 2011/09/16 -->
   <li>Use cdev_ulpt_init() to setup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&manpath=OpenBSD%20Current&sektion=4&format=html">ulpt(4)</a> instead of using cdev_lpt_init, for consistency.
   <li>Reorder SENSOR_* in switch() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>.
   <li>Intel E600/EG20T and some other devices added from submitted dmesgs to sys/dev/pci/pcidevs.
   <li>Now when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> RTM_DESYNC is seen, set/extend a timer, only reload on expiry. Avoids "reloading interface list and routing table" repeatedly when machine overloaded on route socket.
   <li>Set the shared priority entry to the value of the current maxipl entry, not the index in sys/arch/macppc/dev/macintr.c.
   <li>Import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&manpath=OpenBSD%20Current&sektion=1&format=html">less(1)</a> 444 with local patches.
   <li>Device driver and man page for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usps&manpath=OpenBSD%20Current&sektion=4&format=html">usps(4)</a> Fujitsu Components FX-5204PS smart power strip added.
   <li>For sensor framework change accuracy of SENSOR_FREQ from Hz to muHz and add SENSOR_VOLTS_AC entry for userland programs.
   <li>Use .St for ISO 8601 references in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strftime&manpath=OpenBSD%20Current&sektion=3&format=html">strftime(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strptime&manpath=OpenBSD%20Current&sektion=3&format=html">strptime(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cal&manpath=OpenBSD%20Current&sektion=1&format=html">cal(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&manpath=OpenBSD%20Current&sektion=8&format=html">newsyslog(8)</a>.
   <li>If a user configures logging explicitly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">relayd.conf(5)</a>, do it regardlessly of debugging mode and compile switch.
   <li>Added Vaisala's "USB instrument cable" entry in sys/dev/usb/usbdevs and sys/dev/usb/uslcom.c.
   <li>Added entry for FX-5204PS in sys/dev/usb/usbdevs.
   <li>Fixed usb vendor id mismatch. VID: 0x430 is not SUN Microsystems, it is Fujitsu Component, Inc.
   <li>Use the correct regexp in etc/rc.d/ldapd to find the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&manpath=OpenBSD%20Current&sektion=8&format=html">ldapd(8)</a> server process.
   <!-- 2011/09/15 -->
   <li>Add a script for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&manpath=OpenBSD%20Current&sektion=8&format=html">popa3d(8)</a> to support running it outside of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&manpath=OpenBSD%20Current&sektion=8&format=html">inetd(8)</a>.
   <li>Port the -Wbounded extension from gcc3 to gcc4 and add regression output.
   <li>Fix recognition of Synaptics touchpad in sbin/wsconsctl/util.c.
   <li>Switch vax to timecounters. 3 different clock sources: ICR/NICR on most systems (1MHz counter resolution), diagnostic timer on KA46/KA48 (1kHz counter resolution), 100Hz clock on VXT.
   <!-- 2011/09/14 -->
   <li>Update vt100 example in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcap&manpath=OpenBSD%20Current&sektion=3&format=html">getcap(3)</a> to vt200, as vt100 is no longer in the termcap database.
   <li>Initial kernel support for sandybridge intel chipsets in intagp and inteldrm.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> doesn't really support reload, so don't allow it in the rc script.
   <!-- 2011/09/13 -->
   <li>Regression test for threads in PS_FDR_WAIT state, check SA_RESTART before marking it as interrupted, (simulating system call restart behaviour in the non-pthreads case). Add a state for kevent since it shouldn't be restarted regardless.
   <li>First round of regression tests to check system calls restarting with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&manpath=OpenBSD%20Current&sektion=3&format=html">pthreads(3)</a>.
   <li>On Vax KA43, silence noisy print of cache control registers at cache initialization time (but not during memory errors or machine checks); correctly access the prom mailbox register, so that halt and reboot work as intended.
   <li>Update to xf86-video-geode 2.11.12.
   <li>Let the intel driver/xf86-video-intel/src/i830_driver.c driver build with xserver >= 1.10.
   <li>Document that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calendar&manpath=OpenBSD%20Current&sektion=1&format=html">calendar(1)</a> now behaves as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=date&manpath=OpenBSD%20Current&sektion=1&format=html">date(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&manpath=OpenBSD%20Current&sektion=1&format=html">touch(1)</a>, with default values used when "yy" is given, but not "cc".
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to the group of the main application window.
   <li>Repaired <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> groupcycle (broke after cycle-in-group support added more flags) in app/cwm/group.c.
   <li>Do not invoke hardclock() until cpu_initclocks() has been invoked in luna88k; avoids a NULL pointer dereference because the softclock interrupt handler cookie is not initialized yet.
   <!-- 2011/09/12 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calendar&manpath=OpenBSD%20Current&sektion=1&format=html">calendar(1)</a> -t flag now uses macros instead of punctuation to avoid marking up the whole argument as an Ar block; remove a superfluous set of [] around month.
   <li>Introduce filtermask in struct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> - do not forward lines to mfa when FILTER_DATALINE is not set in filtermask.
   <li>Update to tzdata2011j (timezone data) for Africa and Australasia.
   <li>Clamp a maximum number of outstanding requests at 40 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> as performance decreases severely above this with newer firmwares.
   <!-- 2011/09/11 -->
   <li>Update to glproto 1.4.14; dri2proto 2.6.
   <li>Define symbolic constants for the addresses of Vax vsbus devices on 512KB PROM systems (e.g. KA49), or 256KB PROM systems built after KA49 (e.g. KA5[234]), and use them instead of magic numbers.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> leaks in do_hardlink() and do_readlink() from bz#1921, and in do_lsreaddir().
   <li>Fix inverted test when selecting resolution on the 1024x864 VLC frame buffer in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcg&manpath=OpenBSD%20Current&sektion=4&arch=vax&format=html">lcg(4/vax)</a>.
   <li>Mention the 1GB offset PROM limit on some systems in distrib/notes/vax/install.
   <!-- 2011/09/10 -->
   <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> cancellation of local/dynamic forwardings from ~C commandline.
   <li>Xenocara/driver/Makefile adjusted to make testing of newer Xserver versions easier.
   <li>Updates to version: libXfont 1.4.4; libXt 1.1.1; inputproto 2.0.2; glproto 1.4.14; dri2proto 2.6.
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> pkg_mklocatedb work consistently with SUBDIRLIST (print only the fullpkgpaths referenced there and nothing more).
   <!-- 2011/09/09 -->
   <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> cancelling local and remote port forwards via the multiplex socket. Use "ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host".
   <li>Kill the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> preauth privsep child on fatal errors in the monitor.
   <li>Suppress <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&manpath=OpenBSD%20Current&sektion=1&format=html">scp(1)</a> adding '--' to remote commandlines when the first argument does not start with '-'. Saves breakage on some embedded/router platforms.
   <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a> St macro for ISO 8601:2004 (representation of dates and times) and now used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&manpath=OpenBSD%20Current&sektion=1&format=html">touch(1)</a>.
   <li>Added /var/nsd/ to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hier&manpath=OpenBSD%20Current&sektion=7&format=html">hier(7)</a>.
   <li>MUX_C_CLOSE_FWD includes forward type in message (though it isn't implemented anyway) in usr.bin/ssh/PROTOCOL.mux.
   <li>Add -b option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&manpath=OpenBSD%20Current&sektion=1&format=html">tcpbench(1)</a> which allows the client side to bind the socket to a numeric address.
   <!-- 2011/09/08 -->
   <li>Protocols 43 (ipv6-route) & 44 (ipv6-frag) names synched with IANA database.
   <li>Additional information on the -d option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&manpath=OpenBSD%20Current&sektion=1&format=html">touch(1)</a>.
   <li>Provide namespace-safe alignment macros in machine/_types.h, with compat names kept in machine/param.h.
   <li>In sys/socket.h, pull in sys/_types.h instead of the namespace polluting machine/param.h.
   <li>Eliminate __CMSG_ALIGN, replaced by _ALIGN.
   <li>Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to; put internal macros in machine/_types.h.
   <!-- 2011/09/07 -->
   <li>Avoid possible SIGSEGV when wrong TOS option in sbin/pfctl/parse.y.
   <!-- 2011/09/06 -->
   <li>Better determination if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> shell is restricted.
   <li>Updated key size and algorithm recommendations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>; knock out useless Pp in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&manpath=OpenBSD%20Current&sektion=1&format=html">openssl(1)</a>.
   <li>Add test for http chunked encoding over <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> http protocol.
   <li>Properly initialize struct carp_if (especially vhif_nvrs) with M_ZERO. This lets <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> delete IFF_PROMISC on its carpdev upon destroy.
   <!-- 2011/09/05 -->
   <li>Mark dead panes with some text saying they are dead in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
   <li>Restore errno when it has been changed by the scheduling loop in lib/libpthread/uthread/uthread_kern.c.
   <li>Optimized <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bba&manpath=OpenBSD%20Current&sektion=4&arch=alpha&format=html">bba(4/alpha)</a> code to process four samples at a time as much as possible, before falling back to the remainder processed one byte at a time.
   <li>Fix typo in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> IPQoS parsing: there is no "AF14" class, but there is an "AF21" class.
   <li>ControlPersist and KbdInteractiveAuthentication descriptions added to -o section of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&manpath=OpenBSD%20Current&sektion=1&format=html">scp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a>.
   <li>Enable MSI support and fix establishing a link to a GigE link partner from a FastE <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&manpath=OpenBSD%20Current&sektion=4&format=html">ale(4)</a> controller.
   <li>Fix hang in emacs when going over the line limit.
   <li>Preserve errno across calls to open the password database(s), so that errno isn't changed when a normal user (who can't open spwd.db) does a lookup.
   <li>Switch sigreturn() to the normal syscall entry instead of int$80 in amd64.
   <!-- 2011/09/04 -->
   <li>Driver for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bba&manpath=OpenBSD%20Current&sektion=4&arch=alpha&format=html">bba(4/alpha)</a> TURBOchannel baseboard audio.
   <li>Add the possibility for a MD attachment to stack a stream filter (sw_code) if it needs to rewrite the audio stream.
   <li>Added /etc/ldap to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hier&manpath=OpenBSD%20Current&sektion=7&format=html">hier(7)</a>.
   <li>Silenced awacs_trigger_input in sys/arch/macppc/dev/awacs.c.
   <li>Added two more udav devices and an Intel 6 Series/C200 Rate Matching Hub to sys/dev/usb/.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a>, make flavours of maximisation additive; reinit menu on reload (for upcoming menu config changes); allow menufg/menubg and menu font color to be configurable.
   <li>Add test whether <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&apropos=0&sektion=0&manpath=OpenBSD+5.0&arch=i386&format=html">relayd(8)</a> is logging the correct http content-length.
   <!-- 2011/09/03 -->
   <li>General warning in sys/arch/amd64/amd64/locore.S (about gdb matching against sigcode instructions) added.
   <li>Fix backtrace across signals in gnu/usr.bin/binutils/gdb/amd64obsd-tdep.c.
   <li>Inaccuratly named char "*DefaultFontName" changed to char "*font" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> {r,}cycleingroup to cycle through clients belonging to the same group as the active client (as opposed to all unhidden clients).
   <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> color initialization.
   <li>Split off <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> window hints from geometry so we don't need to carry them all around when dealing with {,h,v}max.
   <li>Disable PHY (physical media interfaces) hibernation in Atheros AR8131/AR8132 PCIe ethernet to automatically re-establish link when the cable is plugged in.
   <li>MI driver for AMD79C30 audio chip added (now used by sparc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioamd&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc&format=html">audioamd(4/sparc)</a>).
   <li>Manpage added for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsaudio&sektion=4&arch=vax&format=html">vsaudio(4/vax)</a>, found in VAXstation 4000 VLC, /60 and /90.
   <li>Rewrite -column lists in many man pages (to permit some markup in the column headers) while awaiting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> fix.
   <!-- 2011/09/02 -->
   <li>sys/scsi/scsiconf.c will now generate a devid from vpd page 80 if vpd page 83 doesnt exist or work.
   <li>Added regress tests for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> protocol http 1.0 and 1.1, http put and https.
   <li>Support for Intel Centrino Advanced-N 6205 network adaptors added (without differential gain calibration).
   <li>Added regression tests for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> session timeout.
   <!-- 2011/09/01 -->
   <li>Removed drupal5 reference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=port-modules&sektion=5&format=html">port-modules(5)</a> as drupal5 is gone.
   <li>Fix the display in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> so utilities reported as running are what is actually running.
   <li>Stopped overwriting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> data line with filtmsg buffer; removed excess debug lines; back filters now disabled at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&sektion=5&format=html">smtpd.conf(5)</a> level.
   <li>Added missing header needed by bsearch() in usr.sbin/smtpd/parse.y.
   <li>Add regression tests for relaying connections through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> to test socket splicing works correctly.
   <li>Introduce a small set of functions to simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> stat counters.
   <li>Log_debug() call moved to not get called for each line of DATA exchanged between smtp and mfa.
   <!-- 2011/08/31 -->
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> dired mode to open files regardless of characters in filename.
   <li>Use the same format/text, as far as possible, for date strings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&sektion=1&format=html">ls(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&sektion=1&format=html">touch(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=date&sektion=1&format=html">date(1)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strptime&sektion=3&format=html">strptime(3)</a> only one leap second is permitted, not two.
   <li>On a file write fail in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> return an error value and show an error message.
   <li>Synch OpenBSD::Intro(3p) with current method of parsing packages.
   <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> versionspec from PackageName to PkgSpec.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> support for per-line DATA callbacks, allowing filters to take their decisions while the message is still being received by the client.
   <li>Remove faux "enable floating point" and PR_ACCS register on KA45 and KA48 in sys/arch/vax/vax/ka48.c.
   <li>Report VXT cpu as "VXT", not "KA48" (to match what the PROM says) in sys/arch/vax/vax/vxt.c.
   <!-- 2011/08/30 -->
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> one shot rules automatically removed after match when it is the only rule in the anchor (eg for firewall proxies). Can be used by specifying a "once" filter option.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">ps(1)</a> -N/-M work again by correcting kernel vs user address handling in the FILL_KPROC() macro.
   <li>Make code match the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&sektion=1&format=html">touch(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1&format=html">at(1)</a> manpages and POSIX when year specified but century isn't: century is 1900 if year >= 69; else 2000
   <li>Make vlanprio (PCP/CF) available to our network stack.
   <li>Fixed format string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&sektion=8&format=html">smtpctl(8)</a>.
   <li>Pluged memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, from Tiago Cunha.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7&format=html">mdoc(7)</a> column lists, enforce ordering: ".Bl -column header1 header2 ... <Bl flags>".
   <li>Add another GeForce 8400 GS.
   <li>Call free() into ramqueue_remove_{batch,host,message,envelope}() instead of just after the function call in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
   <li>Switch to xkeyboard-config is done. Removed old xkbdata and unifdef it.
   <!-- 2011/08/29 -->
   <li>Regression test that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> reverse splicing timeout does not affect forward splicing.
   <li>Mouse move via the keyboard restored.
   <li>Added gpsmap 62s to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbdevs&sektion=8&format=html">usbdevs(8)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> dired mode, make point move up and down first character of file name; added missing keybindings.
   <li>Update to tzdata2011i for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tzfile&sektion=5&format=html">tzfile(5)</a> from elsie.nci.nih.gov.
   <li>Update firmware for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&sektion=4&format=html">myx(4)</a> to the latest version available from Myricom (1.4.53a).
   <li>Only provide FLT_EVAL_METHOD for C99 in float.h.  Add missing DECIMAL_DIG for C99.
   <li>Remove the reference to the non-existent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_portal&apropos=0&sektion=8&manpath=OpenBSD+4.9&arch=i386&format=html">mount_portal(8)</a> in keyword section of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&sektion=1&format=html">man(1)</a>.
   <li>Fixed a race causing some drives to trigger a panic in ncr53c9x_sched() at attach time on vax.
   <li>Removed reference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bsd.port.mk&sektion=5&format=html">bsd.port.mk(5)</a> discouraging use of xz distfiles on Sparc.
   <li>Added missing header needed by signal() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
   <li>Return of the long missing powerpc interrupt rewrite.
   <li>Cast all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> printed time_t to long long int, and change format string accordingly.
 <!-- 2011/08/28 -->  <!-- 2011/08/28 -->
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> splice make regress to run with and without obj directory.
   <li>Version updates to: DejaVu fonts 2.33; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> 273; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xset&sektion=1&format=html">xset(1)</a> 1.2.2; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xrandr&apropos=0&sektion=1&manpath=OpenBSD+Current&arch=i386&format=html">xrandr(1)</a> 1.3.5; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xprop&sektion=1&format=html">xprop(1)</a> 1.2.1; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xman&sektion=1&format=html">xman(1)</a> 1.1.2; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xkbcomp&sektion=1&format=html">xkbcomp(1)</a> 1.2.3; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=x11perf&sektion=1&format=html">x11perf(1)</a> 1.5.4; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twm&sektion=1&format=html">twm(1)</a> 1.0.7; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smproxy&sektion=1&format=html">smproxy(1)</a> 1.0.5; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkfontscale&sektion=1&format=html">mkfontscale(1)</a> 1.0.9; libX11 1.4.4.
   <li>Remove redundant final paragraph of STANDARDS in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&sektion=1&format=html">touch(1)</a>.
   <!-- 2011/08/28 -->
 <li>Clear <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> bounce envelope structure, to avoid wrong use when bounce_record_message() returns 0.  <li>Clear <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> bounce envelope structure, to avoid wrong use when bounce_record_message() returns 0.
 <li>Added support for the netid.byname YP map in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a>.  <li>Added support for the netid.byname YP map in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
 <li>Updated mkfontscale to version 1.0.9, smproxy to 1.0.5, twm to 1.0.7, x11perf to 1.5.4, xkbcomp 1.2.3, xman to 1.1.2, xprop to 1.2.1, xrandr to 1.3.5, xset to 1.2.2, xterm 273 and DejaVu fonts to 2.33.  
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lock&sektion=9&format=html">lock(9)</a> lockmgr() use a different address for the wchan when draining the lock.  <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lock&sektion=9&format=html">lock(9)</a> lockmgr() use a different address for the wchan when draining the lock.
 <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=3&format=html">strlcpy(3)</a> truncation test block in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.  <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=3&format=html">strlcpy(3)</a> truncation test block in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
 <!-- 2011/08/27 -->  <!-- 2011/08/27 -->
 <li>Added initial support for a session-time filtering API in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.  <li>Added initial support for a session-time filtering API in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
 <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a> from bypassing a signature verification caused by an incorrect check of the EVP_VerifyFinal return value.  <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a> from bypassing a signature verification caused by an incorrect check of the EVP_VerifyFinal return value.
 <li>Update libX11 to version 1.4.4.  
 <!-- 2011/08/26 -->  <!-- 2011/08/26 -->
 <li>Prevent spurious disappearance of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=vax&format=html">le(4/VAX)</a> on some systems.  <li>Prevent spurious disappearance of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=vax&format=html">le(4/VAX)</a> on some systems.
 <li>Prevent a bogus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcg&sektion=4&arch=vax&format=html">lcg(4/VAX)</a> device from attaching on KA45 and also repair console operation if the S3 switch is down.  <li>Prevent a bogus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcg&sektion=4&arch=vax&format=html">lcg(4/VAX)</a> device from attaching on KA45 and also repair console operation if the S3 switch is down.

Legend:
Removed from v.1.1200  
changed lines
  Added in v.1.1201