CVS commit: [netbsd-7] src/doc

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 04:57:58 UTC 2016

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

Log Message:
Tickets 1067-1069.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.50 src/doc/CHANGES-7.1:1.1.2.51
--- src/doc/CHANGES-7.1:1.1.2.50	Tue Jan 26 01:30:23 2016
+++ src/doc/CHANGES-7.1	Tue Jan 26 04:57:58 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.50 2016/01/26 01:30:23 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.51 2016/01/26 04:57:58 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1815,3 +1815,20 @@ crypto/external/bsd/openssh/dist/sftp.c	
 	Fix sftp filename completion.  PR#50564.
 	[snj, ticket #1066]
 
+sys/kern/kern_softint.c1.42
+
+	Fix parallel operation problem with softint which
+	leads to panic.
+	[knakahara, ticket #1067]
+
+include/protocols/dumprestore.h			1.17
+
+	Bump dump/restore name length to NAME_MAX (511). PR#50434
+	[christos, ticket #1068]
+
+sys/arch/sparc64/sparc64/ofw_machdep.c		1.45
+
+	Restrict the check for fully specified interrupts to machines with psycho
+	controllers only, and adjust comments to note this.
+	[jdc, ticket #1069]
+



CVS commit: [netbsd-7] src/doc

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:21:56 UTC 2016

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

Log Message:
Tickets 1037, 1062, 1063


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.48 src/doc/CHANGES-7.1:1.1.2.49
--- src/doc/CHANGES-7.1:1.1.2.48	Sat Jan 16 10:16:24 2016
+++ src/doc/CHANGES-7.1	Tue Jan 26 01:21:56 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.48 2016/01/16 10:16:24 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.49 2016/01/26 01:21:56 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1783,3 +1783,18 @@ sys/arch/evbarm/conf/OPENRD			1.6
 	Disable mvsdio on OPENRD.
 	[cyber, ticket #1061]
 
+external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c 1.13
+
+	Avoid creation of GNU_STACK segment.
+	[phx, ticket #1037]
+
+sys/kern/exec_elf.c			patch
+
+	Restore binary compatibility on sparc64 for old binaries.
+	[martin, ticket #1062]
+
+usr.sbin/ndp/ndp.c1.46
+
+	Fix ndp to ipv6 link-local addresses.
+	[ozaki-r, ticket #1063]
+



CVS commit: [netbsd-7] src/doc

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:21:56 UTC 2016

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

Log Message:
Tickets 1037, 1062, 1063


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:30:23 UTC 2016

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

Log Message:
Tickets 1064-1066


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jan 26 01:30:23 UTC 2016

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

Log Message:
Tickets 1064-1066


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.49 src/doc/CHANGES-7.1:1.1.2.50
--- src/doc/CHANGES-7.1:1.1.2.49	Tue Jan 26 01:21:56 2016
+++ src/doc/CHANGES-7.1	Tue Jan 26 01:30:23 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.49 2016/01/26 01:21:56 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.50 2016/01/26 01:30:23 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1798,3 +1798,20 @@ usr.sbin/ndp/ndp.c1.46
 	Fix ndp to ipv6 link-local addresses.
 	[ozaki-r, ticket #1063]
 
+sys/arch/sparc64/dev/schizo.c			1.34-1.35
+sys/arch/sparc64/dev/schizoreg.h		1.7,1.10-1.11
+
+	Fix interrupt routing on sparc64 machines with Tomatillo
+	PCI controllers.
+	[jdc, ticket #1064]
+
+sys/net/npf/npf_mbuf.c1.15
+
+	Handle delayed checksums for IPv6.
+	[mlelstv, ticket #1065]
+
+crypto/external/bsd/openssh/dist/sftp.c		1.17
+
+	Fix sftp filename completion.  PR#50564.
+	[snj, ticket #1066]
+



CVS commit: [netbsd-7] src/doc

2016-01-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan 16 10:16:24 UTC 2016

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

Log Message:
1059, 1061


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.47 src/doc/CHANGES-7.1:1.1.2.48
--- src/doc/CHANGES-7.1:1.1.2.47	Fri Jan 15 17:38:53 2016
+++ src/doc/CHANGES-7.1	Sat Jan 16 10:16:24 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.47 2016/01/15 17:38:53 sborrill Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.48 2016/01/16 10:16:24 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1764,3 +1764,22 @@ sys/arch/hppa/include/db_machdep.h		1.13
 	hppa ddb: Fix always false condition.  PR port-hppa/50642.
 	[skrll, ticket #1072]
 
+sys/arch/sandpoint/include/bootinfo.h		1.9
+sys/arch/sandpoint/stand/altboot/brdsetup.c	1.36, 1.37
+sys/arch/sandpoint/stand/altboot/dsk.c		1.18
+sys/arch/sandpoint/stand/altboot/globals.h	1.20, 1.21
+sys/arch/sandpoint/stand/altboot/main.c		1.27
+sys/arch/sandpoint/stand/altboot/siisata.c	1.6
+sys/arch/sandpoint/stand/altboot/version	1.8
+
+	sandpoint altboot:
+	- Correctly identify and power up a second disk on the same
+	  SATA channel.
+	- Fix misdetection of LinkStation and KuroBox(HG) as KuroT4.
+	[phx, ticket #1059]
+
+sys/arch/evbarm/conf/OPENRD			1.6
+
+	Disable mvsdio on OPENRD.
+	[cyber, ticket #1061]
+



CVS commit: [netbsd-7] src/doc

2016-01-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan 16 10:16:24 UTC 2016

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

Log Message:
1059, 1061


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-01-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jan 15 17:38:54 UTC 2016

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

Log Message:
Add missing part of ticket #1012


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-01-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 12 10:28:31 UTC 2016

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

Log Message:
add PR reference to ticket 1072


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-01-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 12 10:28:31 UTC 2016

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

Log Message:
add PR reference to ticket 1072


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.45 src/doc/CHANGES-7.1:1.1.2.46
--- src/doc/CHANGES-7.1:1.1.2.45	Tue Jan 12 10:26:08 2016
+++ src/doc/CHANGES-7.1	Tue Jan 12 10:28:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.45 2016/01/12 10:26:08 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.46 2016/01/12 10:28:31 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1760,6 +1760,6 @@ sys/arch/arm/arm/cpufunc.c			1.159
 
 sys/arch/hppa/include/db_machdep.h		1.13
 
-	hppa ddb: Fix always false condition.
+	hppa ddb: Fix always false condition.  PR port-hppa/50642.
 	[skrll, ticket #1072]
 



CVS commit: [netbsd-7] src/doc

2016-01-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 12 10:26:08 UTC 2016

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

Log Message:
1060, 1072


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.44 src/doc/CHANGES-7.1:1.1.2.45
--- src/doc/CHANGES-7.1:1.1.2.44	Fri Jan  8 21:05:37 2016
+++ src/doc/CHANGES-7.1	Tue Jan 12 10:26:08 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.44 2016/01/08 21:05:37 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.45 2016/01/12 10:26:08 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1752,3 +1752,14 @@ sys/arch/xen/xen/xennetback_xenbus.c		1.
 	possibly leading to arbitrary code execution in backend.
 	[bouyer, ticket #1071]
 
+sys/arch/arm/arm/cpufunc.c			1.159
+
+	Fix condition which broke ARM1136 function selection when
+	ARM1176 support was added.  PR port-arm/50512.
+	[skrll, ticket #1060]
+
+sys/arch/hppa/include/db_machdep.h		1.13
+
+	hppa ddb: Fix always false condition.
+	[skrll, ticket #1072]
+



CVS commit: [netbsd-7] src/doc

2016-01-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 12 10:26:08 UTC 2016

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

Log Message:
1060, 1072


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-01-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jan  8 21:05:37 UTC 2016

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

Log Message:
1071


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.43 src/doc/CHANGES-7.1:1.1.2.44
--- src/doc/CHANGES-7.1:1.1.2.43	Tue Jan  5 22:29:48 2016
+++ src/doc/CHANGES-7.1	Fri Jan  8 21:05:37 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.43 2016/01/05 22:29:48 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.44 2016/01/08 21:05:37 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1736,3 +1736,19 @@ sys/arch/arm/conf/Makefile.arm			1.43
 	Make ARM BE8 work.
 	[martin, ticket #1058]
 
+sys/arch/xen/include/xen-public/io/ring.h	1.3 via patch
+sys/arch/xen/xen/pciback.c			1.10 via patch
+sys/arch/xen/xen/xbdback_xenbus.c		1.62 via patch
+sys/arch/xen/xen/xennetback_xenbus.c		1.54 via patch
+
+	Apply patch from xsa155: make sure that the backend won't read
+	parts of the request again (possibly because of compiler
+	optimisations), by using copies and barrier.
+	From XSA155:
+	The compiler can emit optimizations in the PV backend drivers
+	which can lead to double fetch vulnerabilities. Specifically
+	the shared memory between the frontend and backend can be fetched
+	twice (during which time the frontend can alter the contents)
+	possibly leading to arbitrary code execution in backend.
+	[bouyer, ticket #1071]
+



CVS commit: [netbsd-7] src/doc

2016-01-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jan  8 21:05:37 UTC 2016

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

Log Message:
1071


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-01-05 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan  5 22:29:48 UTC 2016

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

Log Message:
1055-1058


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-01-05 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan  5 22:29:48 UTC 2016

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

Log Message:
1055-1058


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.42 src/doc/CHANGES-7.1:1.1.2.43
--- src/doc/CHANGES-7.1:1.1.2.42	Sat Jan  2 14:46:09 2016
+++ src/doc/CHANGES-7.1	Tue Jan  5 22:29:48 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.42 2016/01/02 14:46:09 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.43 2016/01/05 22:29:48 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1712,3 +1712,27 @@ sys/dev/usb/ohci.c1.257
 	Fix missing-parentheses bug affecting ohci IN transfers.
 	[skrll, ticket #1054]
 
+etc/namedb/root.cache1.19
+
+	Update to 2015120100.
+	* Addresses of H.ROOT-SERVERS.NET has updated.
+	* Make IPv6 address lower case.
+	[taca, ticket #1055]
+
+sys/kern/kern_lock.c1.156
+
+	Allow sleeping in the idle lwp if the cpu isn't running yet.
+	[skrll, ticket #1056]
+
+usr.bin/man/man.c1.62
+
+	Make "man /" work again.
+	[mlelstv, ticket #1057]
+
+share/mk/bsd.sys.mk1.243, 1.244
+sys/arch/aarch64/conf/Makefile.aarch64		1.2
+sys/arch/arm/conf/Makefile.arm			1.43
+
+	Make ARM BE8 work.
+	[martin, ticket #1058]
+



CVS commit: [netbsd-7] src/doc

2016-01-02 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Jan  2 14:40:39 UTC 2016

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

Log Message:
Fix changelog entry for ticket 1038 per kre.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.40 src/doc/CHANGES-7.1:1.1.2.41
--- src/doc/CHANGES-7.1:1.1.2.40	Sat Dec 26 22:26:28 2015
+++ src/doc/CHANGES-7.1	Sat Jan  2 14:40:39 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.40 2015/12/26 22:26:28 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.41 2016/01/02 14:40:39 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1617,7 +1617,7 @@ sys/dev/vnd.c	1.249-1.254
 sys/sys/disk.h	1.66
 
 	Avoid netbsd-6 (and prior) vnconfig -l infinite loop with a newer
-	kernel.
+	kernel, and limit the vnd sector size choices to rational values.
 	[manu, ticket #1038]
 
 sys/external/bsd/drm2/include/linux/hdmi.h	1.6



CVS commit: [netbsd-7] src/doc

2016-01-02 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Jan  2 14:40:39 UTC 2016

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

Log Message:
Fix changelog entry for ticket 1038 per kre.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-01-02 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Jan  2 14:46:09 UTC 2016

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

Log Message:
Ticket 1054


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.41 src/doc/CHANGES-7.1:1.1.2.42
--- src/doc/CHANGES-7.1:1.1.2.41	Sat Jan  2 14:40:39 2016
+++ src/doc/CHANGES-7.1	Sat Jan  2 14:46:09 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.41 2016/01/02 14:40:39 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.42 2016/01/02 14:46:09 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1707,3 +1707,8 @@ sys/dev/ic/dwc_gmac_reg.h			1.15
 	the cable wasn't plugged in at boot.
 	[jmcneill, ticket #1053]
 
+sys/dev/usb/ohci.c1.257
+
+	Fix missing-parentheses bug affecting ohci IN transfers.
+	[skrll, ticket #1054]
+



CVS commit: [netbsd-7] src/doc

2016-01-02 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Jan  2 14:46:09 UTC 2016

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

Log Message:
Ticket 1054


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-12-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 26 22:26:28 UTC 2015

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

Log Message:
tickets 1044, 1049-1053


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-12-26 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 26 22:26:28 UTC 2015

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

Log Message:
tickets 1044, 1049-1053


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.39 src/doc/CHANGES-7.1:1.1.2.40
--- src/doc/CHANGES-7.1:1.1.2.39	Thu Dec 10 23:50:06 2015
+++ src/doc/CHANGES-7.1	Sat Dec 26 22:26:28 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.39 2015/12/10 23:50:06 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.40 2015/12/26 22:26:28 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1671,3 +1671,39 @@ external/gpl3/gcc/dist/gcc/config/i386/c
 	cpuid.
 	[christos, ticket #1048]
 
+distrib/sets/lists/xdebug/shl.mi		1.22
+
+	Fix libxcb-xkb version number.
+	[mlelstv, ticket #1044]
+
+distrib/sets/Makefile1.99
+share/mk/bsd.own.mk1.881
+
+	checkflist requires an egrep that honours multiple pattern
+	options, so use ours. Fixes build on Solaris distributions.
+	[joerg, ticket #1049]
+
+sys/arch/sparc64/dev/zs.c			1.75
+
+	Add a missing newline in zs at sbus attach message.
+	[tsutsui, ticket #1050]
+
+sys/arch/landisk/landisk/machdep.c		1.18
+sys/arch/sh3/sh3/sh3_machdep.c			1.103
+
+	Remove \n from set_cpumodel(), and explicitly print \n
+	during boot instead.
+	[tsutsui, ticket #1051]
+
+external/mit/xorg/lib/libX11/Makefile.libx11	1.17
+
+	Disable UIThrStubs.c, which is unnecessary on NetBSD.  Fixes
+	xterm startup failure on m68k.  PR/50386.
+	[tsutsui, ticket #1052]
+
+sys/dev/ic/dwc_gmac_reg.h			1.15
+
+	Fix a problem on ODROID-C1 when trying to use the network if 
+	the cable wasn't plugged in at boot.
+	[jmcneill, ticket #1053]
+



CVS commit: [netbsd-7] src/doc

2015-12-10 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Dec 10 23:50:06 UTC 2015

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

Log Message:
1043 and 1048


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.38 src/doc/CHANGES-7.1:1.1.2.39
--- src/doc/CHANGES-7.1:1.1.2.38	Wed Dec  2 07:30:54 2015
+++ src/doc/CHANGES-7.1	Thu Dec 10 23:50:06 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.38 2015/12/02 07:30:54 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.39 2015/12/10 23:50:06 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1658,3 +1658,16 @@ lib/libpthread_dbg/pthread_dbg.c		1.43 (
 	jemalloc: Fix non _REENTRANT build. Defer using pthread keys
 	until we are threaded.
 	[manu, ticket #829]
+
+sys/arch/arm/allwinner/awin_mmc.c		1.23 via patch
+
+	Wait 20ms for the PLL to stabilize after enabling it.
+	Fixes occasional bogus size report for my SD card.
+	[bouyer, ticket #1043]
+
+external/gpl3/gcc/dist/gcc/config/i386/cpuid.h	1.2
+
+	Fix logic bug that broke early i486 CPUs which don't have
+	cpuid.
+	[christos, ticket #1048]
+



CVS commit: [netbsd-7] src/doc

2015-12-10 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Dec 10 23:50:06 UTC 2015

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

Log Message:
1043 and 1048


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-12-01 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Dec  2 07:30:54 UTC 2015

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

Log Message:
amend ticket 1005


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.37 src/doc/CHANGES-7.1:1.1.2.38
--- src/doc/CHANGES-7.1:1.1.2.37	Tue Nov 24 17:39:13 2015
+++ src/doc/CHANGES-7.1	Wed Dec  2 07:30:54 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.37 2015/11/24 17:39:13 martin Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.38 2015/12/02 07:30:54 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -180,8 +180,11 @@ external/gpl3/gcc/dist/gcc/doc/fsf-fundi
 external/gpl3/gcc/dist/gcc/doc/g++.1		patch
 external/gpl3/gcc/dist/gcc/doc/gc-analyze.1	patch
 external/gpl3/gcc/dist/gcc/doc/gcc.1		patch
+external/gpl3/gcc/dist/gcc/doc/gcc.info		patch
 external/gpl3/gcc/dist/gcc/doc/gcc.texi		patch
+external/gpl3/gcc/dist/gcc/doc/gccinstall.info	patch
 external/gpl3/gcc/dist/gcc/doc/gccint.texi	patch
+external/gpl3/gcc/dist/gcc/doc/gccint.info	patch
 external/gpl3/gcc/dist/gcc/doc/gcj-dbtool.1	patch
 external/gpl3/gcc/dist/gcc/doc/gcj.1		patch
 external/gpl3/gcc/dist/gcc/doc/gcj.info		patch
@@ -220,6 +223,7 @@ external/gpl3/gcc/dist/libgomp/libgomp.i
 external/gpl3/gcc/dist/libiberty/ChangeLog	patch
 external/gpl3/gcc/dist/libiberty/make-temp-file.c patch
 external/gpl3/gcc/dist/libitm/ChangeLog		patch
+external/gpl3/gcc/dist/libitm/libitm.info	patch
 external/gpl3/gcc/dist/libmudflap/ChangeLog	patch
 external/gpl3/gcc/dist/libobjc/ChangeLog	patch
 external/gpl3/gcc/dist/libsanitizer/ChangeLog	patch



CVS commit: [netbsd-7] src/doc

2015-12-01 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Dec  2 07:30:54 UTC 2015

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

Log Message:
amend ticket 1005


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov 24 17:39:13 UTC 2015

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

Log Message:
Ticket #829


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.36 src/doc/CHANGES-7.1:1.1.2.37
--- src/doc/CHANGES-7.1:1.1.2.36	Sun Nov 22 14:23:41 2015
+++ src/doc/CHANGES-7.1	Tue Nov 24 17:39:13 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.36 2015/11/22 14:23:41 bouyer Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.37 2015/11/24 17:39:13 martin Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1642,3 +1642,15 @@ share/terminfo/terminfo1.8
 	Correct the x68k's Backspace key behavior.
 	[isaki, ticket #1047]
 
+include/limits.h1.34 (patch)
+lib/libc/stdlib/jemalloc.c			1.37-1.38
+lib/libpthread/pthread.c			1.146-1.147 (patch)
+lib/libpthread/pthread_int.h			1.91-1.92 (patch)
+lib/libpthread/pthread_key_create.3		1.7 (patch)
+lib/libpthread/pthread_tsd.c			1.12-1.14 (patch)
+lib/libpthread_dbg/pthread_dbg.c		1.43 (patch)
+
+	Make PTHREAD_KEYS_MAX dynamically adjustable
+	jemalloc: Fix non _REENTRANT build. Defer using pthread keys
+	until we are threaded.
+	[manu, ticket #829]



CVS commit: [netbsd-7] src/doc

2015-11-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov 24 17:39:13 UTC 2015

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

Log Message:
Ticket #829


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-22 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Nov 22 14:23:41 UTC 2015

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

Log Message:
tickets 1042, 1046, 1047


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.35 src/doc/CHANGES-7.1:1.1.2.36
--- src/doc/CHANGES-7.1:1.1.2.35	Wed Nov 18 08:56:05 2015
+++ src/doc/CHANGES-7.1	Sun Nov 22 14:23:41 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.35 2015/11/18 08:56:05 msaitoh Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.36 2015/11/22 14:23:41 bouyer Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1621,3 +1621,24 @@ sys/external/bsd/drm2/include/linux/hdmi
 	Fix HDMI infoframe checksum calculations for the display to
 	not to ignore the packets.
 	[jmcneill, ticket #1039]
+
+sys/fs/adosfs/advfsops.c			1.75
+
+	Patch by hannken@ to fix a bug which has been introduced with 1.71.
+	The kernel crashed with uvm fault when mounting an ados file system.
+	[phx, ticket #1042]
+
+lib/libc/db/hash/hash.c1.36 - 1.38
+lib/libc/db/hash/hash.h1.16
+lib/libc/db/hash/hash_bigkey.c			1.25
+lib/libc/db/hash/hash_page.c			1.27, 1.28
+
+	Fix handling of 64k blocksize, which overflows a uint16_t.
+	Fixes PR/50441.
+	[christos, ticket #1046]
+
+share/terminfo/terminfo1.8
+
+	Correct the x68k's Backspace key behavior.
+	[isaki, ticket #1047]
+



CVS commit: [netbsd-7] src/doc

2015-11-22 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Nov 22 14:23:41 UTC 2015

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

Log Message:
tickets 1042, 1046, 1047


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-18 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Nov 18 08:56:05 UTC 2015

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

Log Message:
Ticket 1033, 1034, 1035, 1038 and 1039.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-18 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Nov 18 08:56:05 UTC 2015

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

Log Message:
Ticket 1033, 1034, 1035, 1038 and 1039.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.34 src/doc/CHANGES-7.1:1.1.2.35
--- src/doc/CHANGES-7.1:1.1.2.34	Tue Nov 17 19:22:10 2015
+++ src/doc/CHANGES-7.1	Wed Nov 18 08:56:05 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.34 2015/11/17 19:22:10 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.35 2015/11/18 08:56:05 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1591,3 +1591,33 @@ sys/arch/arm/omap/omap3_sdhc.c			1.18 vi
 	PR#50288.
 	[jmcneill, ticket #1017]
 
+sys/net/if_gif.c1.89-1.90
+
+	Fix "ifconfig gifX tunnel src dst" panic when sockaddr_dup() rerurns
+	null.
+	[knakahara, ticket #1033]
+
+sys/net/if_gif.c1.91-1.92
+
+	Fix panic after "ifconfig gifX tunnel src dst" failed because of
+	duplicate pair address.
+	[knakahara, ticket #1034]
+
+sys/netinet6/mld6.c1.64
+
+	Ensure that the callout of the multicast address is valid before
+	hooking it up to prevent panic.
+	[joerg, ticket #1035]
+
+sys/dev/vnd.c	1.249-1.254
+sys/sys/disk.h	1.66
+
+	Avoid netbsd-6 (and prior) vnconfig -l infinite loop with a newer
+	kernel.
+	[manu, ticket #1038]
+
+sys/external/bsd/drm2/include/linux/hdmi.h	1.6
+
+	Fix HDMI infoframe checksum calculations for the display to
+	not to ignore the packets.
+	[jmcneill, ticket #1039]



CVS commit: [netbsd-7] src/doc

2015-11-17 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Nov 17 19:22:10 UTC 2015

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

Log Message:
ticket 1017.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.33 src/doc/CHANGES-7.1:1.1.2.34
--- src/doc/CHANGES-7.1:1.1.2.33	Tue Nov 17 19:18:19 2015
+++ src/doc/CHANGES-7.1	Tue Nov 17 19:22:10 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.33 2015/11/17 19:18:19 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.34 2015/11/17 19:22:10 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1585,3 +1585,9 @@ external/bsd/ntp/scripts/mkver			1.8
 	PR/50426: Dave Tyson: Fix ntp reported version.
 	[christos, ticket #1036]
 
+sys/arch/arm/omap/omap3_sdhc.c			1.18 via patch
+
+	Fix edma_errint problems with resize_ffs on beaglebone.
+	PR#50288.
+	[jmcneill, ticket #1017]
+



CVS commit: [netbsd-7] src/doc

2015-11-17 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Nov 17 19:22:10 UTC 2015

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

Log Message:
ticket 1017.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Nov 16 14:46:54 UTC 2015

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

Log Message:
Ticket 1028-1032.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.31 src/doc/CHANGES-7.1:1.1.2.32
--- src/doc/CHANGES-7.1:1.1.2.31	Mon Nov 16 11:16:20 2015
+++ src/doc/CHANGES-7.1	Mon Nov 16 14:46:54 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.31 2015/11/16 11:16:20 msaitoh Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.32 2015/11/16 14:46:54 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -787,7 +787,7 @@ usr.sbin/sysinst/target.c			1.3
 
 distrib/sets/lists/comp/mi			1.1921
 lib/libm/Makefile1.167
-lib/libm/man/erf.31.13
+lib/libm/man/erf.31.13-1.14
 
 	PR/49399: Henning Petersen: Add man pages for erfl(3) and erfcl(3).
 	[dholland, ticket #1009]
@@ -1555,3 +1555,33 @@ doc/3RDPARTY		  			1.1259
 
 	Updated to Lua 5.3.1
 	[mbalmer, ticket #993]
+
+sys/arch/sparc64/sparc64/locore.s		1.386
+sys/arch/sparc64/sparc64/netbsd32_machdep.c	1.105-1.106
+sys/arch/sparc64/sparc64/vm_machdep.c		1.101
+
+	Fix various sparc64 compat_netbsd32 issues.
+	[martin, ticket #1028]
+
+etc/MAKEDEV.tmpl1.176
+
+	Translate requests for ucom into ttyU.
+	[joerg, ticket #1029]
+
+sys/kern/subr_autoconf.c			1.236
+
+	Add the parent device (if present) to the device properties, making it
+	easier to identify devices in the tree with drvctl(8).
+	[joerg, ticket #1030]
+
+sys/dev/usb/ucom.c1.110
+
+	Add the port number to the device properties to make it easier to
+	relate a specific ucom instance with the physical port of multi-port
+	devices like the FTDI 4232.
+	[joerg, ticket #1031]
+
+sys/dev/usb/usb_subr.c1.204
+
+	Attach serial number as property to all USB devices having one.
+	[joerg, ticket #1032]



CVS commit: [netbsd-7] src/doc

2015-11-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Nov 16 14:46:54 UTC 2015

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

Log Message:
Ticket 1028-1032.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Nov 16 11:16:20 UTC 2015

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

Log Message:
Ticket 993.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.30 src/doc/CHANGES-7.1:1.1.2.31
--- src/doc/CHANGES-7.1:1.1.2.30	Mon Nov 16 07:37:55 2015
+++ src/doc/CHANGES-7.1	Mon Nov 16 11:16:20 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.30 2015/11/16 07:37:55 msaitoh Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.31 2015/11/16 11:16:20 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1500,3 +1500,58 @@ sys/arch/xen/xen/xbdback_xenbus.c		1.61
 	when a userland process could use all CPU.
 	Should fix the problem reported by Torbj?rn Granlund on port-xen@
 	[bouyer, ticket #1040]
+
+external/mit/lua/dist/Makefile			1.4
+external/mit/lua/dist/README			1.4
+external/mit/lua/dist/doc/contents.html		1.4
+external/mit/lua/dist/doc/lua.css		1.4
+external/mit/lua/dist/doc/manual.css		1.3
+external/mit/lua/dist/doc/manual.html		1.4
+external/mit/lua/dist/doc/readme.html		1.4
+external/mit/lua/dist/src/Makefile		1.4
+external/mit/lua/dist/src/lapi.c		1.5
+external/mit/lua/dist/src/lapi.h		1.4
+external/mit/lua/dist/src/lauxlib.c		1.5
+external/mit/lua/dist/src/lbaselib.c		1.5
+external/mit/lua/dist/src/lcode.c		1.4
+external/mit/lua/dist/src/ldblib.c		1.6
+external/mit/lua/dist/src/ldebug.c		1.5
+external/mit/lua/dist/src/ldebug.h		1.4
+external/mit/lua/dist/src/ldo.c			1.4
+external/mit/lua/dist/src/ldo.h			1.4
+external/mit/lua/dist/src/ldump.c		1.4
+external/mit/lua/dist/src/lfunc.h		1.3
+external/mit/lua/dist/src/lgc.c			1.4
+external/mit/lua/dist/src/liolib.c		1.4
+external/mit/lua/dist/src/llex.c		1.5
+external/mit/lua/dist/src/llex.c		1.6
+external/mit/lua/dist/src/llimits.h		1.5
+external/mit/lua/dist/src/lmathlib.c		1.4
+external/mit/lua/dist/src/lmem.c		1.4
+external/mit/lua/dist/src/loadlib.c		1.4
+external/mit/lua/dist/src/lobject.c		1.5
+external/mit/lua/dist/src/lobject.h		1.4
+external/mit/lua/dist/src/loslib.c		1.4
+external/mit/lua/dist/src/lstate.c		1.4
+external/mit/lua/dist/src/lstate.h		1.4
+external/mit/lua/dist/src/lstring.c		1.4
+external/mit/lua/dist/src/lstring.h		1.4
+external/mit/lua/dist/src/lstrlib.c		1.8
+external/mit/lua/dist/src/lstrlib.c		1.9
+external/mit/lua/dist/src/ltable.c		1.4
+external/mit/lua/dist/src/ltable.c		1.5
+external/mit/lua/dist/src/ltablib.c		1.4
+external/mit/lua/dist/src/ltm.c			1.4
+external/mit/lua/dist/src/lua.c			1.4
+external/mit/lua/dist/src/lua.h			1.5
+external/mit/lua/dist/src/luac.c		1.4
+external/mit/lua/dist/src/luaconf.h		1.14
+external/mit/lua/dist/src/lutf8lib.c		1.3
+external/mit/lua/dist/src/lvm.c			1.6
+external/mit/lua/dist/src/lvm.c			1.7
+external/mit/lua/dist/src/lvm.h			1.4
+external/mit/lua/dist/src/lvm.h			1.5
+doc/3RDPARTY		  			1.1259
+
+	Updated to Lua 5.3.1
+	[mbalmer, ticket #993]



CVS commit: [netbsd-7] src/doc

2015-11-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Nov 16 11:16:20 UTC 2015

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

Log Message:
Ticket 993.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-15 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Nov 16 07:37:55 UTC 2015

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

Log Message:
Ticket 1040.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-15 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Nov 16 07:37:55 UTC 2015

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

Log Message:
Ticket 1040.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.29 src/doc/CHANGES-7.1:1.1.2.30
--- src/doc/CHANGES-7.1:1.1.2.29	Sun Nov  8 23:30:08 2015
+++ src/doc/CHANGES-7.1	Mon Nov 16 07:37:55 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.29 2015/11/08 23:30:08 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.30 2015/11/16 07:37:55 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1493,3 +1493,10 @@ sys/dev/usb/uplcom.c1.76
 	My uplcom(4) now works on RPI.
 	[skrll, ticket #1027]
 
+sys/arch/xen/xen/xbdback_xenbus.c		1.61
+
+	Fix typo which caused the kenrel thread to be created with a 0
+	priority. This would cause the thread to be almost never scheduled
+	when a userland process could use all CPU.
+	Should fix the problem reported by Torbj?rn Granlund on port-xen@
+	[bouyer, ticket #1040]



CVS commit: [netbsd-7] src/doc

2015-11-08 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 23:30:08 UTC 2015

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

Log Message:
Adjust ticket 1024


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-08 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 23:30:08 UTC 2015

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

Log Message:
Adjust ticket 1024


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.28 src/doc/CHANGES-7.1:1.1.2.29
--- src/doc/CHANGES-7.1:1.1.2.28	Sun Nov  8 05:18:34 2015
+++ src/doc/CHANGES-7.1	Sun Nov  8 23:30:08 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.28 2015/11/08 05:18:34 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.29 2015/11/08 23:30:08 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -865,6 +865,7 @@ sys/fs/tmpfs/tmpfs_subr.c			1.101
 	[leot, ticket #1023]
 
 doc/3RDPARTY	patch
+external/bsd/ntp/Makefile.inc			patch
 external/bsd/ntp/dist/tests/libntp/atoint.c up to 1.1.1.3
 external/bsd/ntp/dist/tests/libntp/atouint.cup to 1.1.1.3
 external/bsd/ntp/dist/tests/libntp/authkeys.c   up to 1.1.1.3



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Nov  7 16:43:39 UTC 2015

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

Log Message:
Tickets 1006, 1007


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.21 src/doc/CHANGES-7.1:1.1.2.22
--- src/doc/CHANGES-7.1:1.1.2.21	Sat Nov  7 01:56:08 2015
+++ src/doc/CHANGES-7.1	Sat Nov  7 16:43:38 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.21 2015/11/07 01:56:08 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.22 2015/11/07 16:43:38 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -769,3 +769,13 @@ sys/arch/arm/allwinner/awin_gpio.c		1.19
 	to find which port is connected to which gpio instance.
 	[bouyer, ticket #1004]
 
+sys/arch/arm/allwinner/awin_mmc.c		1.22
+
+	Avoid a divide by 0 when unplugging a sd card.
+	[bouyer, ticket #1006]
+
+lib/libcurses/toucholap.c			1.16
+
+	Fix x/y editing error.
+	[uwe, ticket #1007]
+



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Nov  7 16:43:39 UTC 2015

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

Log Message:
Tickets 1006, 1007


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 01:56:46 UTC 2015

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

Log Message:
Ticket 1024.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.25 src/doc/CHANGES-7.1:1.1.2.26
--- src/doc/CHANGES-7.1:1.1.2.25	Sun Nov  8 01:29:28 2015
+++ src/doc/CHANGES-7.1	Sun Nov  8 01:56:46 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.25 2015/11/08 01:29:28 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.26 2015/11/08 01:56:46 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -864,3 +864,611 @@ sys/fs/tmpfs/tmpfs_subr.c			1.101
 	Fixes PR kern/50381.
 	[leot, ticket #1023]
 
+doc/3RDPARTY	patch
+external/bsd/ntp/dist/tests/libntp/atoint.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/atouint.cup to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/authkeys.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/buftvtots.c  up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/calendar.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/caljulian.c  up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/caltontp.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/calyearstart.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/clocktime.c  up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/decodenetnum.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/lfptest.cup to 1.1.1.1
+external/bsd/ntp/dist/tests/libntp/sockaddrtest.c up to 1.1.1.1
+external/bsd/ntp/dist/tests/libntp/hextolfp.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/humandate.c  up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/lfpfunc.cup to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/lfptostr.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/modetoa.cup to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/msyslog.cup to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/netof.c  up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/numtoa.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/numtohost.c  up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/octtoint.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/prettydate.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/recvbuff.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/refidsmear.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/refnumtoa.c  up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-atoint.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/socktoa.cup to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/ssl_init.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/statestr.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/strtolfp.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/test-libntp.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/timevalops.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/tstotv.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/tvtots.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/uglydate.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/vi64ops.cup to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/ymd2yd.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-netof.c  up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-msyslog.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/hextoint.c   up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-atouint.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-authkeys.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-buftvtots.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-calendar.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-caljulian.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-caltontp.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-calyearstart.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-clocktime.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-hextoint.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-hextolfp.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-humandate.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-lfptostr.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-modetoa.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-numtoa.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-numtohost.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-octtoint.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-prettydate.c up to 1.1.1.3
+external/bsd/ntp/dist/tests/libntp/run-recvbuff.c up to 1.1.1.3

CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 01:56:46 UTC 2015

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

Log Message:
Ticket 1024.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 00:42:27 UTC 2015

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

Log Message:
Tickets 1008-1009,1011-1013.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 00:42:27 UTC 2015

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

Log Message:
Tickets 1008-1009,1011-1013.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.22 src/doc/CHANGES-7.1:1.1.2.23
--- src/doc/CHANGES-7.1:1.1.2.22	Sat Nov  7 16:43:38 2015
+++ src/doc/CHANGES-7.1	Sun Nov  8 00:42:27 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.22 2015/11/07 16:43:38 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.23 2015/11/08 00:42:27 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -779,3 +779,40 @@ lib/libcurses/toucholap.c			1.16
 	Fix x/y editing error.
 	[uwe, ticket #1007]
 
+usr.sbin/sysinst/target.c			1.3
+
+	PR 50342: if there is no current partition manage, assume we are
+	running from an already installed system.
+	[martin, ticket #1008]
+
+distrib/sets/lists/comp/mi			1.1921
+lib/libm/Makefile1.167
+lib/libm/man/erf.31.13
+
+	PR/49399: Henning Petersen: Add man pages for erfl(3) and erfcl(3).
+	[dholland, ticket #1009]
+
+sys/arch/x86/x86/bus_dma.c			1.72-1.74
+
+	- If we succeeded allocating a buffer that did not need bouncing
+	before, but the buffer in the previous mapping did, clear the
+	bounce bit. Fixes the ld_virtio.c bug with machines 8GB and
+	dd if=/dev/zero of=crash bs=1g count=4.
+	- Allocate with M_ZERO instead of doing memset
+	- The panic string can take a format, use it.
+	- When checking for the bounce buffer boundary,
+	  check addr + len < limit, not addr < limit.
+	[christos, ticket #1011]
+
+external/gpl3/binutils/dist/binutils/arsup.c	1.2
+lib/libc/net/getnetnamadr.c			1.43-1.44
+
+	Resolve hostnames with "_".  PR#50367.
+	[christos, ticket #1012]
+
+sys/arch/x86/x86/sys_machdep.c			1.29
+
+	Fix broken error handling leading to random crashes in 
+	threaded programs.
+	[christos, ticket #1013]
+



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 01:24:53 UTC 2015

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

Log Message:
Tickets 1015-1016,1018-1019,1021-1022


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 01:24:53 UTC 2015

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

Log Message:
Tickets 1015-1016,1018-1019,1021-1022


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.23 src/doc/CHANGES-7.1:1.1.2.24
--- src/doc/CHANGES-7.1:1.1.2.23	Sun Nov  8 00:42:27 2015
+++ src/doc/CHANGES-7.1	Sun Nov  8 01:24:53 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.23 2015/11/08 00:42:27 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.24 2015/11/08 01:24:53 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -816,3 +816,45 @@ sys/arch/x86/x86/sys_machdep.c			1.29
 	threaded programs.
 	[christos, ticket #1013]
 
+etc/rc.subr	1.97
+
+	Speed up multiuser boot time on slow machines.  PR#50046.
+	[phx, ticket #1015]
+
+usr.sbin/iostat/iostat.8			1.24
+usr.sbin/iostat/iostat.c			1.62-1.63
+
+	Support fnmatch(3) patterns for disknames.  eg, "iostat wd*" works
+	now. Update the default disk number selection to note that it uses
+	the current terminal size to fit disks, not hard coded 4.
+	Extend the "tout" column to 5 characters, it's really common on a
+	modern machine to have eg, build output way more than  chars/sec.
+	This doesn't affect the default disk list on an 80-char wide screen.
+	[mrg, ticket #1016]
+
+sys/kern/uipc_syscalls.c			1.181
+
+	Don't overwrite the user iov pointer in sendmmsg. Make the send
+	and receive code look the same.
+	[christos, ticket #1018]
+
+sys/kern/exec_elf.c1.79-1.80
+sys/sys/exec_elf.h1.150-1.151
+
+	Recognize additional ELF notes.
+	[christos, ticket #1019]
+
+sys/nfs/nfs_vfsops.c1.231
+
+	Don't forget to call nfs_fini() when we're finished.  Without this,
+	we leave a dangling pool nfsrvdescpl around.
+	[pgoyette, ticket #1021]
+
+sys/arch/arm/omap/omap3_sdhc.c			1.19
+sys/arch/evbarm/beagle/beagle_machdep.c		1.62
+sys/dev/sdmmc/sdhc.c1.89 via patch
+sys/dev/sdmmc/sdhcvar.h1.25
+
+	Support 8-bit eMMC for TI AM335x. 
+	[jmcneill, ticket #1022]
+



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 01:29:28 UTC 2015

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

Log Message:
Ticket 1023


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 01:29:28 UTC 2015

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

Log Message:
Ticket 1023


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.24 src/doc/CHANGES-7.1:1.1.2.25
--- src/doc/CHANGES-7.1:1.1.2.24	Sun Nov  8 01:24:53 2015
+++ src/doc/CHANGES-7.1	Sun Nov  8 01:29:28 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.24 2015/11/08 01:24:53 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.25 2015/11/08 01:29:28 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -858,3 +858,9 @@ sys/dev/sdmmc/sdhcvar.h1.25
 	Support 8-bit eMMC for TI AM335x. 
 	[jmcneill, ticket #1022]
 
+sys/fs/tmpfs/tmpfs_subr.c			1.101
+
+	Fix crash when tmpfs fills up.  PR#50381.
+	Fixes PR kern/50381.
+	[leot, ticket #1023]
+



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 02:08:18 UTC 2015

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

Log Message:
Tickets 1020, 1025


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.26 src/doc/CHANGES-7.1:1.1.2.27
--- src/doc/CHANGES-7.1:1.1.2.26	Sun Nov  8 01:56:46 2015
+++ src/doc/CHANGES-7.1	Sun Nov  8 02:08:18 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.26 2015/11/08 01:56:46 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.27 2015/11/08 02:08:18 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1472,3 +1472,14 @@ external/bsd/ntp/scripts/mkver  
 	Update ntp to 4.2.8p4.
 	[christos, ticket #1024]
 
+sys/compat/linux/common/linux_mod.c		1.5
+sys/compat/netbsd32/netbsd32_mod.c		1.6-1.9
+
+	Fixes for compat modules.
+	[pgoyette, ticket #1020]
+
+usr.sbin/vnconfig/vnconfig.8			1.40
+
+	In NetBSD 7, the vnconfig command was renamed.
+	[pgoyette, ticket #1025]
+



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 02:08:18 UTC 2015

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

Log Message:
Tickets 1020, 1025


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 05:18:34 UTC 2015

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

Log Message:
Ticket 1027.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.27 src/doc/CHANGES-7.1:1.1.2.28
--- src/doc/CHANGES-7.1:1.1.2.27	Sun Nov  8 02:08:18 2015
+++ src/doc/CHANGES-7.1	Sun Nov  8 05:18:34 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.27 2015/11/08 02:08:18 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.28 2015/11/08 05:18:34 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -1483,3 +1483,12 @@ usr.sbin/vnconfig/vnconfig.8			1.40
 	In NetBSD 7, the vnconfig command was renamed.
 	[pgoyette, ticket #1025]
 
+sys/dev/usb/uplcom.c1.76
+
+	Don't pretend to do zero length IN control transfers as dwctwo(4)
+	(correctly according to usb 2.0 specification 8.5.3) uses IN
+	status stage when no (zero length) data stage.  Instead read
+	into a 1 byte array.
+	My uplcom(4) now works on RPI.
+	[skrll, ticket #1027]
+



CVS commit: [netbsd-7] src/doc

2015-11-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Nov  8 05:18:34 UTC 2015

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

Log Message:
Ticket 1027.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-06 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Nov  7 01:56:08 UTC 2015

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

Log Message:
Tickets 1003, 1004


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-06 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Nov  6 23:04:30 UTC 2015

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

Log Message:
Tickets 994-995, 1000-1002.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-06 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Nov  7 01:56:08 UTC 2015

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

Log Message:
Tickets 1003, 1004


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.20 src/doc/CHANGES-7.1:1.1.2.21
--- src/doc/CHANGES-7.1:1.1.2.20	Fri Nov  6 23:04:30 2015
+++ src/doc/CHANGES-7.1	Sat Nov  7 01:56:08 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.20 2015/11/06 23:04:30 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.21 2015/11/07 01:56:08 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -758,3 +758,14 @@ sys/external/bsd/drm2/dist/drm/nouveau/n
 	Get nouveaudrm text console working.
 	[riastradh, ticket #1002]
 
+external/cddl/osnet/dev/dtrace/dtrace_ioctl.c	1.5
+
+	Fix dtrace module autoload.
+	[riastradh, ticket #1003]
+
+sys/arch/arm/allwinner/awin_gpio.c		1.19-1.20
+
+	Print the port name when gpio(4) attaches, making it easier
+	to find which port is connected to which gpio instance.
+	[bouyer, ticket #1004]
+



CVS commit: [netbsd-7] src/doc

2015-11-06 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Nov  6 23:04:30 UTC 2015

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

Log Message:
Tickets 994-995, 1000-1002.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.19 src/doc/CHANGES-7.1:1.1.2.20
--- src/doc/CHANGES-7.1:1.1.2.19	Fri Nov  6 20:29:03 2015
+++ src/doc/CHANGES-7.1	Fri Nov  6 23:04:30 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.19 2015/11/06 20:29:03 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.20 2015/11/06 23:04:30 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -730,3 +730,31 @@ sbin/dump/tape.c1.54
 	Fix tape usage report for large filesystems.
 	[bouyer, ticket #991]
 
+sys/arch/x86/x86/cpu_ucode_intel.c		1.9-1.10
+
+	Fixes to cpu microcode updater.
+	[jym, ticket #994]
+
+sys/dev/pci/viornd.c1.3
+
+	Disable viornd(4) debug print by default.
+	[riastradh, ticket #995]
+
+sys/dev/pci/agp_i810.c1.119
+
+	Fix mapping Intel graphics device registers. Fixes main part
+	of PR#50060.
+	[riastradh, ticket #1000]
+
+sys/external/bsd/drm2/include/linux/bitops.h	1.10-1.11
+
+	Fix indexing convention of Linux __ffs/__ffs64 shims,
+	fixing infinite loop on boot with nouveau(4).
+	[riastradh, ticket #1001]
+
+sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c 1.5
+sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c 1.6
+
+	Get nouveaudrm text console working.
+	[riastradh, ticket #1002]
+



CVS commit: [netbsd-7] src/doc

2015-11-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov  6 09:23:48 UTC 2015

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

Log Message:
Update #956 after additional pullups/regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.17 src/doc/CHANGES-7.1:1.1.2.18
--- src/doc/CHANGES-7.1:1.1.2.17	Fri Nov  6 00:55:26 2015
+++ src/doc/CHANGES-7.1	Fri Nov  6 09:23:48 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.17 2015/11/06 00:55:26 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.18 2015/11/06 09:23:48 martin Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -502,12 +502,12 @@ sys/compat/netbsd32/files.netbsd32		1.36
 sys/compat/netbsd32/netbsd32.h			1.107
 sys/compat/netbsd32/netbsd32_conv.h		1.30
 sys/compat/netbsd32/netbsd32_nfssvc.c		1.1
-sys/compat/netbsd32/netbsd32_nfssvc.c		1.3
-sys/compat/netbsd32/netbsd32_syscall.h		1.116
-sys/compat/netbsd32/netbsd32_syscallargs.h	1.116
-sys/compat/netbsd32/netbsd32_syscalls.c		1.115
-sys/compat/netbsd32/netbsd32_sysent.c		1.115 via patch
-sys/compat/netbsd32/syscalls.master		1.108
+sys/compat/netbsd32/netbsd32_nfssvc.c		1.2-1.3
+sys/compat/netbsd32/netbsd32_syscall.h		(regen)
+sys/compat/netbsd32/netbsd32_syscallargs.h	(regen)
+sys/compat/netbsd32/netbsd32_syscalls.c		(regen)
+sys/compat/netbsd32/netbsd32_sysent.c		(regen)
+sys/compat/netbsd32/syscalls.master		1.108-1.109
 sys/nfs/nfs_syscalls.c1.156
 sys/nfs/nfs_var.h1.93
 



CVS commit: [netbsd-7] src/doc

2015-11-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov  6 09:23:48 UTC 2015

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

Log Message:
Update #956 after additional pullups/regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-06 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Nov  6 20:29:04 UTC 2015

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

Log Message:
Tickets 989-991.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-05 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Nov  5 09:34:23 UTC 2015

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

Log Message:
tickets 996-999


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.13 src/doc/CHANGES-7.1:1.1.2.14
--- src/doc/CHANGES-7.1:1.1.2.13	Thu Nov  5 05:27:45 2015
+++ src/doc/CHANGES-7.1	Thu Nov  5 09:34:23 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.13 2015/11/05 05:27:45 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.14 2015/11/05 09:34:23 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -590,3 +590,68 @@ usr.bin/ftp/version.h1.86-1.87
 	Add Server Name Indication (SNI) support for https.
 	[wiz, ticket #981]
 
+sys/kern/kern_exec.c1.419, 1.420
+sys/kern/kern_exit.c1.246, 1.247
+sys/kern/kern_synch.c1.309
+
+	In execve_runproc(), update the p_waited entry for the process
+	being moved to SSTOP state, not for its parent.  If the value is
+	not already zero, it could prevent its parent from waiting for
+	the process.  Fixes PR kern/50298
+	--
+	When clearing out the scheduler queues during system shutdown,
+	we move all processes to the SSTOP state.  Make sure we update
+	each process's p_waited and the parents' p_nstopchild counters
+	to maintain consistent values.  Fixes PR kern/50318
+	--
+	Currently, if a process is exiting and its parent has indicated
+	no intent of reaping the process (nor any other children), the
+	process will get reparented to init.  Since the state of the
+	exiting process at this point is SDEAD, proc_reparent() will not
+	update either the old or new parent's p_nstopchild counters.
+	This change causes both old and new parents to be properly
+	updated.  Fixes PR kern/50300
+	--
+	For processes marked with PS_STOPEXIT, update the process's
+	p_waited value, and update its parent's p_nstopchild value when
+	marking the process's p_stat to SSTOP.  The process needed to be
+	SACTIVE to get here, so this transition represents an additional
+	process for which the parent needs to wait.  Fixes PR kern/50308
+	--
+	In spawn_return() we temporarily move the process state to SSTOP,
+	but without updating its p_waited value or its parent's
+	p_nstopchild counter.  Later, we restore the original state,
+	again without any adjustment of the related values.  This leaves
+	a relatively short window when the values are inconsistent and
+	could interfere with the proper operation of sys_wait() for the
+	parent.  If during this window, any of the checks being made
+	result in an error, we call exit1() which will eventually migrate
+	the process's state to SDEAD (with an intermediate transition to
+	SDYING).  At this point the other variables get updated, and we
+	finally restore a consistent state.
+	This change updates the p_waited and parent's p_nstopchild at each
+	step to eliminate any windows during which the values could lead
+	to incorrect decisions.  Fixes PR kern/50330
+	[pgoyette, ticket #996]
+
+sys/kern/kern_sig.c1.321
+
+	When delivering a signal, it's possible that the process's state
+	in p_stat is SACTIVE yet p_sflag is PS_STOPPING (while waiting
+	for other LWPs to stop).  In that case, we don't want to adjust
+	the parent's p_nstopchild count.
+	[pgoyette, ticket #997]
+
+sys/compat/linux/arch/arm/linux_ptrace.c	1.19
+sys/compat/linux/arch/i386/linux_ptrace.c	1.31
+sys/compat/linux/arch/powerpc/linux_ptrace.c	1.29
+
+	Don't release proc_lock until we're done looking at things that
+	are protected by the lock, particularly p_stat and p_waited.
+	[pgoyette, ticket #998]
+
+sys/kern/kern_exit.c1.248
+
+	Update value of p_stat before we release the proc_lock.
+	[pgoyette, ticket #999]
+



CVS commit: [netbsd-7] src/doc

2015-11-05 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Nov  5 09:34:23 UTC 2015

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

Log Message:
tickets 996-999


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-05 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Nov  5 20:41:17 UTC 2015

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

Log Message:
Tickets 982, 983


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-05 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Nov  5 20:34:26 UTC 2015

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

Log Message:
Tickets 978, 979


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.14 src/doc/CHANGES-7.1:1.1.2.15
--- src/doc/CHANGES-7.1:1.1.2.14	Thu Nov  5 09:34:23 2015
+++ src/doc/CHANGES-7.1	Thu Nov  5 20:34:26 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.14 2015/11/05 09:34:23 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.15 2015/11/05 20:34:26 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -655,3 +655,14 @@ sys/kern/kern_exit.c1.248
 	Update value of p_stat before we release the proc_lock.
 	[pgoyette, ticket #999]
 
+sys/arch/mips/atheros/dev/athflash.c		1.9
+sys/arch/mips/atheros/dev/if_ae.c		1.25
+
+	Remove unused variables which break AP30 and MERAKI kernel builds.
+	[nisimura, ticket #978]
+
+sys/arch/mips/mips/bus_space_alignstride_chipdep.c	patch
+
+	Mark variable as used to fix ADM5120* kernel builds.
+	[nisimura, ticket #979]
+



CVS commit: [netbsd-7] src/doc

2015-11-05 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Nov  5 20:34:26 UTC 2015

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

Log Message:
Tickets 978, 979


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-05 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Nov  5 20:41:17 UTC 2015

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

Log Message:
Tickets 982, 983


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.15 src/doc/CHANGES-7.1:1.1.2.16
--- src/doc/CHANGES-7.1:1.1.2.15	Thu Nov  5 20:34:26 2015
+++ src/doc/CHANGES-7.1	Thu Nov  5 20:41:17 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.15 2015/11/05 20:34:26 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.16 2015/11/05 20:41:17 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -666,3 +666,14 @@ sys/arch/mips/mips/bus_space_alignstride
 	Mark variable as used to fix ADM5120* kernel builds.
 	[nisimura, ticket #979]
 
+sys/netinet6/icmp6.c1.177
+
+	Update icmp6_redirect_timeout_q when changing
+	net.inet6.icmp6.redirtimeout.  PR#50240
+	[ozaki-r, ticket #982]
+
+sys/arch/x68k/x68k/machdep.c			1.192
+
+	Fix poweroff for x68k.
+	[isaki, ticket #983]
+



CVS commit: [netbsd-7] src/doc

2015-11-05 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Nov  6 00:55:27 UTC 2015

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

Log Message:
Tickets 984-989


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.16 src/doc/CHANGES-7.1:1.1.2.17
--- src/doc/CHANGES-7.1:1.1.2.16	Thu Nov  5 20:41:17 2015
+++ src/doc/CHANGES-7.1	Fri Nov  6 00:55:26 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.16 2015/11/05 20:41:17 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.17 2015/11/06 00:55:26 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -677,3 +677,37 @@ sys/arch/x68k/x68k/machdep.c			1.192
 	Fix poweroff for x68k.
 	[isaki, ticket #983]
 
+sys/arch/x86/x86/cpu.c1.116
+
+	Don't disable/re-enable interrupts if they are already disabled.
+	Fixes i386 PAE kernels. PR#48196.
+	[nat, ticket #984]
+
+sys/netinet/if_arp.c1.160
+
+	Add sysctl to selectively log arp packets from unknown network.
+	[ozaki-r, ticket #985]
+
+sys/arch/amiga/include/vmparam.h		1.44
+
+	Maximize virtual memory space for amiga; tested on a 400MB
+	model.
+	[phx, ticket #986]
+
+sys/dev/pci/if_iwn.c1.76
+sys/dev/pci/if_iwnvar.h1.17
+
+	PR/50187: Don't use DS parameter set when 5GHz channel is scanning.
+	[nonaka, ticket #987]
+
+usr.bin/calendar/calendars/calendar.birthday	1.25
+usr.bin/calendar/calendars/calendar.christian	1.5
+usr.bin/calendar/calendars/calendar.history	1.31-1.32
+usr.bin/calendar/calendars/calendar.holiday	1.24-1.25
+usr.bin/calendar/calendars/calendar.judaic	1.5
+usr.bin/calendar/calendars/calendar.netbsd	1.33-1.35
+usr.bin/calendar/calendars/calendar.usholiday	1.6
+
+	Add some dates to various calendars.
+	[jnemeth, ticket #988]
+



CVS commit: [netbsd-7] src/doc

2015-11-05 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Nov  6 00:55:27 UTC 2015

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

Log Message:
Tickets 984-989


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 21:09:21 UTC 2015

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

Log Message:
Tickets 898, 975-977


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 21:09:21 UTC 2015

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

Log Message:
Tickets 898, 975-977


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.11 src/doc/CHANGES-7.1:1.1.2.12
--- src/doc/CHANGES-7.1:1.1.2.11	Wed Nov  4 18:20:45 2015
+++ src/doc/CHANGES-7.1	Wed Nov  4 21:09:21 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.11 2015/11/04 18:20:45 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.12 2015/11/04 21:09:21 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -550,3 +550,27 @@ sys/dev/mii/atphy.c1.17
 	Fix incorrect argument of mii_anar(). Fixes PR#50206.
 	[msaitoh, ticket #971]
 
+sys/dev/pci/hdaudio/hdaudio.c			1.2
+
+	Avoid copying uninitialized data.
+	[riastradh, ticket #898]
+
+share/man/man4/hythygtemp.4			1.3
+sys/dev/i2c/hytp14.c1.5
+sys/dev/i2c/hytp14var.h1.3 via patch
+
+	Fix hythygtemp(4) for reliability.
+	[phx, ticket #975]
+
+sys/arch/sandpoint/sandpoint/flash_cfi.c	1.4
+sys/arch/sandpoint/sandpoint/machdep.c		1.64
+sys/arch/sandpoint/sandpoint/mainbus.c		1.30
+
+	Fix panic in sandpoint DIAGNOSTIC kernel.
+	[phx, ticket #976]
+
+sys/dev/gpio/gpioiic.c1.7
+
+	Fix gpioiic(4).
+	[phx, ticket #977]
+



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Nov  5 05:27:45 UTC 2015

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

Log Message:
Tickets 980, 981


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Nov  5 05:27:45 UTC 2015

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

Log Message:
Tickets 980, 981


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.12 src/doc/CHANGES-7.1:1.1.2.13
--- src/doc/CHANGES-7.1:1.1.2.12	Wed Nov  4 21:09:21 2015
+++ src/doc/CHANGES-7.1	Thu Nov  5 05:27:45 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.12 2015/11/04 21:09:21 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.13 2015/11/05 05:27:45 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -574,3 +574,19 @@ sys/dev/gpio/gpioiic.c1.7
 	Fix gpioiic(4).
 	[phx, ticket #977]
 
+lib/libform/field.c1.29
+lib/libform/form.h1.23
+
+	API fix: Constify set_field_buffer.
+	[joerg, ticket #980]
+
+usr.bin/ftp/fetch.c1.207
+usr.bin/ftp/ftp.11.135
+usr.bin/ftp/main.c1.123
+usr.bin/ftp/ssl.c1.3-1.4
+usr.bin/ftp/ssl.h1.3
+usr.bin/ftp/version.h1.86-1.87
+
+	Add Server Name Indication (SNI) support for https.
+	[wiz, ticket #981]
+



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 15:04:52 UTC 2015

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

Log Message:
Ticket 896.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 15:04:52 UTC 2015

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

Log Message:
Ticket 896.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.5 src/doc/CHANGES-7.1:1.1.2.6
--- src/doc/CHANGES-7.1:1.1.2.5	Sat Oct 31 22:03:58 2015
+++ src/doc/CHANGES-7.1	Wed Nov  4 15:04:52 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.5 2015/10/31 22:03:58 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.6 2015/11/04 15:04:52 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -435,3 +435,9 @@ external/gpl3/gcc/usr.bin/libdecnumber/a
 	Update gcc to 4.8.5.
 	[mrg, ticket #1005]
 
+sys/ufs/ffs/ffs_bswap.c1.38-1.39
+
+	Fix harmless array overrun, and make some simplification
+	changes to memcpy.
+	[riastradh, ticket #896]
+



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 16:43:30 UTC 2015

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

Log Message:
Tickets 899, 905, 920, 927.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.6 src/doc/CHANGES-7.1:1.1.2.7
--- src/doc/CHANGES-7.1:1.1.2.6	Wed Nov  4 15:04:52 2015
+++ src/doc/CHANGES-7.1	Wed Nov  4 16:43:30 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.6 2015/11/04 15:04:52 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.7 2015/11/04 16:43:30 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -441,3 +441,37 @@ sys/ufs/ffs/ffs_bswap.c1.38-1.39
 	changes to memcpy.
 	[riastradh, ticket #896]
 
+sys/dev/cgd.c	1.97
+
+	Use explicit_memset to zero key material.
+	[riastradh, ticket #899]
+
+sys/external/bsd/drm2/include/radeon/cayman_reg_safe.h 1.2
+sys/external/bsd/drm2/include/radeon/evergreen_reg_safe.h 1.2
+sys/external/bsd/drm2/include/radeon/r100_reg_safe.h 1.2
+sys/external/bsd/drm2/include/radeon/r200_reg_safe.h 1.2
+sys/external/bsd/drm2/include/radeon/r300_reg_safe.h 1.2
+sys/external/bsd/drm2/include/radeon/r420_reg_safe.h 1.2
+sys/external/bsd/drm2/include/radeon/r600_reg_safe.h 1.2
+sys/external/bsd/drm2/include/radeon/rn50_reg_safe.h 1.2
+sys/external/bsd/drm2/include/radeon/rs600_reg_safe.h 1.2
+sys/external/bsd/drm2/include/radeon/rv515_reg_safe.h 1.2
+
+	Put real rcsids in files to track provenance.
+	[riastradh, ticket #905]
+
+lib/libc/stdio/fopen.31.31
+lib/libc/stdio/makebuf.c			1.18
+lib/libc/stdio/setbuf.31.14
+
+	Allow changing the default buffering policy for a stdio stream during
+	construction by setting environment variables.
+	[christos, ticket #920]
+
+lib/libutil/login_cap.c1.32
+share/man/man5/login.conf.5			1.29-1.31
+
+	Add vmemoryuse to login_cap(3). Improve login.conf(5)
+	documentation.  PR#49912.
+	[kamil, ticket #927]
+



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 16:43:30 UTC 2015

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

Log Message:
Tickets 899, 905, 920, 927.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 17:08:38 UTC 2015

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

Log Message:
Tickets 940, 944.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.7 src/doc/CHANGES-7.1:1.1.2.8
--- src/doc/CHANGES-7.1:1.1.2.7	Wed Nov  4 16:43:30 2015
+++ src/doc/CHANGES-7.1	Wed Nov  4 17:08:38 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.7 2015/11/04 16:43:30 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.8 2015/11/04 17:08:38 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -475,3 +475,14 @@ share/man/man5/login.conf.5			1.29-1.31
 	documentation.  PR#49912.
 	[kamil, ticket #927]
 
+share/man/man4/options.4			1.446-1.447 via patch
+share/man/man9/malloc.91.52-1.53
+
+	Remove several references to malloc(9).
+	[maxv, ticket #940]
+
+libexec/ftpd/logwtmp.c1.26-1.27
+
+	Don't write stack data from ftpd(8) into wtmpx files.
+	[shm, ticket #944]
+



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 17:08:38 UTC 2015

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

Log Message:
Tickets 940, 944.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 17:35:06 UTC 2015

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

Log Message:
Ticket 882.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 17:35:06 UTC 2015

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

Log Message:
Ticket 882.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.8 src/doc/CHANGES-7.1:1.1.2.9
--- src/doc/CHANGES-7.1:1.1.2.8	Wed Nov  4 17:08:38 2015
+++ src/doc/CHANGES-7.1	Wed Nov  4 17:35:06 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.8 2015/11/04 17:08:38 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.9 2015/11/04 17:35:06 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -486,3 +486,15 @@ libexec/ftpd/logwtmp.c1.26-1.27
 	Don't write stack data from ftpd(8) into wtmpx files.
 	[shm, ticket #944]
 
+sbin/umount/umount.c1.48
+sys/nfs/nfs_bio.c1.191 via patch
+sys/nfs/nfs_clntsocket.c			1.3 via patch
+sys/nfs/nfs_iod.c1.7
+sys/nfs/nfs_socket.c1.197 via patch
+sys/nfs/nfs_var.h1.94
+sys/nfs/nfs_vfsops.c1.230
+sys/nfs/nfsmount.h1.53
+
+	Fix soft NFS force unmount.
+	[manu, ticket #882]
+



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 18:04:34 UTC 2015

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

Log Message:
Tickets 956, 960, 962, 964, 965


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.9 src/doc/CHANGES-7.1:1.1.2.10
--- src/doc/CHANGES-7.1:1.1.2.9	Wed Nov  4 17:35:06 2015
+++ src/doc/CHANGES-7.1	Wed Nov  4 18:04:34 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.9 2015/11/04 17:35:06 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.10 2015/11/04 18:04:34 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -498,3 +498,45 @@ sys/nfs/nfsmount.h1.53
 	Fix soft NFS force unmount.
 	[manu, ticket #882]
 
+sys/compat/netbsd32/files.netbsd32		1.36 via patch
+sys/compat/netbsd32/netbsd32.h			1.107
+sys/compat/netbsd32/netbsd32_conv.h		1.30
+sys/compat/netbsd32/netbsd32_nfssvc.c		1.1
+sys/compat/netbsd32/netbsd32_nfssvc.c		1.3
+sys/compat/netbsd32/netbsd32_syscall.h		1.116
+sys/compat/netbsd32/netbsd32_syscallargs.h	1.116
+sys/compat/netbsd32/netbsd32_syscalls.c		1.115
+sys/compat/netbsd32/netbsd32_sysent.c		1.115 via patch
+sys/compat/netbsd32/syscalls.master		1.108
+sys/nfs/nfs_syscalls.c1.156
+sys/nfs/nfs_var.h1.93
+
+	Add netbsd32 support for nfssvc(2).
+	[mrg, ticket #956]
+
+sys/dev/mii/rgephy.c1.40
+sys/dev/mii/rgephyreg.h1.9
+
+	Disable link down power save mode and energy efficient ethernet on
+	RTL8211F. Makes ODROID-C1 ethernet work correctly.
+	[jmcneill, ticket #960]
+
+sys/kern/vfs_mount.c1.36
+
+	Do not VFS_SYNC before VFS_UNMOUNT on force unmount.
+	[manu, ticket #962]
+
+bin/sh/jobs.c	1.74-1.75
+bin/sh/trap.c	1.36-1.37
+bin/sh/trap.h	1.21-1.22
+
+	Process pending signals while waiting for a job, and
+	report the signal that wait was interrupted by, which
+	is not always SIGINT any more.
+	[christos, ticket #964]
+
+sys/kern/kern_cpu.c1.71
+
+	Don't decrement the number of offline cpus if we fail to shut down one.
+	[maxv, ticket #965]
+



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 18:04:34 UTC 2015

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

Log Message:
Tickets 956, 960, 962, 964, 965


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 18:20:45 UTC 2015

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

Log Message:
Tickets 970, 971


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-11-04 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  4 18:20:45 UTC 2015

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

Log Message:
Tickets 970, 971


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.10 src/doc/CHANGES-7.1:1.1.2.11
--- src/doc/CHANGES-7.1:1.1.2.10	Wed Nov  4 18:04:34 2015
+++ src/doc/CHANGES-7.1	Wed Nov  4 18:20:45 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.10 2015/11/04 18:04:34 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.11 2015/11/04 18:20:45 riz Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -540,3 +540,13 @@ sys/kern/kern_cpu.c1.71
 	Don't decrement the number of offline cpus if we fail to shut down one.
 	[maxv, ticket #965]
 
+sys/external/bsd/drm2/dist/drm/radeon/atombios_crtc.c 1.4
+
+	Avoid panic in radeon ddb(4) path.
+	[riastradh, ticket #970]
+
+sys/dev/mii/atphy.c1.17
+
+	Fix incorrect argument of mii_anar(). Fixes PR#50206.
+	[msaitoh, ticket #971]
+



CVS commit: [netbsd-7] src/doc

2015-10-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Oct 31 22:03:58 UTC 2015

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

Log Message:
ticket 10005


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.4 src/doc/CHANGES-7.1:1.1.2.5
--- src/doc/CHANGES-7.1:1.1.2.4	Sun Oct 18 09:06:04 2015
+++ src/doc/CHANGES-7.1	Sat Oct 31 22:03:58 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.4 2015/10/18 09:06:04 martin Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.5 2015/10/31 22:03:58 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -26,3 +26,412 @@ distrib/i386/ramdisks/common/list.ramdis
 	PR install/50311: missing gptmbr.bin on ramdisk based installs.
 	[martin, ticket #992]
 
+external/gpl3/gcc/dist/ChangeLog		patch
+external/gpl3/gcc/dist/LAST_UPDATED		patch
+external/gpl3/gcc/dist/MD5SUMS			patch
+external/gpl3/gcc/dist/NEWS			patch
+external/gpl3/gcc/dist/configure		patch
+external/gpl3/gcc/dist/configure.ac		patch
+external/gpl3/gcc/dist/INSTALL/binaries.html	patch
+external/gpl3/gcc/dist/INSTALL/build.html	patch
+external/gpl3/gcc/dist/INSTALL/configure.html	patch
+external/gpl3/gcc/dist/INSTALL/download.html	patch
+external/gpl3/gcc/dist/INSTALL/finalinstall.html patch
+external/gpl3/gcc/dist/INSTALL/gfdl.html	patch
+external/gpl3/gcc/dist/INSTALL/index.html	patch
+external/gpl3/gcc/dist/INSTALL/old.html		patch
+external/gpl3/gcc/dist/INSTALL/prerequisites.html patch
+external/gpl3/gcc/dist/INSTALL/specific.html	patch
+external/gpl3/gcc/dist/INSTALL/test.html	patch
+external/gpl3/gcc/dist/config/ChangeLog		patch
+external/gpl3/gcc/dist/contrib/ChangeLog	patch
+external/gpl3/gcc/dist/contrib/reghunt/ChangeLog patch
+external/gpl3/gcc/dist/contrib/regression/ChangeLog patch
+external/gpl3/gcc/dist/fixincludes/ChangeLog	patch
+external/gpl3/gcc/dist/gcc/BASE-VER		patch
+external/gpl3/gcc/dist/gcc/ChangeLog		patch
+external/gpl3/gcc/dist/gcc/DATESTAMP		patch
+external/gpl3/gcc/dist/gcc/alias.c		patch
+external/gpl3/gcc/dist/gcc/builtins.c		patch
+external/gpl3/gcc/dist/gcc/cfgexpand.c		patch
+external/gpl3/gcc/dist/gcc/combine.c		patch
+external/gpl3/gcc/dist/gcc/config.gcc		patch
+external/gpl3/gcc/dist/gcc/configure		patch
+external/gpl3/gcc/dist/gcc/configure.ac		patch
+external/gpl3/gcc/dist/gcc/df.h			patch
+external/gpl3/gcc/dist/gcc/dse.c		patch
+external/gpl3/gcc/dist/gcc/dwarf2out.c		patch
+external/gpl3/gcc/dist/gcc/expr.c		patch
+external/gpl3/gcc/dist/gcc/expr.h		patch
+external/gpl3/gcc/dist/gcc/fold-const.c		patch
+external/gpl3/gcc/dist/gcc/gcc.c		patch
+external/gpl3/gcc/dist/gcc/gcov-dump.c		patch
+external/gpl3/gcc/dist/gcc/gcov.c		patch
+external/gpl3/gcc/dist/gcc/gengtype-lex.c	patch
+external/gpl3/gcc/dist/gcc/ipa-inline-analysis.c patch
+external/gpl3/gcc/dist/gcc/ipa.c		patch
+external/gpl3/gcc/dist/gcc/ira.c		patch
+external/gpl3/gcc/dist/gcc/jump.c		patch
+external/gpl3/gcc/dist/gcc/lra.c		patch
+external/gpl3/gcc/dist/gcc/lto-streamer-out.c	patch
+external/gpl3/gcc/dist/gcc/omp-low.c		patch
+external/gpl3/gcc/dist/gcc/tree-cfg.c		patch
+external/gpl3/gcc/dist/gcc/tree-data-ref.c	patch
+external/gpl3/gcc/dist/gcc/tree-data-ref.h	patch
+external/gpl3/gcc/dist/gcc/tree-eh.c		patch
+external/gpl3/gcc/dist/gcc/tree-predcom.c	patch
+external/gpl3/gcc/dist/gcc/tree-ssa-dom.c	patch
+external/gpl3/gcc/dist/gcc/tree-ssa-forwprop.c	patch
+external/gpl3/gcc/dist/gcc/tree-ssa-tail-merge.c patch
+external/gpl3/gcc/dist/gcc/tree-stdarg.c	patch
+external/gpl3/gcc/dist/gcc/tree-vect-loop.c	patch
+external/gpl3/gcc/dist/gcc/tree-vect-slp.c	patch
+external/gpl3/gcc/dist/gcc/tree-vect-stmts.c	patch
+external/gpl3/gcc/dist/gcc/tree-vrp.c		patch
+external/gpl3/gcc/dist/gcc/var-tracking.c	patch
+external/gpl3/gcc/dist/gcc/varasm.c		patch
+external/gpl3/gcc/dist/gcc/web.c		patch
+external/gpl3/gcc/dist/gcc/c/ChangeLog		patch
+external/gpl3/gcc/dist/gcc/c/c-typeck.c		patch
+external/gpl3/gcc/dist/gcc/c-family/ChangeLog	patch
+external/gpl3/gcc/dist/gcc/c-family/c-common.c	patch
+external/gpl3/gcc/dist/gcc/c-family/c-opts.c	patch
+external/gpl3/gcc/dist/gcc/common/config/riscv/riscv-common.c patch
+external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.md patch
+external/gpl3/gcc/dist/gcc/config/aarch64/atomics.md patch
+external/gpl3/gcc/dist/gcc/config/aarch64/iterators.md patch
+external/gpl3/gcc/dist/gcc/config/alpha/alpha.c	patch
+external/gpl3/gcc/dist/gcc/config/alpha/alpha.md patch
+external/gpl3/gcc/dist/gcc/config/arm/arm.c	patch
+external/gpl3/gcc/dist/gcc/config/arm/arm.h	patch
+external/gpl3/gcc/dist/gcc/config/arm/arm.md	patch
+external/gpl3/gcc/dist/gcc/config/avr/avr.c	patch
+external/gpl3/gcc/dist/gcc/config/avr/avr.md	patch
+external/gpl3/gcc/dist/gcc/config/i386/avx2intrin.h patch

CVS commit: [netbsd-7] src/doc

2015-10-31 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Oct 31 22:03:58 UTC 2015

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

Log Message:
ticket 10005


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-10-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct 18 09:06:04 UTC 2015

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

Log Message:
Update #869 after additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.3 src/doc/CHANGES-7.1:1.1.2.4
--- src/doc/CHANGES-7.1:1.1.2.3	Thu Oct 15 20:35:49 2015
+++ src/doc/CHANGES-7.1	Sun Oct 18 09:06:04 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.3 2015/10/15 20:35:49 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.4 2015/10/18 09:06:04 martin Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -11,6 +11,9 @@ sys/sys/param.h	patched by hand
 
 share/man/man4/btmagic.4			1.3-1.6
 sys/dev/bluetooth/btmagic.c			1.12, 1.14
+src/sys/dev/usb/usbdevs1.696
+src/sys/dev/usb/usbdevs.h			regen
+src/sys/dev/usb/usbdevs_data.h			regen
 
 	Add support for Apple Magic Trackpad.
 	[bouyer, ticket #869]



CVS commit: [netbsd-7] src/doc

2015-10-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct 18 09:06:04 UTC 2015

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

Log Message:
Update #869 after additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-10-15 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Oct 15 20:35:50 UTC 2015

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

Log Message:
992


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-10-15 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Oct 15 20:35:50 UTC 2015

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

Log Message:
992


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.2 src/doc/CHANGES-7.1:1.1.2.3
--- src/doc/CHANGES-7.1:1.1.2.2	Thu Oct 15 20:28:37 2015
+++ src/doc/CHANGES-7.1	Thu Oct 15 20:35:49 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.2 2015/10/15 20:28:37 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.3 2015/10/15 20:35:49 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -15,3 +15,11 @@ sys/dev/bluetooth/btmagic.c			1.12, 1.14
 	Add support for Apple Magic Trackpad.
 	[bouyer, ticket #869]
 
+distrib/amd64/ramdisks/common/Makefile.ramdisk	1.11
+distrib/amd64/ramdisks/common/list.ramdisk	1.20
+distrib/i386/ramdisks/common/Makefile.ramdisk	1.12
+distrib/i386/ramdisks/common/list.ramdisk	1.26
+
+	PR install/50311: missing gptmbr.bin on ramdisk based installs.
+	[martin, ticket #992]
+



CVS commit: [netbsd-7] src/doc

2015-10-15 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Oct 15 20:28:37 UTC 2015

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

Log Message:
ticket 869


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-09-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Sep  9 09:15:18 UTC 2015

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

Log Message:
Ticket #974


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.376 -r1.1.2.377 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-09-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Sep  9 09:15:18 UTC 2015

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

Log Message:
Ticket #974


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.376 -r1.1.2.377 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.376 src/doc/CHANGES-7.0:1.1.2.377
--- src/doc/CHANGES-7.0:1.1.2.376	Wed Sep  9 08:14:01 2015
+++ src/doc/CHANGES-7.0	Wed Sep  9 09:15:18 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.376 2015/09/09 08:14:01 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.377 2015/09/09 09:15:18 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -34065,3 +34065,10 @@ doc/3RDPARTY	(patch)
 	- Fix CVE-2015-5722
 	- Fix CVE-2015-5986
 	[snj, #973]
+
+distrib/sets/lists/xbase/shl.mi			1.61
+external/mit/xorg/lib/libxcb/xkb/Makefile	1.2
+
+	Fix libxcb-xkb.so version.
+	[mrg, ticket #974]
+



CVS commit: [netbsd-7] src/doc

2015-09-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Sep  9 08:14:01 UTC 2015

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

Log Message:
Ticket #973


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.375 -r1.1.2.376 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.375 src/doc/CHANGES-7.0:1.1.2.376
--- src/doc/CHANGES-7.0:1.1.2.375	Tue Sep  8 12:05:59 2015
+++ src/doc/CHANGES-7.0	Wed Sep  9 08:14:01 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.375 2015/09/08 12:05:59 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.376 2015/09/09 08:14:01 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -33995,3 +33995,73 @@ sbin/gpt/gpt_uuid.h1.4
 	index constants.
 	[mlelstv, ticket #969]
 
+external/bsd/bind/dist/CHANGES			1.17
+external/bsd/bind/dist/README			1.5
+external/bsd/bind/dist/srcid			1.11
+external/bsd/bind/dist/version			1.15
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch01.html 1.1.1.15
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch02.html 1.1.1.12
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch03.html 1.1.1.17
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch04.html 1.5
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch05.html 1.1.1.18
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch06.html 1.5
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch07.html 1.5
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch08.html 1.5
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch09.html 1.5
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch10.html 1.1.1.14
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch11.html 1.1.1.3
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch12.html 1.1.1.3
+external/bsd/bind/dist/doc/arm/Bv9ARM.ch13.html 1.1.1.3
+external/bsd/bind/dist/doc/arm/Bv9ARM.html	1.5
+external/bsd/bind/dist/doc/arm/Bv9ARM.pdf 	1.11
+external/bsd/bind/dist/doc/arm/latex-fixup.pl	1.1.1.5
+external/bsd/bind/dist/doc/arm/man.arpaname.html 1.5
+external/bsd/bind/dist/doc/arm/man.ddns-confgen.html 1.5
+external/bsd/bind/dist/doc/arm/man.delv.html	1.5
+external/bsd/bind/dist/doc/arm/man.dig.html	1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-checkds.html 1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-coverage.html 1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-dsfromkey.html 1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-importkey.html 1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-keyfromlabel.html 1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-keygen.html 1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-revoke.html 1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-settime.html 1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-signzone.html 1.5
+external/bsd/bind/dist/doc/arm/man.dnssec-verify.html 1.5
+external/bsd/bind/dist/doc/arm/man.genrandom.html 1.5
+external/bsd/bind/dist/doc/arm/man.host.html 	1.5
+external/bsd/bind/dist/doc/arm/man.isc-hmac-fixup.html 1.5
+external/bsd/bind/dist/doc/arm/man.named-checkconf.html 1.5
+external/bsd/bind/dist/doc/arm/man.named-checkzone.html 1.5
+external/bsd/bind/dist/doc/arm/man.named-journalprint.html 1.5
+external/bsd/bind/dist/doc/arm/man.named-rrchecker.html 1.5
+external/bsd/bind/dist/doc/arm/man.named.html 	1.5
+external/bsd/bind/dist/doc/arm/man.nsec3hash.html 1.5
+external/bsd/bind/dist/doc/arm/man.nsupdate.html 1.5
+external/bsd/bind/dist/doc/arm/man.rndc-confgen.html 1.5
+external/bsd/bind/dist/doc/arm/man.rndc.conf.html 1.5
+external/bsd/bind/dist/doc/arm/man.rndc.html 	1.5
+external/bsd/bind/dist/doc/arm/notes.html 	1.1.1.3
+external/bsd/bind/dist/doc/arm/notes.pdf 	1.1.1.3
+external/bsd/bind/dist/doc/arm/notes.xml 	1.1.1.3
+external/bsd/bind/dist/lib/dns/api 		1.5
+external/bsd/bind/dist/lib/dns/hmac_link.c 	1.8
+external/bsd/bind/dist/lib/dns/ncache.c 	1.10
+external/bsd/bind/dist/lib/dns/openssldh_link.c 1.9
+external/bsd/bind/dist/lib/dns/openssldsa_link.c 1.10
+external/bsd/bind/dist/lib/dns/opensslecdsa_link.c 1.9
+external/bsd/bind/dist/lib/dns/opensslrsa_link.c 1.10
+external/bsd/bind/dist/lib/dns/pkcs11dh_link.c 	1.1.1.5
+external/bsd/bind/dist/lib/dns/pkcs11dsa_link.c 1.1.1.5
+external/bsd/bind/dist/lib/dns/pkcs11rsa_link.c 1.1.1.5
+external/bsd/bind/dist/lib/dns/rdata.c 		1.12
+external/bsd/bind/dist/lib/dns/resolver.c 	1.22
+external/bsd/bind/dist/lib/dns/include/dst/dst.h 1.10
+external/bsd/bind/dist/lib/dns/rdata/generic/openpgpkey_61.c 1.1.1.2
+doc/3RDPARTY	(patch)
+
+	Update BIND to 9.10.2-P4.  Changes: 
+	- Fix CVE-2015-5722
+	- Fix CVE-2015-5986
+	[snj, #973]



CVS commit: [netbsd-7] src/doc

2015-09-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Sep  9 08:14:01 UTC 2015

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

Log Message:
Ticket #973


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.375 -r1.1.2.376 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-09-09 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Sep 10 03:03:57 UTC 2015

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

Log Message:
955


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.377 -r1.1.2.378 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.377 src/doc/CHANGES-7.0:1.1.2.378
--- src/doc/CHANGES-7.0:1.1.2.377	Wed Sep  9 09:15:18 2015
+++ src/doc/CHANGES-7.0	Thu Sep 10 03:03:57 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.377 2015/09/09 09:15:18 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.378 2015/09/10 03:03:57 snj Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -34072,3 +34072,26 @@ external/mit/xorg/lib/libxcb/xkb/Makefil
 	Fix libxcb-xkb.so version.
 	[mrg, ticket #974]
 
+doc/3RDPARTY	patch
+external/public-domain/tz/dist/Makefile up to 1.1.1.9
+external/public-domain/tz/dist/NEWS up to 1.1.1.9
+external/public-domain/tz/dist/Theory   up to 1.1.1.4
+external/public-domain/tz/dist/africa   up to 1.1.1.6
+external/public-domain/tz/dist/antarctica   up to 1.1.1.4
+external/public-domain/tz/dist/asia up to 1.1.1.8
+external/public-domain/tz/dist/backward up to 1.1.1.4
+external/public-domain/tz/dist/backzone up to 1.1.1.7
+external/public-domain/tz/dist/checktab.awk up to 1.1.1.7
+external/public-domain/tz/dist/europe   up to 1.1.1.9
+external/public-domain/tz/dist/iso3166.tab  up to 1.1.1.2
+external/public-domain/tz/dist/leap-seconds.list up to 1.1.1.4
+external/public-domain/tz/dist/leapseconds  up to 1.1.1.5
+external/public-domain/tz/dist/northamerica up to 1.1.1.9
+external/public-domain/tz/dist/southamerica up to 1.1.1.7
+external/public-domain/tz/dist/zone.tab up to 1.1.1.5
+external/public-domain/tz/dist/zone1970.tab up to 1.1.1.7
+external/public-domain/tz/tzdata2netbsd up to 1.7
+
+	Update tzdata to 2015f.
+	[jun, ticket #955]
+



CVS commit: [netbsd-7] src/doc

2015-09-09 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Sep 10 03:03:57 UTC 2015

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

Log Message:
955


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.377 -r1.1.2.378 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



<    2   3   4   5   6   7   8   9   10   11   >