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

Diff for /www/plus.html between version 1.1489 and 1.1490

version 1.1489, 2021/02/11 19:31:50 version 1.1490, 2021/03/10 19:12:45
Line 92 
Line 92 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2021/03/08 -->
   <li>Enabled <a href="https://man.openbsd.org/ixl.4">ixl(4)</a> on arm64.
   <li>Added support for <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> on the Raspberry Pi in ACPI mode.
   <li>Added support for rk809 to <a href="https://man.openbsd.org/rkpmic.4">rkpmic(4)</a>, as seen on the Rock Pi N10 with the rk3399pro.
   <!-- 2021/03/07 -->
   <li>Removed workaround permitting Go executables to do syscalls directly, forcing them to use shared libc like all other dynamic binaries.
   <!-- 2021/03/06 -->
   <li>Completed <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> implementation of RFC 8981 temporary address extensions.
   <!-- 2021/03/05 -->
   <!-- 2021/03/04 -->
   <li>Introduced an IOVA allocator to <a href="https://man.openbsd.org/smmu.4">smmu(4)</a>.
   <li>Added an initial attempt to support 8-bit ASIDs such as those on Apple's M1 SoC.
   <li>Updated clock interrupt count atomically on mips64.
   <!-- 2021/03/03 -->
   <li>Fixed a problem which prevented use of <a href="https://man.openbsd.org/sysupgrade.8">sysupgrade(8)</a> when an interface failed to come up and <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> didn't notice link-timeout expiration.
   <li>Released <a href="https://www.openssh.com/txt/release-8.5">OpenSSH 8.5</a>.
   <li>Added a configurable button mapping for tap gestures on touchpads to <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a>.
   <li>Fixed visibility of <a href="https://man.openbsd.org/sndioctl.1">sndioctl(1)</a> output when used through a pipe.
   <!-- 2021/03/02 -->
   <li>Separated reading of general and touchpad-specific <a href="https://man.openbsd.org/wsmouse.4">wsmouse(4)</a> settings and corrected identification of device type when reading touchpad parameters fails.
   <li>Added the ability to define single value variables in the <a href="https://man.openbsd.org/mg.1">mg(1)</a> startup file and use them with find-file.
   <li>Removed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> support for popups where the content is provided directly to tmux.
   <li>Introduced <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> <code>rde evaluate all</code> to work around path hiding in IXP route-server environments.
   <li>Allowed mixing of alternative devices (-F) with different capabilities in <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> by treating any device as full-duplex.
   <!-- 2021/03/01 -->
   <li>Updated <a href="https://man.openbsd.org/perl.1">perl(1)</a> to 5.32.1.
   <li>Added support for PCIe on the NanoPi R4S to <a href="https://man.openbsd.org/rkpcie.4">rkpcie(4)</a>.
   <!-- 2021/02/28 -->
   <li>Added <a href="https://man.openbsd.org/smmu.4">smmu(4)</a>, a driver for the ARM System MMU.
   <li>Added <a href="https://man.openbsd.org/acpiiort.4">acpiiort(4)</a>, a driver for the ACPI I/O Remapping Table.
   <!-- 2021/02/27 -->
   <li>Added <a href="https://man.openbsd.org/apldart.4">apldart(4)</a>, a driver for the IOMMU on Apple M1 SoCs.
   <li>Added <a href="https://man.openbsd.org/logger.1">logger(1)</a> support to <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>, <a href="https://man.openbsd.org/rc.subr.8">rc.subr(8)</a> and <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> for daemons logging to stdout/stderr.
   <!-- 2021/02/26 -->
   <li>Increased RX buffers available to the <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> chip to 256, allowing use of the Apple M1's wifi.
   <li>Introduced <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a>, a dhcp daemon to acquire IPv4 address leases from servers.
   <li>Added <a href="https://man.openbsd.org/aplpcie.4">aplpcie(4)</a>, a driver for the PCIe host bridge on Apple M1 SoCs.
   <!-- 2021/02/25 -->
   <li>Added support for version 7 of the <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> PCIe interface.
   <li>Prevented <a href="https://man.openbsd.org/nvme.4">nvme(4)</a> attachment to devices with size zero.
   <!-- 2021/02/24 -->
   <li>Added <a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a>, a daemon to rewrite <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a>.
   <!-- 2021/02/23 -->
   <li>Cleared interrupts on luna88k processors more efficiently at boot time.
   <li>Allowed specification of a path to the <a href="https://man.openbsd.org/mg.1">mg(1)</a> startup file on the command line.
   <li>Added support for adding and deleting mac addr entries on <a href="https://man.openbsd.org/nvgre.4">nvgre(4)</a>.
   <li>Added support for adding and deleting address table entries to <a href="https://man.openbsd.org/bpe.4">bpe(4)</a>, <a href="https://man.openbsd.org/veb.4">veb(4)</a> and etherbridge.
   <li>Added <a href="https://man.openbsd.org/aplintc.4">aplintc(4)</a>, a driver for the interrupt controller found on Apple M1 SoCs.
   <!-- 2021/02/22 -->
   <li>Introduced <a href="https://man.openbsd.org/veb.4">veb(4)</a>, a Virtual Ethernet Bridge driver.
   <li>Added <a href="https://man.openbsd.org/apldog.4">apldog(4)</a>, a driver for the watchdog on Apple M1 SoCs, allowing reboot of the machine.
   <li>When cutting off the head of an overlapping fragment during <a href="https://man.openbsd.org/pf.4">pf(4)</a> reassembly, reinserted the fragment into the lookup table with the correct index.
   <!-- 2021/02/21 -->
   <li>Added <a href="https://man.openbsd.org/cryptox.4">cryptox(4)</a>, a driver for armv8 cryptographic extensions.
   <li>Added <a href="https://man.openbsd.org/ping.8">ping(8)</a> -g option to provide a visual display of packets received and lost.
   <!-- 2021/02/20 -->
   <li>Made the libunwind cache thread-safe.
   <li>Fixed disestablishing of PCI interrupt handlers on octeon.
   <li>Added etherbridge, the internals of a reusable learning bridge interface providing common code reusable for other drivers needing a mac learning bridge.
   <!-- 2021/02/19 -->
   <li>Added a MONITOR flag to ifaces to indicate they are used only for watching packets which will not be enter the network stack for processing.
   <li>Appended .html suffixes to temporary files in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> to allow recognition by browsers.
   <!-- 2021/02/18 -->
   <!-- 2021/02/17 -->
   <!-- 2021/02/16 -->
   <li>Added <a href="https://man.openbsd.org/exuart.4">exuart(4)</a> support for hte UART found on the Apple M1 SoC.
   <li>Enabled multiple opens of a <a href="https://man.openbsd.org/video.4">video(4)</a> device as described in the V4L2 specification.
   <li>Added <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> "show rtr" to display basic information about RTR sessions.
   <li>Added RTR support to <a href="https://man.openbsd.org/bgpd.8">OpenBGPD</a>.
   <!-- 2021/02/15 -->
   <li>Added PermitRemoteOpen to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> for remote dynamic forwarding with SOCKS.
   <li>Added support for X11 color names and other variations for OSC 10/11 and added OSC 110 and 111 to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
   <!-- 2021/02/14 -->
   <li>Restored <a href="https://man.openbsd.org/rdsetroot.8">rdsetroot(8)</a> -x usage on stripped bsd.rd.
   <li>Updated to <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> 366.
   <!-- 2021/02/13 -->
   <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> dynamic address configuration for roadwarrior clients, with a new "iface" config option which can be used to specify an interface for the virtual addresses received from the peer.
   <!-- 2021/02/12 -->
   <li>Synced cert.pem with Mozilla NSS root CAs (except "GeoTrust Global CA").
   <li>Created /dev/ drm nodes with the same names as linux to simplify libdrm and negate the need for certain ports patches.
   <!-- 2021/02/11 -->
   <!-- 2021/02/10 -->
   <li>Prevented the kernel from being stuck in an endless recursion during TCP path MTU discovery when <a href="https://man.openbsd.org/pf.4">pf(4)</a> changes the routing table when sending packets.
   <li>Moved UNIX domain sockets out of the kernel lock, using the new "unp_lock" <a href="https://man.openbsd.org/rwlock.9">rwlock(9)</a> as solock()'s backend to protect the whole layer.
   <!-- 2021/02/09 -->
   <li>Enabled build and install of <a href="https://man.openbsd.org/lldb.1">lldb(1)</a>.
   <li>Added an optional "group none" transform for child SAs in <a href="https://man.openbsd.org/iked.8">iked(8)</a> to ensure the ability to negotiate optional PFS.
   <!-- 2021/02/08 -->
   <li>Added a barrier between reading the cqe flags and the command ID to prevent completion of the wrong scsi io for <a href="https://man.openbsd.org/nvme.4">nvme(4)</a> drives.
   <li>Removed the maxburst feature from tcp_output.
   <li>Corrected raidlevel verification specified by the -c option in <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>.
   <li>Added a RAID1C (raid1 + crypto) <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> discipline, encrypting data like the CRYPTO discipline and accepting multiple chunks during creation and assembly like the RAID1 discipline.
   <!-- 2021/02/07 -->
 <!-- 2021/02/06 -->  <!-- 2021/02/06 -->
 <li>Moved to 6.9-beta.  <li>Moved to 6.9-beta.
 <!-- 2021/02/05 -->  <!-- 2021/02/05 -->
Line 130 
Line 223 
 <!-- 2021/01/25 -->  <!-- 2021/01/25 -->
 <li>Renamed the HostbasedKeyTypes keyword in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> and the HostbasedAcceptedKeyTypes keyword in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> to HostbasedAcceptedAlgorithms.  <li>Renamed the HostbasedKeyTypes keyword in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> and the HostbasedAcceptedKeyTypes keyword in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> to HostbasedAcceptedAlgorithms.
 <li>Disabled logging to <a href="https://man.openbsd.org/syslog.3">syslog(3)</a> for libunbound with <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>. Does not prevent logging to stderr with "unwind -d".  <li>Disabled logging to <a href="https://man.openbsd.org/syslog.3">syslog(3)</a> for libunbound with <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>. Does not prevent logging to stderr with "unwind -d".
 <li>Fixed a data toggle out of sync problem for <a href="https://man.openbsd.org/ugen.4">ugen(4)</a> and <a href="https://man.openbsd.org/uhidev.4">uhidev(4)</a> devices on <a href="https://man.openbsd.org/xhci.4">xhci(4)</a> controllers.  <li>Fixed a data toggle out of sync problem for <a href="https://man.openbsd.org/ugen.4">ugen(4)</a> and <a href="https://man.openbsd.org/uhidev.4">uhidev(4)</a> devices on <a href="https://man.openbsd.org/xhci.4">xhci(4)</a> controllers. (Reverted 2021-02-15).
 <li>Raised the <a href="https://man.openbsd.org/mcx.4">mcx(4)</a> max number of queues/interrupts from 1 to 16.  <li>Raised the <a href="https://man.openbsd.org/mcx.4">mcx(4)</a> max number of queues/interrupts from 1 to 16.
 <li>Introduced the <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> per neighbor and global config option "reject as-set yes/no" to allow rejection of received UPDATES with AS_SET segments. These rejected prefixes can be viewed with <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> "show rib in error".  <li>Introduced the <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> per neighbor and global config option "reject as-set yes/no" to allow rejection of received UPDATES with AS_SET segments. These rejected prefixes can be viewed with <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> "show rib in error".
 <li>Fixed <a href="https://man.openbsd.org/wg.4">wg(4)</a> ioctl to handle multiple wgpeers.  <li>Fixed <a href="https://man.openbsd.org/wg.4">wg(4)</a> ioctl to handle multiple wgpeers.

Legend:
Removed from v.1.1489  
changed lines
  Added in v.1.1490