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

Diff for /www/plus.html between version 1.1471 and 1.1472

version 1.1471, 2020/04/14 11:56:15 version 1.1472, 2020/04/21 23:34:20
Line 90 
Line 90 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2020/04/19 -->
   <li>Added a -groups option to the <a href="https://man.openbsd.org/openssl">openssl(1)</a> s_server, allowing EC groups to be configured.
   <li>Added quirks for the <a href="https://man.openbsd.org/sdhc">sdhc(4)</a> controller on the Raspberry Pi, providing microSD card or WiFi support depending on the firmware configuration.
   <li>Added support for hardware with <a href="https://man.openbsd.org/sdhc">sdhc(4)</a> controllers on busses only supporting 32-bit access.
   <li>Added <a href="https://man.openbsd.org/bcmirng">bcmirng(4)</a>, a driver for the RNG200 random number generator found on the Raspberry Pi 4.
   <li>Fixed brightness keys on the x395 and other thinkpads with AMD graphics.
   <li>Added <a href="https://man.openbsd.org/bcmclock">bcmclock(4)</a>, a driver for the BCM283X CPRMAN clock controller.
   <li>Added <a href="https://man.openbsd.org/bcmmbox">bcmmbox(4)</a>, a driver for the VideoCore messagebox interface on BCM283X.
   <li>Added <a href="https://man.openbsd.org/bcmpcie">bcmpcie(4)</a>, a driver for the PCIe controller found on the Raspberry Pi 4.
   <!-- 2020/04/18 -->
   <li>Disabled MSI for the AMD Hudson2 <a href="https://man.openbsd.org/azalia">azalia(4)</a> HDA to fix random lock ups.
   <li>Disabled access for regular users to /dev/audio* and /dev/rmidi*, creating these devices owned by root:_sndiod.
   <li>Rewrote the <a href="https://man.openbsd.org/cron">cron(8)</a> flag-parsing code to be getopt-like, allowing tight formations like -ns and flag repetition. Renamed the "options" field in <a href="https://man.openbsd.org/crontab">crontab(5)</a> to "flags".
   <li>Fixed a panic when using <a href="https://man.openbsd.org/pppac">pppac(4)</a> without <a href="https://man.openbsd.org/pipex">pipex(4)</a>.
   <!-- 2020/04/17 -->
   <li>Fixed an incorrect test for root in drm linux compatibility code.
   <!-- 2020/04/16 -->
   <li>Allowed use of the IgnoreRhosts directive anywhere in an <a href="https://man.openbsd.org/sshd_config">sshd_config(5)</a> file, not just before Match blocks, and made it a tri-state option.
   <li>Added <a href="https://man.openbsd.org/man5/crontab.5">crontab(5)</a> -s flag to the command field, indicating that only a single instance of the job should run concurrently.
   <li>Allowed <a href="https://man.openbsd.org/cwm">cwm(1)</a> configuration of window size based on percentage of the master window during horizontal and vertical tiling actions.
   <li>Added the <a href="https://man.openbsd.org/sndioctl">sndioctl(1)</a> -n option to suppress variable names in output and the -q option to suppress output when setting variables, as in <a href="https://man.openbsd.org/mixerctl">mixerctl(1)</a>.
   <!-- 2020/04/15 -->
   <li>Added support for printing RFC 2332 NBMA Next Hop Resolution Protocol (NHRP) to <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a>.
   <li>Added support for the Armada 3720 CPU clock to <a href="https://man.openbsd.org/mvclock">mvclock(4)</a>.
   <li>Fixed a "route contains no arp information" bug where a kernel routing table entry was incorrectly deleted upon insertion of a new entry.
   <li>Switched powerpc to a machine-independent mplock implementation, allowing use of <a href="https://man.openbsd.org/witness">witness(4)</a>.
   <!-- 2020/04/14 -->
   <li>Added <a href="https://man.openbsd.org/cron">cron(8)</a> support for random values using the ~ operator.
   <li>Added <a href="https://man.openbsd.org/bse">bse(4)</a>, a driver for the Broadcom GENET v5 network interface found on the Raspberry Pi 4.
   <li>Added <a href="https://man.openbsd.org/brgphy">brgphy(4)</a> support for the Broadcom BCM54210E.
   <li>Made <a href="https://man.openbsd.org/slaacd">slaacd(8)</a> honor the rdomain in which it runs when configuring the default route.
   <!-- 2020/04/13 -->
   <li>Fixed <a href="https://man.openbsd.org/mvneta">mvneta(4)</a> on arm64.
   <li>Fixed a problem in <a href="https://man.openbsd.org/iwn">iwn(4)</a> where the link gets stuck since every CCMP encrypted frame is discarded by the AP as a replay.
   <li>Updated to <a href="https://man.openbsd.org/Xserver">Xserver(1)</a> 1.20.8.
 <!-- 2020/04/12 -->  <!-- 2020/04/12 -->
 <li>Stopped processing packets under non-exclusive netlock, preventing concurrency in the socket layer.  <li>Stopped processing packets under non-exclusive netlock, preventing concurrency in the socket layer.
 <li>Added <a href="https://man.openbsd.org/acpi">acpi(4)</a> support for the _CCA method, indicating whether DMA is cache-coherent.  <li>Added <a href="https://man.openbsd.org/acpi">acpi(4)</a> support for the _CCA method, indicating whether DMA is cache-coherent.

Legend:
Removed from v.1.1471  
changed lines
  Added in v.1.1472