Source-Changes-HG archive

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

[src/netbsd-10]: src/doc Tickets #41 - #44



details:   https://anonhg.NetBSD.org/src/rev/0276fc5709f3
branches:  netbsd-10
changeset: 373012:0276fc5709f3
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jan 12 12:12:29 2023 +0000

description:
Tickets #41 - #44

diffstat:

 doc/CHANGES-10.0 |  25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 9f5e4f188f27 -r 0276fc5709f3 doc/CHANGES-10.0
--- a/doc/CHANGES-10.0  Thu Jan 12 12:11:28 2023 +0000
+++ b/doc/CHANGES-10.0  Thu Jan 12 12:12:29 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.20 2023/01/07 15:02:00 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.21 2023/01/12 12:12:29 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -468,3 +468,26 @@
        Disable (comment out) options DIAGNOSTIC in INSTALL kernels.
        [tsutsui, ticket #40]
 
+usr.bin/ldd/ldd.c                              1.28
+
+       ldd(1): avoid printing the wrong error message.
+       [mrg, ticket #41]
+
+usr.bin/netstat/if.c                           1.109
+
+       netstat(1): if not given an interface to monitor by default,
+       pick the one with the most bytes in/out the first time and
+       keep using it.
+       [mrg, ticket #42]
+
+sys/dev/usb/ukbd.c                             1.162
+
+       ukbd(4): fix crash reported in PR 57149 (but not the issue
+       reported).
+       [mrg, ticket #43]
+
+sys/arch/aarch64/aarch64/bus_space_asm_generic.S 1.6
+
+       aarch64: fix a bug in bus_space_read_region_{2,4,8}_swap().
+       [ryo, ticket #44]
+



Home | Main Index | Thread Index | Old Index