Module Name: src
Committed By: tsutsui
Date: Fri Mar 10 18:00:27 UTC 2023
Modified Files:
src/doc: CHANGES CHANGES.prev
Log Message:
Move changes pulled up to netbsd-10 from CHANGES to CHANGES.prev.
To generate a diff of this commit:
cvs rdiff -u -r1.2953 -r1.2954 src/doc/CHANGES
cvs rdiff -u -r1.166 -r1.167 src/doc/CHANGES.prev
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2953 src/doc/CHANGES:1.2954
--- src/doc/CHANGES:1.2953 Mon Mar 6 13:15:15 2023
+++ src/doc/CHANGES Fri Mar 10 18:00:27 2023
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2953 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2954 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -31,8 +31,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
ppp(4): Remove several non-functioning ioctls. [chs 20221221]
libc: Update Unicode tables to Unicode 15.0.0. [wiz 20221221]
dse(4): Added Dayna SCSI/Link ethernet driver. [nat 20221222]
- wg(4): Allow non-root to retrieve information other than the
- private key and the peer preshared key. [jakllsch 20230105]
sdhc(4): Add quirk for some Intel eMMC devices (like
GIGABYTE MA10-ST0) to allow the driver to attach
successfully. [msaitoh 20230105]
@@ -44,17 +42,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
aq(4): add support for AQC113-116 [ryo 20230114]
bind: Import version 9.16.37. [christos 20230125]
xfwp(1): remove. [wiz 20230204]
- vax: Port gpx(4) color framebuffer driver (found on VAXstation 3100)
- from OpenBSD/vax. [tsutsui 20230206]
- OpenSSL: Imported 1.1.1t. [christos 20230207]
- next68k: Handle NeXT Turbo VRAM regions. [tsutsui 20230211]
- vax: Port rasops(9)-ified smg(4) framebuffer driver for
- VS3100 from OpenBSD/vax. This allows using more fonts.
- [tsutsui 20230211]
- urndis(4): Add support for OnePlus 5T device quirks
- [nia 20230211]
- u3g(4): Add support for ZTE MF112 and D-Link DWM222 3G USB
- modems [manu 20230213]
wscons(4): Ignore nonsense tab stops in vt100 emulation.
[riastradh 20230223]
nvmm(4): Filter CR4 bits on x86 SVM (AMD). In particular,
Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.166 src/doc/CHANGES.prev:1.167
--- src/doc/CHANGES.prev:1.166 Fri Dec 16 17:35:42 2022
+++ src/doc/CHANGES.prev Fri Mar 10 18:00:27 2023
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.166 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.167 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -13393,4 +13393,16 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
tzdata: updated to 2022g (using the 2022ggtz fork) [kre 20221211]
tzcode: Updated to 2022g. [christos 20221211]
wbsio(4),lm(4): Add Nuvoton NCT6797D support. [msaitoh 20221215]
-
+ wg(4): Allow non-root to retrieve information other than the
+ private key and the peer preshared key. [jakllsch 20230105]
+ vax: Port gpx(4) color framebuffer driver (found on VAXstation 3100)
+ from OpenBSD/vax. [tsutsui 20230206]
+ OpenSSL: Imported 1.1.1t. [christos 20230207]
+ next68k: Handle NeXT Turbo VRAM regions. [tsutsui 20230211]
+ vax: Port rasops(9)-ified smg(4) framebuffer driver for
+ VS3100 from OpenBSD/vax. This allows using more fonts.
+ [tsutsui 20230211]
+ urndis(4): Add support for OnePlus 5T device quirks
+ [nia 20230211]
+ u3g(4): Add support for ZTE MF112 and D-Link DWM222 3G USB
+ modems [manu 20230213]