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

Diff for /www/plus.html between version 1.1334 and 1.1335

version 1.1334, 2014/04/08 02:10:04 version 1.1335, 2014/04/17 01:51:07
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/04/14 -->
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> crashing when processing macros in .Sh header lines, or having .Sm off or .Bk -words open.
   <li>Stopped leaking socketpair file descriptors if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&manpath=OpenBSD%20Current&sektion=2&format=html">fork(2)</a> fails.
   <li>Fixed potential race in UFS where an allocated inode could fail to get added.
   <li>Removed o_dir.c from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&manpath=OpenBSD%20Current&sektion=1&format=html">openssl(1)</a> now that OPENSSL_DIR_XXX has been removed from the build.
   <li>Removed nonstandard and unsafe DES support from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ed&manpath=OpenBSD%20Current&sektion=1&format=html">ed(1)</a>.
   <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_mklocatedb&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_mklocatedb(1)</a> to using common SetList code, renaming -x into -X.
   <li>Updated xcb-utils to 0.3.9.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> QUERY_STRING to be longer than 127 bytes.
   <li>Update libxcb to version 1.10.
   <li>Made OPENSSL_NO_HEARTBLEED the default and only option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> code.
   <li>Adapted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&manpath=OpenBSD%20Current&sektion=8&format=html">snmpctl(8)</a>, <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=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> to use AgentX protocol to send traps.
   <!-- 2014/04/13 -->
   <li>Confirm passwords when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&manpath=OpenBSD%20Current&sektion=1&format=html">signify(1)</a> is generating keys.
   <li>Fixed SQL_STEP failures for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> pages lacking descriptions.
   <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> error reporting in case of SQL errors: mention dir and file.
   <li>Major <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> cleanup to remove: MacOS, Netware, OS/2, VMS and Windows build machinery and shared libraries; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&manpath=OpenBSD%20Current&sektion=1&format=html">openssl(1)</a> engines and code that were not properly licensed; vms support; various horrible socket syscall wrappers; insecure use of time as a random seed in the TLS engine.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qla&manpath=OpenBSD%20Current&sektion=4&format=html">qla(4)</a> debug output, print loop ids as decimals and port ids as 24bit hex.
   <!-- 2014/04/12 -->
   <li>Update to xtrans 1.3.4.
   <li>Updated to xextproto 7.3.0.
   <li>Added presentproto 1.0.
   <li>Bring back r1.16 of protector.c in <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. Fixes code generation of usr.sbin/dhcpd/memory.c!new_address_range() on vax.
   <li><font color="#e00000">5.3, 5.4, 5.5 and -current SECURITY FIX: Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&manpath=OpenBSD%20Current&sektion=1&format=html">openssl(1)</a> read buffer to stop an attacker injecting data from one connection into another.</font><br>A source code patch is available for <a href="errata53.html#015_openssl">5.3</a>, <a href="errata54.html#008_openssl">5.4</a> and <a href="errata55.html#004_openssl">5.5</a>.
   <li>Made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> -l overrides HOST.
   <!-- 2014/04/11 -->
   <li>Avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> crash at exit, by checking that pmonitor!=NULL before dereferencing (bz#2225).
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=more&manpath=OpenBSD%20Current&sektion=1&format=html">more(1)</a> to use basic regular expressions (unlike <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&manpath=OpenBSD%20Current&sektion=1&format=html">less(1)</a>).
   <li>Clamp offsets to the available memory space. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> crash.
   <li>Further <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> speed optimisation, with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&manpath=OpenBSD%20Current&sektion=3&format=html">mmap(3)</a> MAP_ANON SQLITE_CONFIG_PAGECACHE.
   <li>Updated to libdrm 2.4.53
   <!-- 2014/04/10 -->
   <li>Disabled Segglemann's RFC520 heartbeat from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <li>Don't release the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> read buffer if we're not done reading from it; disabled buf freelists.
   <li>Added validation routines to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a>: overall header structure is checked for sanity before copying the header; avoid overflow by passing down the number of remaining bytes.
   <li>Notify userland when an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&manpath=OpenBSD%20Current&sektion=4&format=html">arp(4)</a> entry is removed.
   <li>Fixed fd leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> error paths.
   <li>Retired rtinit() and switched to using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rt_ifa_add&manpath=OpenBSD%20Current&sektion=9&format=html">rt_ifa_add(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rt_ifa_del&manpath=OpenBSD%20Current&sektion=9&format=html">rt_ifa_del(9)</a> to manage connected routes to prefixes/hosts.
   <li>Revived fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> RT bug 116441 (null dereference affecting mod_perl).
   <!-- 2014/04/09 -->
   <li>Split manual names out of the common "keys" table into their own "names" table. Reduces standard <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> search times 70% for the full /usr/share/man database.
   <li>Moved descriptions from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> keys table to mpages table: reduces typical <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> search times by about 40%; reduces database size.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&manpath=OpenBSD%20Current&sektion=1&format=html">less(1)</a> "more" mode, made command specified by -p option apply to every edited file, as per POSIX.
   <li>Reverted r1.93 of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> file.c, which broke permission checks.
   <li><font color="#e00000">5.5 SECURITY FIX: Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> client check the server hostname, to avoid false validation when connecting to an https website.</font><br>A source code patch is available for <a href="errata55.html#003_ftp">5.5</a>.
   <li>Updated to xf86-video-ati 7.3.0.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> display correct imsg when profiling is on and if the type was changed.
   <li>Zapped the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mfa process. Content filtering will be done at session level.
   <li>Removed CA certificates from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> which are not listed in Mozilla's certdata.txt.
   <li>Use root CAs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> used by TeleSec (Deutsche Telekom AG): Baltimore CyberTrust Root, Deutsche Telekom Root CA, T-TeleSec GlobalRoot Class 2 and T-TeleSec GlobalRoot Class 3.
   <li>If TLS validation is on, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> fetch TLS certificate and check the server hostname against the subjectAltName and/or CommonName.
   <!-- 2014/04/08 -->
   <li>Build libgcc without SSP. Unbreaks landisk bootblocks.
   <li>Updated to xorg-macros 1.19.0.
   <li>Ensure that we free buffers written out by the page daemon rather than caching them.
   <li>Fixed error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcrypt_pbkdf&manpath=OpenBSD%20Current&sektion=3&format=html">bcrypt_pbkdf(3)</a> stride calculations.
   <li>Added error detection mechanism to detect when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> configuration is incorrect for building ports.
   <li>Zero-fill <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta static buffer before use in DSN code.
   <li>Added term_flushln() flag to control indentation of continuation lines in TERMP_NOBREAK mode. Reduces groff-mandoc differences in base by more than 15%.
   <!-- 2014/04/07 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rgephy&manpath=OpenBSD%20Current&sektion=4&format=html">rgephy(4)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axen&manpath=OpenBSD%20Current&sektion=4&format=html">axen(4)</a> on hppa and zaurus.
   <li>Fully implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> \B (validate numerical expression) and partially implemented \w (measure text width) escape sequence.
   <li><font color="#e00000">5.3, 5.4, 5.5 and -current SECURITY FIX: Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&manpath=OpenBSD%20Current&sektion=1&format=html">openssl(1)</a> CVE-2014-0160 "heartbleed" vulnerability.</font><br>A source code patch is available for <a href="errata53.html#014_openssl">5.3</a>, <a href="errata54.html#007_openssl">5.4</a> and <a href="errata55.html#002_openssl">5.5</a>.
   <li>Added MSI support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xhci&manpath=OpenBSD%20Current&sektion=4&format=html">xhci(4)</a>.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upd&manpath=OpenBSD%20Current&sektion=4&format=html">upd(4)</a> on archs where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&manpath=OpenBSD%20Current&sektion=4&format=html">uhidev(4)</a> is present.
   <li>Do not attach when no <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upd&manpath=OpenBSD%20Current&sektion=4&format=html">upd(4)</a> sensors can be allocated; made device querying smarter.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> support for indirect references to user-defined strings.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&manpath=OpenBSD%20Current&sektion=8&format=html">iscsid(8)</a> listen to the control socket, so the connect() call from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsictl&manpath=OpenBSD%20Current&sektion=8&format=html">iscsictl(8)</a> will not fail.
   <li>In udp_output(), use the correct source address in case of an unbound socket.
   <li>Accept arbitrary argument delimiters for various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> escape sequences.
   <li>Increased MSGBUFSIZE on macppc.
   <li>Exit on error or HUP when poll()ing the keyboard. Otherwise, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&manpath=OpenBSD%20Current&sektion=1&format=html">top(1)</a> may spin when its tty goes away.
   <li>Added implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> numerical expressions.
   <li>Retired kernel support for SO_DONTROUTE, this time without breaking localhost connections.
   <li>Updated termtypes.master to upstream terminfo-20140329.src.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qla&manpath=OpenBSD%20Current&sektion=4&format=html">qla(4)</a> is iterating through fabric ports, start at our own port ID, to simplify tracking.
   <!-- 2014/04/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> wherever <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a> is found.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qla&manpath=OpenBSD%20Current&sektion=4&format=html">qla(4)</a> ISP2322 chips need a different firmware image to other 2300s, don't load firmware for them.
   <li>Removed (expensive) temporary connect in udp_output(). Also fixes possible memory leak.
   <li>Added missing addressing modes for the fucomip instruction on i386. Unbreaks webkit port.
   <!-- 2014/04/05 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> when writing multi-line "To" and "Cc" headers.
   <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> .rr (remove register) request.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> logic error (and prevented theoretical infinite loop) in uvm_pmr_rootupdate().
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> bugfix: make sure all variables are properly initialised when rendering .ll (line length) requests.
   <!-- 2014/04/04 -->
   <li>Added the -t <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&manpath=OpenBSD%20Current&sektion=1&format=html">ktrace(1)</a> option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ltrace&manpath=OpenBSD%20Current&sektion=1&format=html">ltrace(1)</a>. Allows triggering library function call trace and other kernel events trace simultaneously.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> header parsing issue in enqueuer, which was stripping the "From:" header in some cases.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> warn about missing mlinks when the -p (picky) option is given, and not overridden by: -Q, -d, -u, or -t.
   <li>Merged the mda, mta and smtp <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> processes into a single unprivileged process.
   <li>Start the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> purge task after events are set, so we don't miss a SIGCHLD.
   <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qla&manpath=OpenBSD%20Current&sektion=4&format=html">qla(4)</a> command polling loop so it can handle multiple responses in a single interrupt. Allows talking to Hitachi disk arrays.
   <!-- 2014/04/03 -->
   <li>Fixed pppx kernel panic when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> with multiple pppx devices.
   <li>When the -n or -t flag is given to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&manpath=OpenBSD%20Current&sektion=8&format=html">makewhatis(8)</a>, write names and descriptions to stdout (format similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a>).
   <li>Instead of silently doing nothing, made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> warn and return non-zero when the manpath is empty.
   <li>Added a uvm_yield function to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> and use it to prevent the reaper from hogging the cpu.
   <li>Reworked wait/kernel lock heuristics to give interrupts on other CPUs to a chance to run, for reduced latency.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> discovers a directory is non-existent, offer a "y" option to make the directory.
   <li>Renamed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&manpath=OpenBSD%20Current&sektion=8&format=html">makewhatis(8)</a> -W option to -p. Matches flag introduced in OpenBSD 2.7.
   <li>Proper validation and computation of bsize now occurs in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> expert mode.
   <li>Renamed -v option of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> to -D, to avoid a clash with the -v option of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&manpath=OpenBSD%20Current&sektion=8&format=html">makewhatis(8)</a>.
   <li>Reduced the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=4&format=html">tmux(4)</a> mouse wheel scroll size to 3; allow shift to reduce it to 1; allow meta and ctrl to multiply by 3; support wheel in "choose" mode.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppctl&manpath=OpenBSD%20Current&sektion=8&format=html">npppctl(8)</a> calculation of response message size.
   <!-- 2014/04/02 -->
   <li>Added the "#" character as a comment character in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> startup file.
   <li>Support UTF-8 with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=4&format=html">tmux(4)</a> choose-buffer; made buffer_sample bigger to let it trim at window right edge.
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hds&manpath=OpenBSD%20Current&sektion=4&format=html">hds(4)</a> on hppa.
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> on macppc.
   <!-- 2014/04/01 -->
   <!-- 2014/03/31 -->
   <li>When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert any certificate keys to plain keys and attempt SSHFP resolution. Prevents server from forcing a new-hostkey dialog.
   <li>Include fingerprint of key not found by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keysign&manpath=OpenBSD%20Current&sektion=8&format=html">ssh-keysign(8)</a>; use arc4random_buf() instead of loop+arc4random().
   <li>In four byte UTF-8 sequences, make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> only uses three bits of the first byte.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> crashing when a zero-length argument is passed to setb.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> message-limit a server option.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> segfaulting when the parent of the layout cell is NULL.
   <li>Added setb -a to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> append; added a copy mode append command.
   <li>Made session_attached a count; added session_many_attached flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
   <li>Added start-of-list, end-of-list, top-line and bottom-line in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choice mode.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> writing into the buffer if there are no arguments.
   <li>Changed secondary device attributes response to "\033[>84;0;0c" which is unique for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dmamap_load&manpath=OpenBSD%20Current&sektion=9&format=html">bus_dmamap_load(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dmamap_unload&manpath=OpenBSD%20Current&sektion=9&format=html">bus_dmamap_unload(9)</a> mpsafe on alpha.
   <li>Restored behaviour of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&manpath=OpenBSD%20Current&sektion=1&format=html">ls(1)</a> -f implying -a (lost in commit made in 1989). Conforms to IEEE 1003.1-2008 ("POSIX.1").
   <li>On loongson, mips and octeon, stopped whole L1 cache being flushed unnecessarily.
   <li>Again allow more than one level of directories to be created via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> make-directory.
   <li>Force detach of all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> devices by disconnecting root hubs before suspending machine. Avoids races.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> now properly add -rpath to the linker when linking libraries. Matches GNU libtool.
   <li>Increased Xtranssock.c send buffer for UNIX sockets. Makes Firefox usable again when viewing large images.
   <li>If HOST or the host argument starts with a "/", <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> will now treat it as a device name.
   <li>Fixed REMOTE on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> to work like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&manpath=OpenBSD%20Current&sektion=1&format=html">tip(1)</a>; added support for HOST.
 <!-- 2014/03/30 -->  <!-- 2014/03/30 -->
 <li>Added SNI support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a>.  <li>Added SNI support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a>.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> to support relative arguments to .ll (increase or decrease line length).  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> to support relative arguments to .ll (increase or decrease line length).
Line 233 
Line 365 
   
 </body>  </body>
 </html>  </html>
   
   
   

Legend:
Removed from v.1.1334  
changed lines
  Added in v.1.1335