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

File: [local] / www / plus.html (download) (as text)

Revision 1.1310, Thu Oct 31 10:54:54 2013 UTC (10 years, 6 months ago) by brett
Branch: MAIN
Changes since 1.1309: +2 -2 lines

Fixed plus.html grammatical error.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenBSD -current changes</title>
<link rev="made" href="mailto:www@openbsd.org">
<meta name="resource-type" content="document">
<meta name="description" content="OpenBSD -current changes">
<meta name="keywords" content="openbsd,changes">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1996-2012 by OpenBSD.">
</head>

<body bgcolor="#ffffff" text="#000000" link="#23238e">

<a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
<p>
<h2><font color="#e00000">OpenBSD -current changelog</font></h2>
<hr>

<p>
This selection is intended to include all important
and all user-visible changes.
For a complete record of all changes, please see the "source-changes"
mailing list, called "OpenBSD CVS"
in the <a href="mail.html#Archives">archives</a>,
or use <a href="anoncvs.html#CVS">CVS</a>.

<p>
Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.

<p>
<h3>
For changes in other releases, click below:<br>
<a href="plus20.html">2.0</a>,
<a href="plus21.html">2.1</a>,
<a href="plus22.html">2.2</a>,
<a href="plus23.html">2.3</a>,
<a href="plus24.html">2.4</a>,
<a href="plus25.html">2.5</a>,
<a href="plus26.html">2.6</a>,
<a href="plus27.html">2.7</a>,
<a href="plus28.html">2.8</a>,
<a href="plus29.html">2.9</a>,
<a href="plus30.html">3.0</a>,
<a href="plus31.html">3.1</a>,
<a href="plus32.html">3.2</a>,
<a href="plus33.html">3.3</a>,
<a href="plus34.html">3.4</a>,
<a href="plus35.html">3.5</a>,
<a href="plus36.html">3.6</a>,
<br>
<a href="plus37.html">3.7</a>,
<a href="plus38.html">3.8</a>,
<a href="plus39.html">3.9</a>,
<a href="plus40.html">4.0</a>,
<a href="plus41.html">4.1</a>,
<a href="plus42.html">4.2</a>,
<a href="plus43.html">4.3</a>,
<a href="plus44.html">4.4</a>,
<a href="plus45.html">4.5</a>,
<a href="plus46.html">4.6</a>,
<a href="plus47.html">4.7</a>,
<a href="plus48.html">4.8</a>,
<a href="plus49.html">4.9</a>,
<a href="plus50.html">5.0</a>,
<a href="plus51.html">5.1</a>,
<a href="plus52.html">5.2</a>,
<a href="plus53.html">5.3</a>,
<a href="plus54.html">5.4</a>.
<br>
</h3>

<p>
<h3><font color="#0000e0">Changes made between OpenBSD 5.4 and -current</font></h3><p>
<p>

<ul>
<!-- 2013/10/27 -->
<li>Support added for unattended OpenBSD installations, using DHCP and a response file.
<li>Added support for AUTH LOGIN in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> parsing of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet6&manpath=OpenBSD%20Current&sektion=4&format=html">inet6(4)</a> addresses when prefixed with "IPv6:"
<li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta to "hold" envelopes in the scheduler when it has too many tasks for a given relay.
<li>Fixed the timer on sunxi A20 boards.
<li>Abort early if another <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> instance is running.
<!-- 2013/10/26 -->
<li>Fixed makefile, to make sure we build the manual pages of all architectures on macppc.
<li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpioctl&manpath=OpenBSD%20Current&sektion=8&format=html">gpioctl(8)</a> for armv7, and added associated devices on armv7/sunxi.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&manpath=OpenBSD%20Current&sektion=8&format=html">traceroute6(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&manpath=OpenBSD%20Current&sektion=1&format=html">telnet(1)</a> when the -V flag is not given.
<li>For sunxi boards where u-boot doesn't set MAC address (e.g. pcduino), generate address based on the Security ID (SID).
<li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xkeyboard-config&manpath=OpenBSD%20Current&sektion=7&format=html">xkeyboard-config(7)</a> to version 2.10.1.
<!-- 2013/10/25 -->
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> crash caused by previous commit which occurs when using ProxyCommand.
<li>Fixed/re-enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> RX checksum offload for 8168C/8168CP. Flag was accidently removed with rev 1.140 of sys/dev/ic/re.c.
<li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> local enqueuer cope with the output of a long running program; use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=8&format=html">sendmail(8)</a>-like exit status.
<li>Allocate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> key storage dynamically, instead of using a fixed size buffer.
<li>Made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client_delete does not try to destroy clients that are already gone (and generate spurious errors).
<li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ignore "remove" requests for an envelope which is inflight.
<li>Improve reporting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a>: when sending a request to the scheduler, wait for the success/failure report; report the total number of affected envelopes for schedule, pause, resume and remove envelope operations.
<li>Stopped falsely assuming that the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> checksum field is always in the first <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&manpath=OpenBSD%20Current&sektion=9&format=html">mbuf(9)</a> of an mbuf chain.
<li>X11 clients added to the aviion architecture.
<li>Fixed off-by-one when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> is calculating the length of an sgl segment.
<li>Fixed regression that made the pandaboard panic when it tried to enable PRCM_MMC0 on the omap4.
<!-- 2013/10/24 -->
<li>Added support for xbox 360 controller as a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&manpath=OpenBSD%20Current&sektion=4&format=html">uhid(4)</a>.
<li>Added support for the hardware random number generator on octeons, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=octrng&manpath=OpenBSD%20Current&sektion=4&format=html">octrng(4)</a>.
<li>Understand node contexts when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> is building the expansion tree (e.g. same delivery for different users, or as a different destination address).
<li>Fixed USERINFO and CREDENTIALS lookups in the (experimental) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> sqlite backend.
<li>Plugged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> memory leaks on update.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&manpath=OpenBSD%20Current&sektion=1&format=html">nm(1)</a> output on archives on mips now displays correctly.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=1&format=html">sendmail(1)</a> to cope with filesystems with large f_bavail values.
<li>Do not rely on u-boot to enable mmc clocks on armv7.
<li>Do not fatal() <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> immediately on write error. Fixes bug where the server would stop if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> exited early.
<li>Don't try to resolve hostnames when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ProxyCommand is set unless the user has forced canonicalisation.
<!-- 2013/10/23 -->
<li>Disallow empty Match statements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a>, and add "Match all", which matches everything.
<li>Periodically print progress and, if possible, expected time to completion when screening <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a> for DH groups.
<li>Include local address and port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> "Connection from ..." message (only shown at loglevel>=verbose).
<li>Enabled TX checksum offload in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bg(4)</a>.
<li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&manpath=OpenBSD%20Current&sektion=8&format=html">traceroute6(8)</a> to operate across a nat64 gateway.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> loop around waitpid to catch all exited children, as there is no guarantee of one signal per child.
<li>Added support for displaying the cache write policy of RAID volumes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&manpath=OpenBSD%20Current&sektion=8&format=html">bioctl(8)</a>; make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> pass up the necessary information.
<li>Added key to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>, to swap to other end of selection (bound to o with vi keys)
<li>Overwrite <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> type-specific nextptr field only when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> changed it, to fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&manpath=OpenBSD%20Current&sektion=4&format=html">icmp6(4)</a> translation regression.
<!-- 2013/10/22 -->
<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_kill&manpath=OpenBSD%20Current&sektion=3&format=html">pthread_kill(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_cancel&manpath=OpenBSD%20Current&sektion=3&format=html">pthread_cancel(3)</a>, make sure the thread ID won't be reused until the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kill&apropos=0&sektion=2&manpath=OpenBSD+Current&arch=i386&format=html">kill(2)</a> is complete.
<li>Allow uppercase "K/M/G" specification in "machine memory" <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&manpath=OpenBSD%20Current&sektion=8&format=html">boot(8)</a> command on i386/amd64.
<li>Relative-specified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> certificate expiry time should be relative to current time and not the validity start time.
<li>Hostname may have %h sequences, these should be expanded prior to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> Match evaluation.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> parse and ignore .hw (hyphenation points in words).
<li>Save "next-server" (a.k.a. siaddr) info into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.leases&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.leases(5)</a> file.
<li>Added SMC_CAPS_SINGLE_ONLY capability to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&manpath=OpenBSD%20Current&sektion=4&format=html">sdmmc(4)</a>, to force the sdmmc stack to only issue single blocks transfers.
<li>Resolved an issue where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> traffic with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> nat-to failed due to incorrect checksums.
<li>Added support for allwinner-based devices (A1x/A20) such as the cubieboard to armv7.
<!-- 2013/10/22 -->
<!-- 2013/10/21 -->
<li>Removed arc4random_stir() and arc4random_addrandom(), which should not be called directly.
<li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> make-directory by stripping trailing "/".
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> leak fds in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&manpath=OpenBSD%20Current&sektion=2&format=html">fork(2)</a> error path.
<li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&manpath=OpenBSD%20Current&sektion=4&format=html">sdhc(4)</a> to detect GPIO pins on the i.MX6 wandboard.
<li>Added a pmtu delay <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> BUTTON for netinet6.
<li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a>.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> use provided netmask in "subnet" statements, allowing later comparisons with interface addresses to work properly.
<li>Added load_font and list_font accessops to all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> drivers, e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tga&manpath=OpenBSD%20Current&sektion=4&format=html">tga(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpx&manpath=OpenBSD%20Current&sektion=4&arch=vax&format=html">gpx(4/vax)</a>.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> icmpid bug (only affected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> echos via nat, when the nat doesn't change the address).
<li>Allow a user to switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&manpath=OpenBSD%20Current&sektion=1&format=html">telnet(1)</a> to rdomain zero.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a> set the requested rdomain on the socket instead of only on the IPv4 part; allow switching to rdomain zero.
<li>Added rdomain support to IPv6 configuration tools <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&manpath=OpenBSD%20Current&sektion=8&format=html">rtsold(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">ping6(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&manpath=OpenBSD%20Current&sektion=8&format=html">traceroute6(8)</a>.
<li>With <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> -A, take 10% for swap, setting a maximum based on physmem.
<!-- 2013/10/20 -->
<li>Introduced the "display.font" parameter, which requests the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> driver to change the display font.
<li>Enabled support for vmware paravirtual SCSI via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmwpvs&manpath=OpenBSD%20Current&sektion=4&format=html">vmwpvs(4)</a> on i386/amd64.
<li>Built-in kernel fonts will now appear in the list of font usable by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&manpath=OpenBSD%20Current&sektion=4&format=html">vga(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsfontload&manpath=OpenBSD%20Current&sektion=8&format=html">wsfontload(8)</a>.
<li>Eliminate global limit on the number of fonts able to be loaded by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>.
<li>In hibernate for i386/amd64, temporarily reverted "Realmode park" mode.
<li>Do not run any command from the client which starts the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> server until after the configuration file completes loading.
<li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsfontload&manpath=OpenBSD%20Current&sektion=8&format=html">wsfontload(8)</a> report i/o errors on stdin as occurring on "stdin" not "(null)".
<li>Added i386/amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&sektion=9&apropos=0&manpath=OpenBSD+Current&arch=i386">boot(9)</a> support for keydisk-based softraid crypto volumes.
<li>If a font is not a file, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsfontload&manpath=OpenBSD%20Current&sektion=8&format=html">wsfontload(8)</a> now computes the numbers of characters it contains from its size, instead of assuming 256; default to 12x22 glyph instead of 8x16 if the display is a raster frame buffer.
<li>Updated to xf86-video-dummy 0.3.7 and xf86-video-vesa 2.3.3.
<li>WSDISPLAYIO_GTYPE ioctl support added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> KMS drivers.
<li>Fixed resume time stream corruption seen on x230 with large (16GB) unhibernation.
<li>Allow hibernate to work on Ivy Bridge and later CPUs.
<li>Don't turn on ModifyOtherKeys by default, as when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is killed and it's left stuck on.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> now properly reserves file descriptors for incoming connections.
<li>Fixed some spurious failure-to-hibernate errors.
<li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=noct&manpath=OpenBSD%20Current&sektion=4&format=html">noct(4)</a> driver.
<li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> "Match" section, renamed the "command" sub-clause to "exec".
<!-- 2013/10/19 -->
<li>Parse the argument the -r option with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atoll&manpath=OpenBSD%20Current&sektion=3&format=html">atoll(3)</a> to support dates past 2038
<li>Reverted r1.138 of pp/cwm/client.c (WM_TAKE_FOCUS) for now.
<li>ip6_input() adjusted to remove double scanning for routing header type 0 in the IPv6 stack, as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> handles this anyway.
<li>No longer make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> redraw unnecessarily on every unhide, resize, and mouse move/resize "Expose" event.
<li>Improved address and linkstate hooks, added additional detach hook to track changes on the parent multicast interface in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a>.
<li>Support the hibernate key (Fn-F12) on thinkpads.
<li>Enabled TX checksum offload on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a>.
<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&manpath=OpenBSD%20Current&sektion=5&format=html">crontab(5)</a>, added a random sleep of up to half an hour to distribute the server load from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd-setup&manpath=OpenBSD%20Current&sektion=8&format=html">spamd-setup(8)</a>.
<li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> prefix and prefixlen filter components into one filter, so rules are grouped by prefixes last.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> now keeps better track of fds, to only close those still open. Avoids closing random fds from other connections.
<li>Fix receipt of OID varbinds when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> is sending traps.
<li>When we attach a network interface, do not reuse the last index. Avoids some race conditions.
<li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> checksum handling.
<li>Stop pre-computing the pseudo header checksum and incrementally updating it in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&manpath=OpenBSD%20Current&sektion=4&format=html">tcp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udp&manpath=OpenBSD%20Current&sektion=4&format=html">udp(4)</a> stacks.
<li>Fixed some 512-byte block vs disk sector confusion on hppa and sgi.
<!-- 2013/10/18 -->
<li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> clients that support WM_TAKE_FOCUS in their WM_PROTOCOLS property, send a ClientMessage event.
<li>Don't silence stderr from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> when running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a> in verbose mode.
<li>UTF-8 support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> emulation modes, so vt100 and sun emulation recognise xterm-compatible escape sequences ESC % G and ESC % @.
<li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> can't find a proper glyph for a requested character, use a question mark instead of a space.
<li>Bugfix update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> version 1.4.3.
<li>Disable global page mappings before we start to unpack on i386/amd64 using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a>, for more robust hibernate.
<li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openlog&manpath=OpenBSD%20Current&sektion=3&format=html">openlog(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> to log to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog&manpath=OpenBSD%20Current&sektion=3&format=html">syslog(3)</a>.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> set FD_CLOEXEC; fixed some pointer calculations.
<li>Adjusted the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> editor to allow more space for swap on large disks (e.g. useful for hibernation).
<li>Allow hibernate to run the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> suspend code before mountroot.
<li>Prepared the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> command for printing 64 bit route expire time; fixed conversion between relative and absolute expire time.
<!-- 2013/10/17 -->
<li>Include remote port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> bad banner message (bz#2162).
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> cannot have queue definitions inside anchors, don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> attempt to load them, error out if we run into one.
<li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> to use the proc.c privsep style from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>.
<li>Remove support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=a.out&manpath=OpenBSD%20Current&sektion=5&format=html">a.out(5)</a> and ecoff on all platforms (we only do <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> now).
<!-- 2013/10/16 -->
<li>"fsync@" protocol extension for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&manpath=OpenBSD%20Current&sektion=8&format=html">sftp-server(8)</a>. Client support for calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsync&manpath=OpenBSD%20Current&sektion=2&format=html">fsync(2)</a> for faster transfers (bz#1798).
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> -r option removed.
<li>Support added for oaic in the aviion boot blocks.
<li>Moved creation of "restricted" communication sockets into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">snmpd.conf(5)</a>; added ability to specify an alternate "control" socket location; allow for the creation of multiple "restricted" sockets.
<li>Prefer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> over <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&manpath=OpenBSD%20Current&sektion=4&arch=i386&format=html">apm(4/i386)</a> on i386.
<!-- 2013/10/15 -->
<li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> client-side hostname canonicalisation. Avoids need for host certificates to list unqualified alongside fully-qualified names.
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> binding a label for the default route.
<li>avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> segfaults by passing the ldpd_conf structure as an argument.
<li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> variables aflag and dflag are boolean, so use logical instead of binary operators for comparison.
<li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> parsing of LDP messages; proper notification messages on error conditions.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> now ignores messages that have Unknown flag set.
<!-- 2013/10/14 -->
<li>Added support for ERL ethernet on octeon (which can now be booted over NFS).
<li>Driver added for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oaic&manpath=OpenBSD%20Current&sektion=4&arch=aviion&format=html">oaic(4/aviion)</a> AIC-6250 SCSI controller found on aviion models 100, 200, 300, 400 and 4300.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> detach -a, by skipping clients where the session is NULL.
<li>Added a "Match" keyword to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> that allows matching on hostname, user or result of arbitrary commands.
<li>Made logging of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> session starts a more useful format.
<li>Check for invalid values in the routing message, to stop root crashing kernel from userland.
<li>Fixed hangs seen when unplugging a USB keyboard which was attached to an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a>.
<!-- 2013/10/13 -->
<li>Added 7.5kbit Diffie-Hellman groups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a>.
<li>Count number of lines in moduli input file and pass to the testing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> process, to provide completion time estimate.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> parse/ignore the .fam (font family) request. Fixes irunner(1) and uim-xim(1) ports.
<li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crunchgen&manpath=OpenBSD%20Current&sektion=8&format=html">crunchgen(8)</a> DIST_LIB/DIST_OBJS hooks to make it possible to link crunched binaries against libraries compiled with smaller objects.
<li>Fixed regression introduced when macppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> started parsing device tree to enumerate devices, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ht&manpath=OpenBSD%20Current&sektion=4&arch=macppc&format=html">ht(4/macppc)</a> controllers work.
<li>Added libefi to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, and simplified some names.
<li>Set the default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a> MTU to full 1500 bytes.
<li>Imported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a>, the virtual extensible local area network tunnel interface.
<!-- 2013/10/12 -->
<li>Standalone hfsc implementation added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a>, for the new bandwidth shaping subsystem (altq stays during migration phase).
<li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> adapt to recent queueing changes.
<!-- 2013/10/11 -->
<li>Add initial RTL8106E and RTL8168G/8111G support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a>.
<li>Fixed hang-on-close problem seen with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> when a closed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&manpath=OpenBSD%20Current&sektion=4&format=html">pty(4)</a> is <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a>'ed.
<li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> to prevent non-data packets from being dropped.
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> leaking file descriptors in the rare MSG_VERSION case.
<!-- 2013/10/10 -->
<li>Updated to freetype 2.5.0.1.
<li>Added support for am335x edma3 controller to armv7.
<li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is respawning, pass -1 for cwd now (not NULL).
<li>Show session name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> detached message.
<li>Alter how <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> handles the working directory: -c flag to new, neww, splitw allows the working directory to be overridden; -c flag to attach let's the session working directory be changed; default-path option has been removed.
<li>Make tilde expansion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> command strings work even if it isn't terminated by /.
<li>Instead of fixed size buffers for some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> messages, send only the string length; similarly for MSG_COMMAND - allow full imsg limit (not arbitrary 2048).
<li>When mouse button is pressed within a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane, no longer resize the pane if edge of the border is later hit.
<li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> -c for new-session.
<li>Upon mouse click, stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> selecting panes which aren't visible.
<li>Restored missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> key binding for %.
<li>Ensure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> check on the permissions of TMUX_TMPDIR is performed on directories only (not files).
<li>Clear <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> WINLINK_ALERTFLAGS properly, otherwise sessions may still see flags for winlinks which have been cleared.
<li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree expands/collapses items, ensure the item is visible at the bottom of the screen.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> assign mouse x/y coords before checking them. Fixes off-by-one when the statusbar is at the top of the screen.
<li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> to accept multiple parameters to SM/RM/DECSET/DECRST.
<li>Only include actual trailing spaces (not unused cells) with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> capturep -J.
<li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> nested format expansion.
<li>Allow the file descriptor received from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> client to be -1.
<li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> to handle input mouse positions greater than 33.
<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> recalculate_sizes() handle an empty window with no active pane. This can happen when a window is in two sessions.
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> leaking formats if they are added multiple times, and leaking grouped sessions on destroy.
<li>Fixed potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> crash when a command in a command client can't be parsed.
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> adding client formats when they are NULL.
<!-- 2013/10/09 -->
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> re-exec fallback, by ensuring that startup_pipe is correctly updated (bz#2139).
<li>Added ability to whitelist and/or blacklist sftp protocol requests by name to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&manpath=OpenBSD%20Current&sektion=8&format=html">sftp-server(8)</a>.
<li>Changed "physical address" to "tunnel:" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a>'s tunnel address output.
<li>Merged binutils 2.15 einfo() buffering change to binutils-2.17.
<li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&manpath=OpenBSD%20Current&sektion=4&format=html">oosiop(4)</a> synch negotiation.
<li>Various fixes to make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kiic&manpath=OpenBSD%20Current&sektion=4&arch=macppc&format=html">kiic(4/macppc)</a> work on some G5s.
<li>Fixed Powerbooks regression, where one of the two <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kiic&manpath=OpenBSD%20Current&sektion=4&arch=macppc&format=html">kiic(4/macppc)</a> would timeout when trying to configure the audio chip.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> trim leading white space from the message before trying to extract the program name.
<li>Include the "state of health" field in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> "bbu ok" (battery capacity) sensor value.
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> leaking ruleitems from match rules when hitting a per-rule max state limit.
<li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a> to bulk add/delete routes with the same attributes. Really useful for distributing IP lists.
<!-- 2013/10/07 -->
<li>Fixed dixfonts from upstream for CVE-2013-4396 (use after free in Xserver handling of ImageText requests).
<li>When available, use monitor/mwait to idle on i386/amd64.
<li>Early stages of a working disk bootloader for OpenBSD/aviion. Currently limited to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&manpath=OpenBSD%20Current&sektion=4&format=html">oosiop(4)</a> controllers
<li>Increased the size of the Diffie-Hellman groups requested for a each <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> symmetric key. New values taken from NIST 800-57, upper limit from RFC4419.
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmwpvs&manpath=OpenBSD%20Current&sektion=4&format=html">vmwpvs(4)</a>, a driver for VMware Paravirtual SCSI in vmware guests.
<!-- 2013/10/08-->
<li>Use CLOCK_UPTIME, so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&manpath=OpenBSD%20Current&sektion=8&format=html">vmstat(8)</a> uptime averages/rates are over the actual time-running-not-suspended.
<li>Fixed a segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a> -A to properly free the buffer when not in repeat mode.
<li>Show number of sectors, not the number of 512-byte blocks, when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&manpath=OpenBSD%20Current&sektion=8&format=html">newfs(8)</a> is saying "n sectors of m bytes".
<li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&manpath=OpenBSD%20Current&sektion=8&format=html">snmpctl(8)</a> to specify the "oid" option multiple times (e.g. "snmpctl walk 127.0.0.1 oid system oid ifName").
<!-- 2013/10/06 -->
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axen&manpath=OpenBSD%20Current&sektion=4&format=html">axen(4)</a> device driver, for ASIX AX88178a and AX88179 Ethernet interfaces.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdirentries&manpath=OpenBSD%20Current&sektion=2&format=html">getdirentries(2)</a> is dead; long live <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdents&manpath=OpenBSD%20Current&sektion=2&format=html">getdents(2)</a>.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> to allow breaking the line at hyphens in macro arguments (e.g. .Nd and most of the .%? citation macros).
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> throwing a fatal error and dying if there is anything inside a .Bl block body before the first .It.
<li>Added quirk to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a> for ALC260 (found on Acer Extensa 6700).
<!-- 2013/10/05 -->
<li>Added CLOCK_UPTIME, a clock which measures time-running-not-suspended, used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock_gettime&manpath=OpenBSD%20Current&sektion=2&format=html">clock_gettime(2)</a> and other places.
<li>Backed out POLLHUP change until a problem with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> hanging on close is fixed.
<li>Support for the i.MX6-based Wandboard Quad added to the armv7 architecture.
<li>Disabled interrupts in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> interrupt handler. Fixes the occasional watchdog timeout when using MSI.
<li>Removed Adaptec 2940 SCSI controllers from i386 RAMDISK kernels to make other things fit.
<li>Use monitor/mwait to idle amd64 CPUs when available.
<li>Change the default for the "default-path" option to ~ in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
<li>Updated to mesa 9.2.1.
<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>, use open(".")/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fchdir&manpath=OpenBSD%20Current&sektion=2&format=html">fchdir(2)</a> to save and restore current directory rather than <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&manpath=OpenBSD%20Current&sektion=3&format=html">getcwd(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chdir&manpath=OpenBSD%20Current&sektion=2&format=html">chdir(2)</a>.
<!-- 2013/10/04 -->
<li>Fix boot device matching in the presence of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> on hppa/hppa64.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a> on a closed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> now returns POLLIN|POLLHUP in revents when events is set to POLLIN, and POLLHUP when events is set to POLLOUT.
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpctl&manpath=OpenBSD%20Current&sektion=8&format=html">ntpctl(8)</a>, which allows us to query the locally running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> process.
<li>Fix tuner ioctl TVTUNER_SETFREQ in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&manpath=OpenBSD%20Current&sektion=4&format=html">bktr(4)</a> (broken after rev 1.30).
<!-- 2013/10/03 -->
<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">roff(7)</a> simple numerical conditions.
<li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> setting and printing out arbitrary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> number registers, preserving support for the ".nr nS" SYNOPSIS state register.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> incoherence with fence updates on Sandybridge and higher CPUs.
<li>Kernel adjusted to print many daddr_t variables with %lld, and u_int64_t variables with %llu in many places.
<!-- 2013/10/02 -->
<!-- 2013/10/01 -->
<li>Made it possible to correctly set up and label a vnd image with a boot area on aviion.
<li>Emulate 64-bit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> atomic operations on 32-bit architectures by using a mutex.
<li>Replaced rc4 with ChaCha20 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a>.
<li>Added initial SNMP client utility to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&manpath=OpenBSD%20Current&sektion=8&format=html">snmpctl(8)</a>. For example, "snmpctl snmp walk 127.0.0.1".
<!-- 2013/09/30 -->
<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a>, make stderr buffered in einfo(), to speed up display of error messages on slower platforms.
<li>Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX (not MAXPATHNAMELEN, MAXNAMLEN or MAXLOGNAME) in the C library.
<!-- 2013/09/29 -->
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>'s drmclose unreferencing objects while a mutex is locked.
<li>Ensure the OpenBSD area of the disk does not enclose the boot area on the aviion architecture; added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&manpath=OpenBSD%20Current&sektion=8&format=html&arch=aviion">installboot(8/aviion)</a>.
<li>On aviion, test whether the WHOAMI register exists before using it.
<li>Two new libX11 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locale&manpath=OpenBSD%20Current&sektion=1&format=html">locale(1)</a> added: km_KH.UTF-8 and sr_CS.UTF-8.
<!-- 2013/09/28 -->
<li>Enabled mpath, rdac, and sym in GENERIC kernels to find bugs.
<li>Ensure stack is 1:1 mapped before attempting to give control back to the PROM at halt/reboot time, so aviion can reboot.
<li>Updated to: xserver 1.14.3; makedepend 1.0.5; xman 1.1.3; libX11 1.6.2; libXaw 1.0.12; libXmu 1.1.2; libXpm 3.5.11; libXrandr 1.4.2 and libXv 1.0.10.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a> on a socket now sets POLLHUP on EOF, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socketpair&manpath=OpenBSD%20Current&sektion=2&format=html">socketpair(2)</a> matches <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipe&manpath=OpenBSD%20Current&sektion=2&format=html">pipe(2)</a> behaviour when the other end is closed.
<li>Refined <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gio&manpath=OpenBSD%20Current&sektion=4&arch=sgi&format=html">gio(4/sgi)</a> frame buffer probe, to correctly detect a newport frame buffer on Indy if a HPC SCSI board is attached.
<li>Correctly probe for the Ethernet chip on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hpc&manpath=OpenBSD%20Current&sektion=4&arch=sgi&format=html">hpc(4/sgi)</a> v1.5 expansion boards. Gets rid of "sq not configured" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&manpath=OpenBSD%20Current&sektion=8&format=html">dmesg(8)</a>.
<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&manpath=OpenBSD%20Current&sektion=9&format=html">boot(9)</a>, do not iterate over alldevs if it is empty (e.g. halting from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> with ddb entered early with boot -d).
<li>With even number of offsets, choose middle offset with lowest delay. Resolves uncertainty in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> REFID assignment.
<li>Stopped the message that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&manpath=OpenBSD%20Current&sektion=4&format=html">uthum(4)</a>'s calibration offset is incorrect, when the offset is less than 1 degree C.
<!-- 2013/09/27 -->
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&manpath=OpenBSD%20Current&sektion=4&format=html">wd(4)</a> incrementing the address the next i/o will start at by an incorrect amount.
<li>IPv6 atomic fragments must not go into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> reassembly queue, but be processed immediately.
<!-- 2013/09/26 -->
<li>Use the cpuid vendor string (not model string) when enabling VIA specific amd64 code so the code works with Eden X2 processors.
<li>Take into account that the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> ike message header might no longer point to the same memory after buffer manipulations.
<!-- 2013/09/25 -->
<!-- 2013/09/24 -->
<li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> vblank_time_lock blocks interrupts; made most atomic operations really atomic; removed all 64-bit atomic operations on 32-bit architectures. Potentially fixes some races/panics.
<li>Sync most machine independent LANCE code (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&manpath=OpenBSD%20Current&sektion=4&arch=vax&format=html">le(4/vax)</a>); added ILACC (79900) support.
<li>Stop traffic for a given <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> endpoint when a transfer reports an I/O error. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a> looping with "ehci_idone:" messages.
<li>Try to release the console if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> fails to send the initial command byte, giving USB keyboards a better chance of attaching.
<!-- 2013/09/23 -->
<li>On hp300: Removed SLOWSCSI; increased <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> target selection timeout. Booting kernel from disk now much faster.
<li>Keep <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> default env_keep to minimum required for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>; env_keep for building src and ports moved to "wsrc" group.
<!-- 2013/09/22 -->
<li>Report each m88k cmmu on its own line in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&manpath=OpenBSD%20Current&sektion=8&format=html">dmesg(8)</a>; fixed multiprocessor writeback logic.
<li>Fixed luna88k installer, to add bsd.mp to the default sets if &gt; 1 processor.
<li>Stopped merging the per-thread and per-process flags when reporting them via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> KERN_PROC.
<li>Updated to: util-macros 1.17.1 and videoproto 2.3.2.
<li>Merge unbound 1.4.21 and ldns 1.6.16.
<!-- 2013/09/21 -->
<li>Fixed tmpfs' uio_offset, to stop it skipping one entry for each block.
<li>Fix an ino_t inconsistency to unbreak the build of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>'s libfuse.
<li>Made aviion understand ELF files well enough to netboot kernels on AV530.
<li>Switch to machine independent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dart&manpath=OpenBSD%20Current&sektion=4&format=html">dart(4)</a> driver on aviion.
<li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&manpath=OpenBSD%20Current&sektion=1&format=html">top(1)</a> a higher MAX_COLS, more reasonable for modern widescreen displays.
<li>Fixed occasional SIGSEGV in privsep'd binaries (eg <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&manpath=OpenBSD%20Current&sektion=8&format=html">pflogd(8)</a>) on sparc/sparc64 running on sun4/4c/4e.
<!-- 2013/09/20 -->
<li>Added support for root on NFSv3.
<li>Configure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> absolute mode for elantech v2. Synaptics driver now attaches to elantech v2 touchpads. Print the firmware version at attach time for reference in future bug reports.
<li>Fixed panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> seen if pipex deleted a session via idle-timer when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> was frozen, causing use-after-free.
<li>Don't assume the length of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> chap challenges.
<li>Added length check for Proxy LCP and Authentication AVPs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>; also in 5.2, 5.3 and 5.4 stable branches.
<!-- 2013/09/19 -->
<li>Do no try to clear the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&manpath=OpenBSD%20Current&sektion=4&format=html">uhidev(4)</a> endpoint (as it if has stalled) if the USB transfer reported an I/O error.
<!-- 2013/09/18 -->
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> BindAddress work with UsePrivilegedPort=yes (bz#1211).
<li>Tell the client when their preferred <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> listen address has been overridden by the server's GatewayPorts (bz#1297).
<li>Store the initial file offset so the progress meter doesn't freak out when resuming <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> transfers (bz#2137).
<li>Get ethernet working on the edgerouter lite; added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atphy&manpath=OpenBSD%20Current&sektion=4&format=html">atphy(4)</a> to RAMDISK and GENERIC.
<!-- 2013/09/17 -->
<!-- 2013/09/16 -->
<li>Increased default number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugen&manpath=OpenBSD%20Current&sektion=4&format=html">ugen(4)</a> device files: two are too few for modern standards.
<li>Removed gssapi config parts from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a>.
<!-- 2013/09/15 -->
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> horizontal spacing for input lines beginning like ".Oc Ns".
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> horizontal spacing where "Ns" macro follows a block-closing macro and the corresponding block-opening macro is not on the same line.
<!-- 2013/09/14 -->
<li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a>, so commands executed via `foo` or $( bar ) inherit "set -e" status (as POSIX requires).
<li>Updated to: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twm&manpath=OpenBSD%20Current&sektion=1&format=html">twm(1)</a> version 1.0.8; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xclipboard&manpath=OpenBSD%20Current&sektion=1&format=html">xclipboard(1)</a> version 1.1.3; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xclock&manpath=OpenBSD%20Current&sektion=1&format=html">xclock(1)</a> version 1.0.7; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&manpath=OpenBSD%20Current&sektion=1&format=html">xinit(1)</a> version 1.3.3; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xkill&manpath=OpenBSD%20Current&sektion=1&format=html">xkill(1)</a> version 1.0.4; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xlsclients&manpath=OpenBSD%20Current&sektion=1&format=html">xlsclients(1)</a> version 1.1.3; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xmodmap&manpath=OpenBSD%20Current&sektion=1&format=html">xmodmap(1)</a> version 1.0.8; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xrdb&manpath=OpenBSD%20Current&sektion=1&format=html">xrdb(1)</a> version 1.1.0 and libSM version 1.2.2.
<!-- 2013/09/13 -->
<li>Bar <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> if flowsrc is not set.
<li>Fixed sign of returned error code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> i915.
<li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hardclock&manpath=OpenBSD%20Current&sektion=9&format=html">hardclock(9)</a> trying to schedule a softclock interrupt before its cookie has been allocated (this caused panics on macppc).
<!-- 2013/09/12 -->
<li>Added SM_PATH to the default env_keep in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudoers&manpath=OpenBSD%20Current&sektion=5&format=html">sudoers(5)</a>.
<li>Added basic support for eMMC memory and enable it on the BeagleBone Black.
<li>Revert previous sys/net/if.c diff to always increment the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if&manpath=OpenBSD%20Current&sektion=4&format=html">if(4)</a> interface index (tun_switch() depends on this feature).
<li>Avoid leaking mbufs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&manpath=OpenBSD%20Current&sektion=4&arch=armv7&format=html">cpsw(4/armv7)</a> failure paths.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> connection crash when sending break (~B) on a ControlPersist'd session.
<!-- 2013/09/11 -->
<li>Switched to using arc4random in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a>.
<li>Allow for 0-length "octet strings" in SNMP traps, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> conforms with ITU X.690 (ASN.1 definition document).
<li>Correctly NUL-terminate the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> cpu view array. Fixes a segfault on powerpc and probably others.
<!-- 2013/09/10 -->
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&manpath=OpenBSD%20Current&sektion=8&format=html">user(8)</a> bug where owner/mode is not set on the user's homedir if the specified skeldir does not exist.
<li>Added support for SM_PATH environment variable. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> can search this path for etcXX.tgz and/or xetcXX.tgz.
<!-- 2013/09/09 -->
<li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> blit acceleration on haswell (for now).
<li>Allow BOOTP lease times and the options dhcp-lease-time, dhcp-rebinding-time, and dhcp-renewal-time to be controlled via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a>.
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">relayd.conf(5)</a> support for ECDHE (Elliptic Curve Diffie-Hellman) to enable TLS/SSL Perfect Forward Secrecy (PFS).
<!-- 2013/09/08 -->
<li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nl&manpath=OpenBSD%20Current&sektion=1&format=html">nl(1)</a> from NetBSD, with local changes (inc. "-" syntax for stdin, multibyte delimiter support from FreeBSD, code simplifications).
<li>Fixed some omissions and flag errors for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> pci match tables, removed the duplicate table for i915.
<li>Monochrome <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">Xserver(1)</a> now available on luna88k.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> mpath "next path" selection. If the current path is NULL the machine will no longer panic.
<!-- 2013/09/07 -->
<li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmx&manpath=OpenBSD%20Current&sektion=4&format=html">vmx(4)</a> on i386 and amd64.
<li>Added a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> screen "cpu" listing the usage of each CPU core; new -B command line flag, similar to -b.
<li>Changed default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&manpath=OpenBSD%20Current&sektion=8&format=html">ldapd(8)</a> ciphers to HIGH:!aNULL.
<!-- 2013/09/06 -->
<li>Plugged a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> memory leak when walking the pfTblAddrTable in PF-MIB.
<li>Sync PF-MIB and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> with the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> table byte/packet counters for "match" rules.
<li>Support added to arm for FreeScale's i.MX6 SoC.
<li>Taught <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=id&manpath=OpenBSD%20Current&sektion=1&format=html">id(1)</a> about the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whoami&manpath=OpenBSD%20Current&sektion=1&format=html">whoami(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groups&manpath=OpenBSD%20Current&sektion=1&format=html">groups(1)</a> run modes (removes shell wrappers).
<li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> is dumping FastCGI protocol headers during debug, also dump the "request begin" and "request end" protocol entries.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> use the correct buffer size for memory allocation and reads.
<!-- 2013/09/05 -->
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugold&manpath=OpenBSD%20Current&sektion=4&format=html">ugold(4)</a>, a driver for PCsensor's USB gold TEMPer temperature measurement device.
<li>Merged mesa version 9.2.0 into xenocara.
<!-- 2013/09/04 -->
<li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> "toread" to 0 if we don't expect a body. Fixes handling of HTTP requests with a body (e.g. POST).
<li>Add a proper suspend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> builtin that saves/restores the tty and pgrp as needed instead of using an alias (login shells may be suspended if they are not running in an orphan process group).
<li>The beagle architecture has been replaced by the more generic armv7.
<li>time_t and other random fixes from upstream merged into base <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a>.
<!-- 2013/09/04 -->
<li>Added libtxc_dxtn 1.0.1, a DXTn/S3 texture compression library.
<!-- 2013/09/03 -->
<li>When a partition is changing to UNUSED, save kernel-set values on all partitions, not just open ones and keep the new partition type. Allows changing the RAW_PART partition (a.k.a. "c") to UNUSED.
<li>Rewritten ARMv7 cpu cache discovery code (to remove false assumptions); fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=log2&manpath=OpenBSD%20Current&sektion=3&format=html">log2(3)</a> on arm.
<li>After resume, make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> driver wait longer when /dev/wsmouse is opened. Allows mouse to work after resume on x130e.
<li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> version 3.2.16.
<li>Only free the per-protocol descriptor if a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> touchpad cannot be correctly identified during attach.
<!-- 2013/09/02 -->
<li>Removed unnecessary calls to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random_stir&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_stir(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a>. Increases available entropy.
<!-- 2013/09/01 -->
<li>Use arc4random(9) as the preferred random number source in fontconfig.
<li>Properly pass daemon_flags to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amd&manpath=OpenBSD%20Current&sektion=8&format=html">amd(8)</a>.
<li>Update line buffer allocation on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a>. Fixes blank screen problems on dce4.1, dce5 and dce6 asics (see https://bugs.freedesktop.org/show_bug.cgi?id=64850).
<!-- 2013/08/31 -->
<li>Updated GLU to version 9.0.0. GLU was previously part of Mesa but is now separate.
<!-- 2013/08/30 -->
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> "^w" delete the previous word, instead of the entire line. Matches <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> behaviour.
<li>Lock the audio mutex before invoking the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&manpath=OpenBSD%20Current&sektion=4&format=html">audio(4)</a> call-back. Fixes panics on zaurus.
<li>Turn on mass storage interface for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfii&manpath=OpenBSD%20Current&sektion=4&format=html">mfii(4)</a>.
<li>If a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> script dies due to receipt of signal, pass that back to the HTTP frontend as the "application return status".
<li>Use PCIe capability version 2 when displaying link speeds with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcidump&manpath=OpenBSD%20Current&sektion=8&format=html">pcidump(8)</a>.
<!-- 2013/08/29 -->
<li>Fixed handling of getdents() against UDF filesystems.
<li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random_buf&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_buf(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iceauth&manpath=OpenBSD%20Current&sektion=1&format=html">iceauth(1)</a>.
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a> support for advanced btcoex.
<!-- 2013/08/28 -->
<li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setlocale&manpath=OpenBSD%20Current&sektion=3&format=html">setlocale(3)</a> (LC_MESSAGES, ...); to succeed. Stops some ports (e.g. gnome) from freaking out.
<li>Quieten <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> batch processing; exit with non-zero if asked to find a non-existent hostname in the known_hosts file.
<li>When we attach an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet&manpath=OpenBSD%20Current&sektion=4&format=html">inet(4)</a> interface, avoid races by not reusing the last index.
<!-- 2013/08/27 -->
<li>Enabled RS400/RS480/RS690 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a>.
<!-- 2013/08/26 -->
<li>Non-integrated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> >= r600 parts will now try to enable PCIe 2.0/3.0 speeds if the PCIe root port advertises those speeds.
<li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> path driver "match routes" return 8, so they will definitely be higher than the real device drivers.
<li>Assume roundrobin path scheduler type within a group of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> paths now (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sym&manpath=OpenBSD%20Current&sektion=4&format=html">sym(4)</a> devices work around this by putting every path in its own group).
<li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> flushes page from all caches, writeback on all CPUs. Fixes spurious m88k segmentation faults.
<li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> to version 296 (with sixel graphics disabled for now), DejaVu Fonts to 2.34 and libX11 to 1.6.1.
<li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xvctl&manpath=OpenBSD%20Current&sektion=1&format=html">xvctl(1)</a>, a utility to get or set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xv&manpath=OpenBSD%20Current&sektion=3&format=html">Xv(3)</a> extension values.
<li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rand&manpath=OpenBSD%20Current&sektion=3&format=html">rand(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=3&format=html">random(3)</a> calls with secure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=9&format=html">arc4random(9)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>'s radius authentication, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route6d&manpath=OpenBSD%20Current&sektion=8&format=html">route6d(8)</a>.
<li>Implemented handling of group failover in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a>.
<li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> option to specify an alternate FastCGI socket on which to listen.
<li>Introduced the idea of groups of paths to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a>. Only paths on the first group in the list will handle io now.
<!-- 2013/08/25 -->
<li>Adjust startup sequence so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> attaches before other hardware.
<li>Make ommmc interrupts show up in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&manpath=OpenBSD%20Current&sektion=8&format=html">vmstat(8)</a> -i, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a>, etc on beagle.
<li>Updated to pixman 0.30.2.
<li>Allocate and deallocate memory for encryption contexts within cryptosoft. Removes the need for zerokey functions.
<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> partitions from "i" to "p" functional on luna88k.
<li>Initialise loongson pcimap earlier, to make sure its value is not tested before initialisation (only affects 2e systems).
<!-- 2013/08/24 -->
<li>Fixed usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&manpath=OpenBSD%20Current&sektion=2&format=html">fork(2)</a> in programs linked against libpthread on m88k 88100 processors, where the parent thread would spin.
<li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">Xserver(1)</a> version 1.14.2.
<li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=3&format=html">random(3)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=9&format=html">arc4random(9)</a> in libevent.
<!-- 2013/08/23 -->
<li>Fixed minor discrepancies with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> link state handling.
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> calling if_link_state_change if link state is not changed.
<li>Fix memory initialisation for octeons that have less than 256MB.
<!-- 2013/08/22 -->
<li>Stir PRNG after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> runs post-accept fork. The child gets a different PRNG state anyway via rexec and explicit privsep reseeds, but it's good to be sure.
<li>Do not let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> create a route to alias addresses via 127.0.0.1 (the stack is able to tell if the address is local or not).
<!-- 2013/08/21 -->
<li>Correct format string mismatches in various code turned up by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> -Wformat=2.
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> indicator sensor to acpibtnX, to reflect lid status when available. Useful for people not using machdep.lidsuspend.
<li>With <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>, use the console locator to make sure wsdisplay0 is always the glass console on i386/amd64.
<li>Use int64_t in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamdb&manpath=OpenBSD%20Current&sektion=8&format=html">spamdb(8)</a> greylist db file, with backwards compatibility for records with 32-bit times.
<li>Fixed build of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> without vlan.
<!-- 2013/08/20 -->
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&manpath=OpenBSD%20Current&sektion=4&format=html">urtwn(4)</a> to the sgi kernels where it makes sense.
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a> -F flag to enabled fd-pass mode: establish connection and pass connected socket to stdout.
<li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&manpath=OpenBSD%20Current&sektion=4&format=html">uscanner(4)</a>. Disabled in GENERIC long ago (when libusb became the preferred solution for USB scanners).
<li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> on sparc64.
<!-- 2013/08/19 -->
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> ProxyUseFDPass option, to establish a connection and then pass file descriptor back to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> "match quick" abort ruleset evaluation with the current block/pass state, rather than continuing on.
<li>Fixed kernel profiling on powerpc architectures (broken since the buffers were made per-cpu).
<!-- 2013/08/18 -->
<li>Fixed prototypes of do_load_half() and do_load_byte() on m88k to stop obscure bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&manpath=OpenBSD%20Current&sektion=1&format=html">awk(1)</a> and elsewhere.
<li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=appleagp&manpath=OpenBSD%20Current&sektion=4&format=html">appleagp(4)</a>. It doesn't really work yet, and hurts certain iBook G3 models (PowerMac4,3).
<li>Fixed xf86-video-ati shadowfb on big-endian machines.
<!-- 2013/08/17 -->
<li>Updated to: xload 1.1.2, xprop 1.2.2, xset 1.2.3, libXfont 1.4.6 and xwd 1.0.6.
<li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> creating a route to the bound address via 127.0.0.1, as the stack should be able to correctly short-circuit packet routing to local addresses without this.
<li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a> console correctly restore when exiting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a>.
<li>Stopped macppc pretending to support non-console devices, because <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a> only matches the framebuffer device setup by the firmware.
<li>Use %lld and cast to long long when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&manpath=OpenBSD%20Current&sektion=1&format=html">passwd(1)</a> is printing time_t values, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atoll&manpath=OpenBSD%20Current&sektion=3&format=html">atoll(3)</a> when parsing them.
<!-- 2013/08/16 -->
<li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ikectl&manpath=OpenBSD%20Current&sektion=8&format=html">ikectl(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&manpath=OpenBSD%20Current&sektion=8&format=html">snmpctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&manpath=OpenBSD%20Current&sektion=8&format=html">rdate(8)</a> use %lld and cast to long long when printing time_t values.
<li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a> on macppc.
<li>Use mapiodev to do the initial mapping of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a>. Allows <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_map&manpath=OpenBSD%20Current&sektion=9&format=html">bus_space_map(9)</a> it without panicking.
<li>Updated to xf86-video-ati 7.2.0. Fixes endianess problem with kms.
<li>Avoid integer overflow in sector calculation reading UDF DVDs, which broke reads past 2GB.
<li>On luna88k, check number of planes (1, 4, or 8bpp) in framebuffer by ourselves (PROM gives false values). Lets monochrome <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> server work correctly with a 4bpp framebuffer.
<!-- 2013/08/15 -->
<li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a> on sparc64.
<li>Align stack <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yp&manpath=OpenBSD%20Current&sektion=8&format=html">yp(8)</a> buffers to 64-bit boundaries now, for they might contain a struct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&manpath=OpenBSD%20Current&sektion=5&format=html">passwd(5)</a>.
<li>Blast <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&manpath=OpenBSD%20Current&sektion=4&format=html">uhts(4)</a>, as the code was merged into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&manpath=OpenBSD%20Current&sektion=4&format=html">ums(4)</a> last week.
<li>Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC. Lets <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&manpath=OpenBSD%20Current&sektion=4&format=html">pppoe(4)</a>-specific ioctls and vice versa without smashing the stack of the caller.
<li>Make sure "drm.h" gets generated on all architectures that support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a>, making alpha and loongson compile again.
<!-- 2013/08/14 -->
<li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> to filter the IPv6 Discard-Only prefix, because it should not be globally routable (see RFC6666).
<li>Rewrite the internals of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> RDE reload logic. First step to make reload non-blocking. Speeds up the reload time, should also fix a few edge cases on reloads.
<li>Enforce that the ls_id and the adv_rtr field in a type 1 router LSA are the same. This will drop updates trying to attack the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> LSDB.
<li>Only skip <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> address deleting/adding and route deleting/adding on identical lease when we are in state S_RENEWING. Makes sure we end up with an IP address on the interface.
<li>Don't depend on a list of archs to determine endianess, unbreaks <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> gallium build on sparc64.
<!-- 2013/08/13 -->
<li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a> handle firmware for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a>.
<li>Allow the user to specify which firmware to install with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a>, or to install all of them using the -a switch.
<li>Updated iceauth to 1.0.6 and xfwp to 1.0.3.
<li>Let the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> handle more /dev/drmN devices.
<li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a>'s VGA arbiter support now the kernel can give us information about the resources required by a particular device.
<li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&manpath=OpenBSD%20Current&sektion=4&format=html">ray(4)</a> to the attic.
<li>When handling puts from a client, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> will now close the file once downloaded, instead of waiting until after we clean up the client .
<li>Remove bogus refcounting of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> pipes, to avoid memory leaks and potentially aborting a pipe when requests are still pending.
<li>Made the tree compile again on architectures without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>.
<!-- 2013/08/12 -->
<li>Switch time_t, ino_t, clock_t, and struct kevent's ident and data members to 64bit types; build <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> with -DBIG_TIME.
<li>Add the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&manpath=OpenBSD%20Current&sektion=4&format=html">tcp(4)</a> socket option TCP_NOPUSH to delay sending the stream. Useful to aggregate data in the kernel from multiple sources, avoids sending small packets.
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&manpath=OpenBSD%20Current&sektion=1&format=html">ps(1)</a> flags are split between thread and process but it is useful for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> to show both. Show both in ps overview, list them explicitly for the specific thread.
<li>Match macppc framebuffer device against its OpenFirmware node, to enable sharing of console detection logic with sparc64 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a>.
<!-- 2013/08/11 -->
<li>Build mesa <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> drivers on sparc64; switch to gallium drivers for r300 and r600.
<li>Enabled xf86-video-ati kernel modesetting support.
<li>Added TTM and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> DRM code. Includes kernel modesetting, framebuffer console and support for newer hardware.
<li>Fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> on mvme88k: provide 88110 syntactic sugar for the control register names; correctly handle -m options; allow the register prefix to correctly be recognised in front of the condition codes.
<!-- 2013/08/10 -->
<li>Cancel timeouts on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> interface destruction.
<li>Plugged file descriptor and memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>'s fuse_open() error path.
<li>Fixed a potential race on luna88k, where a secondary cpu incorrectly resets variables on the primary cpu.
<!-- 2013/08/07 -->
<li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&manpath=OpenBSD%20Current&sektion=1&format=html">uhts(1)</a> into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&manpath=OpenBSD%20Current&sektion=1&format=html">ums(1)</a>.
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> scripts for ipropd-master and ipropd-slave.
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&manpath=OpenBSD%20Current&sektion=4&format=html">urtwn(4)</a> for upgrades to macppc ramdisk.
<li>Enabled ctrl-left-arrow and ctrl-right-arrow to move forward/back a word in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>; matching <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a>'s recent change.
<li>Do getopt parsing for all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> commands, to ensure consistent behaviour.
<li>Implemented the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> font-escape sequence \f(BI "bold+italic".
<li>Made it possible for graphics drivers to opt-out of VGA arbitration.
<li>Neither the flow control diff nor the RX checksum offload diff is responsible for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a> hangs, so put them back.
<li>Bugfix update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> version 1.4.2.
<li>Build libdrm_radeon on sparc64.
<li>Create <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> device nodes on sparc64 and create additional entries on amd64/i386/macppc for running with multiple cards.
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> regression: symlinking a file would incorrectly canonicalise the target path (bz#2129).
<li>Disabled libexec/identd and enable usr.sbin/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a>.
<li>After a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=panic&manpath=OpenBSD%20Current&sektion=9&format=html">panic(9)</a>, do not fill up the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&manpath=OpenBSD%20Current&sektion=8&format=html">dmesg(8)</a> with splassert messages. They scroll away the important information.
<li>Another major overhaul of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> GEM code.
<li>Make sure states learnt via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&manpath=OpenBSD%20Current&sektion=4&format=html">pfsync(4)</a> from a peer with the same ruleset checksum get properly assigned to rules.
<!-- 2013/08/06 -->
<li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> warning on missing newline at EOF. Matches the behaviour of gcc >= 4.3 and clang.
<li>Moved check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mktemp&manpath=OpenBSD%20Current&sektion=1&format=html">mktemp(1)</a> for template length, so error message is also shown in the -t case instead of EINVAL.
<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&manpath=OpenBSD%20Current&sektion=8&format=html">user(8)</a> write UIDs/GIDs as unsigned in the passwd file and error messages. Matches what <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pw_scan&manpath=OpenBSD%20Current&sektion=3&format=html">pw_scan(3)</a> expects.
<li>Switched vax to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3.3.6; removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 2.95 from the tree.
<!-- 2013/08/05 -->
<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> bug by reverting r1.10 of term.c: after a leading blank on an output line, don't generate a premature line break.
<li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> to the Intel/FreeBSD current version. Brings support for the flow control and additional (untested) bits for 1G fibre versions.
<!-- 2013/08/04 -->
<!-- 2013/08/03 -->
<li>Enabled MSI on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> RT810xE.
<li>Unbreak PMTU-discovery for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> AES-GCM.
<li>Don't flush the cache on page inflate for hibernate on amd64 for faster resume on some machines.
<!-- 2013/08/02 -->
<li>Fixed corner cases in the implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pow&manpath=OpenBSD%20Current&sektion=3&format=html">pow(3)</a> to make it compatible with C99.
<!-- 2013/08/01 -->
<li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if_nametoindex&manpath=OpenBSD%20Current&sektion=3&format=html">if_nametoindex(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if_indextoname&manpath=OpenBSD%20Current&sektion=3&format=html">if_indextoname(3)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a>. 20x speedup factor with some complex rulesets.
<li>Create more inodes on the sparc64 installation ramdisk. Prevents problems during install/upgrade when files or nodes need to be added.
<li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&manpath=OpenBSD%20Current&sektion=4&format=html">ral(4)</a> support for the Ralink RT3060, which uses the RT3572 MAC/BBP.
<!-- 2013/07/31 -->
<li>Remove the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> glue from the installer (it has never been used and is being replaced).

</ul>
<p>

<hr>
<a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
<a href="mailto:www@openbsd.org">www@openbsd.org</a>
<br><small>$OpenBSD: plus.html,v 1.1310 2013/10/31 10:54:54 brett Exp $</small>

</body>