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

Diff for /www/72.html between version 1.72 and 1.73

version 1.72, 2022/12/09 15:09:23 version 1.73, 2023/04/09 07:14:45
Line 169 
Line 169 
         improves how timers backing <a          improves how timers backing <a
         href="https://man.openbsd.org/delay.9">delay(9)</a> are managed.          href="https://man.openbsd.org/delay.9">delay(9)</a> are managed.
   <li>Ensured <a href="https://man.openbsd.org/disklabel.5">disklabel(5)</a> is    <li>Ensured <a href="https://man.openbsd.org/disklabel.5">disklabel(5)</a> is
   is read from/written to disk only from/to unused space or an OpenBSD partition.    read from/written to disk only from/to unused space or an OpenBSD partition.
   <li>Ensured GPT header data is not used until all validity checks are passed.    <li>Ensured GPT header data is not used until all validity checks are passed.
   <li>Corrected handling of GPT usable LBA start/end values, preventing incorrect fallback to    <li>Corrected handling of GPT usable LBA start/end values, preventing incorrect fallback to
   MBR partitioning.    MBR partitioning.
Line 1153 
Line 1153 
       kill(-1).        kill(-1).
     <li>ssh_config(5): note that the ProxyJump directive also accepts the      <li>ssh_config(5): note that the ProxyJump directive also accepts the
       same tokens as ProxyCommand.        same tokens as ProxyCommand.
     <li>scp(1): do not not ftruncate(3) files early when in sftp mode. The      <li>scp(1): do not ftruncate(3) files early when in sftp mode. The
       previous behaviour of unconditionally truncating the destination        previous behaviour of unconditionally truncating the destination
       file would cause <code>scp ~/foo localhost:</code> and <code>scp        file would cause <code>scp ~/foo localhost:</code> and <code>scp
       localhost:foo ~/</code> to delete all the contents of their destination.        localhost:foo ~/</code> to delete all the contents of their destination.

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73