=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.1432 retrieving revision 1.1433 diff -u -r1.1432 -r1.1433 --- www/plus.html 2019/04/06 02:47:08 1.1432 +++ www/plus.html 2019/04/06 03:04:53 1.1433 @@ -774,6 +774,45 @@
  • Implemented a time-based method for tracking motion states of touches in wscons(4).
  • Disabled pvclock(4) on old hardware that lacks a stable clock.
  • Stopped axen(4) from calling usbd_delay_ms() in an interrupt context. + +
  • Added support for 'local inet6' interfaces to vmd(8). + +
  • Deleted malloc_usable_size() function, which exposed some of the internal workings of malloc(3) and can be replaced by allocation. +
  • 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. +
  • Fixed the case in ksh(1) where the recursion detection isn't reset when the command is interrupted. + +
  • Applied unveil(2) to boot images specified by the -o option in makefs(8). Added exiting with an error status when writing a CD image fails. +
  • Fixed malloc(3) compilation on alpha. +
  • Made case-insensitive extended regular expressions the default in man(1) -k searches, improving POSIX compliance. +
  • Adjusted wscons(4) to use sigio(9). +
  • Added usb(4) device ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi. +
  • Silenced (to log level debug2) ssh(1) failure messages when loading the default hostkeys. + +
  • Fixed syspatch(8) build on macppc and arm64. +
  • Fixed a crash in bgpd(8) when printing an error message that a network prefix-set is not found. + +
  • Added new KERN_CPUSTATS sysctl(2) for identifying offline CPUs. Made use of this in systat(1) and top(1). +
  • Added a check to prevent a truncated cmsghdr leading to an embedded length longer than the supplied buffer in kdump(1). +
  • Added a fix to avoid leaking kernel memory in struct kevent(2) padding. +
  • Modified tcpdump(8) to allow root privileges to be dropped completely at runtime. +
  • Corrected tty hang-up in getty(8). + +
  • Finished transition of ld.so(1) to GNU_RELRO. +
  • Added support for Allwinner A64's eMMC controller. This makes the eMMC work on the Pinebook. +
  • Changed rad(8) to avoid a fatal error if IPV6_LEAVE_GROUP fails due to a destroyed or detached interface. +
  • Adjusted vlan(4) 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. +
  • Redirected stderr of ProxyCommands to /dev/null when ssh(1) is started with ControlPersist. +
  • Fixed an ssh(1) client bug where a redundant ssh-agent socket was retained for the life of the connection. +
  • Fixed an ssh(1) bug where when only RSA-SHA2 signature types were specified, authentication would always fail for RSA keys. +
  • Repaired legacy ciphers for ssl(8) prior to 1.1 by setting a legacy signature algorithm for MD5_SHA1 and using it as the non-signature algorithm default. +
  • Introduced a prefix of '@' to suppress echo of sftp(1) batch commands. + +
  • Added support for txprio configuration in vxlan(4). +
  • Added [template] to display-panes and choose-{buffer,client,tree} usage in tmux(1). +
  • Ported an additional mitigation for an openssl(1) timing vulnerabiity in ECDSA signature generation. + +
  • Plugged a memory leak in host()'s error code path in bgpd(8). +
  • Used the txprio setting to populate the tos in keepalive packets.
  • Plugged a memory leak in host()'s error code path in bgpd(8).
  • Used the txprio setting to populate the tos in keepalive packets.