Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc tickets 1452, 1454



details:   https://anonhg.NetBSD.org/src/rev/cb4a979fb7c3
branches:  netbsd-9
changeset: 366183:cb4a979fb7c3
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue May 17 10:30:22 2022 +0000

description:
tickets 1452, 1454

diffstat:

 doc/CHANGES-9.3 |  28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r 974bd538f296 -r cb4a979fb7c3 doc/CHANGES-9.3
--- a/doc/CHANGES-9.3   Tue May 17 10:29:47 2022 +0000
+++ b/doc/CHANGES-9.3   Tue May 17 10:30:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.92 2022/05/15 12:38:02 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.93 2022/05/17 10:30:22 bouyer Exp $
 
 A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
 release:
@@ -1627,3 +1627,29 @@
        PR 56832: fix C implementations of __atomic_compare_exchange*.
        [skrll, ticket #1451]
 
+external/gpl2/dtc/dist/dtc-lexer.l             1.5
+
+       Satisfy -fno-common
+       [tnn, ticket #1452]
+
+sys/dev/ic/mfi.c                               1.63, 1.66-77
+sys/dev/ic/mfireg.h                            1.11-1.20 via patch
+sys/dev/pci/mfi_pci.c                          1.21
+sys/dev/pci/mfii.c                             1.6-1.7, 1.10-1.15
+share/man/man4/mfi.4                           1.13
+                                               
+       Improve mfi(4) and mfii(4):
+       - Set 'ld_sync' to NULL as part of 'again', to prevent use-after-free.  
+       - Add some code for the SKINNY variant to make Dell PERC H310 work.
+       - Print the percentage correctly when the background initialization is
+         running.
+       - Clear mailbox to not to pass garbage data.
+       - Use union mbox instead of unit8_t xxx[] to avoid unaligned access.
+       - Set stripe size for BIOCVOL to show the size correctly in bioctl.
+       - Add support for iBBU-09 to show BBU voltage, current and temperature  
+         correctly.
+       - Fix typos in comments.
+       - Sprinkle static.
+       - Improve debug printf()s.
+       - KNF. Remove extra semicolon. Whitespace fixes.
+       [msaitoh, ticket #1454]



Home | Main Index | Thread Index | Old Index