Module Name:    src
Committed By:   martin
Date:           Tue Dec  9 19:31:06 UTC 2014

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Tickets #297 - #302


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-7.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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.122 src/doc/CHANGES-7.0:1.1.2.123
--- src/doc/CHANGES-7.0:1.1.2.122	Sun Dec  7 14:34:38 2014
+++ src/doc/CHANGES-7.0	Tue Dec  9 19:31:06 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.122 2014/12/07 14:34:38 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.123 2014/12/09 19:31:06 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -3221,4 +3221,60 @@ tests/lib/libm/t_exp.c				1.8
 	Kamada and Tetsuya Isaki for the analysis.
 	[gson, ticket #296]
 
+crypto/external/bsd/netpgp/bin/netpgpverify/Makefile 1.13
+crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.bsd 1.2
+crypto/external/bsd/netpgp/dist/src/netpgpverify/libnetpgpverify.3 1.2
+crypto/external/bsd/netpgp/dist/src/netpgpverify/libverify.c 1.5
+crypto/external/bsd/netpgp/dist/src/netpgpverify/main.c 1.5
+crypto/external/bsd/netpgp/dist/src/netpgpverify/misc.c 1.2
+crypto/external/bsd/netpgp/dist/src/netpgpverify/misc.h 1.3
+crypto/external/bsd/netpgp/dist/src/netpgpverify/rsa.c 1.2
+crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.h 1.3
+crypto/external/bsd/netpgp/lib/verify/Makefile	1.7
+crypto/external/bsd/netpgp/lib/verify/config.h	1.1
+
+	Bring over the 20141204 portable version of netpgpverify from pkgsrc.
+	[agc, ticket #297]
+
+crypto/external/bsd/netpgp/Makefile		1.9
+crypto/external/bsd/netpgp/bin/hkpc/Makefile	1.3
+crypto/external/bsd/netpgp/bin/hkpd/Makefile	1.3
+crypto/external/bsd/netpgp/bin/netpgp/Makefile	1.3
+crypto/external/bsd/netpgp/bin/netpgpkeys/Makefile 1.3
+crypto/external/bsd/netpgp/lib/Makefile		1.17
+crypto/external/bsd/netpgp/lib/netpgp/Makefile	1.2 (via patch)
+crypto/external/bsd/netpgp/lib/netpgp/config.h	1.2 (via patch)
+crypto/external/bsd/netpgp/lib/netpgp/shlib_version 1.2 (via patch)
+
+	Set up the netpgp lib directory hierarchy a bit more logically:
+	 - move libnetpgp to the same level as libnetpgpverify
+	 - fix up all paths to the new directory structure
+	[agc, ticket #298]
+
+lib/librumpuser/rumpuser_sp.c			1.67
+sys/rump/librump/rumpkern/cons.c		1.4
+sys/rump/librump/rumpkern/rump.c		1.311
+
+	Fork newly connected rump kernel remote clients from proc1 instead of
+	creating a special process for that purpose.
+	[gson, ticket #299]
+
+sys/dev/ic/dwc_gmac.c				1.29
+
+	If we dont have a mac address, make one up.
+	[jmcneill, ticket #300]
+
+sys/arch/arm/allwinner/awin_debe.c		1.12
+sys/arch/arm/allwinner/awin_reg.h		1.72
+
+	Set BGRA pixel sequence if __ARMEB__ is defined.
+	[jmcneill, ticket #301]
+
+external/gpl3/gdb/dist/gdb/amd64nbsd-tdep.c	1.11
+
+	- do not abort() if we read a zero cs or rip, or if we can't read
+	  them
+	- end the backtrace when encountering a soft interrupt, since they
+	  live in their own lwp
+	[chs, ticket #302]
 

Reply via email to