Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #1225 and #1226



details:   https://anonhg.NetBSD.org/src/rev/6b4d07813856
branches:  netbsd-9
changeset: 953388:6b4d07813856
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 07 19:06:20 2021 +0000

description:
Tickets #1225 and #1226

diffstat:

 doc/CHANGES-9.2 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 7d38ea5c3638 -r 6b4d07813856 doc/CHANGES-9.2
--- a/doc/CHANGES-9.2   Sun Mar 07 19:04:31 2021 +0000
+++ b/doc/CHANGES-9.2   Sun Mar 07 19:06:20 2021 +0000
@@ -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 @@
        - 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]
+



Home | Main Index | Thread Index | Old Index