=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/69.html,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** www/69.html 2021/04/10 17:16:19 1.14 --- www/69.html 2021/04/10 23:23:33 1.15 *************** *** 80,85 **** --- 80,87 ----
  • New/extended platforms:
  • Various kernel improvements:
  • Various new userland features: --- 289,317 ----
  • Created /dev/ drm nodes with the same names as linux to simplify libdrm and negate the need for certain ports patches. !
  • Prevented memory corruption or improper page access in vmm(4) due to improper TLB flushing for now by wiring the pages used by virtual machines. +
  • Removed the ability of vmd(8) to boot from kernels + in raw/qcow2 images. +
  • Made vmctl(8) + properly indicate VMs are stopped instead of "running" with "vmctl + status". +
  • Cleaned up events on vmd(8) pause or resume and + fixed an issue leading to broken serial console by cleanly tearing + down and restoring emulated device state on vm send/receive. +
  • Propagated host-side tap(4) lladdr to guest vm + process to allow unicast dhcp and bootp renewals with vmd(8)'s built-in dhcp + server. +
  • Various new userland features: *************** *** 264,269 **** --- 335,344 ---- capabilities in sndiod(8) by treating any device as full-duplex. +
  • Fixed visibility of sndioctl(1) output when + used through a pipe. +
  • Enabled build and install of lldb(1).
  • Added logger(1) support to rcctl(8), rc.d(8) for daemons logging to stdout/stderr. - -
  • Introduced dhcpleased(8), a dhcp - daemon to acquire IPv4 address leases from servers. -
  • Added resolvd(8), - a daemon to rewrite resolv.conf(5). - -
  • Various bugfixes and tweaks in userland: --- 346,362 ---- href="https://man.openbsd.org/rc.d.8">rc.d(8) for daemons logging to stdout/stderr. +
  • Added a configurable button mapping for tap gestures on touchpads + to wsconsctl(8). +
  • Made wscons(4) + touchpad tap detection less restrictive for multi-finger taps and + improved tap detection. +
  • Enable apm(4) on arm64 to + display meaningful information about battery use and capacity.
  • Various bugfixes and tweaks in userland: *************** *** 316,325 **** --- 390,409 ----
  • When using the cat(1) -n flag, correctly enumerate files with more than INT_MAX lines.
  • Fixed a memory leak in ld.so's malloc. +
  • Added a "xenodm" login class for xenodm(1) and increased openfiles to 512 to avoid running out of file descriptors with a busy desktop. +
  • Stopped xenodm(1) + from adding authorizations for TCP connections by default and added + "listenTCP" to explicitly add authorizations for existing IP addresses + on startup. +
  • Skip xenodm(1) + from adding the IPv6 link local addresses for TCP listener + authorizations, matching what is done by startx(1). +
  • Fixed -s option for cmp(1).
  • Improve pledge in doas(1), specifically added *************** *** 339,351 ****
  • Allow specification of a path to the mg(1) startup file on the command line.
  • Improved hardware support and driver bugfixes, including:
  • Improved hardware support and driver bugfixes, including:
  • New or improved network hardware support: --- 512,529 ----
  • Introduced uhidpp(4), a driver for Logitech HID++ devices. +
  • Separated reading of general and touchpad-specific wsmouse(4) settings and + corrected identification of device type when reading touchpad + parameters fails. +
  • Added support for 30-bit color modes to simplefb(4). +
  • Added wsfb(4) + support for 30-bit color. !
  • Made loongson kernels recognize Lynloong LM9002/9003 and LM9013 models. !
  • Use native display resolution 1368x768 for Lynloong all-in-one computers.
  • New or improved network hardware support: *************** *** 449,455 **** href="https://man.openbsd.org/mvneta.4">mvneta(4).
  • Added mvsw(4), a driver for Marvel "SOHO" switches. -
  • Enabled auto-negotiation on the SerDes links, allowing in-band-status to work between mvpp(4) and Raised the maximum number of queues/interrupts from 1 to 16 on mcx(4) devices.
  • Added support for the Netgear ProSecure UTM25 to octeon. ! !
  • Added or improved wireless network drivers: --- 554,562 ----
  • Raised the maximum number of queues/interrupts from 1 to 16 on mcx(4) devices.
  • Added support for the Netgear ProSecure UTM25 to octeon. !
  • Added vid/pid table to umb(4) allowing matching to ! alternate configurations.
  • Added or improved wireless network drivers: *************** *** 484,490 ****
  • Enabled athn(4) for arm64.
  • Added support for version 7 of the bwfm(4) PCIe interface. !
  • IEEE 802.11 wireless stack improvements and bugfixes: --- 575,595 ----
  • Enabled athn(4) for arm64.
  • Added support for version 7 of the bwfm(4) PCIe interface. !
  • Implemented RA (new 11nm Tx rate adaptation) in iwm(4) and iwn(4). !
  • Prevented a WPA failure in ipw(4) due to a state ! mismatch between firmware and net80211 during the association ! sequence. !
  • Ensured WEP and plaintext interface link state update by ipw(4). !
  • Made iwx(4) attach to ! AX201 devices with PCI ID 0x34f0. Needs fw_update(1). !
  • Fixed a problem where iwn(4) firmware would ! generate bogus block ack requests and stall traffic.
  • IEEE 802.11 wireless stack improvements and bugfixes: *************** *** 499,525 ****
  • Avoided spurious "input packet decapsulations failed" errors in netstat(1) -W with A-MSDU enabled. ! !
  • Generic network stack improvements and bugfixes:
  • Generic network stack improvements and bugfixes: !
  • Installer improvements: !
  • Installer and upgrade improvements:
  • Security improvements:
  • Routing daemons and other userland network improvements:
  • Security improvements:
  • Routing daemons and other userland network improvements:
  • tmux(1) improvements and bug fixes:
  • OpenSMTPD 6.9.0 *************** *** 869,882 **** TLS listeners may be configured with multiple certificates, the matching is based on the names included in these certificates.
  • Allow to specify tls protocols and ciphers per listener and relay action. !
  • LibreSSL 3.2.2 !
  • OpenSSH 8.4 !
  • OpenSSH 8.5