Source-Changes-HG archive

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

[src/netbsd-10]: src/doc Tickets #45 - #49



details:   https://anonhg.NetBSD.org/src/rev/7032762871cb
branches:  netbsd-10
changeset: 373025:7032762871cb
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jan 13 19:15:32 2023 +0000

description:
Tickets #45 - #49

diffstat:

 doc/CHANGES-10.0 |  35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletions(-)

diffs (46 lines):

diff -r 12541498aead -r 7032762871cb doc/CHANGES-10.0
--- a/doc/CHANGES-10.0  Fri Jan 13 19:14:13 2023 +0000
+++ b/doc/CHANGES-10.0  Fri Jan 13 19:15:32 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.21 2023/01/12 12:12:29 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.22 2023/01/13 19:15:32 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -491,3 +491,36 @@
        aarch64: fix a bug in bus_space_read_region_{2,4,8}_swap().
        [ryo, ticket #44]
 
+share/examples/secmodel/secmodel_example.c     1.29
+sys/arch/sparc/conf/INSTALL                    1.106
+sys/conf/files                                 1.1306
+sys/secmodel/suser/secmodel_suser.c            1.56
+sys/sys/kauth.h                                        1.88
+
+       Fix leftovers from strip(4) removal.
+       [jakllsch, ticket #45]
+
+sys/arch/x86/isa/rtc.c                         1.2
+
+       x86: honor ACPI FADT Century byte; should fix many
+       "unknown CMOS layout" messages.
+       [jakllsch, ticket #46]
+
+etc/MAKEDEV.tmpl                               1.233
+
+       Fix hexprint function.
+       [jakllsch, ticket #47]
+
+sys/dev/pci/virtio.c                           1.64,1.65
+
+       vioif(4); fixes stalls in the transmit path.
+       [jakllsch, ticket #48]
+
+sys/net/if_wg.c                                        1.72-1.74
+sys/secmodel/suser/secmodel_suser.c            1.57
+sys/sys/kauth.h                                        1.89
+
+       wg(4): PR 57161 - allow non-root to retrieve information other
+       than the private key and the peer preshared key.
+       [jakllsch, ticket #49]
+



Home | Main Index | Thread Index | Old Index