=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/71.html,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** www/71.html 2022/04/10 12:29:17 1.18 --- www/71.html 2022/04/10 14:25:00 1.19 *************** *** 394,426 **** href="https://man.openbsd.org/rc.d.8">rc.d(8) "stop" and "reload".
  • Removed the constraint that fdisk(8) -b specified block ! count or block size must be greater than 63. !
  • Removed an unused decoding of c/h/s from the MBR read from disk ! by fdisk(8).
  • Removed fdisk(8) "disk" editing command. !
  • Prevented the possible creation of MBRs with overlapping ! partitions 0 and 3 in fdisk(8).
  • Allowed fdisk(8) to extend the default OpenBSD partition to the end of the disk, rather than truncating at the end of the last full cylinder. !
  • Corrected checksums written by fdisk(8) on big-endian architectures to be little-endian as per spec.
  • Made fdisk(8) -A preserve BIOS boot partition. !
  • Switched to using fdisk(8) -b to create boot ! partitions on multiple architectures. !
  • Used fdisk(8) -b to ! create the desired 1MB MSDOS boot partition for macppc rather than ! relying on /usr/mdec/mbr. !
  • Made fdisk(8) ! preserve the EFI System partition when auto-allocating space on GPT ! disks with magic Apple partitions.
  • Merged bugfixes from upstream into rc.d(8) "stop" and "reload". +
  • Made fdisk(8) + -b available on all architectures.
  • Removed the constraint that fdisk(8) -b block ! count and block offset must be greater than 63. !
  • Made fdisk(8) -b ! partitions other than EFI System partitions DOSACTIVE. !
  • Switched to using fdisk(8) -b to create boot ! partitions on multiple architectures.
  • Removed fdisk(8) "disk" editing command. !
  • Prevented fdisk(8) ! from initializing an MBR to have overlapping partitions 0 and 3.
  • Allowed fdisk(8) to extend the default OpenBSD partition to the end of the disk, rather than truncating at the end of the last full cylinder. !
  • Corrected GPT checksums written by fdisk(8) on big-endian architectures to be little-endian as per spec.
  • Made fdisk(8) -A preserve BIOS boot partition. !
  • Made fdisk(8) -A ! preserve the EFI System partition on GPT disks with Apple APFS partitions. !
  • Removed the builtin MBR from fdisk(8). !
  • Removed the "rpath" and "wpath" pledges from fdisk(8). !
  • Ensured fdisk(8) ! creates the default OpenBSD MBR partition only when there is space for it. !
  • Ensured fdisk(8) ! does not set MBR DOSACTIVE flag on unused partitions when initializing MBR. !
  • Reduced the alignment space fdisk(8) ! inserts before the start of the default OpenBSD partition.
  • Merged bugfixes from upstream into athn(4).
  • Made athn(4) attach to the Sony UWA-BR100. -
  • Fixed "null node" panics in run(4).
  • Fixed "(null node)" panics on run(4).
  • Introduced mtw(4), a driver for MediaTek MT7601U wifi devices, enabled on i386, macppc and --- 653,658 ----