Module Name: src
Committed By: nia
Date: Mon Mar 6 13:15:15 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
doc: ch-ch-changes
To generate a diff of this commit:
cvs rdiff -u -r1.2952 -r1.2953 src/doc/CHANGES
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.2952 src/doc/CHANGES:1.2953
--- src/doc/CHANGES:1.2952 Tue Feb 7 22:26:46 2023
+++ src/doc/CHANGES Mon Mar 6 13:15:15 2023
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2952 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2953 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -44,4 +44,34 @@ 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,
+ prohibit PKE, Protection Key Enable, which requires
+ some additional management of CPU state by nvmm.
+ [riastradh 20230223]
+ ftp(1): Add option sslnoverify to control validation of SSL
+ certificates. Certificate validation is now enabled
+ by default. [mlelstv 20230225]
+ ftp(1): Add netrc processing to fetch-mode (URL on command line) to
+ enable options and autologin via netrc. [mlelstv 20230225]
+ aarch64: Audit use of curcpu(9). [riastradh 20230225]
+ xen: Memory barrier audit. Reduce unnecessary membars.
+ [riastradh 20230225]
+ x86: Mitigate MXCSR Configuration Dependent Timing CPU security
+ flaw in kernel FPU use. [riastradh 20230225]
+ kernel: Optimization: Omit needless membar when triggering softint
+ in various ports. [riastradh 20230301]
+ sh(1): Adjust tilde expansion to comply with upcoming POSIX
+ Issue 8 requirements. [kre 20230306]