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

Diff for /www/plus.html between version 1.1507 and 1.1508

version 1.1507, 2022/09/13 16:33:38 version 1.1508, 2022/09/14 14:13:46
Line 140 
Line 140 
 <!-- 2022/07/20 -->  <!-- 2022/07/20 -->
 <!-- 2022/07/19 -->  <!-- 2022/07/19 -->
 <!-- 2022/07/18 -->  <!-- 2022/07/18 -->
   <li>Restrict pledge("vminfo") callers to read-only <a href="https://man.openbsd.org/swapctl.2">swapctl(2)</a> operations.
 <!-- 2022/07/17 -->  <!-- 2022/07/17 -->
   <li>Set default sleep value of <a href="https://man.openbsd.org/ico.1">ico(1)</a> to 10ms.
   <li>Updated xcb-protos to version 1.15.2.
 <!-- 2022/07/16 -->  <!-- 2022/07/16 -->
   <li>Added handling for framebuffers where the first pixel isn't page-aligned to <a href="https://man.openbsd.org/wsfb.4">wsfb(4)</a>.
 <!-- 2022/07/15 -->  <!-- 2022/07/15 -->
   <li>Added support for using the power button to wake up from suspend to <a href="https://man.openbsd.org/axppmic.4">axppmic(4)</a>.
   <li>Implemented support for framebuffers that don't start on a page boundary (like those on the new 14" and 16" Macbook Pro).
   <li>Added the <a href="https://man.openbsd.org/yp_connect.2">yp_connect(2)</a> system call.
   <li>Changed <a href="https://man.openbsd.org/ypbind.8">ypbind(8)</a> to immediately reach out to learn the TCP port number for a remote <a href="https://man.openbsd.org/ypserv.8">ypserv(8)</a> once we've learned the UDP port number and append the answer to the binding file.
   <li>Updated <a href="https://man.openbsd.org/xrefresh.1">xrefresh(1)</a> to version 1.0.7.
   <li>Updated <a href="https://man.openbsd.org/xmessage.1">xmessage(1)</a> to version 1.0.6.
   <li>Updated <a href="https://man.openbsd.org/xmag.1">xmag(1)</a> to version 1.0.7.
   <li>Updated <a href="https://man.openbsd.org/xkbutils.1">xkbutils(1)</a> to version 1.0.5.
   <li>Updated <a href="https://man.openbsd.org/xev.1">xev(1)</a> to version 1.2.5.
   <li>Updated <a href="https://man.openbsd.org/xwud.1">xwud(1)</a> to version 1.0.6.
   <li>Updated <a href="https://man.openbsd.org/xpr.1">xpr(1)</a> to version 1.1.0.
   <li>Updated <a href="https://man.openbsd.org/xmodmap.1">xmodmap(1)</a> to version 1.0.11.
   <li>Updated <a href="https://man.openbsd.org/xfontsel.1">xfontsel(1)</a> to version 1.1.0.
   <li>Updated <a href="https://man.openbsd.org/xconsole.1">xconsole(1)</a> to version 1.0.8.
   <li>Updated <a href="https://man.openbsd.org/xclipboard.1">xclipboard(1)</a> to version 1.1.4.
 <!-- 2022/07/14 -->  <!-- 2022/07/14 -->
   <li>Fixed an interrupt storm upon suspend on Amlogic arm64 boards.
   <li>Added <a href="https://man.openbsd.org/sxirintc.4">sxirintc(4)</a>, a driver for the "wake up" interrupt controller found on various Allwinner SoCs.
   <li>Added the <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> ciphers -s option to show only the ciphers supported by the specified SSL method.
 <!-- 2022/07/13 -->  <!-- 2022/07/13 -->
   <li>Implemented the fundamentals for suspend/resume on arm64.
 <!-- 2022/07/12 -->  <!-- 2022/07/12 -->
   <li>Implemented the Baillie-PSW primality test in <a href="https://man.openbsd.org/crypto.3">crypto(3)</a>.
   <li>Added an implementation of the integer square root using a variant of Newton's method with adaptive precision to <a href="https://man.openbsd.org/crypto.3">crypto(3)</a>.
   <li>Stopped building <a href="https://man.openbsd.org/lldb.1">lldb(1)</a> support libraries on arches where lldb is not installed.
   <li>Added a method (ESC D) to enter <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> on serial drivers that do not have a true BREAK mechanism.
   <li>Bumped <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> version to 7.9.
 <!-- 2022/07/11 -->  <!-- 2022/07/11 -->
   <li>Made the EFI bootloader provide the extra parameters necessary to use non-standard UARTs as console.
   <li>Switched bootloaders to the extended BOOTARG_CONSDEV struct.
   <li>Added send side RFC 7911 (ADD-PATH) support to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
   <li>Added <a href="https://man.openbsd.org/llvm-profdata.1">llvm-profdata(1)</a> to base so that ports can benefit from profiled builds.
 <!-- 2022/07/10 -->  <!-- 2022/07/10 -->
   <li>Added anti-feline input protection to <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> by refusing to process input of excessive length.
 <!-- 2022/07/09 -->  <!-- 2022/07/09 -->
 <!-- 2022/07/08 -->  <!-- 2022/07/08 -->
   <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> support for sending certificate chains with intermediate CAs in multiple CERT payloads.
 <!-- 2022/07/07 -->  <!-- 2022/07/07 -->
 <!-- 2022/07/06 -->  <!-- 2022/07/06 -->
   <li>Fixed a bug in <a href="https://man.openbsd.org/cron.8">cron(8)</a> where it could exit silently if <a href="https://man.openbsd.org/ppoll.2">ppoll(2)</a> exited. Now it will log to <a href="https://man.openbsd.org/syslog.3">syslog(3)</a> instead of stderr.
   <li>Retired NexGen CPU identification code.
   <li>Added support for hyperlinks with capture-pane -e and a mouse_hyperlink format to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
 <!-- 2022/07/05 -->  <!-- 2022/07/05 -->
   <li>Updated capitals and countries in <a href="https://man.openbsd.org/quiz.6">quiz(6)</a>.
   <li>Got rid of <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> archaic table markup for header and footer lines in favor of flexbox CSS. Rendering now adapts to browser windows of arbitrary narrowness.
 <!-- 2022/07/04 -->  <!-- 2022/07/04 -->
   <li>Added <a href="https://man.openbsd.org/xhci.4">xhci(4)</a> support for the dual role controllers integrated on the Qualcomm Snapdragon 8cx gen 3 SoC.
   <li>Improved accessibility of <a href="https://man.openbsd.org/man.cgi.8">man.cgi(8)</a>.
   <li>Bumped to LibreSSL 3.6.0.
   <li>Made <a href="https://man.openbsd.org/iked.8">iked(8)</a> ignore any CERT payload after the first rather than failing the exchange when more than one CERT payload is received.
   <li>Updated to xorgproto version 2022.1.
   <li>Updated to <a href="https://man.openbsd.org/Xft.3">Xft(3)</a> version 2.3.4.
   <li>Updated to <a href="https://man.openbsd.org/Xcursor.3">Xcursor(3)</a> version 1.2.1.
 <!-- 2022/07/03 -->  <!-- 2022/07/03 -->
   <li>Made <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> create virtual interfaces up front if specified on the command line.
 <!-- 2022/07/02 -->  <!-- 2022/07/02 -->
   <li>Implemented <a href="https://man.openbsd.org/dig.1">dig(1)</a> support for SVCB and HTTPS record types.
   <li>Made <a href="https://man.openbsd.org/timeout.1">timeout(1)</a> -s accept HUP like <a href="https://man.openbsd.org/kill.1">kill(1)</a> and GNU timeout(1) do.
   <li>Changed <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> to defer to <a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> by doing execve ifconfig and providing syslog warnings about deprecated options.
 <!-- 2022/07/01 -->  <!-- 2022/07/01 -->
   <li>Made <a href="https://man.openbsd.org/unix.4">unix(4)</a> domain sockets locking per-socket rather than coarse locking of the entire domain sockets layer.
 <!-- 2022/06/30 -->  <!-- 2022/06/30 -->
   <li>Fixed a <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> crash during USB detach.
   <li>Added reference counting of vms and vcpus to <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>.
   <li>Introduced a blocklist backend and keyword to <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> which deprecates filter-pf-addresses.
   <li>Added <a href="https://man.openbsd.org/ssl.3">ssl(3)</a> checks to ensure we do not initiate or negotiate handshakes with versions below the minimum required by the security level.
   <li>Updated to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 4.6.0.
   <li>Added <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> support for OSC 8 hyperlinks.
 <!-- 2022/06/29 -->  <!-- 2022/06/29 -->
   <li>Fixed an off by one error in a <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> vm memory range check.
   <li>Added -m option to <a href="https://man.openbsd.org/ts.1">ts(1)</a>.
   <li>Unlocked the <a href="https://man.openbsd.org/pledge.2">pledge(2)</a> system call.
   <li>Added <a href="https://man.openbsd.org/ts.1">ts(1)</a>, a timestamp utility.
   <li>Added support for using non-standard UARTs (such as the Synopsys DesignWare UART) as an early console.
 <!-- 2022/06/28 -->  <!-- 2022/06/28 -->
   <li>Added support for the Synopsys DesignWare UART found on the Ryzen Embedded V1000 SoCs to <a href="https://man.openbsd.org/com.4">com(4)</a>.
   <li>Ensured that uvm_swap_get() will always sleep rather than returning an error. Previously an error could be returned to the fault handler which would result in processes dying when a system was under a lot of memory pressure.
   <li>Made the page daemon consider pmemrange regions when trying to free pages from the inactive list. Previously the page daemon could use a lot of CPU without freeing a page because the global limits were satisfied.
   <li>Ensured progress in the swapper by pre-allocating pages in a DMA-reachable region.
   <li>Ensure uvm_swap_io() can succeed, even in out of memory situations, by reserving a second segment for the page daemon.
   <li>Added <a href="https://man.openbsd.org/bgplgd.8">bgplgd(8)</a>, a fastcgi daemon that provides a REST JSON API to <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>.
   <li>Fixed <a href="https://man.openbsd.org/pf.4">pf(4)</a> syncookies during fast tcp port reuse.
   <li>Altered installer behavior so the <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> question won't be asked unless another network interface exists.
   <li>Started allowing arguments to the <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> -D option. (e.g. sftp -D "/usr/libexec/sftp-server -el debug3")
 <!-- 2022/06/27 -->  <!-- 2022/06/27 -->
   <li>Reworked the rttimer code to fix icmp_pmtu_timeout crashes.
   <li>Introduced Large Receive Offloading of TCP segment offloading for <a href="https://man.openbsd.org/ix.4">ix(4)</a>. Also added a tso option to <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> to enable and disable this feature.
   <li>Unlocked <a href="https://man.openbsd.org/kbind.2">kbind(2)</a>.
 <li>Fixed a lock order reversal in nfs_inactive().  <li>Fixed a lock order reversal in nfs_inactive().
 <li>Added support for RFC 9234 (Route Leak Prevention and Detection Using Roles) to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.  <li>Added support for RFC 9234 (Route Leak Prevention and Detection Using Roles) to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
 <li>Allowed the <a href="https://man.openbsd.org/pluart.4">pluart(4)</a> baud rate to be changed.  <li>Allowed the <a href="https://man.openbsd.org/pluart.4">pluart(4)</a> baud rate to be changed.

Legend:
Removed from v.1.1507  
changed lines
  Added in v.1.1508