Module Name: src
Committed By: snj
Date: Mon Sep 11 05:59:06 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1498, 1505
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-7.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-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.46 src/doc/CHANGES-7.2:1.1.2.47
--- src/doc/CHANGES-7.2:1.1.2.46 Mon Sep 11 04:55:52 2017
+++ src/doc/CHANGES-7.2 Mon Sep 11 05:59:06 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.46 2017/09/11 04:55:52 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.47 2017/09/11 05:59:06 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -4656,3 +4656,17 @@ crypto/external/bsd/heimdal/include/roke
getpw*() internal buffers.
[mlelstv, ticket #1509]
+sys/netinet/tcp_usrreq.c 1.216
+
+ Add some more getsockopt(2) params. PR lib/52486.
+ [jdolecek, ticket #1498]
+
+sys/arch/x86/x86/procfs_machdep.c 1.15-1.16
+
+ - Print 0x00000007:0 ecx leaf bits.
+ - Don't print fdiv_bug on amd64.
+ - Print APIC ID, Initial APIC ID and clflush size.
+ - Check buffer length correctly to not to print a garbage
+ character. Fixes PR#52352.
+ [msaitoh, ticket #1505]
+