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

Diff for /www/69.html between version 1.55 and 1.56

version 1.55, 2021/04/19 06:31:22 version 1.56, 2021/04/19 06:38:13
Line 299 
Line 299 
         <li>Made <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a>          <li>Made <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a>
                 properly indicate VMs are stopping instead of "running" with "vmctl                  properly indicate VMs are stopping instead of "running" with "vmctl
                 status".                  status".
           <li>Simplify argument parsing of
                   <code><a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> stop</code>
                   thereby avoiding a
                   <a href="https://man.openbsd.org/printf.3">printf(3)</a> "%s" NULL,
                   a use of uninitialized and a dead else branch.
         <li>Cleaned up events on <a          <li>Cleaned up events on <a
                 href="https://man.openbsd.org/vmd.8">vmd(8)</a> pause or resume and                  href="https://man.openbsd.org/vmd.8">vmd(8)</a> pause or resume and
                 fixed an issue leading to broken serial console by cleanly tearing                  fixed an issue leading to broken serial console by cleanly tearing
Line 1086 
Line 1091 
                 analysis of TCP connections.                  analysis of TCP connections.
         <li>Avoid leaking the help text in          <li>Avoid leaking the help text in
                 <a href="https://man.openbsd.org/tcpbench.1">systat(8)</a>.                  <a href="https://man.openbsd.org/tcpbench.1">systat(8)</a>.
         <li>Simplify argument parsing of  
                 <code><a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> stop</code>  
                 thereby avoiding a  
                 <a href="https://man.openbsd.org/printf.3">printf(3)</a> "%s" NULL,  
                 a use of uninitialized and a dead else branch.  
         <li>Increased the maximum length for CHAP challenges to 96 octets to          <li>Increased the maximum length for CHAP challenges to 96 octets to
                 ensure <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> can                  ensure <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> can
                 handle longer challenges, such as those sent by Juniper.                  handle longer challenges, such as those sent by Juniper.

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56