Module Name:    src
Committed By:   martin
Date:           Sun Mar  7 19:06:20 UTC 2021

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.2

Log Message:
Tickets #1225 and #1226


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-9.2

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-9.2
diff -u src/doc/CHANGES-9.2:1.1.2.55 src/doc/CHANGES-9.2:1.1.2.56
--- src/doc/CHANGES-9.2:1.1.2.55	Fri Mar  5 13:57:33 2021
+++ src/doc/CHANGES-9.2	Sun Mar  7 19:06:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.55 2021/03/05 13:57:33 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.56 2021/03/07 19:06:20 martin Exp $
 
 A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
 release:
@@ -1785,3 +1785,21 @@ share/man/man4/iic.4				1.23-1.25
 	- Document the userspace ioctl interface
 	[nia, ticket #1224]
 
+sys/dev/usb/uaudio.c				1.169
+
+	uaudio(4): avoid dropping samples when recording.
+	[isaki, ticket #1225]
+
+sys/netinet/ip6.h				1.30
+sys/netinet/ip_input.c				1.400
+sys/netinet/tcp_subr.c				1.285
+sys/netinet6/ip6_id.c				1.19-1.21
+sys/netinet6/ip6_var.h				1.88
+
+	netinet:
+	 - enable random IP fragment ids by default
+	 - enable RFC 1948 pseudorandom TCP ISS selection by default.
+	netinet6:
+	 - replace randomid() by cprng_fast32()
+	[christos, ticket #1226]
+

Reply via email to