=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- www/74.html 2023/10/12 14:06:08 1.33 +++ www/74.html 2023/10/12 19:29:49 1.34 @@ -92,6 +92,8 @@ dmesg(8).
  • Map device tree read/write to unbreak root on softraid(4). +
  • Correctly recognize umass(4). + floppy disk devices as floppy disks.
  • SMP Improvements @@ -178,6 +180,9 @@ mbrtoc16(3).
  • malloc(3) gains built-in leak detection.
  • Update zoneinfo to tzdata2023c. +
  • Accept the ucom(4) fixed + name format as a valid format for the + cu(1) -l option.
  • Various bugfixes and tweaks in userland: @@ -188,6 +193,9 @@
  • Refactoring and documenting of fdisk(8) code, to make it easier to maintain. +
  • fdisk(8) + no longer adds extra blanks at the end of lines, eliminating + spurious line wrapping.
  • In clang(1), allow out-of-class defaulting of comparison operators, by ways of backporting an upstream commit. @@ -215,6 +223,26 @@ functions.
  • In ld.so(1) treat symlinks in $ORIGIN determination the same way as other OS linkers do. +
  • Fix a segfault when the + disklabel(8) + simple editor encounters an incomplete partition line. +
  • Fix disklabel(8) + handling of templates with partitions after a "N-* 100" entry. +
  • Enable disklabel(8) + regress tests to work on sparc64. +
  • Fix fdisk(8) + initialization of CHS/LBA fields in an MBR, allowing machines with + a BIOS that uses CHS to boot from disks >8G. +
  • Retire disklabel(8) + -E expert mode. +
  • When displaying GPT partition attributes + fdisk(8) prefixes + Microsoft partition attribute names with 'MS'. +
  • In the absence of the 'disktype' command line parameter + disklabel(8) + always uses the current media type provided by the kernel. +
  • Ensure fdisk(8) handles + the case where a GPT partition name is not a valid C string.
  • Improved hardware support and driver bugfixes, including: @@ -223,9 +251,9 @@ nodes for battery management, hw.battery.charge*.
  • Define fixed names for ucom(4) USB serial - ports, make them discoverable via the new hw.ucomnames - sysctl(2), - and support them in cu(1). + ports, display them in attach messages and via the new + hw.ucomnames + sysctl(2).
  • Add support for the RK3568 32k RTC and other clocks in rkclock(4).
  • In dwpcie(4), @@ -337,6 +365,9 @@
  • Retain existing EFI System partitions on systems with APFSISC partitions (arm64 Apple M1/M2) during installation with root on softraid(4). +
  • When media has neither a GPT nor an MBR + installboot(8). + assumes OpenBSD occupies the entire disk starting at sector 0.
  • Security improvements: