=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.1453 retrieving revision 1.1454 diff -u -r1.1453 -r1.1454 --- www/plus.html 2019/09/20 21:08:13 1.1453 +++ www/plus.html 2019/09/24 17:23:52 1.1454 @@ -111,7 +111,7 @@
  • Made wireless drivers call if_input() only once per interrupt, reducing drops caused by the ifq pressure drop mechanism and increasing throughput. -
  • Merged Unbound 1.9.3. +
  • Updated unbound(8) to 1.9.3.
  • Prevented a potential panic caused by vmm(4) decrementing the number of VMs twice in one of the vm_create() error paths. @@ -227,7 +227,7 @@
  • Modified ospfd(8) to warn when a neighbor changes its source IP address.
  • Ensured that mail rejected by the LMTP server in smtpd(8) will stay queued, rather than bouncing. -
  • Added clock support to sxirtc(4), needed by newer Linux DTs.
  • Added sxisyscon(4), a driver for the system controller found on various Allwinner SoCs.
  • Fixed pluart(4) output when a machine is under load. @@ -299,7 +299,6 @@
  • Removed the default timeout from lock(1).
  • Prevented a possible race condition during dhclient(8) startup.
  • Increased efficiency of poll() in bgpd(8) by allocating increased send and receive buffers for socketpair(). -
  • Added "slow" to the list of ethernet protocol names in pcap(3).
  • Allowed the ssh-keygen(1) verbose flag when searching for host keys in known hosts, printing the matching hosts's random art signature. @@ -358,7 +357,7 @@
  • Added thermal zone handling code to link together thermal sensors and cooling devices to actively or passively cool devices. Registered cpu(4) as a cooling device to support passive cooling and rktemp(4) as a thermal sensor.
  • Switched the default compiler on octeon to clang(1). -
  • Merged Mesa 19.0.8. +
  • Updated Mesa to 19.0.8.
  • Stored the current filter parameter in the smtpd(8) session, fixing a bug where filters in a chain received a null parameter.
  • Reintroduced ifiq_input counting backpressure by counting the number of times a nic has tried to queue packets before the stack processes them as a measure of load on the network stack, and beginning to drop packets when the load is too high. @@ -367,7 +366,7 @@
  • Updated libexpat to 2.2.7, including a fix for a potential denial-of-service attack (CVE-2018-20843).
  • Modified amd64 and i386 to write back and invalidate caches before updating CPU microcode and added a compiler-level memory barrier to the instruction. -
  • Merged Unbound 1.9.2. +
  • Updated unbound(8) to 1.9.2.
  • Fixed a problem with the bgpd(8) session engine which caused it to spin with a poll timeout of 0.
  • Enabled MSI-X interrupts. @@ -392,7 +391,7 @@
  • Invalidated icache when changing pmap(1) mapping on octeon, preventing running of previous instructions.
  • Made taskq_barrier(9) work for multi-threaded task queues.
  • Updated clang(1) build infrastructure for LLVM 8.0.0. -
  • Merged LLVM 8.0.0 release. +
  • Updated LLVM to 8.0.0.
  • Unlocked read(2) and write(2) syscalls. @@ -409,7 +408,7 @@
  • Fixed potentially stalling TCP connections on wifi by stopping probe of Tx rate in the case of transmission failure or excessive retries. -
  • Merged libc++, libc++abi and libunwind version 8.0.0. +
  • Updated libc++, libc++abi and libunwind to 8.0.0.
  • Added the aplgpio(4) driver for the gpio controllers on Intel's Apollo Lake SoC.
  • Imported Kristaps Dzonsons' RPKI validator, rpki-client(8).
  • Prevented a panic in pci_intr_establish(9) by assigning an address to the BAR used by the MSI-X tables if none has been assigned. @@ -493,7 +492,7 @@
  • Shutdown the service port when behind a captive portal with unwind(8), allowing bypass of captive portals that correctly answer SOA queries for the root zone and return NXDOMAIN for the captive portal redirect domain if edns0 is present.
  • Implemented 'show mrt neighbors' in bgpctl(8), a command to print the neighbor table of MRT TABLE_DUMP_V2 dumps.
  • Replaced the tmux(1) parser code, unifying parsing of the configuration file and string commands (and allowing constructs formerly unique to configuration to be used in string commands). -
  • Merged Mesa 19.0.5. +
  • Updated Mesa to 19.0.5.
  • Prevented more than one thread from opening a wscons(4) device in read/write mode.
  • Ignored APM_UPDATE_TIME events in i386/amd64 apm(4). This prevents constant erosion of the system wallclock on certain systems. @@ -503,7 +502,7 @@
  • Modified vmd(8) to drop fatalx calls when claiming a new vm id, preventing a crash of vmd and existing vms. -
  • Adjusted ssh(1) to default to using the rsa-sha2-512 signature algorith when signing certificates with an RSA key. This will render these certificates incompatible with OpenSSH < 7.2 unless the default is overridden by use of the (1) -t flag. +
  • Adjusted ssh(1) to default to using the rsa-sha2-512 signature algorithm when signing certificates with an RSA key. This will render these certificates incompatible with OpenSSH < 7.2 unless the default is overridden by use of the ssh-keygen(1) -t flag.
  • Fixed integer overflow in block size calculation in aucat(1), fixing truncation of contents of files with rate above 64kHz generated in offline (-n) mode.
  • Used unveil(2) on tetris(6).