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

Diff for /www/plus.html between version 1.1465 and 1.1466

version 1.1465, 2020/01/01 08:41:37 version 1.1466, 2020/02/17 00:53:34
Line 90 
Line 90 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2020/01/16 -->
   <li>Added a -p command line option to <a href="https://man.openbsd.org/iked">iked(8)</a> allowing configuration of the UDP encapsulation port.
   <li>Implemented "start -c" in <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> to automatically connect to the console.
   <!-- 2020/01/15 -->
   <li>Allowed <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> to recursively flush rules and tables.
   <!-- 2020/01/14 -->
   <li>Removed IPsec flow blocking unencrypted IPv6 traffic in <a href="https://man.openbsd.org/iked">iked(8)</a>.
   <li>Fixed <a href="https://man.openbsd.org/acpivout">acpivout(4)</a> screen brightness adjustment through function keys, better supporting machines using exponential brightness scaling.
   <li>Updated to libXt 1.2.0, xauth 1.1, xhost 1.0.8, viewres 1.0.6, fonttosfnt 1.1.0 and libXmu 1.1.3.
   <li>Added <a href="https://man.openbsd.org/amlsm">amlsm(4)</a>, a driver for the "secure monitor" firmware interface.
   <li>Added <a href="https://man.openbsd.org/amltemp">amltemp(4)</a>, a driver for the temperature sensors on various Amlogic SoCs.
   <!-- 2020/01/13 -->
   <li>Fixed Etron EJ168 USB 3.0 Host Controllers via USB 2 devices.
   <li>Unlocked <a href="https://man.openbsd.org/kqueue">kqueue(2)</a>.
   <li>Added the capability for armv7 boot from another block device than the one from which efiboot was loaded.
   <!-- 2020/01/12 -->
   <li>Added thermal sensor clocks to <a href="https://man.openbsd.org/amlclock">amlclock(4)</a>.
   <li>Removed the <a href="https://man.openbsd.org/tmux">tmux(1)</a> terminal type in favor of flags DECSLRM and DECFRA.
   <li>Added a human-readable mode (-h) to <a href="https://man.openbsd.org/systat">systat(1)</a>.
   <!-- 2020/01/11 -->
   <li>Introduced <a href="https://man.openbsd.org/tsleep_nsec">*sleep_nsec(9)</a> to allow sleeping for a specified minimum duration, allowing use at the syscall layer and elsewhere within the kernel where this minimum duration is required.
   <li>Added support for the SIERRA MC7700 to <a href="https://man.openbsd.org/umsm">umsm(4)</a>.
   <!-- 2020/01/10 -->
   <li>Removed the sli(4) driver.
   <li>Fixed channel duplication (-j option) in <a href="https://man.openbsd.org/sndiod">sndiod(8)</a>.
   <li>Prevented a kernel panic with "dangling vnode" during forced unmount.
   <!-- 2020/01/09 -->
   <li>Removed the dpt(4) driver for DPT EATA SCSI RAID.
   <!-- 2020/01/08 -->
   <li>Added an ADATA SX82000 Pro <a href="https://man.openbsd.org/pci">pci(4)</a> id.
   <!-- 2020/01/07 -->
   <li>Added -Z to the default <a href="https://man.openbsd.org/tmux">tmux(1)</a> switch-client command in tree mode.
   <li>Allowed use of the <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> session username in built-in filters when available.
   <li>Corrected verification of TLS certificates in <a href="https://man.openbsd.org/nc">nc(1)</a>.
   <!-- 2020/01/06 -->
   <li>Implemented scrolling in <a href="https://man.openbsd.org/top">top(1)</a> using the 9 and 0 keys.
   <li>Allowed <a href="https://man.openbsd.org/ipmi">ipmi(4)</a> to attach using mmio.
   <!-- 2020/01/05 -->
   <!-- 2020/01/04 -->
   <li>Updated to xorgproto 2019.2, libX11 1.6.9, libXi 1.7.10, libXvMC 1.0.12, libxkbfile 1.1.0 and libXpm 3.5.13.
   <li>Allowed freeing of anons as a list of pages rather than one at a time, allowing for more efficient memory freeing.
   <li>Introduced a -n option to <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> to validate the configuration file and exit.
   <li>Prevented a use-after-free causing crashes with <a href="https://man.openbsd.org/uhidev">uhidev(4)</a> devices.
   <!-- 2020/01/03 -->
   <li>Fixed RAID volume WWIDs for <a href="https://man.openbsd.org/mpii">mpii(4)</a> LSI controllers on sparc64, allowing <a href="https://man.openbsd.org/autoconf">autoconf(9)</a> to identify the volume as the root device and boot off hardware RAID.
   <!-- 2020/01/02 -->
   <li>Added <a href="https://man.openbsd.org/timeout_set_flags">timeout_set_flags(9)</a> and TIMEOUT_INITIALIZER_FLAGS(9), allowing the caller to initialize timeouts with arbitrary flags.
   <li>Added the ability to download FIDO2 resident keys from a token via the <a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a> -K option and save public/private keys into the current directory.
   <li>Unlocked <a href="https://man.openbsd.org/pipe">pipe(2)</a> and <a href="https://man.openbsd.org/pipe2">pipe2(2)</a>.
   <li>Introduced option filter-pf-addresses to <a href="https://man.openbsd.org/snmpd.conf">snmpd.conf(5)</a>, allowing the OPENBSD-PF-MIB::pfTblAddrTable tree to be filtered out when many prefixes are stored in pf tables, reducing CPU usage during bulk walks.
   <!-- 2020/01/01 -->
   <!-- 2019/12/31 -->
   <li>Introduced efficient page freeing in reverse order from uvm, greatly improving cases of massive page freeing.
   <!-- 2019/12/30 -->
   <li>Prevented read-only <a href="https://man.openbsd.org/tmux">tmux(1)</a> clients from limiting the size.
   <li>Stopped performing a top-level <a href="https://man.openbsd.org/sort">sort(1)</a> when -c is used with a -k field.
   <li>Added <a href="https://man.openbsd.org/ne">ne(4)</a> support on <a href="https://man.openbsd.org/cbus">cbus(4)</a>.
   <li>Implemented support for generating FIDO2 resident keys. "ssh-add -O" will load resident keys from a FIDO2 token and add them to an ssh-agent. Removed the -x option currently used for the FIDO/U2F-specific key flags, now under -O.
   <li>Removed single letter flags for moduli generation in <a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a> and moved all moduli generation options to under the -O flag. Breaks existing ssh-keygen commandline syntax for moduli-related operations.
   <li>Updated perl to 5.30.1.
   <!-- 2019/12/29 -->
   <li>Stopped switching to new APs found during background scans with RSSI levels which will also trigger background scans, helping to prevent repeated switching in areas where APs are tuned for low transmit range.
   <li>Increased the net80211 node cache size.
   <li>Updated to <a href="https://man.openbsd.org/xterm">xterm(1)</a> 351.
   <li>Populated logical disk port WWNs with their RAID volume's WWID in <a href="https://man.openbsd.org/mpii">mpii(4)</a>.
   <!-- 2019/12/28 -->
   <li>Ran <a href="https://man.openbsd.org/cu">cu(1)</a> in restricted mode using -r in <a href="https://man.openbsd.org/vmctl">vmctl(8)</a> and <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a>.
   <!-- 2019/12/27 -->
   <li>Attached Symbios Logic Flash Accelerator eMLC cards.
   <li>Added support for regex searches in <a href="https://man.openbsd.org/tmux">tmux(1)</a> copy mode.
   <!-- 2019/12/26 -->
   <li>Stopped generating "cpu" nodes for disabled CPUs in ACPI mode for efiboot, fixing booting on ACPI machines where the MADT table lists CPUs which are disabled.
   <li>Added point-to-point <a href="https://man.openbsd.org/ospf6d">ospf6d(8)</a> support for broadcast interfaces.
   <!-- 2019/12/25 -->
   <!-- 2019/12/24 -->
   <li>Introduced TIMEOUT_SCHEDULED flag and tos_scheduled statistic to <a href="https://man.openbsd.org/timeout.9">timeout(9)</a>.
   <li>Updated to <a href="https://man.openbsd.org/makedepend">makedepend(1)</a> 1.0.6.
   <li>Updated to <a href="https://man.openbsd.org/xrdb">xrdb(1)</a> 1.2.0.
   <!-- 2019/12/23 -->
   <li>Ensured rdr-to with loopback destination will work even when IP forwarding is disabled.
   <li>Added <a href="https://man.openbsd.org/amdgpio">amdgpio(4)</a>, a driver for the GPIO controller found on newer AMD SoC/chipsets.
   <!-- 2019/12/22 -->
   <!-- 2019/12/21 -->
   <li>Added arm64 for support for lldb.
   <!-- 2019/12/20 -->
   <li>Prevented <a href="https://man.openbsd.org/ftp">ftp(1)</a> from following remote redirects to local files.
   <li>Allowed forwarding of a different agent socket to a specified path in <a href="https://man.openbsd.org/ssh">ssh(1)</a>.
   <li>Reduced stalling with lossy wifi by improving net80211 handling of the Rx block ack sequence number window and queue.
   <li>Disabled TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL on amd64 and i386. Currently, TSX is disabled unconditionally when possible even if TAA_NO is set.
   <!-- 2019/12/19 -->
   <li>Fixed <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> -j option, which had not been producing any output.
   <li>Validated authentication lengths in <a href="https://man.openbsd.org/ripd">ripd(8)</a> before use to prevent crashes.
   <!-- 2019/12/18 -->
   <li>Updated to <a href="https://man.openbsd.org/unbound">unbound(8)</a> 1.9.6.
   <li>Updated to <a href="https://man.openbsd.org/nsd">nsd(8)</a> 4.2.4.
   <li>Reenabled firmware-based Tx retries at lower rates for <a href="https://man.openbsd.org/iwm">iwm(4)</a>, reducing packet loss.
   <li>Implemented <a href="https://man.openbsd.org/unwindctl">unwindctl(8)</a> status memory to show cache memory usage.
   <li>Avoided false positives in <a href="https://man.openbsd.org/witness">witness(4)</a> when detecting lock order reversals by using separate rwlock initializations for userland and kernel maps.
   <!-- 2019/12/17 -->
   <li>Fixed arm64 speculative execution of instructions after ERET, which had led to spectre-like effects on some processors.
   <li>Rejected leases in <a href="https://man.openbsd.org/dhclient">dhclient(8)</a> not providing a subnet mask for the address being provided.
   <li>Added <a href="https://man.openbsd.org/fido">fido(4)</a>, an HID driver for FIDO/U2F security keys.
   <li>Added parsing of DDR4 and LPDDDR3/4 SPD memories to <a href="https://man.openbsd.org/spdmem">spdmem(4)</a>.
 <!-- 2019/12/16 -->  <!-- 2019/12/16 -->
 <li>Updated bind to 9.10.8-P1, the last ISC-licensed release.  <li>Updated bind to 9.10.8-P1, the last ISC-licensed release.
 <li>Added support to <a href="https://man.openbsd.org/lm">lm(4)</a> for NCT6775F, NCT5104D, NCT6779D and NCT679[1235]D sensors.  <li>Added support to <a href="https://man.openbsd.org/lm">lm(4)</a> for NCT6775F, NCT5104D, NCT6779D and NCT679[1235]D sensors.
Line 98 
Line 201 
 <li>Extended the expected SPD types to include DDR4 and low-power DDR3/DDR4.  <li>Extended the expected SPD types to include DDR4 and low-power DDR3/DDR4.
 <li>Added <a href="https://man.openbsd.org/pledge">pledge(2)</a> inet to <a href="https://man.openbsd.org/dig">dig(1)</a>.  <li>Added <a href="https://man.openbsd.org/pledge">pledge(2)</a> inet to <a href="https://man.openbsd.org/dig">dig(1)</a>.
 <li>Updated bind to 9.10.5-P3. This tree is only used to build <a href="https://man.openbsd.org/host">host(1)</a>, <a href="https://man.openbsd.org/dig">dig(1)</a> and <a href="https://man.openbsd.org/nslookup">nslookup(1)</a>.  <li>Updated bind to 9.10.5-P3. This tree is only used to build <a href="https://man.openbsd.org/host">host(1)</a>, <a href="https://man.openbsd.org/dig">dig(1)</a> and <a href="https://man.openbsd.org/nslookup">nslookup(1)</a>.
 <li>Made <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> work with the existing cache and not exit if <a href="https://man.openbsd.org/rsync">rsync(1)</a> exits non-zero.  <li>Made <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> work with the existing cache and not exit if rsync(1) exits non-zero.
 <!-- 2019/12/15 -->  <!-- 2019/12/15 -->
 <li>Allowed <a href="https://man.openbsd.org/ssh">ssh(1)</a> security keys to act as host keys as well as user keys.  <li>Allowed <a href="https://man.openbsd.org/ssh">ssh(1)</a> security keys to act as host keys as well as user keys.
 <!-- 2019/12/14 -->  <!-- 2019/12/14 -->
Line 194 
Line 297 
 <li>Fixed <a href="https://man.openbsd.org/scsi">scsi(8)</a> softraid crypto volumes on 4K-sector disks.  <li>Fixed <a href="https://man.openbsd.org/scsi">scsi(8)</a> softraid crypto volumes on 4K-sector disks.
 <li>Faked disk info to match expected boot disk when EFI bootloader has been received via TFTP, fixing a hang during HP Elitebook UEFI boot.  <li>Faked disk info to match expected boot disk when EFI bootloader has been received via TFTP, fixing a hang during HP Elitebook UEFI boot.
 <li>Fixed kernel crash in pf_ioctl with WITH_PF_LOCK and NET_TASKQ > 1.  <li>Fixed kernel crash in pf_ioctl with WITH_PF_LOCK and NET_TASKQ > 1.
 <li>Switched to tickless backend in <a href="https://man.openbsd.org/timeout">timeout(9)</a>, adding new interface <a href="https://man.openbsd.org/timeout_at_ts">timeout_at_ts(9)</a> to avoid backwardly compatible behavior.  <li>Switched to tickless backend in <a href="https://man.openbsd.org/timeout.9">timeout(9)</a>, adding new interface <a href="https://man.openbsd.org/timeout_at_ts">timeout_at_ts(9)</a> to avoid backwardly compatible behavior.
 <li>Allowed use of 'auth' as an origin in <a href="https://man.openbsd.org/smtpd.conf">smtpd.conf(5)</a>.  <li>Allowed use of 'auth' as an origin in <a href="https://man.openbsd.org/smtpd.conf">smtpd.conf(5)</a>.
 <li>Added support for MSI-X for <a href="https://man.openbsd.org/iwm">iwm(4)</a> devices.  <li>Added support for MSI-X for <a href="https://man.openbsd.org/iwm">iwm(4)</a> devices.
 <!-- 2019/11/25 -->  <!-- 2019/11/25 -->

Legend:
Removed from v.1.1465  
changed lines
  Added in v.1.1466