Module Name: src
Committed By: martin
Date: Sun Mar 7 19:14:55 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1661
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 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.76 src/doc/CHANGES-8.3:1.1.2.77
--- src/doc/CHANGES-8.3:1.1.2.76 Fri Feb 26 13:33:07 2021
+++ src/doc/CHANGES-8.3 Sun Mar 7 19:14:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.76 2021/02/26 13:33:07 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.77 2021/03/07 19:14:54 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1751,3 +1751,16 @@ usr.bin/patch/patch.c 1.30
patch(1): make '-V none' work.
[nia, ticket #1660]
+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 #1661]
+