=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- www/74.html 2023/10/15 12:09:12 1.92 +++ www/74.html 2023/10/15 12:39:37 1.93 @@ -91,7 +91,7 @@ system call supporting the O_CLOEXEC flag.
  • Map device tree read/write to unbreak root on softraid(4). -
  • Correctly recognize umass(4). +
  • Correctly recognize umass(4) floppy disk devices as floppy disks.
  • In wscons(4), catch up with box drawing characters which have @@ -101,7 +101,8 @@ make sure we do not increase the escape sequence argument count beyond usable bounds.
  • Implement dt(4) - utrace support on amd64 and i386. + utrace(2) + support on amd64 and i386.
  • Correct undefined behavior when using MS-DOS filesystems, fixes imported from FreeBSD.
  • Make the softdep mount(8) option a no-op. @@ -115,7 +116,8 @@ in the idle loop and for suspend, resulting in power savings.
  • Update AMD CPU microcode if a newer patch is available.
  • Enable a workaround for the 'Zenbleed' AMD CPU bug. -
  • Report speculation control bits in dmesg cpu lines. +
  • Report speculation control bits in + dmesg(8) CPU lines.
  • To give the primary CPU an opportunity to perform clock interrupt preparation in a machine-independent manner we need to separate the "initialization" parts of cpu_initclocks() from the "start the clock @@ -236,8 +238,9 @@ tracepoints by label.
  • In openrsync(1), support the options --size-only and - --ignore-times -
  • Update zoneinfo to tzdata2023c. + --ignore-times. +
  • Update zoneinfo + to tzdata2023c.
  • Accept the ucom(4) fixed name format as a valid format for the cu(1) -l option. @@ -395,7 +398,7 @@
  • Fix a bug in cron(8) where whitespace after usernames would not be completely skipped while parsing the - href="https://man.openbsd.org/crontab.5">crontab(5) file. + crontab(5) file.
  • In pax(1), safely escape characters when displaying messages that may include file names, and truncate times to the correct maximum value.