=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.1508 retrieving revision 1.1509 diff -u -r1.1508 -r1.1509 --- www/plus.html 2022/09/14 14:13:46 1.1508 +++ www/plus.html 2022/09/19 05:31:16 1.1509 @@ -108,37 +108,97 @@ +
  • Improved bioctl(8) RAID level parsing to check numeric levels before checking single character levels. This allows recognition of RAID 10 as a valid but unsupported level. +
  • Changed ssh(1) to attempt fido(4) key signing without a PIN and use the error code returned to fall back only if necessary. This avoids PIN prompts for FIDO tokens that don't require them. +
  • Added local bind mode to ypldap(8). In this mode ypldap binds its RPC sockets to loopback, so YP services are only available to the host ypldap is running on. In local bind mode one does not need to run portmap(8). +
  • Fixed vldc(4) event filters. +
  • Removed the "-c" compatibility option from vnconfig(8). +
  • Removed the obsolete kern.nselcoll sysctl(2). +
  • Solved an issue when multiple nexthops change concurrently in bgpd(8). +
  • Added support for booting from RAID 1C softraid(4) volumes on arm64. +
  • Added a notification when a paste buffer is deleted to tmux(1). +
  • Added a Nobr terminfo capability to tell tmux(1) the terminal does not use bright colors for bold. +
  • Dropped detection code for 386sx/386dx CPUs. OpenBSD/i386 hasn't actually supported running on either for some time. +
  • Corrected the rx data rate for rtl8192eu urtwn(4) devices. +
  • Added support for booting from RAID 1C softraid(4) volumes on amd64. +
  • Fixed a race between pflow_output_process() and pflow_clone_destroy() in pflow(4). +
  • Fixed Xorg(1) when using the luna88k 1bpp framebuffer hardware. +
  • Added support to sftp-server(8) for the home-directory extension defined in draft-ietf-secsh-filexfer-extensions-00. +
  • Simplified TSC synchronization testing on amd64. +
  • Fixed overflow of the number of errors in renice(8) by setting error instead of incrementing it. +
  • Corrected handling of an abnormal fastcgi termination in httpd(8). +
  • Added vi(1) Home/End bindings to tmux(1). +
  • Made the UTC timezone acceptable for certificate validity intervals, sshsig verification times, and authorized_keys expiry-time options by suffixing dates/times with a 'Z' character for sshd(8) and ssh-keygen(1). Also added certificate validity intervals specified in raw seconds-since-epoch as a hex value (e.g. "-V 0x1234:0x4567890") to ssh-keygen(1). +
  • Allowed spdmem(4) to attach to gdiumiic(4). +
  • Disallowed the AS Resources extension on ROA EE certificates for rpki-client(8). +
  • Added iic(4) at glxpcib(4) to get spdmem(4) to attach on 2F-based loongson systems. +
  • Prevented mandoc(1) from turning breakable hyphens in segment identifiers into underscores. +
  • Made putenv(3) return an error if the string starts with the '=' character. This matches the behavior on FreeBSD and NetBSD. +
  • Added seconds to the uptime display of top(1). +
  • Set the default openrsync(1) connection timeout that rpki-client(8) uses to 15 seconds. +
  • Updated libxcvt to 0.1.2. +
  • Added display of an error with the failing path if the xterm(1) unveil(2) fails. +
  • Added a slowcgi(8) -t flag to change the request timeout. +
  • Added support for wildcards in fw_update(8) patterns. +
  • Corrected sparc64 ofwboot to default to the softraid volume on the boot device to make root on softraid work out of the box on sparc64 and be more consistent with softraid boot on other architectures. +
  • Added aplaudio(4), a driver that ties together aplmca(4) and various codecs to present an audio(4) interface to the system. +
  • Added aplmca(4), a driver that controls the hardware block that takes data from apldma(4), serializes it and sends it out on the i2s ports. +
  • Fixed a tmux(1) crash when searching for .* with extremely long lines. +
  • Fixed a bug in pf(4) where a pool defined like "172.16.0.0/16" would count as a pool size of one address. Also fixed random selection of source address to be uniform across the whole pool. +
  • Fixed patch(1) locate-hunk in empty files. +
  • Fixed patch(1) in the case of reversing a patch that creates a file. +
  • Added connection timeout functionality to openrsync(1) via the --contimeout option. +
  • Added an "all" state to tmux(1) allow-passthrough to work even in invisible panes. +
  • Raised the "staff" login class data-size-cur on arm64 to be the same as that for amd64 in login.conf(5). +
  • Randomized the rekey interval of arc4random(3). +
  • Killed virtual address randomization for the arm64 EFI runtime. +
  • Enforced allowance of only one image specified for vmctl(8) create. +
  • Added stack frames to crypto(3) AES-NI x86_64 assembly to silence a false positive from valgrind. +
  • Added a "show swap" command to ddb(4) to help debugging. +
  • Added a "processing" message for when pkg_add(1) is transferring data to inform the user that pkg_add is still working. +
  • Added "show all routes" and the ability to show individual routes (e.g. "show route 0xfffffd807e9b0000") to ddb(4). +
  • Changed rc(8) to only attempt to set the yp(8) domainname if it has not been set yet. +
  • Retired identification code for Rise CPUs. +
  • Fixed an fdisk(8) regression to allow editing an MBR of all zeroes. +
  • Changed fdisk(8) to restrict user actions if neither GPT nor MBR structures can be found on the disk. +
  • Updated libX11 to version 1.8.1. +
  • Updated freetype to version 2.12.1. +
  • Modified pms(4) to discard relative movement packets outside of the [-127, 127] range to prevent cursor jumps when using the trackpoint on some Lenovo laptops. +
  • Added an OpenIKED Vendor ID payload in the iked(8) initial handshake to make it easier to handle interoperability problems with older versions in the future. +
  • Added support for the new DART variant found on the Apple M2 SoC. +
  • Moved to 7.2-beta. +
  • Changed ssh-keygen(1) to prompt the user for confirmation when enrolling a resident key on a security token before overwriting a key with matching application and user ID strings.
  • Restrict pledge("vminfo") callers to read-only swapctl(2) operations.