Module Name: src
Committed By: snj
Date: Sun Aug 20 04:56:55 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
210, 213, 214
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-8.0
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.0
diff -u src/doc/CHANGES-8.0:1.1.2.40 src/doc/CHANGES-8.0:1.1.2.41
--- src/doc/CHANGES-8.0:1.1.2.40 Mon Aug 14 23:57:50 2017
+++ src/doc/CHANGES-8.0 Sun Aug 20 04:56:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.40 2017/08/14 23:57:50 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.41 2017/08/20 04:56:55 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -5251,3 +5251,24 @@ external/bsd/libpcap/dist/gencode.c 1.1
unactivated pcap_t handle. PR lib/51952.
[ginsbach, ticket #209]
+sys/dev/hdaudio/hdafg.c 1.13
+sys/dev/hdaudio/hdafg_dd.c 1.2
+
+ put all the ELD debugging messages under
+ #ifdef HDAFG_HDMI_DEBUG.
+ [mrg, ticket #210]
+
+lib/libc/rpc/rpcb_st_xdr.c 1.12
+
+ Fixed NetBSD RPCBPROC_GETSTAT endocde/decode interoperability
+ issues with other operating systems. The get statistics option
+ (-m) of rpcifno now works correctly against other
+ implementations of rpcbind and vice versa. PR lib/15802.
+ [ginsbach, ticket #213]
+
+lib/libc/stdlib/merge.c 1.15
+
+ Gracefully handle a zero number of members argument in
+ mergesort(3). PR lib/50316.
+ [ginsbach, ticket #214]
+