=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/72.html,v retrieving revision 1.72 retrieving revision 1.73 diff -c -r1.72 -r1.73 *** www/72.html 2022/12/09 15:09:23 1.72 --- www/72.html 2023/04/09 07:14:45 1.73 *************** *** 169,175 **** improves how timers backing delay(9) are managed.
  • Ensured disklabel(5) is ! is read from/written to disk only from/to unused space or an OpenBSD partition.
  • Ensured GPT header data is not used until all validity checks are passed.
  • Corrected handling of GPT usable LBA start/end values, preventing incorrect fallback to MBR partitioning. --- 169,175 ---- improves how timers backing delay(9) are managed.
  • Ensured disklabel(5) is ! read from/written to disk only from/to unused space or an OpenBSD partition.
  • Ensured GPT header data is not used until all validity checks are passed.
  • Corrected handling of GPT usable LBA start/end values, preventing incorrect fallback to MBR partitioning. *************** *** 1153,1159 **** kill(-1).
  • ssh_config(5): note that the ProxyJump directive also accepts the same tokens as ProxyCommand. !
  • scp(1): do not not ftruncate(3) files early when in sftp mode. The previous behaviour of unconditionally truncating the destination file would cause scp ~/foo localhost: and scp localhost:foo ~/ to delete all the contents of their destination. --- 1153,1159 ---- kill(-1).
  • ssh_config(5): note that the ProxyJump directive also accepts the same tokens as ProxyCommand. !
  • scp(1): do not ftruncate(3) files early when in sftp mode. The previous behaviour of unconditionally truncating the destination file would cause scp ~/foo localhost: and scp localhost:foo ~/ to delete all the contents of their destination.