Module Name: src
Committed By: martin
Date: Sat Jun 20 16:14:16 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1560 and #1561
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.14 src/doc/CHANGES-8.3:1.1.2.15
--- src/doc/CHANGES-8.3:1.1.2.14 Tue Jun 16 10:29:16 2020
+++ src/doc/CHANGES-8.3 Sat Jun 20 16:14:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.14 2020/06/16 10:29:16 bouyer Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.15 2020/06/20 16:14:15 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -202,3 +202,18 @@ sys/dev/usb/if_run.c 1.41
corruption. Pointed out by Ilja Van Sprundel.
[martin, ticket #1559]
+sys/arch/x86/x86/cpu_rng.c 1.16
+
+ Use x86_read_psl/x86_disable_intr/x86_write_psl to defer interrupts.
+ This avoids accidently enabling interrupts too early.
+ [riastradh, ticket #1560]
+
+usr.sbin/hdaudioctl/graph.c 1.5
+usr.sbin/hdaudioctl/hdaudioctl.8 1.7
+usr.sbin/hdaudioctl/hdaudioctl.c 1.3,1.4
+usr.sbin/hdaudioctl/hdaudioctl.h 1.3
+
+ Add show subcommand that displays the codec configuration in
+ human-readable tabulated form.
+ [sborrill, ticket #1561]
+