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

Diff for /www/72.html between version 1.32 and 1.33

version 1.32, 2022/10/01 22:25:49 version 1.33, 2022/10/01 22:35:55
Line 147 
Line 147 
   
   <li>Added support for using non-standard UARTs (such as the Synopsys    <li>Added support for using non-standard UARTs (such as the Synopsys
         DesignWare UART) as an early console.          DesignWare UART) as an early console.
   <li>Made the EFI bootloader provide the extra parameters necessary to  
         use non-standard UARTs on the AMD Ryzen Embedded V1000 SoCs as console.  
   <li>Switched bootloaders to the extended BOOTARG_CONSDEV struct.  
   
   <li>Remove NexGen CPU identification code as the kernel cannot run on these CPUs anyway.    <li>Remove NexGen CPU identification code as the kernel cannot run on these CPUs anyway.
   <li>Remove Rise CPU identification code.    <li>Remove Rise CPU identification code.
Line 471 
Line 468 
         <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.          <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
   <li>Added forest (-f) mode to <a    <li>Added forest (-f) mode to <a
         href="https://man.openbsd.org/ps.1">ps(1)</a>.          href="https://man.openbsd.org/ps.1">ps(1)</a>.
     <li>Sped up <a href="https://man.openbsd.org/wc.1">wc(1)</a> word counting.
   
   </ul>    </ul>
   
Line 529 
Line 527 
         attach on 2F-based loongson systems.          attach on 2F-based loongson systems.
   <li>Added power button support to <a    <li>Added power button support to <a
         href="https://man.openbsd.org/aplsmc.4">aplsmc(4)</a>.          href="https://man.openbsd.org/aplsmc.4">aplsmc(4)</a>.
     <li>Changed the <a href="https://man.openbsd.org/mfii.4">mfii(4)</a>
           RAID controller driver to allow the firmware more time to transition
           out of the UNDEFINED state.
     <li>Added Wacom One S (CTL-472) support to <a
           href="https://man.openbsd.org/uwacom.4">uwacom(4)</a>.
   
   </ul>    </ul>
   
Line 595 
Line 598 
         asked unless another network interface exists.          asked unless another network interface exists.
   <li>Added support for wildcards in <a    <li>Added support for wildcards in <a
         href="https://man.openbsd.org/fw_update.8">fw_update(8)</a> patterns.          href="https://man.openbsd.org/fw_update.8">fw_update(8)</a> patterns.
   
   <!-- XXX no idea where to put bootblock stuff -->
   <li>Added NFS client support to the luna88k RAMDISK kernel.    <li>Added NFS client support to the luna88k RAMDISK kernel.
     <li>Made the EFI bootloader provide the extra parameters necessary to
           use non-standard UARTs on the AMD Ryzen Embedded V1000 SoCs as console.
     <li>Switched bootloaders to the extended BOOTARG_CONSDEV struct.
     <li>Added UFS2 support to landisk boot blocks.
   
   
   </ul>    </ul>
   
 <li>Security improvements:  <li>Security improvements:
Line 678 
Line 688 
         href="https://man.openbsd.org/pflow.4">pflow(4)</a>.          href="https://man.openbsd.org/pflow.4">pflow(4)</a>.
   <li>Added a missing input validation step to <a    <li>Added a missing input validation step to <a
         href="https://man.openbsd.org/pipex.4">pipex(4)</a> mppe keylenbits.          href="https://man.openbsd.org/pipex.4">pipex(4)</a> mppe keylenbits.
     <li>Added the <a
           href="https://man.openbsd.org/recvmmsg.2">recvmmsg(2)</a> system call
           that allows receiving multiple msghdrs at once.
   
   </ul>    </ul>
   
 <li>Routing daemons and other userland network improvements:  <li>Routing daemons and other userland network improvements:
Line 694 
Line 708 
                 href="https://man.openbsd.org/iked.8">iked(8)</a> initial handshake to                  href="https://man.openbsd.org/iked.8">iked(8)</a> initial handshake to
                 make it easier to handle interoperability problems with older versions                  make it easier to handle interoperability problems with older versions
                 in the future.                  in the future.
           <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a>
                   connection statistics for successful and failed connections, error
                   types, and other events that can be printed with "ikectl show stats".
   
   </ul>    </ul>
   <li>In <a href="https://man.openbsd.org/bgpd.conf.5">bgpd(8)</a>,    <li>In <a href="https://man.openbsd.org/bgpd.conf.5">bgpd(8)</a>,
Line 821 
Line 838 
         href="https://man.openbsd.org/httpd.8">httpd(8)</a>.          href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
   <li>Made newer mime type definitions take precedence over existing    <li>Made newer mime type definitions take precedence over existing
         ones in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.          ones in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
     <li>Moved the <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>
           <a href="https://man.openbsd.org/daemon.3">daemon(3)</a> call to just
           before forking the children so the parent disassociates from its
           controlling terminal and shell, but not from its children.
     <li>Changed <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> to use
           non-blocking <a
           href="https://man.openbsd.org/connect.2">connect(2)</a> with <a
           href="https://man.openbsd.org/ppoll.2">ppoll(2)</a> and timeout
           instead of <a href="https://man.openbsd.org/alarm.3">alarm(3)</a>.
           This allows failing over to another IP address for hosts that have
           more than one.
   
   </ul>    </ul>
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33