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

Diff for /www/plus.html between version 1.1432 and 1.1433

version 1.1432, 2019/04/06 02:47:08 version 1.1433, 2019/04/06 03:04:53
Line 774 
Line 774 
 <li>Implemented a time-based method for tracking motion states of touches in <a href="https://man.openbsd.org/wscons">wscons(4)</a>.  <li>Implemented a time-based method for tracking motion states of touches in <a href="https://man.openbsd.org/wscons">wscons(4)</a>.
 <li>Disabled <a href="https://man.openbsd.org/pvclock">pvclock(4)</a> on old hardware that lacks a stable clock.  <li>Disabled <a href="https://man.openbsd.org/pvclock">pvclock(4)</a> on old hardware that lacks a stable clock.
 <li>Stopped <a href="https://man.openbsd.org/axen">axen(4)</a> from calling usbd_delay_ms() in an interrupt context.  <li>Stopped <a href="https://man.openbsd.org/axen">axen(4)</a> from calling usbd_delay_ms() in an interrupt context.
   <!-- 2018/11/21 -->
   <li>Added support for 'local inet6' interfaces to <a href="https://man.openbsd.org/vmd">vmd(8)</a>.
   <!-- 2018/11/20 -->
   <li>Deleted malloc_usable_size() function, which exposed some of the internal workings of <a href="https://man.openbsd.org/malloc">malloc(3)</a> and can be replaced by allocation.
   <li>Initialized cached last sequence numbers for received packets to invalid values rather than dropping the first packet received from each AP in each QoS class, which would affect the first packet of the WPA2 4-way handshake on certain APs and could lead to connection delay or failure.
   <li>Fixed the case in <a href="https://man.openbsd.org/ksh">ksh(1)</a> where the recursion detection isn't reset when the command is interrupted.
   <!-- 2018/11/19 -->
   <li>Applied <a href="https://man.openbsd.org/unveil">unveil(2)</a> to boot images specified by the -o option in <a href="https://man.openbsd.org/makefs">makefs(8)</a>. Added exiting with an error status when writing a CD image fails.
   <li>Fixed <a href="https://man.openbsd.org/malloc">malloc(3)</a> compilation on alpha.
   <li>Made case-insensitive extended regular expressions the default in <a href="https://man.openbsd.org/man">man(1)</a> -k searches, improving POSIX compliance.
   <li>Adjusted <a href="https://man.openbsd.org/wscons">wscons(4)</a> to use <a href="https://man.openbsd.org/sigio">sigio(9)</a>.
   <li>Added <a href="https://man.openbsd.org/usb">usb(4)</a> device ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi.
   <li>Silenced (to log level debug2) <a href="https://man.openbsd.org/ssh">ssh(1)</a> failure messages when loading the default hostkeys.
   <!-- 2018/11/18 -->
   <li>Fixed <a href="https://man.openbsd.org/syspatch">syspatch(8)</a> build on macppc and arm64.
   <li>Fixed a crash in <a href="https://man.openbsd.org/bgpd">bgpd(8)</a> when printing an error message that a network prefix-set is not found.
   <!-- 2018/11/17 -->
   <li>Added new KERN_CPUSTATS <a href="https://man.openbsd.org/sysctl">sysctl(2)</a> for identifying offline CPUs. Made use of this in <a href="https://man.openbsd.org/systat">systat(1)</a> and <a href="https://man.openbsd.org/top">top(1)</a>.
   <li>Added a check to prevent a truncated cmsghdr leading to an embedded length longer than the supplied buffer in <a href="https://man.openbsd.org/kdump">kdump(1)</a>.
   <li>Added a fix to avoid leaking kernel memory in struct <a href="https://man.openbsd.org/kevent">kevent(2)</a> padding.
   <li>Modified <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a> to allow root privileges to be dropped completely at runtime.
   <li>Corrected tty hang-up in <a href="https://man.openbsd.org/getty">getty(8)</a>.
   <!-- 2018/11/16 -->
   <li>Finished transition of <a href="https://man.openbsd.org/ld.so">ld.so(1)</a> to GNU_RELRO.
   <li>Added support for Allwinner A64's eMMC controller. This makes the eMMC work on the Pinebook.
   <li>Changed <a href="https://man.openbsd.org/rad">rad(8)</a> to avoid a fatal error if IPV6_LEAVE_GROUP fails due to a destroyed or detached interface.
   <li>Adjusted <a href="https://man.openbsd.org/vlan">vlan(4)</a> to use txprio, not link0 and llprio, to set the dotlp in the header. IMPORTANT NOTE: if you're using llprio and link0, a configuration update will be needed.
   <li>Redirected stderr of ProxyCommands to /dev/null when <a href="https://man.openbsd.org/ssh">ssh(1)</a> is started with ControlPersist.
   <li>Fixed an <a href="https://man.openbsd.org/ssh">ssh(1)</a> client bug where a redundant ssh-agent socket was retained for the life of the connection.
   <li>Fixed an <a href="https://man.openbsd.org/ssh">ssh(1)</a> bug where when only RSA-SHA2 signature types were specified, authentication would always fail for RSA keys.
   <li>Repaired legacy ciphers for <a href="https://man.openbsd.org/ssl">ssl(8)</a> prior to 1.1 by setting a legacy signature algorithm for MD5_SHA1 and using it as the non-signature algorithm default.
   <li>Introduced a prefix of '@' to suppress echo of <a href="https://man.openbsd.org/sftp">sftp(1)</a> batch commands.
   <!-- 2018/11/15 -->
   <li>Added support for txprio configuration in <a href="https://man.openbsd.org/vxlan">vxlan(4)</a>.
   <li>Added [template] to display-panes and choose-{buffer,client,tree} usage in <a href="https://man.openbsd.org/tmux">tmux(1)</a>.
   <li>Ported an additional mitigation for an <a href="https://man.openbsd.org/openssl">openssl(1)</a> timing vulnerabiity in ECDSA signature generation.
   <!-- 11/14/2018 -->
   <li>Plugged a memory leak in host()'s error code path in <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>.
   <li>Used the txprio setting to populate the tos in keepalive packets.
 <!-- 2018/11/14 -->  <!-- 2018/11/14 -->
 <li>Plugged a memory leak in host()'s error code path in <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>.  <li>Plugged a memory leak in host()'s error code path in <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>.
 <li>Used the txprio setting to populate the tos in keepalive packets.  <li>Used the txprio setting to populate the tos in keepalive packets.

Legend:
Removed from v.1.1432  
changed lines
  Added in v.1.1433