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

Diff for /www/plus.html between version 1.1484 and 1.1485

version 1.1484, 2020/11/14 00:38:00 version 1.1485, 2020/12/26 04:26:53
Line 92 
Line 92 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2020/12/21 -->
   <li>Made clang the default compiler on loongson.
   <li>Added an <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> KnownHostsCommand that allows the client to obtain known_hosts data from a command in addition to the usual files.
   <li>Prevented initiation of new additional SAs for each policy upon every <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> config reload.
   <li>Introduced <a href="https://man.openbsd.org/smtp.1">smtp(1)</a> -a to perform authentication before sending a message.
   <li>Fixed DRI3 support on <a href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a> and <a href="https://man.openbsd.org/ati.4">ati(4)</a>.
   <!-- 2020/12/20 -->
   <li>Accepted reject and blackhole routes for IPsec PMTU discovery.
   <li>Prevented leaking of ipsec_hosts in <a href="https://man.openbsd.org/iked.8">iked(8)</a> when building hosts_list.
   <li>Fixed booting on powerpc64 machines with memory banks higher in physical address space, needing a larger TCE table.
   <li>Introduced klistops, introducing a way to associate lock operations with a klist.
   <li>Fixed <a href="https://man.openbsd.org/dig.1">dig(1)</a> EDNS Client Subnet option (+subnet=).
   <li>Fixed IPv6 link-local address handling for nameservers to talk to and address to bind to in <a href="https://man.openbsd.org/dig.1">dig(1)</a>.
   <!-- 2020/12/19 -->
   <!-- 2020/12/18 -->
   <li>Added support for the i.MX8MP PCIe clocks, USB clocks and second ethernet.
   <li>Made large read and write transactions work in <a href="https://man.openbsd.org/amliic.4">amliic(4)</a>.
   <li>Updated to the December 18, 2020 version of <a href="https://man.openbsd.org/awk.1">awk(1)</a>.
   <li>Added fd close notification for kqueue-based <a href="https://man.openbsd.org/poll.2">poll(2)</a> and <a href="https://man.openbsd.org/select.2">select(2)</a>.
   <li>Corrected the first packet of an <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> SA to have sequence number 1.
   <!-- 2020/12/17 -->
   <li>Added "amlogic,meson-g12a-dwmac" to <a href="https://man.openbsd.org/dwge.4">dwge(4)</a>.
   <li>Added <a href="https://man.openbsd.org/amlpinctrl.4">amlpinctrl(4)</a> support for the "Always On" GPIOs.
   <li>Introduced a delay to work around an issue in <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> on the BCM43602 that was triggering "unexpected pairwise key update" errors.
   <!-- 2020/12/16 -->
   <li>Made <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> detect and reject bogus ranges before loading the ruleset to prevent a panic.
   <!-- 2020/12/15 -->
   <li>Made <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> synchronize-panes a pane option and added set-option -U flag to unset an option on all panes.
   <!-- 2020/12/14 -->
   <!-- 2020/12/13 -->
   <li>Updated to xcb-proto 1.14.1.
   <!-- 2020/12/12 -->
   <li>Updated to <a href="https://man.openbsd.org/Xserver.1">Xserver(1)</a> 1.20.10.
   <!-- 2020/12/11 -->
   <li>Prevented a race in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> privsep which could cause autoinstall to fail by calling <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> without a local address.
   <li>Correctly enumerated files with more than INT_MAX lines with the <a href="https://man.openbsd.org/cat.1">cat(1)</a> -n flag.
   <!-- 2020/12/10 -->
   <li>Updated to <a href="https://man.openbsd.org/unbound.8">unbound(8)</a> 1.13.0.
   <li>Updated to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 4.3.4.
   <!-- 2020/12/09 -->
   <li>Fixed TCP going over an interface with fq codel enabled.
   <li>Avoided spurious "input packet decapsulations failed" errors in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> -W with A-MSDU enabled.
   <li>Allowed booting of amd64/i386 from 4TB GPT formatted disks.
   <li>Flushed the reorder buffer after gap timeout to prevent frames from remaining in the buffer until the next frame is received.
   <li>Validated ghostbuster records (RFC 6493) in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
   <!-- 2020/12/08 -->
   <li>Fixed 802.11 RSN capabilities announced to peers.
   <li>Fixed a potential NULL pointer dereference due to malformed ASN.1 in a certificate revocation list or a timestamp response token.
   <!-- 2020/12/07 -->
   <li>Fixed the calculation of "maxlen" in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> when there are multiple MPDUs in one packet.
   <li>Limited the URL embedded in .cer files in <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> to alphanumeric characters and punctuation.
   <!-- 2020/12/06 -->
   <li>Added <a href="https://man.openbsd.org/dwgpio.4">dwgpio(4)</a>, a driver for the Synopsys DesignWare GPIO controller.
   <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> support for RSASSA-PSS signature verification (RFC 7427).
   <li>Fixed a race condition in <a href="https://man.openbsd.org/wsmux.4">wsmux(4)</a>.
   <!-- 2020/12/05 -->
   <!-- 2020/12/04 -->
   <li>Allowed exporting prefixes from multiple sessions in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> into the same <a href="https://man.openbsd.org/pf.4">pf(4)</a> table, preventing a prefix from being removed from the table on the first withdrawal even if an alternative exists.
   <!-- 2020/12/03 -->
   <!-- 2020/12/02 -->
   <li>Prevented a TOCTOU race in single_thread_set() by extending the scope of the lock.
   <li>Enabled auto-negotiation on the SerDes links, allowing in-band-status to work between <a href="https://man.openbsd.org/mvpp.4">mvpp(4)</a> and <a href="https://man.openbsd.org/mvsw.4">mvsw(4)</a> on the ClearFog GT 8K.
   <!-- 2020/12/01 -->
   <li>Allowed <a href="https://man.openbsd.org/rad.8">rad(8)</a> to handle all rdomains in a single daemon.
   <li>Made uvm_pagealloc() mp-safe.
   <!-- 2020/11/30 -->
   <li>Ensured rekeying of every child SA in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
   <!-- 2020/11/29 -->
   <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> cert and key path inference for absolute paths.
   <li>Taught lld to link the macppc kernel.
   <li>Added support for 1000base-x and 2500base-x connections to <a href="https://man.openbsd.org/mvneta.4">mvneta(4)</a>.
   <li>Added <a href="https://man.openbsd.org/mvsw.4">mvsw(4)</a>, a driver for Marvel "SOHO" switches.
   <li>Added the <a href="https://man.openbsd.org/iked.8">iked(8)</a> "set stickyaddress" option, which attempts to assign the same "config address" when an IKESA is negotiated with the DSTID of an existing IKESA.
   <li>Added support for the use of !command to <a href="https://man.openbsd.org/mygate.5">mygate(5)</a>, so that netstart has a late opportunity to perform network configuration.
   <!-- 2020/11/28 -->
   <li>Updated to libX11 1.7.0.
   <li>Handled an autoconf interface changing its rdomain in <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a>.
   <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> support for multiple address pools.
   <!-- 2020/11/27 -->
   <!-- 2020/11/26 -->
   <li>Set the specified TOS/DSCP for interactive use prior to TCP connect in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
   <li>CLeaned up passing of struct passwd from monitor to preauth privsep process in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
   <li>Used a counter instead of random IV for AES-GCM in <a href="https://man.openbsd.org/iked.8">iked(8)</a>, eliminating the risk of random collisions.
   <!-- 2020/11/25 -->
   <li>Changed kqueue_scan() to keep track of collected events in the given context.
   <!-- 2020/11/24 -->
   <li>Killed <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> connection upon <a href="https://man.openbsd.org/openrsync.1">openrsync(1)</a> server stall.
   <li>Added a simple --timeout implementation to <a href="https://man.openbsd.org/openrsync.1">openrsync(1)</a>.
   <!-- 2020/11/23 -->
   <li>Fixed very old <a href="https://man.openbsd.org/umass.4">umass(4)</a> devices where the INQUIRY command succeeds but with a residue equal to the requested bytes.
   <!-- 2020/11/22 -->
   <li>Fixed a panic seen with mbuf chains on arm64.
   <!-- 2020/11/21 -->
   <li>Fixed incorrect behavior when using <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a> to change the lease renew/rebind/expiry timing.
   <!-- 2020/11/20 -->
   <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> -s socket option to specify a control socket.
   <!-- 2020/11/19 -->
   <li>When doing an <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> recursive upload or download of a read-only directory, ensured that the directory was created with write and execute permissions in the interim to allow the transfer.
   <li>Fixed <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> repeated DEAUTH and loss/restoration of link.
   <li>Allowed specific <a href="https://man.openbsd.org/sndio.7">sndio(7)</a> devices to be used for play-only and rec-only modes.
   <li>Fixed panics on the HoneyComb LX2K with <a href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a>.
   <!-- 2020/11/18 -->
   <!-- 2020/11/17 -->
   <li>Prevented accidental truncation of large memory segments on loongson.
   <li>Added ACPI support to <a href="https://man.openbsd.org/imxiic.4">imxiic(4)</a>.
   <!-- 2020/11/16 -->
   <li>Implemented the key material exporter for TLSv1.3.
   <li>Prevented process exit in multithreaded programs from reporting the wrong error code.
   <li>Added multicast support to <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> to allow IPv6.
   <!-- 2020/11/15 -->
   <li>Added <a href="https://man.openbsd.org/acpige.4">acpige(4)</a>, a driver for ACPI generic event devices, used on te HoneyComb LX2K to implement power button handling.
   <li>Added <a href="https://man.openbsd.org/pchgpio.4">pchgpio(4)</a>, a driver for the GPIO controllers found on modern Intel PCHs.
   <!-- 2020/11/14 -->
   <li>Revised the initialization of the <a href="https://man.openbsd.org/drm.4">drm(4)</a> Linux emulation layer to call it only when the first drm instance attaches.
   <li>Extended <a href="https://man.openbsd.org/pcamux.4">pcamux(4)</a> with ACPI support.
   <li>Added support for the VF610 I2C controller to <a href="https://man.openbsd.org/imxiic.4">imxiic(4)</a>.
   <li>Made sure not to replace 0.0.0.0 with a dynamic address in <a href="https://man.openbsd.org/iked.8">iked(8)</a> if it is a network address.
   <li>Added 10G media support to <a href="https://man.openbsd.org/mvpp.4">mvpp(4)</a>.
   <li>Added SFP+ support to ofw, including support for direct attach cables.
   <!-- 2020/11/13 -->
   <li>Added support for the PL2303HXN series chips to <a href="https://man.openbsd.org/uplcom.4">uplcom(4)</a>.
   <li>Added support for the PCA9547 I2C mux to <a href="https://man.openbsd.org/pcamux.4">pcamux(4)</a>.
   <!-- 2020/11/12 -->
   <li>Added <a href="https://man.openbsd.org/witness.4">witness(4)</a> check for uninitialized (or zeroed) lock usage.
   <li>Prefixed <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> keyboard interactive prompts with "user@host" for easier identification of connections.
   <li>Displayed any other hostnames/addresses associated with a new hostkey when <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> prompts the user to accept it.
   <!-- 2020/11/11 -->
   <li>Implemented auto chain for the TLSv1.3 server.
   <li>Updated to freetype 2.10.4.
   <li>Fixed <a href="https://man.openbsd.org/athn.4">athn(4)</a> in client mode against APs that use WPA1/TKIP as the group cipher.
   <!-- 2020/11/10 -->
   <li>Fixed <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> against access points using WPA1/TKIP as the group cipher.
   <!-- 2020/11/09 -->
   <li>Fixed a panic associated with locks and <a href="https://man.openbsd.org/drm.4">drm(4)</a> on macppc with Powerbook5,6 and RV350.
   <li>Fixed issues with network stopping after the first down/up cycle in <a href="https://man.openbsd.org/mvpp.4">mvpp(4)</a>.
   <li>Fixed link state change behavior in 82598 <a href="https://man.openbsd.org/ix.4">ix(4)</a> chips.
   <li>Increased speed of the dependency check pass for <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
   <li>Allowed use of ## and # in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> styles and added a "w" format modifier for width.
   <!-- 2020/11/08 -->
   <!-- 2020/11/07 -->
   <li>Added clock support for i.MX8MP.
   <li>Implemented <a href="https://man.openbsd.org/iked.8">iked(8)</a> "from dynamic," installing flows where "dynamic" is replaced by the received dynamic IP address.
   <li>Fixed <a href="https://man.openbsd.org/ilogb.3">ilogb(3)</a> implementation, preventing a potential infinite loop.
   <!-- 2020/11/06 -->
   <li>Changed from <a href="https://man.openbsd.org/rwlock.9">rwlock(9)</a> to <a href="https://man.openbsd.org/mutex.9">mutex(9)</a> for linux rwlocks.
   <li>Removed the -L option from <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
   <li>Fixed <a href="https://man.openbsd.org/wg.4">wg(4)</a> on macppc by keeping track of allowed ips pointer correctly.
   <li>Added the ClearFog GT 8K to <a href="https://man.openbsd.org/mvclock.4">mvclock(4)</a>.
   <!-- 2020/11/05 -->
   <li>Enabled <a href="https://man.openbsd.org/iked.8">iked(8)</a> support for ASN1_DN ipsec identifiers.
   <li>Fixed rare crashes of <a href="https://man.openbsd.org/unwind.8">unwind(8)</a> when DNS answers are larger than the maximum imsg size.
   <li>Fixed <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> checks for manifest validity interval.
   <li>Released OpenBGPD-6.8p1.
 <!-- 2020/11/04 -->  <!-- 2020/11/04 -->
 <li>Added recognition of Cortex-A78AE, Cortex-X1 and Neoverse V1 arm64 CPUs.  <li>Added recognition of Cortex-A78AE, Cortex-X1 and Neoverse V1 arm64 CPUs.
 <!-- 2020/11/03 -->  <!-- 2020/11/03 -->
Line 121 
Line 274 
 <li>Created a new "location (found|notfound)" option for <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a> to allow testing for resource path existence.  <li>Created a new "location (found|notfound)" option for <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a> to allow testing for resource path existence.
 <!-- 2020/10/28 -->  <!-- 2020/10/28 -->
 <li>Prevented kernel reuse of mbuf memory when generating the ICMP6 response to an IPv6 packet.  <li>Prevented kernel reuse of mbuf memory when generating the ICMP6 response to an IPv6 packet.
 <li>Updated <a href="https://man.openbsd.org/unbound.8">unbound(8)</a> to 1.12.0.  <li>Updated to <a href="https://man.openbsd.org/unbound.8">unbound(8)</a> 1.12.0.
 <!-- 2020/10/27 -->  <!-- 2020/10/27 -->
 <li>Added notices to syslog whenever the "%n" format string component of <a href="https://man.openbsd.org/printf.3">printf(3)</a> is used.  <li>Added notices to syslog whenever the "%n" format string component of <a href="https://man.openbsd.org/printf.3">printf(3)</a> is used.
 <li>Stopped allowing configuration of the same neighbor multiple times in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.  <li>Stopped allowing configuration of the same neighbor multiple times in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
Line 162 
Line 315 
 <li>Added basic support for kclock timeouts to <a href="https://man.openbsd.org/timeout.9">timeout(9)</a>.  <li>Added basic support for kclock timeouts to <a href="https://man.openbsd.org/timeout.9">timeout(9)</a>.
 <!-- 2020/10/14 -->  <!-- 2020/10/14 -->
 <!-- 2020/10/13 -->  <!-- 2020/10/13 -->
 <li>Updated <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to 4.3.3.  <li>Updated to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 4.3.3.
 <!-- 2020/10/12 -->  <!-- 2020/10/12 -->
 <li>Added RETGUARD implementation for powerpc and powerpc64.  <li>Added RETGUARD implementation for powerpc and powerpc64.
 <!-- 2020/10/11 -->  <!-- 2020/10/11 -->

Legend:
Removed from v.1.1484  
changed lines
  Added in v.1.1485