Module Name: src
Committed By: nia
Date: Sun Aug 14 10:07:58 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
doc: Recent changes from various
To generate a diff of this commit:
cvs rdiff -u -r1.2896 -r1.2897 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.2896 src/doc/CHANGES:1.2897
--- src/doc/CHANGES:1.2896 Tue Aug 9 07:39:21 2022
+++ src/doc/CHANGES Sun Aug 14 10:07:58 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2896 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2897 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -638,3 +638,19 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
df(1): Add -b (output unit: blocks; 512), -H (-h using SI units),
-N (suppress the header line), and -f (show only free space)
options. [kre 20220808]
+ ipsec(4): Add net.key.allow_different_idtype sysctl(7) variable
+ to improve interconnectivity to some VPN appliances.
+ [knakahara 20220809]
+ kernel: Don't autounload modules by default unless they opt-in.
+ [riastradh 20220812]
+ cgdconfig(8): New -T operation prints all generated keys in cgd.conf.
+ [riastradh 20220812]
+ cgdconfig(8): Add support for shared keys. [riastradh 20220812]
+ viocon(4): New virtio tty driver imported from OpenBSD.
+ [riastradh 20220812]
+ arm: Add "nopcimsi" boot option to force acpipchb to use
+ legacy INTx only mode. [jmcneill 20220813]
+ arm: Add "nopciconf" boot option to force acpipchb to skip PCI
+ resource assignment. [jmcneill 20220813]
+ bge(4): Allow the driver to work without the big kernel lock
+ (support for NET_MPSAFE). [skrll 20220814]