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

Diff for /www/plus.html between version 1.1423 and 1.1424

version 1.1423, 2019/03/21 16:03:07 version 1.1424, 2019/03/25 02:02:13
Line 82 
Line 82 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2019/03/17 -->
   <!-- 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>Fixed multiple buffer over-reads in <a href="https://man.openbsd.org/ctfdump">ctfdump(1)</a>.
   <!-- 2019/03/15 -->
   <li>Changed <a href="https://man.openbsd.org/dwiic">dwiic(4)</a> to fetch timing parameters from ACPI and have it attach on Intel 300 series devices.
   <li>Improved and enabled isochronous transfers in <a href="https://man.openbsd.org/xhci">xhci(4)</a>. This allows laptop cameras on many newer laptops to work properly.
   <li>Fixed <a href="https://man.openbsd.org/rad">rad(8)</a> to only accept one ICMPv6 and one route socket. This fixed a scenario where the ICMPv6 socket was also used as the route socket for a short while.
   <li>Changed <a href="https://man.openbsd.org/slaacd">slaacd(8)</a> and <a href="https://man.openbsd.org/rad">rad(8)</a> to refuse a control socket if it already has one.
   <li>Fixed <a href="https://man.openbsd.org/ieee80211">ieee80211(9)</a> autojoin for WEP networks by actually saving the WEP auth key.
   <li>Fixed display glitches in <a href="https://man.openbsd.org/efifb(4)</a>.
   <li>Added a -v flag to <a href="https://man.openbsd.org/tmux">tmux(1)</a> to aid with debugging formats such as the status line format.
   <li>Changed printing of <a href="https://man.openbsd.org/bgpd">bgpd(8)</a> configuration to show options set to non-default values.
   <li>Added a fallback of direct serial hardware access to <a href="https://man.openbsd.org/uefiboot">uefiboot(8)</a> for those UEFI machines that have serial ports but whose firmware does not have the serial io protocol.
   <!-- 2019/03/14 -->
   <li>Added <a href="https://man.openbsd.org/acpicmos">acpicmos(4)</a> to RAMDISK_CD for amd64.
   <li>Made searching for uppercase characters in <a href="https://man.openbsd.org/less">less(1)</a> use <a href="https://man.openbsd.org/mbtowc">mbtowc(3)</a> rather than the buggy and outdated step_char() and correctly use <a href="https://man.openbsd.org/iswupper">iswupper(3)</a> rather than <a href="https://man.openbsd.org/isupper">isupper(3)</a>, further improving UTF-8 support.
   <li>Fixed the balancing of <a href="https://man.openbsd.org/octciu">octciu(4)</a> work queue interrupts.
   <!-- 2019/03/13 -->
   <li>Backported support for probing ARMv8 hardware acceleration capabilities on armv7 in preparation for adding support for the probing code for arm64.
   <li>Improved speed of C++ unwinding by implementing a red-black tree based cache in libunwind.
   <!-- 2019/03/12 -->
   <li>Made <a href="https://man.openbsd.org/rad">rad(8)</a> <a href="https://man.openbsd.org/imsg_init">imsg(3)</a> handling more paranoid.
   <li>Fixed resizing of <a href="https://man.openbsd.org/tmux">tmux(1)</a> control clients.
   <li>Cleaned up <a href="https://man.openbsd.org/less">less(1)</a> UTF-8 handling in backc() and do_append().
   <li>Modified <a href="https://man.openbsd.org/tmux">tmux(1)</a> to allow multiple modes to be open in a pane.
   <li>Changed <a href="https://man.openbsd.org/tset">tset(1)</a> and <a href="https://man.openbsd.org/ttys">ttys(5)</a> to use hardware tabs as the default since almost all terminals now support them.
   <li>Added a new driver for USB Audio Class v2.0 devices to <a href="https://man.openbsd.org/uaudio">uaudio(4)</a>. The new driver maps audio blocks to USB transfers allowing precise synchronization and better reliability. This replaces the current one for USB Audio Class v1.0 devices.
   <li>Added copy_output() and underrun() methods to <a href="https://man.openbsd.org/audio">audio(4)</a> to support drivers using bounce buffers (e.g. <a href="https://man.openbsd.org/uaudio">uaudio(4)</a>).
   <li>Fixed delayed completions for isochronous transfers using <a href="https://man.openbsd.org/uhci">uhci(4)</a>.
   <li>Add support for origin mode to <a href="https://man.openbsd.org/tmux">tmux(1)</a>.
   <!-- 2019/03/11 -->
   <li>Separated fields output by <a href="https://man.openbsd.org/pcidump">pcidump(8)</a> with commas since some fields are strings now.
   <li>Made <a href="https://man.openbsd.org/slaacd">slaacd(8)</a> <a href="https://man.openbsd.org/imsg_init">imsg(3)</a> more paranoid for everything but the control socket.
   <li>Made <a href="https://man.openbsd.org/vmd">vmd(8)</a> to wait for the controlling end of a pty to become writeable before waiting for read events. This fixed an issue where a recent kqueue pty change caused vmd to hammer the log.
 <!-- 2019/03/10 -->  <!-- 2019/03/10 -->
 <li>Deleted an unnecessary call to <a href="https://man.openbsd.org/setlocale">setlocale(3)</a> from <a href="https://man.openbsd.org/touch">touch(1)</a>.  <li>Added amdgpu to the list of possible driver firmware for <a href="https://man.openbsd.org/fw_update">fw_update(1)</a>.
   <li>Taught <a href="https://man.openbsd.org/pcidump">pcidump(8)</a> about pci class and subclass names.
   <li>Moved adjtimedelta from kern_time.c to kern_tc.c in preparation for upcoming MP-safety changes to the timecounting layer.
   <li>Deleted unnecessary calls to <a href="https://man.openbsd.org/setlocale">setlocale(3)</a> from <a href="https://man.openbsd.org/touch">touch(1)</a>, <a href="https://man.openbsd.org/uuencode">uuencode(1)</a>, <a href="https://man.openbsd.org/uudecode">uudecode(1)</a>, and <a href="https://man.openbsd.org/spell">spell(1)</a>. Also made usage() static and return from main() rather than <a href="https://man.openbsd.org/exit">exit(3)</a>.
 <li>Switched to the use of safe memory reclamation (SMR) in <a href="https://man.openbsd.org/octcrypto">octcrypto(4/octeon)</a> to reduce the need for atomic operations.  <li>Switched to the use of safe memory reclamation (SMR) in <a href="https://man.openbsd.org/octcrypto">octcrypto(4/octeon)</a> to reduce the need for atomic operations.
 <!-- 2019/03/09 -->  <!-- 2019/03/09 -->
 <li>Made it possible to build <a href="https://man.openbsd.org/xterm">xterm(1)</a> with OPT_TRACE.  <li>Made it possible to build <a href="https://man.openbsd.org/xterm">xterm(1)</a> with OPT_TRACE.
 <li>Removed a <a href="https://man.openbsd.org>free(3)</a> before <a href="https://man.openbsd.org/exit">exit(3)</a> in main(), in ongoing work to make things more readable.  
 <li>Changed <a href="https://man.openbsd.org/acme-client">acme-client(1)</a> to use temporary strings for calls to <a href="https://man.openbsd.org/basename">basename(3)</a> to make the code more portable, as basename can change the contents of its argument on other platforms.  <li>Changed <a href="https://man.openbsd.org/acme-client">acme-client(1)</a> to use temporary strings for calls to <a href="https://man.openbsd.org/basename">basename(3)</a> to make the code more portable, as basename can change the contents of its argument on other platforms.
 <li>Fixed 'announce inet none' for <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>. It had cleared more than just the AFI/SAFI pairs where the AFI is inet.  <li>Fixed 'announce inet none' for <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>. It had cleared more than just the AFI/SAFI pairs where the AFI is inet.
 <!-- 2019/03/08 -->  <!-- 2019/03/08 -->

Legend:
Removed from v.1.1423  
changed lines
  Added in v.1.1424