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

Diff for /www/plus.html between version 1.1433 and 1.1434

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

Legend:
Removed from v.1.1433  
changed lines
  Added in v.1.1434