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

Diff for /www/plus.html between version 1.1425 and 1.1426

version 1.1425, 2019/03/28 04:36:14 version 1.1426, 2019/03/28 06:02:29
Line 82 
Line 82 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2019/03/24 -->
   <li>Switched to precision scrolling in wstpad in <a href="https://man.openbsd.org/wscons">wscons(4)</a>.
   <li>Adjusted <a href="https://man.openbsd.org/unwind">unwind(8)</a> to check resolvers based on change of state rather than at regular intervals. Resolvers are now rechecked when no longer behind a captive portal.
   <li>Added a fix to <a href="https://man.openbsd.org/azalia">azalia(4)</a> for the right-side speaker on the Dolby Atmos system of the Huawei Matebook 1, allowing it to play in stereo.
   <!-- 2019/03/23 -->
   <li>Fixed route origin validation in <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>.
   <li>Modified <a href="https://man.openbsd.org/signify">signify(1)</a> such that -n will zero the gzip timestamp.
   <li>Used the debugger mutex for 'ddb_mp_mutex' to prevent a race condition that could leave it locked if one CPU incremented 'db_active' while another was in the critical section.
   <li>Added a simple spinning mutex for <a href="https://man.openbsd.org/ddb">ddb(4)</a> which spins even if 'db_active' or 'panicstr' has been set and disables IPIs in the critical section.
   <!-- 2019/03/22 -->
   <li>Moved adjtimedelta into the timehands and adopted the lockless read protocol used for system boot time and uptime to ensure safe read/writes for <a href="https://man.openbsd.org/adjtime">adjtime(2)</a> callers.
   <li>Corrected DMA channel number selection on the AR816x family of controllers in <a href="https://man.openbsd.org/alc">alc(4)</a>.
   <li>Added support for Meinberg DCF600USB devices to <a href="https://man.openbsd.org/umbg">umbg(4)</a>.
   <li>Prevented render nodes from being flagged as primary nodes by <a href="https://man.openbsd.org/drm">drm(4)</a>.
   <li>Added support for QCA AR816x/AR817x for <a href="https://man.openbsd.org/alc">alc(4)</a>.
   <li>Added -E option to specify an alternative escape character in <a href="https://man.openbsd.org/cu">cu(1)</a>.
   <!-- 2019/03/21 -->
   <li>Fixed <a href="https://man.openbsd.org/rc.d">rc.d(8)</a> to correctly run an rdomain 0 rc.d daemon in rdomain 0 rather the current routing table when started from a non-default <a href="https://man.openbsd.org/rdomain">rdomain(4)</a> shell.
   <li>Modified <a href="https://man.openbsd.org/ixl">ixl(4)</a> devices to run event callbacks directly in the atq processing, preventing multiple link state events from firing with the same callback and causing an infinite loop.
   <li>Corrected IPv6 parsing in <a href="https://man.openbsd.org/sasyncd">sasyncd(8)</a>.
   <!-- 2019/03/20 -->
   <li>Changed the parsing of <a href="https://man.openbsd.org/dhclient.conf">dhclient.conf(5)</a> 'prepend' statements to 'supersede' and 'append' to 'default' when the option data cannot be prepended or appended to. A parsing warning will be issued to allow users to adjust their configuration files.
   <li>Began to ensure that outer ICMP packet destination IP and inner protocol packet source IP addresses match in ICMP and ICMP6 packets with <a href="https://man.openbsd.org/pf">pf(4)</a>, to prevent passage of nonsensical packets.
   <!-- 2019/03/19 -->
   <li>Switched to xorgproto.
   <li>Updated to xserver 1.19.7.
   <li>Added a cursor_character format to <a href="https://man.openbsd.org/tmux">tmux(1)</a>.
   <li>Corrected a bug in <a href="https://man.openbsd.org/mandoc">mandoc(4)</a> where an empty final line of input could lead to a buffer overflow.
   <li>Merged Mesa 18.3.5.
   <li>Addressed an issue with <a href="https://man.openbsd.org/uaudio">uaudio(4)</a> where a busy system could cause audio playback to cease when a status of USBD_IOERROR led to erroring out early in uaudio_pdata_intr().
   <!-- 2019/03/18 -->
   <li>Extended the #[] style syntax to allow status lines in <a href="https://man.openbsd.org/tmux">tmux(1)</a> to extend up to five lines in height, configurable with a single option. Added the 'align' option for alignment within the status lline array, entries in tree mode and pane status lines; 'list' for the window list and 'range' to configure ranges of text for mouse bindings.
   <li>Edited <a href="https://man.openbsd.org/vmctl">vmctl(8)</a> to allow an existing VM to be started by referencing its ID.
   <li>Added <a href="https://man.openbsd.org/kubsan">kubsan(4)</a>, an undefined behavior sanitizer for the kernel, which will print findings about undefined behavior at runtime to the system console. This is limited to architectures using <a href="https://man.openbsd.org/clang">clang(1)</a> as their default compiler and is not enabled by default.
   <li>Made changes to <a href="https://man.openbsd.org/rasops">rasops(9)</a> to correct font filtering. Invoking the -l option of <a href="https://man.openbsd.org/wsfontload">wsfontload(8)</a> will now allow display of all currently loaded fonts.
   <li>Added format variables for default <a href="https://man.openbsd.org/tmux">tmux(1)</a> variables in various modes. Added a -a display-message flag to list variables with values.
   <li>Fixed <a href="https://man.openbsd.org/tmux">tmux(1)</a> to forcibly kill the previous job before starting new.
   <li>Installed rsync as <a href="https://man.openbsd.org/openrsync">openrsync(1)</a>.
 <!-- 2019/03/17 -->  <!-- 2019/03/17 -->
   <li>Added support for configuring BIOCSFILDROP with <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a>. This allows tcpdump to be used as a makeshift firewall.
   <li>Added the SM4 block cipher from the Chinese standard GB/T 32907-2016 to LibreSSL.
 <!-- 2019/03/16 -->  <!-- 2019/03/16 -->
 <li>Raised the maximum columns and rows to 160 for <a href="https://man.openbsd.org/efifb">efifb(4)</a> now that it supports remapping the framebuffer in write combining mode.  <li>Raised the maximum columns and rows to 160 for <a href="https://man.openbsd.org/efifb">efifb(4)</a> now that it supports remapping the framebuffer in write combining mode.
 <li>Fixed multiple buffer over-reads in <a href="https://man.openbsd.org/ctfdump">ctfdump(1)</a>.  <li>Fixed multiple buffer over-reads in <a href="https://man.openbsd.org/ctfdump">ctfdump(1)</a>.

Legend:
Removed from v.1.1425  
changed lines
  Added in v.1.1426