=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.1433 retrieving revision 1.1434 diff -u -r1.1433 -r1.1434 --- www/plus.html 2019/04/06 03:04:53 1.1433 +++ www/plus.html 2019/04/06 13:39:26 1.1434 @@ -774,6 +774,51 @@
  • 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. + +
  • Changed bgpctl(8) to set the routing table when adding a network. +
  • Applied fix to savecore(8) to unbreak 'savecore -c'. +
  • Added support for RTL8192EU adapters to urtwn(4). +
  • Added the 'vmctl wait ' command to vmctl(8). +
  • Introduced into vmd(8) IMSG_VMDOP_WAIT_VM_REQUEST, a control message registering a vmctl peerid which should be informed when the VM is stopped. + +
  • Cleaned up the validation of .Pp, .PP, .sp and .br in mandoc(1), resolving duplicate handling issues, handling missing cases and improving diagnostics. +
  • Began performing forward-confirmed reverse DNS verification on incoming connections in smtp(1). +
  • Stopped processing the top 32 bits of the 64 bit interrupt mask register in macebus(4) on the SGI O2. The CRIME interrupt controller has only 32 interrupt sources. + +
  • Fixed handling of lld-linked executables on mips64. +
  • Added Spleen font 8x16, 12x24, 16x32 and 32x64 variants. + + +
  • Added support for Xeon E3-1200 v6/7 host device and nVidia Quadro M1200. +
  • Added new midicat(1) utility to send to or receive from MIDI ports. +
  • Removed midiplay. + +
  • Restore inadvertently removed function prototype for ASN1_dup in crypto(3), fixing usage on I32LP64 platforms. +
  • Modified syslogd(8) to honor SIGINT/QUIT when running in the foreground, allowing stopping 'syslogd -F' with ^C. +
  • Fixed various overflows in perl(1). +
  • Fixed a bgpd(8) memory leak and use-after-free of the peer ID in the bgpctl(8) code path by flushing the Adj-RIB-Out as soon as the peer state is PEER_DOWN. + +
  • Enabled configuration of explicit congestion notification propagation on tunnel interfaces. +
  • Corrected lock initialization for crypto(3). + +
  • Prevented discovered prefixes from overriding explicitly configured prefixes in rad(8). +
  • Modified ssh(1) not to truncate username or hostname in 'user@host's password: ' prompts. +
  • Removed an extra tick from tvtohz(9) on timeout reload. +
  • Fixed malformed output when querying certain databases with ldap(1), matching the functionality of openldap's ldapsearch. + +
  • Released mandoc.css from mandoc(1) into the public domain. +
  • Changed vmd(8) to keep a list of known VMs and reuse the VM IDs. When using '-L', the IP addresses of the VMs are stable. + +
  • Removed fontcacheproto, xf86miscproto, libXfontcache and libXxf86misc. +
  • Adjusted installboot(8) not to allow the bootstrap to overlap the start of the OpenBSD area of the disk. +
  • Expanded detail available about networks saved by 'join' when a user uses the ifconfig(8) 'joinlist' option. + + +
  • Improved error handling and logging in qcow2 within vmd(8). +
  • Added the pvclock(4) guest driver for paravirtual clocks, improving timekeeping on KVM guests. + +
  • Added an ssh_config(5) "Match final" predicate. +
  • Provided new mandoc(1) output option -O tag[=term] to move directly to the definition of "term" when opening the manual page in a pager.
  • Added support for 'local inet6' interfaces to vmd(8).