=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.33 retrieving revision 1.34 diff -c -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,97 **** --- 92,99 ---- 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,183 **** --- 180,188 ---- 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,193 **** --- 193,201 ----
  • 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,220 **** --- 223,248 ---- 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,231 **** 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).
  • Add support for the RK3568 32k RTC and other clocks in rkclock(4).
  • In dwpcie(4), --- 251,259 ---- nodes for battery management, hw.battery.charge*.
  • Define fixed names for ucom(4) USB serial ! 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,342 **** --- 365,373 ----
  • 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: