CVS commit: [netbsd-7] src/doc

2020-06-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jun 30 15:12:08 UTC 2020

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

Log Message:
Ticket #1737


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.87 -r1.1.2.88 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.87 src/doc/CHANGES-7.3:1.1.2.88
--- src/doc/CHANGES-7.3:1.1.2.87	Sat Jun 20 16:16:51 2020
+++ src/doc/CHANGES-7.3	Tue Jun 30 15:12:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.87 2020/06/20 16:16:51 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.88 2020/06/30 15:12:07 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -889,3 +889,8 @@ usr.sbin/hdaudioctl/hdaudioctl.h		1.3
 	human-readable tabulated form.
 	[sborrill, ticket #1736]
 
+etc/mtree/special1.170
+
+	Fix /private/tmp mode to match etc/rc.d/perusertmp.
+	[kim, ticket #1737]
+



CVS commit: [netbsd-7] src/doc

2020-06-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jun 20 16:16:51 UTC 2020

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

Log Message:
Ticket #1736


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.86 -r1.1.2.87 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.86 src/doc/CHANGES-7.3:1.1.2.87
--- src/doc/CHANGES-7.3:1.1.2.86	Tue Jun 16 10:36:03 2020
+++ src/doc/CHANGES-7.3	Sat Jun 20 16:16:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.86 2020/06/16 10:36:03 bouyer Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.87 2020/06/20 16:16:51 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -880,3 +880,12 @@ sys/dev/usb/if_run.c1.41
 	corruption. Pointed out by Ilja Van Sprundel.
 	[martin, ticket #1735]
 
+usr.sbin/hdaudioctl/graph.c			1.5
+usr.sbin/hdaudioctl/hdaudioctl.8		1.7
+usr.sbin/hdaudioctl/hdaudioctl.c		1.3,1.4
+usr.sbin/hdaudioctl/hdaudioctl.h		1.3
+
+	Add show subcommand that displays the codec configuration in
+	human-readable tabulated form.
+	[sborrill, ticket #1736]
+



CVS commit: [netbsd-7] src/doc

2020-06-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Jun 16 10:36:03 UTC 2020

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

Log Message:
tickets 1734, 1735


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.85 src/doc/CHANGES-7.3:1.1.2.86
--- src/doc/CHANGES-7.3:1.1.2.85	Sun Jun  7 16:46:01 2020
+++ src/doc/CHANGES-7.3	Tue Jun 16 10:36:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.85 2020/06/07 16:46:01 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.86 2020/06/16 10:36:03 bouyer Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -867,3 +867,16 @@ sys/dev/sysmon/sysmon_envsys.c			1.145
 	Do not queue sysmon refresh until the rndsource is attached.
 	[riastradh, ticket #1733]
 
+sys/dev/usb/if_otus.c1.45 via patch
+
+	Stricter bounds check for some packet length we get from the usb chip,
+	to make sure we do not corrupt kernel memory.
+	Pointed out by Ilja Van Sprundel.
+	[martin, ticket #1734]
+
+sys/dev/usb/if_run.c1.41
+
+	Better bounds checking for oversized packets, to avoid kernel memory
+	corruption. Pointed out by Ilja Van Sprundel.
+	[martin, ticket #1735]
+



CVS commit: [netbsd-7] src/doc

2020-06-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jun  7 16:46:01 UTC 2020

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

Log Message:
Tickets #1732 and #1733


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.84 src/doc/CHANGES-7.3:1.1.2.85
--- src/doc/CHANGES-7.3:1.1.2.84	Thu May  7 12:09:26 2020
+++ src/doc/CHANGES-7.3	Sun Jun  7 16:46:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.84 2020/05/07 12:09:26 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.85 2020/06/07 16:46:01 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -857,3 +857,13 @@ bin/rcp/rcp.c	1.50
 	further files or directories to be ignored or corrupted.
 	[aymeric, ticket #1731]
 
+sys/arch/powerpc/oea/pmap.c			1.96
+
+	Fix inconsistent KERNEL_LOCK state in pmap for powerpc/oea.
+	[rin, ticket #1732]
+
+sys/dev/sysmon/sysmon_envsys.c			1.145
+
+	Do not queue sysmon refresh until the rndsource is attached.
+	[riastradh, ticket #1733]
+



CVS commit: [netbsd-7] src/doc

2020-05-07 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu May  7 12:09:26 UTC 2020

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

Log Message:
Whitespace fix


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.83 src/doc/CHANGES-7.3:1.1.2.84
--- src/doc/CHANGES-7.3:1.1.2.83	Thu May  7 12:01:40 2020
+++ src/doc/CHANGES-7.3	Thu May  7 12:09:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.83 2020/05/07 12:01:40 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.84 2020/05/07 12:09:26 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -850,7 +850,7 @@ external/bsd/bind/dist/lib/isc/sha2.c		(
 	converting the code to avoid alignment issues.
 	[he, ticket #1730]
 
-bin/rcp/rcp.c			1.50
+bin/rcp/rcp.c	1.50
 
 	In sink(), upon error, avoid multiple replies to the source
 	as this would lead to a desynchronization of the protocol and



CVS commit: [netbsd-7] src/doc

2020-05-07 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu May  7 12:01:40 UTC 2020

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

Log Message:
Ticket #1731


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.82 src/doc/CHANGES-7.3:1.1.2.83
--- src/doc/CHANGES-7.3:1.1.2.82	Wed May  6 07:42:14 2020
+++ src/doc/CHANGES-7.3	Thu May  7 12:01:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.82 2020/05/06 07:42:14 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.83 2020/05/07 12:01:40 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -850,3 +850,10 @@ external/bsd/bind/dist/lib/isc/sha2.c		(
 	converting the code to avoid alignment issues.
 	[he, ticket #1730]
 
+bin/rcp/rcp.c			1.50
+
+	In sink(), upon error, avoid multiple replies to the source
+	as this would lead to a desynchronization of the protocol and
+	further files or directories to be ignored or corrupted.
+	[aymeric, ticket #1731]
+



CVS commit: [netbsd-7] src/doc

2020-05-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed May  6 07:42:14 UTC 2020

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

Log Message:
Ticket #1730


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.81 src/doc/CHANGES-7.3:1.1.2.82
--- src/doc/CHANGES-7.3:1.1.2.81	Thu Apr 30 16:23:32 2020
+++ src/doc/CHANGES-7.3	Wed May  6 07:42:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.81 2020/04/30 16:23:32 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.82 2020/05/06 07:42:14 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -844,3 +844,9 @@ games/fortune/unstr/unstr.c			1.15
 	Fix potential buffer overflows in fortune tools.
 	[nia, ticket #1729]
 
+external/bsd/bind/dist/lib/isc/sha2.c		(apply patch)
+
+	Fix bug in sha384 checksum computation introduced when
+	converting the code to avoid alignment issues.
+	[he, ticket #1730]
+



CVS commit: [netbsd-7] src/doc

2020-04-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Apr 30 16:23:32 UTC 2020

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

Log Message:
Ticket #1729


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.80 src/doc/CHANGES-7.3:1.1.2.81
--- src/doc/CHANGES-7.3:1.1.2.80	Thu Apr 23 14:18:09 2020
+++ src/doc/CHANGES-7.3	Thu Apr 30 16:23:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.80 2020/04/23 14:18:09 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.81 2020/04/30 16:23:32 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -838,3 +838,9 @@ external/bsd/bind/include/config.h		(app
 	This should make DNSSEC work on such hosts as well.
 	[he, ticket #1728]
 
+games/fortune/strfile/strfile.c			1.39
+games/fortune/unstr/unstr.c			1.15
+
+	Fix potential buffer overflows in fortune tools.
+	[nia, ticket #1729]
+



CVS commit: [netbsd-7] src/doc

2020-04-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Apr 23 14:18:09 UTC 2020

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

Log Message:
Ticket #1728


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.79 src/doc/CHANGES-7.3:1.1.2.80
--- src/doc/CHANGES-7.3:1.1.2.79	Wed Apr 15 14:52:56 2020
+++ src/doc/CHANGES-7.3	Thu Apr 23 14:18:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.79 2020/04/15 14:52:56 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.80 2020/04/23 14:18:09 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -832,3 +832,9 @@ sys/netinet6/nd6_rtr.c1.148 (via pat
 	PR kern/55091 and PR bin/54997: fix default route selection.
 	[kim, ticket #1727]
 
+external/bsd/bind/include/config.h		(apply patch)
+
+	Fix BIND configuration for big-endian hosts.
+	This should make DNSSEC work on such hosts as well.
+	[he, ticket #1728]
+



CVS commit: [netbsd-7] src/doc

2020-04-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Apr 15 14:52:56 UTC 2020

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

Log Message:
Ticket #1727


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.78 -r1.1.2.79 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.78 src/doc/CHANGES-7.3:1.1.2.79
--- src/doc/CHANGES-7.3:1.1.2.78	Mon Mar 16 12:09:46 2020
+++ src/doc/CHANGES-7.3	Wed Apr 15 14:52:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.78 2020/03/16 12:09:46 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.79 2020/04/15 14:52:56 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -827,3 +827,8 @@ sys/arch/xen/xen/xennet_checksum.c		1.4
 	on same physical host as it seems Windows does some padding.
 	[jdolecek, ticket #1726]
 
+sys/netinet6/nd6_rtr.c1.148 (via patch)
+
+	PR kern/55091 and PR bin/54997: fix default route selection.
+	[kim, ticket #1727]
+



CVS commit: [netbsd-7] src/doc

2020-03-16 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Mon Mar 16 12:09:46 UTC 2020

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

Log Message:
Ticket #1726


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.77 src/doc/CHANGES-7.3:1.1.2.78
--- src/doc/CHANGES-7.3:1.1.2.77	Sun Mar  8 09:20:52 2020
+++ src/doc/CHANGES-7.3	Mon Mar 16 12:09:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.77 2020/03/08 09:20:52 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.78 2020/03/16 12:09:46 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -819,3 +819,11 @@ sys/arch/amigappc/include/bus_defs.h		1.
 	the bus methods since we already define them anyway.
 	[is, ticket #1725]
 
+sys/arch/xen/xen/xennet_checksum.c		1.4
+
+	Make the packet length check less strict, allow the physical
+	packet longer than IP payload. This fixes problem where checksum
+	was not recomputed for short packets coming from Windows domU
+	on same physical host as it seems Windows does some padding.
+	[jdolecek, ticket #1726]
+



CVS commit: [netbsd-7] src/doc

2020-03-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar  8 09:20:52 UTC 2020

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

Log Message:
Tickets #1723 - #1725


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.76 src/doc/CHANGES-7.3:1.1.2.77
--- src/doc/CHANGES-7.3:1.1.2.76	Wed Feb 12 20:21:12 2020
+++ src/doc/CHANGES-7.3	Sun Mar  8 09:20:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.76 2020/02/12 20:21:12 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.77 2020/03/08 09:20:52 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -802,3 +802,20 @@ external/bsd/ppp/dist/pppd/eap.c		1.5
 	pppd: Fix bounds check in EAP code
 	[christos, ticket #1722]
 
+sys/dev/ic/tms320av110.c			1.24
+
+	Remove unused variables.
+	[is, ticket #1723]
+
+sys/arch/amiga/dev/gayle_pcmcia.c		1.32
+
+	The Gayle interface uses swapped (little-endian) word accesses, so we
+	need to use the amiga_bus_stride_1swap methods for the word accesses.
+	[is, ticket #1724]
+
+sys/arch/amigappc/include/bus_defs.h		1.8
+
+	Gayle wants stride_1swap now, so declare the rest of
+	the bus methods since we already define them anyway.
+	[is, ticket #1725]
+



CVS commit: [netbsd-7] src/doc

2020-02-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Feb 12 20:21:12 UTC 2020

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

Log Message:
Tickets #1721 and #1722


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.75 src/doc/CHANGES-7.3:1.1.2.76
--- src/doc/CHANGES-7.3:1.1.2.75	Tue Jan 21 19:21:14 2020
+++ src/doc/CHANGES-7.3	Wed Feb 12 20:21:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.75 2020/01/21 19:21:14 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.76 2020/02/12 20:21:12 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -792,3 +792,13 @@ sys/sys/shm.h		1.54 (patch)
 	subsystems. 
 	[christos, ticket #1720]
 
+sys/arch/mac68k/nubus/grf_nubus.c		1.78
+
+	Set sc_dev field of softc.
+	[tsutsui, ticket #1721]
+
+external/bsd/ppp/dist/pppd/eap.c		1.5
+
+	pppd: Fix bounds check in EAP code
+	[christos, ticket #1722]
+



CVS commit: [netbsd-7] src/doc

2020-01-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 21 19:21:14 UTC 2020

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

Log Message:
Ticket #1720


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.74 src/doc/CHANGES-7.3:1.1.2.75
--- src/doc/CHANGES-7.3:1.1.2.74	Thu Jan  2 09:56:51 2020
+++ src/doc/CHANGES-7.3	Tue Jan 21 19:21:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.74 2020/01/02 09:56:51 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.75 2020/01/21 19:21:14 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -759,3 +759,36 @@ sys/conf/copyright1.18
 	Welcome to 2020.
 	[mlelstv, ticket #1719]
 
+sys/compat/common/kern_sig_43.c1.36
+sys/compat/linux/arch/amd64/linux_machdep.c		1.59
+sys/compat/linux/common/linux_fcntl.h			1.18
+sys/compat/linux/common/linux_file64.c			1.62
+sys/compat/linux/common/linux_ipc.c			1.57
+sys/compat/linux/common/linux_misc.c			1.243
+sys/compat/linux/common/linux_signal.c			1.81
+sys/compat/linux/common/linux_socket.c			1.149 (patch)
+sys/compat/linux/common/linux_socket.h			1.24
+sys/compat/linux/common/linux_statfs.h			1.7
+sys/compat/linux/common/linux_termios.c			1.38
+sys/compat/linux/common/linux_termios.h			1.22
+sys/compat/linux32/common/linux32_dirent.c		1.20
+sys/compat/linux32/common/linux32_ioctl.c		1.14
+sys/compat/linux32/common/linux32_misc.c		1.27
+sys/compat/linux32/common/linux32_signal.c		1.20
+sys/compat/linux32/common/linux32_sysinfo.c		1.8
+sys/compat/linux32/common/linux32_termios.c		1.15
+sys/compat/linux32/common/linux32_utsname.c		1.10
+sys/compat/netbsd32/netbsd32_compat_20.c		1.39
+sys/compat/netbsd32/netbsd32_compat_43.c		1.59
+sys/compat/netbsd32/netbsd32_compat_50.c		1.44
+sys/compat/ossaudio/ossaudio.c1.75
+sys/kern/sysv_shm.c	1.138
+sys/miscfs/procfs/procfs_linux.c			1.75 (patch)
+sys/sys/shm.h		1.54 (patch)
+
+	Fix various info leaks, out of bound access, usage of uninitialized
+	values and direct access to userland variables from kernel space
+	and memory leaks in system calls implemented for the compatibility
+	subsystems. 
+	[christos, ticket #1720]
+



CVS commit: [netbsd-7] src/doc

2020-01-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jan  2 09:56:51 UTC 2020

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

Log Message:
Ticket #1719


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.73 src/doc/CHANGES-7.3:1.1.2.74
--- src/doc/CHANGES-7.3:1.1.2.73	Tue Dec 17 16:33:57 2019
+++ src/doc/CHANGES-7.3	Thu Jan  2 09:56:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.73 2019/12/17 16:33:57 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.74 2020/01/02 09:56:51 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -754,3 +754,8 @@ sys/dev/ic/ath.c1.129
 	Protect network ioctls from non-authorized users.
 	[christos, ticket #1718]
 
+sys/conf/copyright1.18
+
+	Welcome to 2020.
+	[mlelstv, ticket #1719]
+



CVS commit: [netbsd-7] src/doc

2019-12-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Dec 17 16:33:57 UTC 2019

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

Log Message:
Ticket #1718


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.72 src/doc/CHANGES-7.3:1.1.2.73
--- src/doc/CHANGES-7.3:1.1.2.72	Sun Dec  8 10:26:08 2019
+++ src/doc/CHANGES-7.3	Tue Dec 17 16:33:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.72 2019/12/08 10:26:08 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.73 2019/12/17 16:33:57 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -749,3 +749,8 @@ sys/dev/cons.c	1.76,1.77
 	Fix reference count leak in cons(4).
 	[riastradh, ticket #1717]
 
+sys/dev/ic/ath.c1.129
+
+	Protect network ioctls from non-authorized users.
+	[christos, ticket #1718]
+



CVS commit: [netbsd-7] src/doc

2019-12-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Dec  8 10:26:08 UTC 2019

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

Log Message:
Ticket #1717


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.71 src/doc/CHANGES-7.3:1.1.2.72
--- src/doc/CHANGES-7.3:1.1.2.71	Thu Dec  5 16:30:45 2019
+++ src/doc/CHANGES-7.3	Sun Dec  8 10:26:08 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.71 2019/12/05 16:30:45 bouyer Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.72 2019/12/08 10:26:08 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -744,3 +744,8 @@ sys/external/bsd/dwc2/dwc2.c			1.60 - 1.
 	PR/54696: Kernel panic in bus_dma.c on Raspberry Pi 3B/3B+
 	[skrll, ticket #1716]
 
+sys/dev/cons.c	1.76,1.77
+
+	Fix reference count leak in cons(4).
+	[riastradh, ticket #1717]
+



CVS commit: [netbsd-7] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Thu Dec  5 16:30:45 UTC 2019

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

Log Message:
ticket 1716


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.70 src/doc/CHANGES-7.3:1.1.2.71
--- src/doc/CHANGES-7.3:1.1.2.70	Thu Dec  5 16:25:17 2019
+++ src/doc/CHANGES-7.3	Thu Dec  5 16:30:45 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.70 2019/12/05 16:25:17 bouyer Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.71 2019/12/05 16:30:45 bouyer Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -737,3 +737,10 @@ share/man/man4/rnd.41.25 - 1.28
 	Update NIST SP800-90A reference.
 	[riastradh, ticket #1715]
 
+sys/external/bsd/dwc2/dwc2.c			1.60 - 1.66
+
+	Make dwc2debug sysctl'able
+	Calulate the right lenght for isoc transfer and the usb_syncmem
+	PR/54696: Kernel panic in bus_dma.c on Raspberry Pi 3B/3B+
+	[skrll, ticket #1716]
+



CVS commit: [netbsd-7] src/doc

2019-12-05 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Thu Dec  5 16:25:17 UTC 2019

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

Log Message:
ticket 1715


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-7.3

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.69 src/doc/CHANGES-7.3:1.1.2.70
--- src/doc/CHANGES-7.3:1.1.2.69	Mon Nov 25 15:47:16 2019
+++ src/doc/CHANGES-7.3	Thu Dec  5 16:25:17 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.69 2019/11/25 15:47:16 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.70 2019/12/05 16:25:17 bouyer Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -731,3 +731,9 @@ sys/kern/subr_cprng.c1.33
 	Use cprng_strong, not cprng_fast, for sysctl kern.arnd.
 	[riastradh, ticket #1714]
 
+share/man/man4/rnd.41.25 - 1.28
+
+	Update man page to reflect switch from CTR_DRBG to Hash_DRBG.
+	Update NIST SP800-90A reference.
+	[riastradh, ticket #1715]
+



CVS commit: [netbsd-7] src/doc

2019-05-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue May  7 18:54:28 UTC 2019

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

Log Message:
Ticket #1696


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.51 src/doc/CHANGES-7.3:1.1.2.52
--- src/doc/CHANGES-7.3:1.1.2.51	Sun May  5 09:04:48 2019
+++ src/doc/CHANGES-7.3	Tue May  7 18:54:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.51 2019/05/05 09:04:48 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.52 2019/05/07 18:54:28 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -567,3 +567,9 @@ external/bsd/dhcpcd/dist/src/dhcp6.c		(a
 	DHCPv6: Fix a potential read overflow with D6_OPTION_PD_EXCLUDE.
 	[roy, ticket #1695]
 
+sys/netsmb/smb_conn.c1.30
+
+	Prevent a NULL pointer dereference when the local endpoint is not
+	defined.
+	[christos, ticket #1696]
+



CVS commit: [netbsd-7] src/doc

2019-05-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun May  5 09:04:48 UTC 2019

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

Log Message:
Tickets #1693 and #1695


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.50 src/doc/CHANGES-7.3:1.1.2.51
--- src/doc/CHANGES-7.3:1.1.2.50	Wed May  1 09:50:53 2019
+++ src/doc/CHANGES-7.3	Sun May  5 09:04:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.50 2019/05/01 09:50:53 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.51 2019/05/05 09:04:48 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -556,4 +556,14 @@ sys/kern/sys_pipe.c1.147,1.148
 	Handle half-closed pipes in FIONWRITE and FIONSPACE.
 	[mlelstv, ticket #1692]
 
+sys/arch/amd64/amd64/copy.S			1.33
+sys/arch/i386/i386/copy.S			1.31
+
+	Don't forget to clear the direction flag if kcopy fails.
+	[maxv, ticket #1693]
+
+external/bsd/dhcpcd/dist/src/dhcp6.c		(apply patch)
+
+	DHCPv6: Fix a potential read overflow with D6_OPTION_PD_EXCLUDE.
+	[roy, ticket #1695]
 



CVS commit: [netbsd-7] src/doc

2019-05-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed May  1 09:50:53 UTC 2019

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

Log Message:
Tickets #1691 and #1692


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.49 src/doc/CHANGES-7.3:1.1.2.50
--- src/doc/CHANGES-7.3:1.1.2.49	Fri Apr 26 19:48:00 2019
+++ src/doc/CHANGES-7.3	Wed May  1 09:50:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.49 2019/04/26 19:48:00 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.50 2019/05/01 09:50:53 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -543,3 +543,17 @@ external/bsd/dhcpcd/dist/compat/consttim
 	Fix a potential 1 byte read overflow with DHO_OPTSOVERLOADED.
 	Use consttime_memequal(3) to compare hashes.
 	[roy, ticket #1690]
+
+sys/dev/veriexec.config1.1 (patch)
+
+	Add a configuration file for enabling Veriexec in kernel config(5)
+	files.
+	[sevan, ticket #1691]
+
+sys/kern/sys_pipe.c1.147,1.148
+
+	Clean up pipe structure before recycling it.
+	Handle half-closed pipes in FIONWRITE and FIONSPACE.
+	[mlelstv, ticket #1692]
+
+



CVS commit: [netbsd-7] src/doc

2019-04-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Apr 26 19:48:00 UTC 2019

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

Log Message:
Ticket #1690


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.48 src/doc/CHANGES-7.3:1.1.2.49
--- src/doc/CHANGES-7.3:1.1.2.48	Fri Apr 19 16:02:01 2019
+++ src/doc/CHANGES-7.3	Fri Apr 26 19:48:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.48 2019/04/19 16:02:01 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.49 2019/04/26 19:48:00 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -532,3 +532,14 @@ sys/net/if.c	1.449 (patch)
 	of stack disclosure.
 	[christos, ticket #1689]
 
+external/bsd/dhcpcd/dist/configure			(apply patch)
+external/bsd/dhcpcd/dist/src/auth.c			(apply patch)
+external/bsd/dhcpcd/dist/src/dhcp.c			(apply patch)
+external/bsd/dhcpcd/dist/src/dhcp6.c	 		(apply patch)
+external/bsd/dhcpcd/dist/compat/consttime_memequal.h 	(apply patch)
+
+	Security fixes for dhcpcd:
+	Fix a potential buffer overflow reading NA/TA addresses.
+	Fix a potential 1 byte read overflow with DHO_OPTSOVERLOADED.
+	Use consttime_memequal(3) to compare hashes.
+	[roy, ticket #1690]



CVS commit: [netbsd-7] src/doc

2019-04-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Apr 19 16:02:02 UTC 2019

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

Log Message:
Ticket #1689


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.47 src/doc/CHANGES-7.3:1.1.2.48
--- src/doc/CHANGES-7.3:1.1.2.47	Tue Apr 16 08:12:58 2019
+++ src/doc/CHANGES-7.3	Fri Apr 19 16:02:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.47 2019/04/16 08:12:58 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.48 2019/04/19 16:02:01 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -523,3 +523,12 @@ sys/external/bsd/drm2/pci/drm_pci.c		1.3
 	Don't try to interpret the second half of a 64-bit BAR as another one.
 	[dholland, ticket #1673]
 
+sys/compat/common/uipc_syscalls_40.c		1.19 (patch)
+sys/compat/linux/common/linux_socket.c		1.145 (patch)
+sys/compat/linux32/common/linux32_socket.c	1.30 (patch)
+sys/net/if.c	1.449 (patch)
+
+	Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes
+	of stack disclosure.
+	[christos, ticket #1689]
+



CVS commit: [netbsd-7] src/doc

2019-04-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 16 08:12:58 UTC 2019

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

Log Message:
Ticket #1673


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.46 src/doc/CHANGES-7.3:1.1.2.47
--- src/doc/CHANGES-7.3:1.1.2.46	Tue Apr 16 03:56:53 2019
+++ src/doc/CHANGES-7.3	Tue Apr 16 08:12:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.46 2019/04/16 03:56:53 msaitoh Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.47 2019/04/16 08:12:58 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -517,3 +517,9 @@ sys/kern/sys_mqueue.c1.44
 	mq_send1: fix argument validation and reject too large lengths early.
 	Discovered by Andy Nguyen.
 	[martin, ticket #1688]
+
+sys/external/bsd/drm2/pci/drm_pci.c		1.32 (patch)
+
+	Don't try to interpret the second half of a 64-bit BAR as another one.
+	[dholland, ticket #1673]
+



CVS commit: [netbsd-7] src/doc

2019-04-15 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Apr 16 03:56:53 UTC 2019

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

Log Message:
Ticket #1688.


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.45 src/doc/CHANGES-7.3:1.1.2.46
--- src/doc/CHANGES-7.3:1.1.2.45	Sat Mar 30 18:47:57 2019
+++ src/doc/CHANGES-7.3	Tue Apr 16 03:56:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.45 2019/03/30 18:47:57 bouyer Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.46 2019/04/16 03:56:53 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -512,3 +512,8 @@ sys/arch/amd64/include/param.h			1.30
 	PR port-amd64/54052.
 	[rin, ticket #1687]
 
+sys/kern/sys_mqueue.c1.44
+
+	mq_send1: fix argument validation and reject too large lengths early.
+	Discovered by Andy Nguyen.
+	[martin, ticket #1688]



CVS commit: [netbsd-7] src/doc

2019-03-30 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 30 18:47:57 UTC 2019

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

Log Message:
ticket #1687


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.44 src/doc/CHANGES-7.3:1.1.2.45
--- src/doc/CHANGES-7.3:1.1.2.44	Fri Mar 15 14:37:33 2019
+++ src/doc/CHANGES-7.3	Sat Mar 30 18:47:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.44 2019/03/15 14:37:33 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.45 2019/03/30 18:47:57 bouyer Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -500,3 +500,15 @@ lib/libcurses/getch.c1.71
 	Rename global variable "state" to "_cursesi_state".
 	[rin, ticket #1686]
 
+sys/arch/amd64/include/param.h			1.30
+
+	Bump STACK_ALIGNBYTES to (16 - 1) to satisfy requirement by AMD64
+	System V ABI in kernel level. This is because
+	(1) for LLDB, we want to bypass libc/csu (and therefore manual stack
+	 alignment in _start), and
+	(2) rtld in glibc >= 2.23 for Linux/x86_64 requires it.
+
+	Fix SEGV for Linux/x86_64 binaries with glibc >= 2.23, reported as
+	PR port-amd64/54052.
+	[rin, ticket #1687]
+



CVS commit: [netbsd-7] src/doc

2019-03-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar 15 14:37:33 UTC 2019

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

Log Message:
Ticket #1686


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.43 src/doc/CHANGES-7.3:1.1.2.44
--- src/doc/CHANGES-7.3:1.1.2.43	Wed Mar 13 12:34:15 2019
+++ src/doc/CHANGES-7.3	Fri Mar 15 14:37:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.43 2019/03/13 12:34:15 msaitoh Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.44 2019/03/15 14:37:33 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -493,3 +493,10 @@ sys/arch/mvme68k/dev/pcctwo_68k.c		1.11
 
 	Fix small (but fatal) oversight in device/softc split.
 	[martin, ticket #1685]
+
+lib/libcurses/get_wch.c1.21
+lib/libcurses/getch.c1.71
+
+	Rename global variable "state" to "_cursesi_state".
+	[rin, ticket #1686]
+



CVS commit: [netbsd-7] src/doc

2019-03-13 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Mar 13 12:34:15 UTC 2019

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

Log Message:
 Ticket 1683-1685.


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.42 src/doc/CHANGES-7.3:1.1.2.43
--- src/doc/CHANGES-7.3:1.1.2.42	Thu Mar  7 16:49:40 2019
+++ src/doc/CHANGES-7.3	Wed Mar 13 12:34:15 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.42 2019/03/07 16:49:40 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.43 2019/03/13 12:34:15 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -479,3 +479,17 @@ sys/dev/scsipi/st.c1.236 (patch), 1.
 	st(4): Fix (but disable by default) SUN compatibility mode.
 	[kardel, ticket #1682]
 
+sys/compat/netbsd32/netbsd32_compat_60.c	1.3
+
+	Don't forget to convert the timespec.
+	[martin, ticket #1683]
+
+external/bsd/bzip2/dist/bzip2recover.c		1.4
+
+	Apply fix for CVE-2016-3189 bzip2: heap use after free in bzip2recover
+	[martin, ticket #1684]
+
+sys/arch/mvme68k/dev/pcctwo_68k.c		1.11
+
+	Fix small (but fatal) oversight in device/softc split.
+	[martin, ticket #1685]



CVS commit: [netbsd-7] src/doc

2019-03-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Mar  7 16:49:40 UTC 2019

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

Log Message:
Ticket #1682


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.41 src/doc/CHANGES-7.3:1.1.2.42
--- src/doc/CHANGES-7.3:1.1.2.41	Sun Feb 24 10:54:02 2019
+++ src/doc/CHANGES-7.3	Thu Mar  7 16:49:40 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.41 2019/02/24 10:54:02 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.42 2019/03/07 16:49:40 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -472,3 +472,10 @@ sys/kern/kern_time.c1.196
 	Avoid panic from setitimer(2) for CLOCK_MONOTONIC.
 	[mlelstv, ticket #1196]
 
+sys/dev/scsipi/files.scsipi			1.42
+sys/dev/scsipi/st.c1.236 (patch), 1.237
+
+	PR kern/53949: fix file mark handling.
+	st(4): Fix (but disable by default) SUN compatibility mode.
+	[kardel, ticket #1682]
+



CVS commit: [netbsd-7] src/doc

2019-02-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 24 10:54:02 UTC 2019

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

Log Message:
Ticket #1196


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.40 src/doc/CHANGES-7.3:1.1.2.41
--- src/doc/CHANGES-7.3:1.1.2.40	Sat Feb 23 07:18:00 2019
+++ src/doc/CHANGES-7.3	Sun Feb 24 10:54:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.40 2019/02/23 07:18:00 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.41 2019/02/24 10:54:02 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -467,4 +467,8 @@ sys/net/rtsock.c		(patch)
 	Fix locking for sysctl_rtable.
 	[sborrill, ticket #1680]
 
+sys/kern/kern_time.c1.196
+
+	Avoid panic from setitimer(2) for CLOCK_MONOTONIC.
+	[mlelstv, ticket #1196]
 



CVS commit: [netbsd-7] src/doc

2019-02-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb 23 07:18:00 UTC 2019

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

Log Message:
Tickets #1679 and #1680


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.39 src/doc/CHANGES-7.3:1.1.2.40
--- src/doc/CHANGES-7.3:1.1.2.39	Fri Feb  1 11:07:54 2019
+++ src/doc/CHANGES-7.3	Sat Feb 23 07:18:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.39 2019/02/01 11:07:54 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.40 2019/02/23 07:18:00 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -443,3 +443,28 @@ sys/kern/kern_time.c1.190,1.194
 	Fix kernel info leaks.
 	[maxv, ticket #1678]
 
+sys/compat/linux/common/linux_ipc.c		1.56
+sys/compat/linux32/common/linux32_ipccall.c	1.12
+sys/compat/netbsd32/netbsd32_compat_14.c	1.28
+sys/compat/netbsd32/netbsd32_compat_14.c	1.29
+sys/compat/netbsd32/netbsd32_conv.h		1.38
+sys/compat/sys/ipc.h1.6
+sys/compat/sys/ipc.h1.7
+sys/compat/sys/msg.h1.6
+sys/compat/sys/sem.h1.7
+sys/compat/sys/shm.h1.8
+sys/kern/sysv_msg.c1.73
+sys/kern/sysv_sem.c1.96
+sys/kern/sysv_shm.c1.133
+
+	Fix kernel stack and kernel adddress leaks in msgctl, semctl, and
+	shmctl system calls, for native as well as for the netbsd32, linux,
+	and linux32 compatibility calls.
+	[mrg, ticket #1679]
+
+sys/net/rtsock.c		(patch)
+
+	Fix locking for sysctl_rtable.
+	[sborrill, ticket #1680]
+
+



CVS commit: [netbsd-7] src/doc

2019-02-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb  1 11:07:54 UTC 2019

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

Log Message:
Ticket #1678


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.38 src/doc/CHANGES-7.3:1.1.2.39
--- src/doc/CHANGES-7.3:1.1.2.38	Wed Jan 30 13:28:09 2019
+++ src/doc/CHANGES-7.3	Fri Feb  1 11:07:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.38 2019/01/30 13:28:09 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.39 2019/02/01 11:07:54 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -438,3 +438,8 @@ sys/arch/vax/vax/sig_machdep.c			1.23
 	Fix widespread leak in the sendsig_siginfo() functions.
 	[maxv, ticket #1677]
 
+sys/kern/kern_time.c1.190,1.194
+
+	Fix kernel info leaks.
+	[maxv, ticket #1678]
+



CVS commit: [netbsd-7] src/doc

2019-01-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jan 30 13:28:09 UTC 2019

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

Log Message:
Ticket #1677


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.37 src/doc/CHANGES-7.3:1.1.2.38
--- src/doc/CHANGES-7.3:1.1.2.37	Tue Jan 29 08:31:23 2019
+++ src/doc/CHANGES-7.3	Wed Jan 30 13:28:09 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.37 2019/01/29 08:31:23 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.38 2019/01/30 13:28:09 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -418,3 +418,23 @@ sys/netnatm/natm.cpatch
 	sendoob() functions are expected to free both passed
 	mbuf chains.
 	[martin, ticket #1676]
+
+sys/arch/alpha/alpha/machdep.c			1.352
+sys/arch/amd64/amd64/netbsd32_machdep.c		1.117
+sys/arch/arm/arm/sig_machdep.c			1.51
+sys/arch/hppa/hppa/sig_machdep.c		1.26
+sys/arch/i386/i386/machdep.c			1.813
+sys/arch/m68k/m68k/sig_machdep.c		1.50
+sys/arch/mips/mips/netbsd32_machdep.c		1.16
+sys/arch/mips/mips/sig_machdep.c		1.24
+sys/arch/powerpc/powerpc/sig_machdep.c		1.46
+sys/arch/sh3/sh3/sh3_machdep.c			1.106
+sys/arch/sparc64/sparc64/machdep.c		1.289
+sys/arch/sparc64/sparc64/netbsd32_machdep.c	1.111
+sys/arch/usermode/target/i386/cpu_i386.c	1.8
+sys/arch/usermode/target/x86_64/cpu_x86_64.c	1.7
+sys/arch/vax/vax/sig_machdep.c			1.23
+
+	Fix widespread leak in the sendsig_siginfo() functions.
+	[maxv, ticket #1677]
+



CVS commit: [netbsd-7] src/doc

2019-01-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 29 08:31:24 UTC 2019

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

Log Message:
Fix typo


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.36 src/doc/CHANGES-7.3:1.1.2.37
--- src/doc/CHANGES-7.3:1.1.2.36	Tue Jan 29 08:10:34 2019
+++ src/doc/CHANGES-7.3	Tue Jan 29 08:31:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.36 2019/01/29 08:10:34 msaitoh Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.37 2019/01/29 08:31:23 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -415,6 +415,6 @@ sys/netmpls/mpls_proto.c			1.32
 sys/netnatm/natm.cpatch
 
 	Fix memory leaks pointed out by Ilja Van Sprundel: all
-	sendoob() functions are expted to free both passed
+	sendoob() functions are expected to free both passed
 	mbuf chains.
 	[martin, ticket #1676]



CVS commit: [netbsd-7] src/doc

2019-01-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jan 29 08:10:34 UTC 2019

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

Log Message:
 Remove garbage.


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.35 src/doc/CHANGES-7.3:1.1.2.36
--- src/doc/CHANGES-7.3:1.1.2.35	Tue Jan 29 07:57:54 2019
+++ src/doc/CHANGES-7.3	Tue Jan 29 08:10:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.35 2019/01/29 07:57:54 msaitoh Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.36 2019/01/29 08:10:34 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -402,7 +402,6 @@ sys/kern/kern_ntptime.c1.60
 	disclosure.
 	[maxv, ticket #1675]
 
-Pull up following revision(s) (requested by martin in ticket #1676):
 sys/net/link_proto.c1.37
 sys/netatalk/ddp_usrreq.c			1.72
 sys/netbt/hci_socket.c1.46



CVS commit: [netbsd-7] src/doc

2019-01-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Jan 29 07:57:54 UTC 2019

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

Log Message:
ticket #1676


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.34 src/doc/CHANGES-7.3:1.1.2.35
--- src/doc/CHANGES-7.3:1.1.2.34	Thu Jan 24 14:14:32 2019
+++ src/doc/CHANGES-7.3	Tue Jan 29 07:57:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.34 2019/01/24 14:14:32 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.35 2019/01/29 07:57:54 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -402,3 +402,20 @@ sys/kern/kern_ntptime.c1.60
 	disclosure.
 	[maxv, ticket #1675]
 
+Pull up following revision(s) (requested by martin in ticket #1676):
+sys/net/link_proto.c1.37
+sys/netatalk/ddp_usrreq.c			1.72
+sys/netbt/hci_socket.c1.46
+sys/netbt/l2cap_socket.c			1.36
+sys/netbt/rfcomm_socket.c			1.38
+sys/netbt/sco_socket.c1.38
+sys/netinet/tcp_usrreq.c			1.223 via patch
+sys/netinet6/raw_ip6.c1.173
+sys/netinet6/udp6_usrreq.c			1.146
+sys/netmpls/mpls_proto.c			1.32
+sys/netnatm/natm.cpatch
+
+	Fix memory leaks pointed out by Ilja Van Sprundel: all
+	sendoob() functions are expted to free both passed
+	mbuf chains.
+	[martin, ticket #1676]



CVS commit: [netbsd-7] src/doc

2019-01-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jan 24 14:14:32 UTC 2019

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

Log Message:
Tickets #1674 and #1675


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.33 src/doc/CHANGES-7.3:1.1.2.34
--- src/doc/CHANGES-7.3:1.1.2.33	Tue Jan 15 18:43:59 2019
+++ src/doc/CHANGES-7.3	Thu Jan 24 14:14:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.33 2019/01/15 18:43:59 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.34 2019/01/24 14:14:32 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -391,3 +391,14 @@ sys/arch/sparc/sparc/pmap.c			1.366
 	Fix deadlocks on machines with more than two cpus.
 	[mrg, ticket #1672]
 
+regress/sys/arch/m68k/060sp/Makefile		1.15
+
+	Replace manual realdepend dependency with DPSRCS.
+	[msaitoh, ticket #1674]
+
+sys/kern/kern_ntptime.c1.60
+
+	Zero out the ntptimeval structure to prevent a 4 byte kernel stack
+	disclosure.
+	[maxv, ticket #1675]
+



CVS commit: [netbsd-7] src/doc

2019-01-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 15 18:44:00 UTC 2019

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

Log Message:
Ticket #1672


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.32 src/doc/CHANGES-7.3:1.1.2.33
--- src/doc/CHANGES-7.3:1.1.2.32	Fri Jan 11 15:58:54 2019
+++ src/doc/CHANGES-7.3	Tue Jan 15 18:43:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.32 2019/01/11 15:58:54 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.33 2019/01/15 18:43:59 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -386,3 +386,8 @@ sys/dev/usb/usbdi.c1.181
 	upm_close before destroying the interupt pipe xfer.
 	[skrll, ticket #1671]
 
+sys/arch/sparc/sparc/pmap.c			1.366
+
+	Fix deadlocks on machines with more than two cpus.
+	[mrg, ticket #1672]
+



CVS commit: [netbsd-7] src/doc

2019-01-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Jan 11 15:58:54 UTC 2019

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

Log Message:
Ticket #1671


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.31 src/doc/CHANGES-7.3:1.1.2.32
--- src/doc/CHANGES-7.3:1.1.2.31	Mon Jan  7 14:01:02 2019
+++ src/doc/CHANGES-7.3	Fri Jan 11 15:58:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.31 2019/01/07 14:01:02 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.32 2019/01/11 15:58:54 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -380,3 +380,9 @@ doc/3RDPARTY	(patch)
 	Updated tzdata to 2018i.
 	[kre, ticket #1670]
 
+sys/dev/usb/usbdi.c1.181
+
+	Avoid use after free when closing interrupt pipe transfer by calling
+	upm_close before destroying the interupt pipe xfer.
+	[skrll, ticket #1671]
+



CVS commit: [netbsd-7] src/doc

2019-01-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan  7 14:01:02 UTC 2019

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

Log Message:
Ticket #1670


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.30 src/doc/CHANGES-7.3:1.1.2.31
--- src/doc/CHANGES-7.3:1.1.2.30	Thu Jan  3 11:13:59 2019
+++ src/doc/CHANGES-7.3	Mon Jan  7 14:01:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.30 2019/01/03 11:13:59 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.31 2019/01/07 14:01:02 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -360,3 +360,23 @@ sys/conf/copyright1.17
 	Welcome to 2019!
 	[jnemeth, ticket #1669]
 
+external/public-domain/tz/dist/Makefile up to 1.1.1.23
+external/public-domain/tz/dist/NEWS up to 1.1.1.26
+external/public-domain/tz/dist/TZDATA_VERSION   up to 1.16
+external/public-domain/tz/dist/africa   up to 1.1.1.19
+external/public-domain/tz/dist/asia up to 1.1.1.22
+external/public-domain/tz/dist/australasia  up to 1.1.1.17
+external/public-domain/tz/dist/leapseconds  up to 1.1.1.12
+external/public-domain/tz/dist/leapseconds.awk  up to 1.1.1.8
+external/public-domain/tz/dist/northamerica up to 1.1.1.22
+external/public-domain/tz/dist/theory.html  up to 1.1.1.7
+external/public-domain/tz/dist/version  up to 1.1.1.13
+external/public-domain/tz/dist/ziguard.awk  up to 1.1.1.4
+external/public-domain/tz/dist/zone.tab up to 1.1.1.16
+external/public-domain/tz/dist/zone1970.tab up to 1.1.1.18
+distrib/sets/lists/base/mi			(patch)
+doc/3RDPARTY	(patch)
+
+	Updated tzdata to 2018i.
+	[kre, ticket #1670]
+



CVS commit: [netbsd-7] src/doc

2019-01-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jan  3 11:13:59 UTC 2019

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

Log Message:
Ammend ticket #1668 for additional pullups


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.29 src/doc/CHANGES-7.3:1.1.2.30
--- src/doc/CHANGES-7.3:1.1.2.29	Wed Jan  2 15:32:26 2019
+++ src/doc/CHANGES-7.3	Thu Jan  3 11:13:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.29 2019/01/02 15:32:26 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.30 2019/01/03 11:13:59 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -350,6 +350,7 @@ sys/kern/kern_time.c1.191
 sys/compat/netbsd32/netbsd32_compat_14.c	1.27
 sys/compat/netbsd32/netbsd32_conv.h		1.37
 sys/compat/sys/msg.h1.5
+sys/compat/sys/time_types.h			1.3
 
 	Fix kernel info leaks.
 	[maxv, ticket #1668]



CVS commit: [netbsd-7] src/doc

2019-01-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jan  2 15:32:26 UTC 2019

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

Log Message:
Tickets #1668 and #1669


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.28 src/doc/CHANGES-7.3:1.1.2.29
--- src/doc/CHANGES-7.3:1.1.2.28	Thu Dec 27 12:00:42 2018
+++ src/doc/CHANGES-7.3	Wed Jan  2 15:32:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.28 2018/12/27 12:00:42 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.29 2019/01/02 15:32:26 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -347,3 +347,15 @@ sys/kern/kern_time.c1.191
 	Fix kernel info leak.
 	[maxv, ticket #1667]
 
+sys/compat/netbsd32/netbsd32_compat_14.c	1.27
+sys/compat/netbsd32/netbsd32_conv.h		1.37
+sys/compat/sys/msg.h1.5
+
+	Fix kernel info leaks.
+	[maxv, ticket #1668]
+
+sys/conf/copyright1.17
+
+	Welcome to 2019!
+	[jnemeth, ticket #1669]
+



CVS commit: [netbsd-7] src/doc

2018-12-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Dec 27 12:00:43 UTC 2018

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

Log Message:
Ticket #1667


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.27 src/doc/CHANGES-7.3:1.1.2.28
--- src/doc/CHANGES-7.3:1.1.2.27	Tue Dec 25 11:33:02 2018
+++ src/doc/CHANGES-7.3	Thu Dec 27 12:00:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.27 2018/12/25 11:33:02 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.28 2018/12/27 12:00:42 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -342,3 +342,8 @@ sys/compat/netbsd32/netbsd32_netbsd.c		(
 	Fix kernel info leak in swapctl(2).
 	[maxv, ticket #1666]
 
+sys/kern/kern_time.c1.191
+
+	Fix kernel info leak.
+	[maxv, ticket #1667]
+



CVS commit: [netbsd-7] src/doc

2018-12-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Dec 25 11:33:02 UTC 2018

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

Log Message:
Ticket #1666


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.26 src/doc/CHANGES-7.3:1.1.2.27
--- src/doc/CHANGES-7.3:1.1.2.26	Tue Dec 18 18:35:26 2018
+++ src/doc/CHANGES-7.3	Tue Dec 25 11:33:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.26 2018/12/18 18:35:26 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.27 2018/12/25 11:33:02 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -336,3 +336,9 @@ usr.bin/telnet/utilities.c			1.24
 	Switch some sprintf to snprintf.
 	[maya, ticket #1665]
 
+sys/uvm/uvm_swap.c1.178 (patch, adapted)
+sys/compat/netbsd32/netbsd32_netbsd.c		(patch)
+
+	Fix kernel info leak in swapctl(2).
+	[maxv, ticket #1666]
+



CVS commit: [netbsd-7] src/doc

2018-12-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Dec 18 18:35:27 UTC 2018

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

Log Message:
Ticket #1665


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.25 src/doc/CHANGES-7.3:1.1.2.26
--- src/doc/CHANGES-7.3:1.1.2.25	Fri Dec 14 12:06:12 2018
+++ src/doc/CHANGES-7.3	Tue Dec 18 18:35:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.25 2018/12/14 12:06:12 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.26 2018/12/18 18:35:26 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -330,3 +330,9 @@ sys/kern/sys_sig.c1.47
 	Fix kernel info leak, 4 bytes of padding in struct _ksiginfo.
 	[maxv, ticket #1664]
 
+usr.bin/telnet/telnet.c1.37
+usr.bin/telnet/utilities.c			1.24
+
+	Switch some sprintf to snprintf.
+	[maya, ticket #1665]
+



CVS commit: [netbsd-7] src/doc

2018-12-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Dec 14 12:06:12 UTC 2018

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

Log Message:
Annotate ticket #1660 for additional pullups


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.24 src/doc/CHANGES-7.3:1.1.2.25
--- src/doc/CHANGES-7.3:1.1.2.24	Wed Dec 12 11:35:59 2018
+++ src/doc/CHANGES-7.3	Fri Dec 14 12:06:12 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.24 2018/12/12 11:35:59 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.25 2018/12/14 12:06:12 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -304,7 +304,8 @@ libexec/httpd/main.c1.22
 	Fix -X option parsing and miscelaneous cleanup.
 	[mrg, ticket #1659]
 
-sys/kern/kern_time.c1.192
+sys/compat/linux/common/linux_misc_notalpha.c	1.110
+sys/kern/kern_time.c1.192,1.193
 
 	Fix kernel info leak.
 	[maxv, ticket #1660]



CVS commit: [netbsd-7] src/doc

2018-12-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Dec 12 11:35:59 UTC 2018

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

Log Message:
Ticket #1664


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.23 src/doc/CHANGES-7.3:1.1.2.24
--- src/doc/CHANGES-7.3:1.1.2.23	Mon Dec 10 17:21:21 2018
+++ src/doc/CHANGES-7.3	Wed Dec 12 11:35:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.23 2018/12/10 17:21:21 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.24 2018/12/12 11:35:59 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -324,3 +324,8 @@ bin/sh/parser.c	1.152 (patch)
 	Avoid crash from redirect on null compound command.
 	[kre, ticket #1663]
 
+sys/kern/sys_sig.c1.47
+
+	Fix kernel info leak, 4 bytes of padding in struct _ksiginfo.
+	[maxv, ticket #1664]
+



CVS commit: [netbsd-7] src/doc

2018-12-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 10 17:21:21 UTC 2018

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

Log Message:
Ticket #1663


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.22 src/doc/CHANGES-7.3:1.1.2.23
--- src/doc/CHANGES-7.3:1.1.2.22	Tue Dec  4 19:17:00 2018
+++ src/doc/CHANGES-7.3	Mon Dec 10 17:21:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.22 2018/12/04 19:17:00 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.23 2018/12/10 17:21:21 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -319,3 +319,8 @@ sys/arch/amd64/amd64/machdep.c			1.321
 	Fix stack info leak.
 	[maxv, ticket #1662]
 
+bin/sh/parser.c	1.152 (patch)
+
+	Avoid crash from redirect on null compound command.
+	[kre, ticket #1663]
+



CVS commit: [netbsd-7] src/doc

2018-12-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Dec  4 19:17:00 UTC 2018

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

Log Message:
Ticket #1662


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.21 src/doc/CHANGES-7.3:1.1.2.22
--- src/doc/CHANGES-7.3:1.1.2.21	Fri Nov 30 10:37:10 2018
+++ src/doc/CHANGES-7.3	Tue Dec  4 19:17:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.21 2018/11/30 10:37:10 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.22 2018/12/04 19:17:00 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -314,3 +314,8 @@ sys/kern/kern_sig.c1.350
 	Fix kernel info leak.
 	[maxv, ticket #1661]
 
+sys/arch/amd64/amd64/machdep.c			1.321
+
+	Fix stack info leak.
+	[maxv, ticket #1662]
+



CVS commit: [netbsd-7] src/doc

2018-11-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov 30 10:37:10 UTC 2018

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

Log Message:
Ticket #1661


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.20 src/doc/CHANGES-7.3:1.1.2.21
--- src/doc/CHANGES-7.3:1.1.2.20	Thu Nov 29 08:57:16 2018
+++ src/doc/CHANGES-7.3	Fri Nov 30 10:37:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.20 2018/11/29 08:57:16 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.21 2018/11/30 10:37:10 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -309,3 +309,8 @@ sys/kern/kern_time.c1.192
 	Fix kernel info leak.
 	[maxv, ticket #1660]
 
+sys/kern/kern_sig.c1.350
+
+	Fix kernel info leak.
+	[maxv, ticket #1661]
+



CVS commit: [netbsd-7] src/doc

2018-11-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov 29 08:57:16 UTC 2018

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

Log Message:
Ticket #1660


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.19 src/doc/CHANGES-7.3:1.1.2.20
--- src/doc/CHANGES-7.3:1.1.2.19	Thu Nov 29 08:37:12 2018
+++ src/doc/CHANGES-7.3	Thu Nov 29 08:57:16 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.19 2018/11/29 08:37:12 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.20 2018/11/29 08:57:16 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -304,3 +304,8 @@ libexec/httpd/main.c1.22
 	Fix -X option parsing and miscelaneous cleanup.
 	[mrg, ticket #1659]
 
+sys/kern/kern_time.c1.192
+
+	Fix kernel info leak.
+	[maxv, ticket #1660]
+



CVS commit: [netbsd-7] src/doc

2018-11-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov 29 08:37:12 UTC 2018

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

Log Message:
Better log entry for ticket #1656


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.18 src/doc/CHANGES-7.3:1.1.2.19
--- src/doc/CHANGES-7.3:1.1.2.18	Wed Nov 28 19:54:54 2018
+++ src/doc/CHANGES-7.3	Thu Nov 29 08:37:12 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.18 2018/11/28 19:54:54 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.19 2018/11/29 08:37:12 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -282,8 +282,7 @@ libexec/httpd/testsuite/test-simple 
 
 sys/dev/pci/if_wm.c1.599
 
-	- Fix a bug that i82578 PHY can't detect correctly.
-	- Print PHY OUI and model number if a PHY's can't be identified.
+	Fix a bug that i82578 workarounds didn't work correctly.
 	[msaitoh, ticket #1656]
 
 sys/net/rtsock.c1.244 (adapted)



CVS commit: [netbsd-7] src/doc

2018-11-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Nov 28 19:54:54 UTC 2018

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

Log Message:
Ticket #1659


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.17 src/doc/CHANGES-7.3:1.1.2.18
--- src/doc/CHANGES-7.3:1.1.2.17	Wed Nov 28 19:40:25 2018
+++ src/doc/CHANGES-7.3	Wed Nov 28 19:54:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.17 2018/11/28 19:40:25 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.18 2018/11/28 19:54:54 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -296,3 +296,12 @@ sys/kern/kern_exec.c1.462
 	Fix stack info leak.
 	[maxv, ticket #1658]
 
+libexec/httpd/CHANGES1.29,1.30
+libexec/httpd/bozohttpd.c			1.97-1.99
+libexec/httpd/bozohttpd.h			1.57
+libexec/httpd/cgi-bozo.c			1.45
+libexec/httpd/main.c1.22
+
+	Fix -X option parsing and miscelaneous cleanup.
+	[mrg, ticket #1659]
+



CVS commit: [netbsd-7] src/doc

2018-11-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Nov 28 19:40:25 UTC 2018

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

Log Message:
Ticket #1658


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.16 src/doc/CHANGES-7.3:1.1.2.17
--- src/doc/CHANGES-7.3:1.1.2.16	Wed Nov 28 16:30:37 2018
+++ src/doc/CHANGES-7.3	Wed Nov 28 19:40:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.16 2018/11/28 16:30:37 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.17 2018/11/28 19:40:25 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -291,3 +291,8 @@ sys/net/rtsock.c1.244 (adapted)
 	Fix kernel info leak (2 bytes of padding in struct if_msghdr)
 	[maxv, ticket #1657]
 
+sys/kern/kern_exec.c1.462
+
+	Fix stack info leak.
+	[maxv, ticket #1658]
+



CVS commit: [netbsd-7] src/doc

2018-11-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Nov 28 16:30:37 UTC 2018

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

Log Message:
Tickets #1656 and #1657


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.15 src/doc/CHANGES-7.3:1.1.2.16
--- src/doc/CHANGES-7.3:1.1.2.15	Sat Nov 24 17:25:39 2018
+++ src/doc/CHANGES-7.3	Wed Nov 28 16:30:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.15 2018/11/24 17:25:39 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.16 2018/11/28 16:30:37 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -280,3 +280,14 @@ libexec/httpd/testsuite/test-simple 
 	Fix access checks for special files.
 	[mrg, ticket #1655]
 
+sys/dev/pci/if_wm.c1.599
+
+	- Fix a bug that i82578 PHY can't detect correctly.
+	- Print PHY OUI and model number if a PHY's can't be identified.
+	[msaitoh, ticket #1656]
+
+sys/net/rtsock.c1.244 (adapted)
+
+	Fix kernel info leak (2 bytes of padding in struct if_msghdr)
+	[maxv, ticket #1657]
+



CVS commit: [netbsd-7] src/doc

2018-11-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Nov 24 17:25:39 UTC 2018

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

Log Message:
Tickets #1654 and #1655


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.14 src/doc/CHANGES-7.3:1.1.2.15
--- src/doc/CHANGES-7.3:1.1.2.14	Wed Nov 21 12:12:44 2018
+++ src/doc/CHANGES-7.3	Sat Nov 24 17:25:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.14 2018/11/21 12:12:44 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.15 2018/11/24 17:25:39 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -230,3 +230,53 @@ sys/kern/kern_event.c1.104
 	Fix kernel info leak.
 	[maxv, ticket #1653]
 
+usr.sbin/mtree/create.c1.76
+
+	Avoid null de-reference.
+	[sevan, ticket #1654]
+
+libexec/httpd/testsuite/data/.bzremap   up to 1.1
+libexec/httpd/testsuite/t12.out up to 1.1
+libexec/httpd/testsuite/t12.in  up to 1.1
+libexec/httpd/testsuite/t13.out up to 1.1
+libexec/httpd/testsuite/t13.in  up to 1.1
+libexec/httpd/testsuite/t14.out up to 1.1
+libexec/httpd/testsuite/t14.in  up to 1.1
+libexec/httpd/testsuite/t15.out up to 1.1
+libexec/httpd/testsuite/t15.in  up to 1.1
+libexec/httpd/CHANGES   up to 1.28
+libexec/httpd/Makefile  up to 1.27
+libexec/httpd/auth-bozo.c   up to 1.22
+libexec/httpd/bozohttpd.8   up to 1.74
+libexec/httpd/bozohttpd.c   up to 1.96
+libexec/httpd/bozohttpd.h   up to 1.56
+libexec/httpd/cgi-bozo.cup to 1.44
+libexec/httpd/content-bozo.cup to 1.16
+libexec/httpd/daemon-bozo.c up to 1.19
+libexec/httpd/dir-index-bozo.c  up to 1.28
+libexec/httpd/lua-bozo.cup to 1.15
+libexec/httpd/main.cup to 1.21
+libexec/httpd/ssl-bozo.cup to 1.25
+libexec/httpd/tilde-luzah-bozo.cup to 1.16
+libexec/httpd/libbozohttpd/Makefile up to 1.3
+libexec/httpd/lua/bozo.lua  up to 1.3
+libexec/httpd/lua/glue.cup to 1.5
+libexec/httpd/lua/optparse.lua  up to 1.2
+libexec/httpd/testsuite/Makefileup to 1.11
+libexec/httpd/testsuite/html_cmpup to 1.6
+libexec/httpd/testsuite/t3.out  up to 1.4
+libexec/httpd/testsuite/t5.out  up to 1.4
+libexec/httpd/testsuite/t6.out  up to 1.4
+libexec/httpd/testsuite/test-bigfileup to 1.5
+libexec/httpd/testsuite/test-simple up to 1.5
+
+	Sync with HEAD as of 2018-11-24. Includes various changes:
+	Cosmetic changes to Lua binding in bozohttpd.
+	Fix -C scripts execution and document restrictions.
+	Add support for remapping requested paths via a .bzredirect file.
+	Handle redirections for any protocol, not just http:.
+	Fix a denial of service attack against header contents, which
+	is now bounded at 16KiB.
+	Fix access checks for special files.
+	[mrg, ticket #1655]
+



CVS commit: [netbsd-7] src/doc

2018-11-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Nov 21 12:12:44 UTC 2018

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

Log Message:
Tickets #1652 and #1653


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.13 src/doc/CHANGES-7.3:1.1.2.14
--- src/doc/CHANGES-7.3:1.1.2.13	Sun Nov 18 19:43:03 2018
+++ src/doc/CHANGES-7.3	Wed Nov 21 12:12:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.13 2018/11/18 19:43:03 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.14 2018/11/21 12:12:44 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -220,4 +220,13 @@ sys/arch/macppc/stand/ofwboot/version		1
 	PR port-macppc/53727.
 	[tsutsui, ticket #1651]
 
+sys/compat/netbsd32/netbsd32_socket.c		1.48 (patch)
+
+	Fix a buffer overflow.
+	[maxv, ticket #1652]
+
+sys/kern/kern_event.c1.104
+
+	Fix kernel info leak.
+	[maxv, ticket #1653]
 



CVS commit: [netbsd-7] src/doc

2018-11-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Nov 18 19:43:03 UTC 2018

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

Log Message:
Tickets #1649, #1650 and #1651


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.12 src/doc/CHANGES-7.3:1.1.2.13
--- src/doc/CHANGES-7.3:1.1.2.12	Fri Nov  9 11:29:12 2018
+++ src/doc/CHANGES-7.3	Sun Nov 18 19:43:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.12 2018/11/09 11:29:12 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.13 2018/11/18 19:43:03 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -201,3 +201,23 @@ sys/dev/pci/if_wmreg.h1.108
 	- KNF & Use macro.
 	[msaitoh, ticket #1648]
 
+sys/arch/x86/x86/coretemp.c			1.36
+
+	- Detect and set Atom's Tj(max) to 90 if it's not the 45nm
+	  D400/D500/N400 series (90 for Diamondville and 100 for Pineview).
+	- Reduce diff a little against FreeBSD.
+	[msaitoh, ticket #1649]
+
+sys/arch/x86/x86/procfs_machdep.c		1.25
+
+	Fix output of LAPIC ID and Initial APIC ID.
+	[msaitoh, ticket #1650]
+
+sys/arch/macppc/stand/ofwboot/ofdev.c		1.27
+sys/arch/macppc/stand/ofwboot/version		1.14
+
+	Fix boot failure from installation floppies.
+	PR port-macppc/53727.
+	[tsutsui, ticket #1651]
+
+



CVS commit: [netbsd-7] src/doc

2018-11-09 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Nov  9 11:29:12 UTC 2018

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

Log Message:
Ticket #1648


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.11 src/doc/CHANGES-7.3:1.1.2.12
--- src/doc/CHANGES-7.3:1.1.2.11	Tue Oct 30 19:54:56 2018
+++ src/doc/CHANGES-7.3	Fri Nov  9 11:29:12 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.11 2018/10/30 19:54:56 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.12 2018/11/09 11:29:12 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -169,3 +169,35 @@ sys/net/npf/npf_ctl.c1.47 (partial, 
 	to be loaded.
 	[sborrill, ticket #1646]
 
+sys/dev/mii/inbmphyreg.h			1.11
+sys/dev/pci/if_wm.c1.586-1.588, 1.590-1.596 via patch
+sys/dev/pci/if_wmreg.h1.108
+
+	- rename tu event counter to txunderrun.
+	- Try m_defrag() to reduce the number of DMA segment if
+	  bus_dmamap_load_mbuf() returned EFBIG. When m_defrag()
+	  is called, txqNNdefrag event counter is incremented.
+	  If the 2nd try of bus_dmamap_load_mbuf() failed,
+	  txqNNtoomanyseg event counter is incremented.
+	- Reduce the max number of DMA segments from 256 to 64 (it's
+	  the same value as other BSD's (EM_MAX_SCATTER) and more
+	  than before if_wm.c rev. 1.75's value (40)) because we do
+	  m_defrag() now.
+	- 82574 and newer document says the status field has neither EC
+	  (Excessive Collision) bit nor LC (Late Collision) bit
+	  (reserved), so don't check the bit.
+	- Add workaround for DMA hang problem which result in TX device
+	  timeout on PCH_LPT with I218. Same as FreeBSD and Linux. This
+	  workaround is only for device ID 0x155a, 0x15a2, 0x1559 and 0x15a3.
+	- Fix a PCH2 specific bug that wrong PHY register value can be read
+	   when boot. Same as FreeBSD and Linux.
+	- After writing MDIC register, don't read quickly the same register
+	  but do delay(50). Same as other OSes.
+	- Add missing wm_gate_hw_phy_config_ich8lan(false) in
+	  wm_phy_post_reset() on PCH2. wm_gate_hw_phy_config_ich8lan(true)
+	  is called in wm_reset(), so wm_gate_hw_phy_config_ich8lan(false)
+	  should be called after reset in wm_phy_post_reset().
+	- On PCH2, set the phy config counter to 50msec after (PHY) reset.
+	- KNF & Use macro.
+	[msaitoh, ticket #1648]
+



CVS commit: [netbsd-7] src/doc

2018-10-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Oct 30 19:54:56 UTC 2018

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

Log Message:
Tickets #1637, #1644, #1645, #1646


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.10 src/doc/CHANGES-7.3:1.1.2.11
--- src/doc/CHANGES-7.3:1.1.2.10	Tue Oct 30 10:54:41 2018
+++ src/doc/CHANGES-7.3	Tue Oct 30 19:54:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.10 2018/10/30 10:54:41 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.11 2018/10/30 19:54:56 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -112,3 +112,60 @@ usr.bin/systat/main.c1.52 via patch
 	Alpha-sort the option handling.
 	[mrg, ticket #1639]
 
+distrib/sgimips/instkernel/Makefile		1.13
+sys/arch/sgimips/conf/INSTALL32_IP2x		1.10
+sys/arch/sgimips/stand/boot/Makefile		1.20
+
+	Disable misc options to shrink an INSTALL kernel for IP2x.
+	Use elf2ecoff(1) rather than objcopy(1) to generat ecoff for
+	old machines.
+	[tsutsui, ticket #1637]
+
+external/public-domain/tz/dist/CONTRIBUTING up to 1.1.1.6
+external/public-domain/tz/dist/Makefile up to 1.1.1.22
+external/public-domain/tz/dist/NEWS up to 1.1.1.24
+external/public-domain/tz/dist/README   up to 1.1.1.7
+external/public-domain/tz/dist/TZDATA_VERSION   up to 1.14
+external/public-domain/tz/dist/africa   up to 1.1.1.17
+external/public-domain/tz/dist/antarctica   up to 1.1.1.11
+external/public-domain/tz/dist/asia up to 1.1.1.21
+external/public-domain/tz/dist/australasia  up to 1.1.1.16
+external/public-domain/tz/dist/backward up to 1.1.1.9
+external/public-domain/tz/dist/backzone up to 1.1.1.15
+external/public-domain/tz/dist/etcetera up to 1.1.1.3
+external/public-domain/tz/dist/europe   up to 1.1.1.23
+external/public-domain/tz/dist/factory  up to 1.1.1.3
+external/public-domain/tz/dist/leap-seconds.list up to 1.1.1.10
+external/public-domain/tz/dist/leapseconds  up to 1.1.1.11
+external/public-domain/tz/dist/leapseconds.awk  up to 1.1.1.7
+external/public-domain/tz/dist/northamerica up to 1.1.1.21
+external/public-domain/tz/dist/pacificnew   up to 1.1.1.2
+external/public-domain/tz/dist/southamerica up to 1.1.1.15
+external/public-domain/tz/dist/systemv  up to 1.1.1.2
+external/public-domain/tz/dist/theory.html  up to 1.1.1.6
+external/public-domain/tz/dist/version  up to 1.1.1.11
+external/public-domain/tz/dist/yearistype.shup to 1.1.1.2
+external/public-domain/tz/dist/ziguard.awk  up to 1.1.1.3
+external/public-domain/tz/dist/zishrink.awk up to 1.1.1.5
+external/public-domain/tz/dist/zone.tab up to 1.1.1.15
+external/public-domain/tz/dist/zone1970.tab up to 1.1.1.17
+external/public-domain/tz/dist/zoneinfo2tdf.pl  up to 1.1.1.2
+doc/3RDPARTY	(apply patch)
+
+	Updated tzdata to 2018g.
+	[kre, ticket #1644]
+
+common/include/prop/prop_array.h		1.15,1.16
+common/include/prop/prop_dictionary.h		1.16
+common/lib/libprop/prop_copyin_ioctl.9		1.12
+common/lib/libprop/prop_kern.c			1.21-1.23 (patch)
+
+	proplib: add sized versions of the copyin ioctls and document them.
+	[sborrill, ticket #1645]
+
+sys/net/npf/npf_ctl.c1.47 (partial, patch)
+
+	Increase copyin buffer size to 4MB to allow larger rulesets
+	to be loaded.
+	[sborrill, ticket #1646]
+



CVS commit: [netbsd-7] src/doc

2018-10-30 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Tue Oct 30 10:54:41 UTC 2018

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

Log Message:
Ticket #1639


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.9 src/doc/CHANGES-7.3:1.1.2.10
--- src/doc/CHANGES-7.3:1.1.2.9	Tue Oct 30 10:17:52 2018
+++ src/doc/CHANGES-7.3	Tue Oct 30 10:54:41 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.9 2018/10/30 10:17:52 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.10 2018/10/30 10:54:41 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -106,3 +106,9 @@ sys/arch/pmax/pmax/dec_3min.c			1.74
 	Addresses PR port-pmax/53611
 	[tsutsui, #1641]
 
+usr.bin/systat/main.c1.52 via patch
+
+	Add missing 'b' to the list of options.
+	Alpha-sort the option handling.
+	[mrg, ticket #1639]
+



CVS commit: [netbsd-7] src/doc

2018-10-30 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Tue Oct 30 10:17:52 UTC 2018

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

Log Message:
Ticket #1641


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.8 src/doc/CHANGES-7.3:1.1.2.9
--- src/doc/CHANGES-7.3:1.1.2.8	Tue Oct 30 10:14:55 2018
+++ src/doc/CHANGES-7.3	Tue Oct 30 10:17:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.8 2018/10/30 10:14:55 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.9 2018/10/30 10:17:52 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -100,3 +100,9 @@ usr.sbin/sysinst/arch/sgimips/md.c		1.5-
 	Make sure to install a bootloader even on upgrade installation.
 	[tsutsui, #1640]
 
+sys/arch/pmax/pmax/dec_3min.c			1.74
+
+	Fix hangup after framebuffers are attached on 3MIN.
+	Addresses PR port-pmax/53611
+	[tsutsui, #1641]
+



CVS commit: [netbsd-7] src/doc

2018-10-30 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Tue Oct 30 10:14:55 UTC 2018

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

Log Message:
Ticket #1640


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.7 src/doc/CHANGES-7.3:1.1.2.8
--- src/doc/CHANGES-7.3:1.1.2.7	Tue Oct 30 10:07:52 2018
+++ src/doc/CHANGES-7.3	Tue Oct 30 10:14:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.7 2018/10/30 10:07:52 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.8 2018/10/30 10:14:55 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -93,3 +93,10 @@ usr.bin/find/function.c1.77
 	form part of what is allowed in ARG_MAX.
 	[mrg, ticket #1642]
 
+usr.sbin/sysinst/arch/sgimips/md.c		1.5-1.6
+
+	PR port-sgimips/53583: fetch kernel name always before using it.
+	Make the struct utsname local to avoid future similar issues.
+	Make sure to install a bootloader even on upgrade installation.
+	[tsutsui, #1640]
+



CVS commit: [netbsd-7] src/doc

2018-10-30 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Tue Oct 30 10:07:52 UTC 2018

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

Log Message:
Ticket #1642


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.6 src/doc/CHANGES-7.3:1.1.2.7
--- src/doc/CHANGES-7.3:1.1.2.6	Tue Oct 30 09:57:05 2018
+++ src/doc/CHANGES-7.3	Tue Oct 30 10:07:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.6 2018/10/30 09:57:05 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.7 2018/10/30 10:07:52 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -85,3 +85,11 @@ sys/dev/hpc/hpckbd.c1.33-1.35
 	Fix kernel crash on hpcmips when console is attached.
 	[rin, ticket #1638]
 
+usr.bin/find/function.c1.77
+
+	When calculating the length of the args that can be
+	appended in a "find  -exec something {} +"
+	usage, remember to allow for the arg pointers, which
+	form part of what is allowed in ARG_MAX.
+	[mrg, ticket #1642]
+



CVS commit: [netbsd-7] src/doc

2018-10-30 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Tue Oct 30 09:57:05 UTC 2018

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

Log Message:
Ticket #1638


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.5 src/doc/CHANGES-7.3:1.1.2.6
--- src/doc/CHANGES-7.3:1.1.2.5	Tue Oct 30 08:36:19 2018
+++ src/doc/CHANGES-7.3	Tue Oct 30 09:57:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.5 2018/10/30 08:36:19 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.6 2018/10/30 09:57:05 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -80,3 +80,8 @@ sys/dev/pci/if_wm.c1.589
 	INTx interrupt (Xen dom0 or pre netbsd-8).
 	[msaitoh, ticket #1647]
 
+sys/dev/hpc/hpckbd.c1.33-1.35
+
+	Fix kernel crash on hpcmips when console is attached.
+	[rin, ticket #1638]
+



CVS commit: [netbsd-7] src/doc

2018-10-30 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Tue Oct 30 08:36:19 UTC 2018

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

Log Message:
Ticket #1647


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.4 src/doc/CHANGES-7.3:1.1.2.5
--- src/doc/CHANGES-7.3:1.1.2.4	Mon Oct 15 08:05:43 2018
+++ src/doc/CHANGES-7.3	Tue Oct 30 08:36:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.4 2018/10/15 08:05:43 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.5 2018/10/30 08:36:19 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -74,3 +74,9 @@ sbin/gpt/gpt.c	1.76
 	Should fix PR 53668.
 	[mlelstv, ticket #1643]
 
+sys/dev/pci/if_wm.c1.589
+
+	Fix KASSERT to prevent panic on CNP(Intel 300 series + I219) with
+	INTx interrupt (Xen dom0 or pre netbsd-8).
+	[msaitoh, ticket #1647]
+



CVS commit: [netbsd-7] src/doc

2018-10-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Mon Oct 15 08:05:43 UTC 2018

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

Log Message:
Whitespace


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.3 src/doc/CHANGES-7.3:1.1.2.4
--- src/doc/CHANGES-7.3:1.1.2.3	Mon Oct 15 07:56:09 2018
+++ src/doc/CHANGES-7.3	Mon Oct 15 08:05:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.3 2018/10/15 07:56:09 sborrill Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.4 2018/10/15 08:05:43 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -68,7 +68,7 @@ usr.sbin/cpuctl/arch/i386.c			1.71,1.75-
 	  - Use aprint_error_dev() for error output.
 	[msaitoh, ticket #1636]
 
-sbin/gpt/gpt.c			1.76
+sbin/gpt/gpt.c	1.76
 
 	When changing entries skip those that do not match the -L option.
 	Should fix PR 53668.



CVS commit: [netbsd-7] src/doc

2018-10-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Mon Oct 15 07:56:09 UTC 2018

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

Log Message:
Ticket #1643


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.2 src/doc/CHANGES-7.3:1.1.2.3
--- src/doc/CHANGES-7.3:1.1.2.2	Tue Oct  9 15:54:57 2018
+++ src/doc/CHANGES-7.3	Mon Oct 15 07:56:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.2 2018/10/09 15:54:57 snj Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.3 2018/10/15 07:56:09 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -68,3 +68,9 @@ usr.sbin/cpuctl/arch/i386.c			1.71,1.75-
 	  - Use aprint_error_dev() for error output.
 	[msaitoh, ticket #1636]
 
+sbin/gpt/gpt.c			1.76
+
+	When changing entries skip those that do not match the -L option.
+	Should fix PR 53668.
+	[mlelstv, ticket #1643]
+



CVS commit: [netbsd-7] src/doc

2018-10-09 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Oct  9 15:54:57 UTC 2018

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

Log Message:
1636


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

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

Modified files:

Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.1 src/doc/CHANGES-7.3:1.1.2.2
--- src/doc/CHANGES-7.3:1.1.2.1	Tue Oct  9 15:50:03 2018
+++ src/doc/CHANGES-7.3	Tue Oct  9 15:54:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.1 2018/10/09 15:50:03 snj Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.2 2018/10/09 15:54:57 snj Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -10,3 +10,61 @@ sys/sys/param.h	patched by hand
 	Welcome to 7.2_STABLE.
 	[snj]
 
+sys/arch/x86/include/cacheinfo.h		1.23-1.26
+sys/arch/x86/include/cpu.h			1.70
+sys/arch/x86/include/specialreg.h		1.91-1.93,1.98,1.100,1.102-1.124,1.126,1.130 via patch
+sys/arch/x86/x86/cpu_topology.c			1.10
+sys/arch/x86/x86/identcpu.c			1.56-1.57,1.70 via patch
+usr.sbin/cpuctl/arch/i386.c			1.71,1.75-1.79,1.81-1.85 via patch
+
+	Add some register definitions for x86:
+	  - Add CLWB bit.
+	  - Fix a few (unused) MSR values, and add some bit definitions of
+	MSR_EFER from Murray Armfield in PR#42861.
+	  - CPUID_CFLUSH bit is not for CFLUSH insn but CLFLUSH insn, so modify
+	comments and snprintb() string.
+	  - Define CPUID Fn0001 %ebx bits and use them.
+	No functional change.
+	  - Add Structured Extended Flags Enumeration Leaf's bit definitions:
+	AVX512_{IFMA,VBMI2,VNNI,BITALG,VPOPCNTDQ,4VNNIW,4FMAPS},GFNI&VAES.
+	  - Add Turbo Boost Max Technology 3.0 bit.
+	  - Add AMD SVM features definitions.
+	  - Add Intel cpuid 7 %edx IBRS and STIBP bit definitions.
+	  - Fix swapped comments for EFER LME and LMA
+	  - Add Intel cpuid 7 %edx bit 29 IA32_ARCH_CAPABILITIES supported bit.
+	  - Add MSR_IA32_ARCH_CAPABILITIES definition.
+	  - Add IA32_SPEC_CTRL MSR and IA32_PRED_CMD MSR.
+	  - Add Intel Deterministic Address Translation Parameter Leaf(0x18)
+	definitions.
+	  - s/CLFUSH/CLFLUSH/
+	  - Add AMD's Disable Indirect Branch Predictor bit definition.
+	  - Add the MSR bits definitions for IBRS, STIBP and IBPB.
+	  - Add Intel Fn_0006 %eax new bit 14-20 (HWP stuff).
+	  - Intel Fn_0007 %ecx bit 22 is for both RDPID and IA32_TSC_AUX.
+	  - Add AMD's CPUID Fn8001 %edx MMX and FXSR bit definitions.
+	  - Add RDCL_NO and IBRS_ALL.
+	  - Add SSBD and RSBA bit definitions.
+	  - Add AMD's SSB bit definitions for F15H, F16H and F17H.
+	  - Add cpuid 7 edx L1D_FLUSH bit.
+	  - Add IA32_ARCH_SKIP_L1DFL_VMENTRY bit.
+	  - Add IA32_FLUSH_CMD MSR.
+	  - Add yet another Shared L2 TLB (2M/4M pages).
+	  - Add 3way and 6way of L2 cache or TLB on AMD CPU.
+	  - AMD L3 cache association bitfield is not 8bit but 4bit like others
+	association bitfields.
+	  - Sort entries. No functional change.
+	  - Modify comment, fix typo in comment and add comment.
+	cpuctl(8):
+	  - Add detection for Quark X1000, Xeon E5 v4, E7 v4,
+	Core i7-69xx Extreme Edition, Xeon Scalable (Skylake),
+	Xeon Phi [357]200 (Knights Landing), Atom (Goldmont),
+	Atom (Denverton), Future Core (Cannon Lake), Atom (Goldmont Plus),
+	Xeon Phi 7215, 7285 and 7295 (Knights Mill) and
+	7th or 8th gen Core (Kaby Lake, Coffee Lake).
+	  - Print Structured Extended Feature leaf Fn_0007 %ebx on AMD,too.
+	  - Print Fn_0007 %ecx on Intel.
+	  - Print Intel cpuid 7 %edx.
+	  - Parse the TLB info from `cpuid leaf 18H' on Intel processor.
+	  - Use aprint_error_dev() for error output.
+	[msaitoh, ticket #1636]
+



CVS commit: [netbsd-7] src/doc

2018-08-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug 29 17:04:45 UTC 2018

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

Log Message:
Adjust path for mdoc.local


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.109 -r1.1.2.110 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.109 src/doc/CHANGES-7.2:1.1.2.110
--- src/doc/CHANGES-7.2:1.1.2.109	Wed Aug 29 13:27:27 2018
+++ src/doc/CHANGES-7.2	Wed Aug 29 17:04:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.109 2018/08/29 13:27:27 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.110 2018/08/29 17:04:45 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -6068,7 +6068,7 @@ xsrc/external/mit/libX11/dist/src/ListEx
 	Fixed crash on invalid reply (CVE-2018-14598)
 	[mrg, ticket #1635]
 
-gnu/dist/groff/tmac/doc-common			(manually changed)
+gnu/usr.bin/groff/tmac/mdoc.local		(manually changed)
 sys/sys/param.h	(manually changed)
 
 	Welcome to NetBSD 7.2!



CVS commit: [netbsd-7] src/doc

2018-08-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug 28 13:17:03 UTC 2018

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

Log Message:
Ticket #1635


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.107 src/doc/CHANGES-7.2:1.1.2.108
--- src/doc/CHANGES-7.2:1.1.2.107	Sat Aug 25 17:07:03 2018
+++ src/doc/CHANGES-7.2	Tue Aug 28 13:17:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.107 2018/08/25 17:07:03 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.108 2018/08/28 13:17:03 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -6055,3 +6055,17 @@ doc/3RDPARTY	1.1520 (patch)
 
 	Import tzdata2018e
 	[kre, ticket #1634]
+
+xsrc/external/mit/libX11/dist/src/FontNames.	(patch)
+xsrc/external/mit/libX11/dist/src/GetFPath.c	(patch)
+xsrc/external/mit/libX11/dist/src/LiHosts.c	(patch)
+xsrc/external/mit/libX11/dist/src/ListExt.c	(patch)
+
+	Apply fixes from libX11 1.6.5 for the following vulnerabilities:
+	Fixed off-by-one writes (CVE-2018-14599)
+	Validation of server response in XListHosts
+	Fixed out of boundary write (CVE-2018-14600)
+	Fixed crash on invalid reply (CVE-2018-14598)
+	[mrg, ticket #1635]
+
+



CVS commit: [netbsd-7] src/doc

2018-08-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug 25 17:07:03 UTC 2018

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

Log Message:
Ammend ticket #1632


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.106 -r1.1.2.107 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.106 src/doc/CHANGES-7.2:1.1.2.107
--- src/doc/CHANGES-7.2:1.1.2.106	Sat Aug 25 15:14:23 2018
+++ src/doc/CHANGES-7.2	Sat Aug 25 17:07:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.106 2018/08/25 15:14:23 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.107 2018/08/25 17:07:03 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -6013,6 +6013,7 @@ sys/dev/usb/ehcivar.h1.45 (patch)
 sys/dev/usb/motg.c1.22 (patch)
 sys/dev/usb/ohci.c1.282,1.283 (patch)
 sys/dev/usb/ohcivar.h1.60 (patch)
+sys/dev/usb/ugen.c(patch)
 sys/dev/usb/uhci.c1.281,1.282 (patch)
 sys/dev/usb/uhcivar.h1.55 (patch)
 sys/dev/usb/usbdi.c1.177 (patch)



CVS commit: [netbsd-7] src/doc

2018-08-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug 25 15:14:23 UTC 2018

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

Log Message:
Tickets #1631 - #1634


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.105 -r1.1.2.106 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.105 src/doc/CHANGES-7.2:1.1.2.106
--- src/doc/CHANGES-7.2:1.1.2.105	Tue Aug 14 14:35:23 2018
+++ src/doc/CHANGES-7.2	Sat Aug 25 15:14:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.105 2018/08/14 14:35:23 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.106 2018/08/25 15:14:23 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -6002,3 +6002,55 @@ sys/netinet6/frag6.c1.64
 	Ignore zero-sized fragments.
 	[maxv, ticket #1630]
 
+etc/powerd/scripts/sleep_button			1.11
+
+	Remove the stopping and starting of various network scripts on
+	sleep / resume.
+	[roy, ticket #1631]
+
+sys/dev/usb/ehci.c1.260,1.261 (patch)
+sys/dev/usb/ehcivar.h1.45 (patch)
+sys/dev/usb/motg.c1.22 (patch)
+sys/dev/usb/ohci.c1.282,1.283 (patch)
+sys/dev/usb/ohcivar.h1.60 (patch)
+sys/dev/usb/uhci.c1.281,1.282 (patch)
+sys/dev/usb/uhcivar.h1.55 (patch)
+sys/dev/usb/usbdi.c1.177 (patch)
+sys/dev/usb/usbdivar.h1.117 (patch)
+sys/dev/usb/xhci.c1.96 (patch)
+sys/dev/usb/xhcivar.h1.10 (patch)
+sys/external/bsd/dwc2/dwc2.c			1.52 (patch)
+
+	Move the struct usb_task to struct usbd_xfer for everyone to use
+	and various transfer/abort handling fixes.
+	Initialise the usb abort task in the HCI allocx routine, so that it
+	can be safely usb_rem_task()'d.
+	Rework the handling of softintr vs cancellation vs timeout abort.
+	[mrg, ticket #1632]
+
+external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.16
+external/bsd/dhcpcd/dist/src/dhcp.c up to 1.13
+external/bsd/dhcpcd/dist/src/dhcp6.cup to 1.1.1.13
+external/bsd/dhcpcd/dist/src/if-bsd.c   up to 1.1.1.9
+external/bsd/dhcpcd/dist/src/if.c   up to 1.1.1.9
+external/bsd/dhcpcd/dist/src/ipv4.c up to 1.1.1.10
+external/bsd/dhcpcd/dist/src/ipv6.c up to 1.1.1.12
+doc/3RDPARTY	(manually edited)
+
+	Import dhcpcd-7.0.8.
+	[roy, ticket #1633]
+
+external/public-domain/tz/dist/Makefile up to 1.1.1.21
+external/public-domain/tz/dist/NEWS up to 1.1.1.22
+external/public-domain/tz/dist/TZDATA_VERSION   up to 1.12
+external/public-domain/tz/dist/africa   up to 1.1.1.15
+external/public-domain/tz/dist/asia up to 1.1.1.20
+external/public-domain/tz/dist/australasia  up to 1.1.1.15
+external/public-domain/tz/dist/europe   up to 1.1.1.21
+external/public-domain/tz/dist/theory.html  up to 1.1.1.4
+external/public-domain/tz/dist/version  up to 1.1.1.9
+external/public-domain/tz/dist/ziguard.awk  up to 1.1.1.2
+doc/3RDPARTY	1.1520 (patch)
+
+	Import tzdata2018e
+	[kre, ticket #1634]



CVS commit: [netbsd-7] src/doc

2018-08-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug 14 14:35:23 UTC 2018

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

Log Message:
Ticket #1630


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.104 -r1.1.2.105 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.104 src/doc/CHANGES-7.2:1.1.2.105
--- src/doc/CHANGES-7.2:1.1.2.104	Mon Aug 13 16:15:44 2018
+++ src/doc/CHANGES-7.2	Tue Aug 14 14:35:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.104 2018/08/13 16:15:44 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.105 2018/08/14 14:35:23 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5997,3 +5997,8 @@ sbin/gpt/unset.cup to 1.14
 	- Check device parameter to avoid segfaults
 	[sborrill, #1629]
 
+sys/netinet6/frag6.c1.64
+
+	Ignore zero-sized fragments.
+	[maxv, ticket #1630]
+



CVS commit: [netbsd-7] src/doc

2018-08-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug 13 16:15:44 UTC 2018

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

Log Message:
Ticket #1629


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.103 src/doc/CHANGES-7.2:1.1.2.104
--- src/doc/CHANGES-7.2:1.1.2.103	Sat Aug 11 13:36:49 2018
+++ src/doc/CHANGES-7.2	Mon Aug 13 16:15:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.103 2018/08/11 13:36:49 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.104 2018/08/13 16:15:44 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5956,3 +5956,44 @@ sys/dev/pci/pcireg.hpatch
 	- KNF.
 	[msaitoh, #1628]
 
+sbin/gpt/gpt_private.h  up to 1.2
+sbin/gpt/header.c   up to 1.9
+sbin/gpt/main.c up to 1.11
+sbin/gpt/drvctl.cdelete
+sbin/gpt/Makefileup to 1.18
+sbin/gpt/add.c	up to 1.44
+sbin/gpt/backup.cup to 1.18
+sbin/gpt/biosboot.cup to 1.30
+sbin/gpt/create.cup to 1.23
+sbin/gpt/destroy.cup to 1.10
+sbin/gpt/gpt.8	up to 1.63
+sbin/gpt/gpt.c	up to 1.75
+sbin/gpt/gpt.h	up to 1.38
+sbin/gpt/gpt_uuid.cup to 1.15
+sbin/gpt/gpt_uuid.hup to 1.7
+sbin/gpt/label.cup to 1.29
+sbin/gpt/map.c	up to 1.14
+sbin/gpt/map.h	up to 1.6
+sbin/gpt/migrate.cup to 1.33
+sbin/gpt/recover.cup to 1.18
+sbin/gpt/remove.cup to 1.22
+sbin/gpt/resize.cup to 1.23
+sbin/gpt/resizedisk.cup to 1.17
+sbin/gpt/restore.cup to 1.18
+sbin/gpt/set.c	up to 1.14
+sbin/gpt/show.c up to 1.41
+sbin/gpt/type.c up to 1.15
+sbin/gpt/unset.cup to 1.14
+
+	Many changes including to gpt(8):
+	-  Add the ability to set the active flag in the PMBR
+	- Let individual commands decide if ioctl(DIOCMWEDGES) should be done
+	- Add a "header" subcommand that displays information about the size
+	  of the disk along with information from the GPT header if it exists
+	- Add listing commands for type, set and unset
+	- Add help and formatting for set and unset
+	- Change show to print all the attribute info in one line.
+	- Improve documentation, including booting and exit status
+	- Check device parameter to avoid segfaults
+	[sborrill, #1629]
+



CVS commit: [netbsd-7] src/doc

2018-08-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug 11 13:36:49 UTC 2018

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

Log Message:
Ticket #1628


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.102 -r1.1.2.103 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.102 src/doc/CHANGES-7.2:1.1.2.103
--- src/doc/CHANGES-7.2:1.1.2.102	Thu Aug  9 14:39:22 2018
+++ src/doc/CHANGES-7.2	Sat Aug 11 13:36:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.102 2018/08/09 14:39:22 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.103 2018/08/11 13:36:49 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5844,3 +5844,115 @@ lib/libcurses/addbytes.c			1.48
 	to the last column.
 	[simonb, ticket #1627]
 
+share/man/man4/wm.41.40 via patch
+sys/dev/mii/ihphyreg.h1.2
+sys/dev/mii/inbmphyreg.h			1.10
+sys/dev/pci/if_wm.c1.504, 1.506, 1.510-1.535, 1.539-1.540, 1.546, 1.548, 1.551-1.552, 1.558, 1.565-1.573, 1.575, 1.579, 1.582, 1.584 via patch
+sys/dev/pci/if_wmreg.h1.99-1.103, 1.106-1.107 via patch
+sys/dev/pci/if_wmvar.h1.34-1.39 via patch
+sys/dev/pci/pcidevs1.1327 via patch
+sys/dev/pci/pcidevs.hregen
+sys/dev/pci/pcidevs_data.h			regen
+sys/dev/pci/pcireg.hpatch
+
+	Sync wm(4) up to 2018/08/08 except MSI/MSI-X and NET_MPSAFE:
+	- remove extra "+"
+	- Fix a bug that non-GMII devices don't send a routing message when
+	  the link status is changed.
+	- Set WMREG_KABGTXD not in wm_init_locked() but in wm_reset(). Same as
+	  other OSes.
+	- If a interrupt is a spurious interrupt, don't print debug message.
+	- Don't print the Image Unique ID if an NVM is iNVM (i210 and I211).
+	- Print sc_flags with snprintb().
+	- Fix a bug that a RAL was written at incorrect address when the index
+	  number is more than 16 on 82544 and newer.
+	- The layout of RAL on PCH* are different from others. Fix it.
+	- Flush every MTA write. Same as Linux.
+	- Move the location of calling wm_set_filter. Same as some other OSes.
+	- Add CSR_WRITE_FLUSH() after writing WMREG_CTRL in
+	  wm_gmii_mediachange().
+	- Add missing "else" in wm_nvm_release().
+	- Make new wm_phy_post_reset() and use this function at all location
+	  after resetting phy.
+	- Move the location of calling wm_get_hw_control. Same as Linux.
+	- Add I219 specific wokaround for legacy interrupt. From OpenBSD.
+	- Move the location of calling wm_lplu_d0_disable().
+	- Fix latency calculation in wm_platform_pm_pch_lpt().
+	- Set OBFF water mark and enable OBFF on PCH_LPT and newer.
+	- Disable D0 LPLU on 8257[12356], 82580, I350 and I21[01], too.	Before
+	  this commit, above devices and non-PCIe devices accessed wrong
+	  register.
+	- Use device_printf() instead of aprint_error_dev() for PHY read/write
+	  functions because those are used not only in device attach.
+	- Fix a bug that wm_gmii_i82544_{read,write}reg() didn't take care of
+	  page select. PHY access from igphy() automatically did it, but
+	  accessing from wm(4) for wrokaround didn't work correctly. This
+	  change affects 8254[17], 8257[12] ICH8, ICH9 and ICH10.
+	- Call wm_kmrn_lock_loss_workaround_ich8lan() before any PHY access in
+	  wm_linkintr_gmii().
+	- Register access in wm_kmrn_lock_loss_workaround_ich8lan() now works
+	  correctly. Enable this function.
+	- Configure the LCD with the extended configuration region in NVM if
+	  it's required.
+	- If TX is not required to flush, RX is also not required to flush
+	  in wm_flush_desc_rings(). Same as other OSes.
+	- Remove wrong semaphore access in wm_nvm_{read,write}_{ich8,spt} to
+	  prevent hangup. A semaphore is get/put in wm_nvm_{read,write}.
+	- Move some initialization stuff in wm_attach() before wm_reset(). Some
+	  flags and callback function are required to set correctly before
+	  wm_reset() because wm_reset() and some helper functions refer them.
+	- Add wm_write_smbus_addr() to set SMBus address by software.
+	- Modify wm_gmii_hv_{read,write}reg_locked() to make them access
+	  HV_SMB_ADDR correctly.
+	- Use new nvm.{acquire,release}() for semaphore.
+	- Our MII readreg/writereg API has not way to detect an error.
+	  kmrn_{read,write}reg() are not used for MII API, so it's not required
+	  for these functions to use the same API. So,
+	  - Change return value as error code.
+	  - Change register value from int to uint16_t.
+	  - read: pass pointer for uint16_t as an argument.
+	  - Check return value on caller side.
+	- Check whether it's required to use MDIC workaround for 80003 or not
+	  in wm_reset(). If the workaround isn't required, don't use the
+	  workaround code in wm_gmii_i80003_{read,write}reg.
+	- Add WM_F_WA_I210_CLSEM flag for a workaround. FreeBSD/Linux drivers
+	  say "In rare circumstances, the SW semaphore may already be held
+	  unintentionally on I21[

CVS commit: [netbsd-7] src/doc

2018-08-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug  9 14:39:22 UTC 2018

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

Log Message:
Ticket #1627


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.101 -r1.1.2.102 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.101 src/doc/CHANGES-7.2:1.1.2.102
--- src/doc/CHANGES-7.2:1.1.2.101	Wed Aug  8 10:18:41 2018
+++ src/doc/CHANGES-7.2	Thu Aug  9 14:39:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.101 2018/08/08 10:18:41 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.102 2018/08/09 14:39:22 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5838,3 +5838,9 @@ sys/dev/usb/usbdi.h1.93,1.95
 	function usb_rem_task_wait.
 	[riastradh, ticket #1626]
 
+lib/libcurses/addbytes.c			1.48
+
+	Avoid curx going beyond end of window when adding a wide character
+	to the last column.
+	[simonb, ticket #1627]
+



CVS commit: [netbsd-7] src/doc

2018-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 10:18:41 UTC 2018

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

Log Message:
Ticket #1626


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.100 -r1.1.2.101 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.100 src/doc/CHANGES-7.2:1.1.2.101
--- src/doc/CHANGES-7.2:1.1.2.100	Tue Aug  7 16:07:49 2018
+++ src/doc/CHANGES-7.2	Wed Aug  8 10:18:41 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.100 2018/08/07 16:07:49 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.101 2018/08/08 10:18:41 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5811,3 +5811,30 @@ external/gpl2/gmake/dist/glob/glob.c		1.
 	Fix build failure on Ubuntu 18.04.
 	[nonaka, ticket #1625]
 
+sys/dev/usb/if_athn_usb.c			1.28,1.29
+sys/dev/usb/if_atu.c1.62,1.63
+sys/dev/usb/if_aue.c1.144,1.145
+sys/dev/usb/if_axe.c1.91,1.92
+sys/dev/usb/if_axen.c1.15,1.16
+sys/dev/usb/if_cue.c1.79,1.80
+sys/dev/usb/if_otus.c1.34,1.35
+sys/dev/usb/if_rum.c1.62,1.63
+sys/dev/usb/if_run.c1.28,1.29
+sys/dev/usb/if_smsc.c1.35,1.36
+sys/dev/usb/if_udav.c1.54,1.55
+sys/dev/usb/if_upgt.c1.21,1.22
+sys/dev/usb/if_ural.c1.56,1.57
+sys/dev/usb/if_url.c1.59,1.60
+sys/dev/usb/if_urtw.c1.16,1.17
+sys/dev/usb/if_urtwn.c1.61,1.63
+sys/dev/usb/if_zyd.c1.49,1.50
+sys/dev/usb/uatp.c1.16,1.17
+sys/dev/usb/umcs.c1.11,1.12
+sys/dev/usb/usb.c1.170,1.171
+sys/dev/usb/usb_subr.c1.225,1.226
+sys/dev/usb/usbdi.h1.93,1.95
+
+	Make usb detach more reliable by using a new
+	function usb_rem_task_wait.
+	[riastradh, ticket #1626]
+



CVS commit: [netbsd-7] src/doc

2018-08-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug  7 16:07:49 UTC 2018

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

Log Message:
Tickets #1623, #1624, #1625


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.99 -r1.1.2.100 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.99 src/doc/CHANGES-7.2:1.1.2.100
--- src/doc/CHANGES-7.2:1.1.2.99	Sun Jul 29 06:44:56 2018
+++ src/doc/CHANGES-7.2	Tue Aug  7 16:07:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.99 2018/07/29 06:44:56 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.100 2018/08/07 16:07:49 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5788,3 +5788,26 @@ sys/fs/udf/udf_subr.c1.142
 	bug-compatibility for Linux mkudffs 1.3 images.
 	[reinoud, ticket #1622]
 
+sys/arch/i386/stand/misc/Makefile		1.9
+sys/arch/i386/stand/misc/rawr32.exe.uue		delete
+
+	Remove Rawrite32 installer from install media
+	[martin, ticket #1623]
+
+distrib/notes/bebox/prep			1.3
+distrib/notes/common/main			1.547
+distrib/notes/ews4800mips/xfer			1.3
+distrib/notes/i386/xfer1.21
+distrib/notes/news68k/xfer			1.4
+distrib/notes/newsmips/xfer			1.3
+
+	Replace references to i386 install media for Rawrite32 with
+	links to the homepage.
+	[martin, ticket #1624]
+
+external/gpl2/gmake/dist/glob/glob.c		1.5
+	(applied to gnu/dist/gmake)
+
+	Fix build failure on Ubuntu 18.04.
+	[nonaka, ticket #1625]
+



CVS commit: [netbsd-7] src/doc

2018-07-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 29 06:44:56 UTC 2018

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

Log Message:
Additional pullups for ticket #1621


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.98 -r1.1.2.99 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.98 src/doc/CHANGES-7.2:1.1.2.99
--- src/doc/CHANGES-7.2:1.1.2.98	Sat Jul 28 13:21:11 2018
+++ src/doc/CHANGES-7.2	Sun Jul 29 06:44:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.98 2018/07/28 13:21:11 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.99 2018/07/29 06:44:56 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5768,11 +5768,18 @@ external/bsd/dhcpcd/sbin/dhcpcd/Makefile
 external/bsd/dhcpcd/include/config.h		(apply patch)
 external/bsd/dhcpcd/sbin/dhcpcd/Makefile	(apply patch)
 usr.sbin/postinstall/postinstall		1.211-1.213
+distrib/sets/lists/base/mi			1.1120
+distrib/sets/lists/misc/mi			1.197
+distrib/sets/lists/base/mi			1.
+etc/mtree/NetBSD.dist.base			1.151
 etc/rc.d/dhcpcd	upto 1.5
 doc/3RDPARTY	manual edit
 
 	Import dhcpcd-7.0.7.
 	Adjust postinstall for dhcpcd changes.
+	Move 10-wpa_supplicant, 15-timezone, 29-lookup-hostname and 50-ypbind
+	from /libexec/dhcpcd-hooks to /usr/share/examples/dhcpcd/hooks so they
+	are not run by default.
 	[roy, ticket #1621]
 
 sys/fs/udf/udf_subr.c1.142



CVS commit: [netbsd-7] src/doc

2018-07-28 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jul 28 13:21:11 UTC 2018

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

Log Message:
Ammend ticket #1621 for additional pullups


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.97 src/doc/CHANGES-7.2:1.1.2.98
--- src/doc/CHANGES-7.2:1.1.2.97	Fri Jul 27 10:47:51 2018
+++ src/doc/CHANGES-7.2	Sat Jul 28 13:21:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.97 2018/07/27 10:47:51 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.98 2018/07/28 13:21:11 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5755,6 +5755,18 @@ external/bsd/dhcpcd/dist/dhcpcd-hooks/29
 external/bsd/dhcpcd/dist/dhcpcd-hooks/30-hostname delete
 external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ntp.conf delete
 external/bsd/dhcpcd/dist/dhcpcd-hooks/50-ypbind delete
+external/bsd/dhcpcd/examples/hooks/Makefile up to 1.1
+external/bsd/dhcpcd/examples/Makefile   up to 1.1
+external/bsd/dhcpcd/Makefile.incup to 1.3
+external/bsd/dhcpcd/include/config.hup to 1.3
+external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile up to 1.3
+external/bsd/dhcpcd/libexec/Makefileup to 1.2
+external/bsd/dhcpcd/libexec/dhcpcd-run-hooks/Makefile up to 1.1
+external/bsd/dhcpcd/Makefileup to 1.3
+external/bsd/dhcpcd/sbin/Makefile.inc   up to 1.5
+external/bsd/dhcpcd/sbin/dhcpcd/Makefileup to 1.43
+external/bsd/dhcpcd/include/config.h		(apply patch)
+external/bsd/dhcpcd/sbin/dhcpcd/Makefile	(apply patch)
 usr.sbin/postinstall/postinstall		1.211-1.213
 etc/rc.d/dhcpcd	upto 1.5
 doc/3RDPARTY	manual edit



CVS commit: [netbsd-7] src/doc

2018-07-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Jul 27 10:47:51 UTC 2018

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

Log Message:
Tickets #1621 and #1622


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.96 src/doc/CHANGES-7.2:1.1.2.97
--- src/doc/CHANGES-7.2:1.1.2.96	Sun Jul 15 10:49:02 2018
+++ src/doc/CHANGES-7.2	Fri Jul 27 10:47:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.96 2018/07/15 10:49:02 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.97 2018/07/27 10:47:51 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5571,3 +5571,201 @@ usr.bin/units/units.c1.26,1.27
 	Fix negative exponents and improve handling of negative numbers.
 	[dholland, ticket #1620]
 
+external/bsd/dhcpcd/dist/compat/crypt/sha256.c  up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/crypt/md5.c up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/crypt/md5.h up to 1.1.1.2
+external/bsd/dhcpcd/dist/compat/crypt/sha256.h  up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/crypt/hmac.cup to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/crypt/hmac.hup to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/_strtoi.h   up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/arc4random.cup to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/arc4random.hup to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/arc4random_uniform.c up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/arc4random_uniform.h up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/bitops.hup to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/dprintf.c   up to 1.1.1.2
+external/bsd/dhcpcd/dist/compat/dprintf.h   up to 1.1.1.2
+external/bsd/dhcpcd/dist/compat/endian.hup to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/pidfile.c   up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/pidfile.h   up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/queue.h up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/reallocarray.c  up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/reallocarray.h  up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/strtoi.cup to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/strtoi.hup to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/strtou.cup to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/strlcpy.c   up to 1.1.1.1
+external/bsd/dhcpcd/dist/compat/strlcpy.h   up to 1.1.1.1
+external/bsd/dhcpcd/dist/config-null.mk up to 1.1.1.1
+external/bsd/dhcpcd/dist/configure  up to 1.1.1.8
+external/bsd/dhcpcd/dist/iconfig.mk up to 1.1.1.1
+external/bsd/dhcpcd/dist/hooks/01-test  up to 1.1.1.2
+external/bsd/dhcpcd/dist/hooks/02-dump  up to 1.1.1.1
+external/bsd/dhcpcd/dist/hooks/10-wpa_supplicant up to 1.1.1.2
+external/bsd/dhcpcd/dist/hooks/15-timezone  up to 1.1.1.2
+external/bsd/dhcpcd/dist/hooks/20-resolv.conf   up to 1.1.1.2
+external/bsd/dhcpcd/dist/hooks/29-lookup-hostname up to 1.1.1.2
+external/bsd/dhcpcd/dist/hooks/30-hostname  up to 1.1.1.2
+external/bsd/dhcpcd/dist/hooks/50-dhcpcd-compat up to 1.1.1.1
+external/bsd/dhcpcd/dist/hooks/50-ntp.conf  up to 1.1.1.2
+external/bsd/dhcpcd/dist/hooks/50-yp.conf   up to 1.1.1.2
+external/bsd/dhcpcd/dist/hooks/50-ypbind.in up to 1.1.1.2
+external/bsd/dhcpcd/dist/hooks/Makefile up to 1.1.1.1
+external/bsd/dhcpcd/dist/hooks/dhcpcd-run-hooks.8.in up to 1.1.1.4
+external/bsd/dhcpcd/dist/hooks/dhcpcd-run-hooks.in up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/GNUmakefileup to 1.1.1.1
+external/bsd/dhcpcd/dist/src/Makefile   up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/arp.c  up to 1.1.1.7
+external/bsd/dhcpcd/dist/src/arp.h  up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/auth.c up to 1.1.1.5
+external/bsd/dhcpcd/dist/src/auth.h up to 1.1.1.3
+external/bsd/dhcpcd/dist/src/bpf.c  up to 1.7
+external/bsd/dhcpcd/dist/src/bpf.h  up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/common.c   up to 1.1.1.5
+external/bsd/dhcpcd/dist/src/common.h   up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/control.c  up to 1.1.1.3
+external/bsd/dhcpcd/dist/src/control.h  up to 1.1.1.2
+external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.15
+external/bsd/dhcpcd/dist/src/dev.c  up to 1.1.1.3
+external/bsd/dhcpcd/dist/src/dev.h  up to 1.1.1.2
+external/bsd/dhcpcd/dist/src/dhcp-common.c  up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/dhcp-common.h  up to 1.1.1.2
+external/bsd/dhcpcd/dist/src/dhcp.c up to 1.11
+external/bsd/dhcpcd/dist/src/dhcp.h up to 1.1.1.6
+external/bsd/dhcpcd/dist/src/dhcp6.cup to 1.1.1.12
+external/bsd/dhcpcd/dist/src/dhcp6.hup to 1.1.1.6
+external/bsd/dh

CVS commit: [netbsd-7] src/doc

2018-07-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 15 10:49:02 UTC 2018

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

Log Message:
Ticket #1620


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.95 src/doc/CHANGES-7.2:1.1.2.96
--- src/doc/CHANGES-7.2:1.1.2.95	Thu Jul 12 14:57:57 2018
+++ src/doc/CHANGES-7.2	Sun Jul 15 10:49:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.95 2018/07/12 14:57:57 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.96 2018/07/15 10:49:02 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5566,3 +5566,8 @@ usr.bin/printf/printf.c1.37-1.39
 	conversion.
 	[kre, ticket #1619]
 
+usr.bin/units/units.c1.26,1.27
+
+	Fix negative exponents and improve handling of negative numbers.
+	[dholland, ticket #1620]
+



CVS commit: [netbsd-7] src/doc

2018-07-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jul 12 14:57:57 UTC 2018

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

Log Message:
Ticket #1619


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.94 src/doc/CHANGES-7.2:1.1.2.95
--- src/doc/CHANGES-7.2:1.1.2.94	Sat Jun 30 11:34:39 2018
+++ src/doc/CHANGES-7.2	Thu Jul 12 14:57:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.94 2018/06/30 11:34:39 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.95 2018/07/12 14:57:57 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5556,3 +5556,13 @@ xsrc/xfree/xc/programs/mkfontscale/ident
 	Pass gzFile, not gzFile * to gzio functions.
 	[mrg, ticket #1618]
 
+usr.bin/printf/printf.c1.37-1.39
+
+	Fix some error handling.
+	Avoid running off into oblivion when a format string,
+	or arg to a %b conversion ends in an unescaped backslash.
+	Avoid printing error messages twice when an invalid
+	escape sequence (\ sequence) is present in an arg to a %b
+	conversion.
+	[kre, ticket #1619]
+



CVS commit: [netbsd-7] src/doc

2018-06-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jun 30 11:34:39 UTC 2018

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

Log Message:
Ticket #1618


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.93 -r1.1.2.94 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.93 src/doc/CHANGES-7.2:1.1.2.94
--- src/doc/CHANGES-7.2:1.1.2.93	Sat Jun 23 10:44:47 2018
+++ src/doc/CHANGES-7.2	Sat Jun 30 11:34:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.93 2018/06/23 10:44:47 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.94 2018/06/30 11:34:39 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5551,3 +5551,8 @@ external/gpl3/gcc/dist/libstdc++-v3/incl
 	have broken ABI's and cabsl does not exist.
 	[maya, ticket #1617]
 
+xsrc/xfree/xc/programs/mkfontscale/ident.c	(apply patch)
+
+	Pass gzFile, not gzFile * to gzio functions.
+	[mrg, ticket #1618]
+



CVS commit: [netbsd-7] src/doc

2018-06-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jun 23 10:44:47 UTC 2018

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

Log Message:
Ticket #1617


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.92 -r1.1.2.93 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.92 src/doc/CHANGES-7.2:1.1.2.93
--- src/doc/CHANGES-7.2:1.1.2.92	Thu Jun 14 19:44:56 2018
+++ src/doc/CHANGES-7.2	Sat Jun 23 10:44:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.92 2018/06/14 19:44:56 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.93 2018/06/23 10:44:47 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5545,3 +5545,9 @@ share/i18n/esdb/ISO-8859/ISO-8859.alias	
 	Add more aliases for Hebrew and Arabic ISO-8859-... encodings.
 	[maya, ticket #1616]
 
+external/gpl3/gcc/dist/libstdc++-v3/include/std/complex 1.2
+
+	Use the c99 cabs math builtins directly, because cabs and cabsf
+	have broken ABI's and cabsl does not exist.
+	[maya, ticket #1617]
+



CVS commit: [netbsd-7] src/doc

2018-06-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Jun 14 19:44:56 UTC 2018

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

Log Message:
Ticket #1616


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.91 src/doc/CHANGES-7.2:1.1.2.92
--- src/doc/CHANGES-7.2:1.1.2.91	Wed Jun  6 15:50:23 2018
+++ src/doc/CHANGES-7.2	Thu Jun 14 19:44:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.91 2018/06/06 15:50:23 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.92 2018/06/14 19:44:56 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5540,3 +5540,8 @@ usr.sbin/makefs/ffs.c1.70
 	Fix makefs UFS2 lazy inode initialization.
 	[maya, ticket #1615]
 
+share/i18n/esdb/ISO-8859/ISO-8859.alias		1.4
+
+	Add more aliases for Hebrew and Arabic ISO-8859-... encodings.
+	[maya, ticket #1616]
+



CVS commit: [netbsd-7] src/doc

2018-06-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jun  6 15:50:23 UTC 2018

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

Log Message:
Tickets #1607 - #1615


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.90 -r1.1.2.91 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.90 src/doc/CHANGES-7.2:1.1.2.91
--- src/doc/CHANGES-7.2:1.1.2.90	Tue May 22 17:36:10 2018
+++ src/doc/CHANGES-7.2	Wed Jun  6 15:50:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.90 2018/05/22 17:36:10 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.91 2018/06/06 15:50:23 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5487,3 +5487,56 @@ sys/kern/uipc_mbuf.c1.214
 	remove the M_READONLY check. The initial code was correct.
 	[maxv, ticket #1606]
 
+sys/netinet/udp_usrreq.c			1.237 (patch)
+
+	Fix bad/wrong memory deallocations and dangling pointer
+	issues in NAT-T.
+	[maxv, ticket #1607]
+
+external/mit/xorg/lib/xkeyboard-config/Makefile.xkbdata 1.4
+external/mit/xorg/lib/xkeyboard-config/rules/Makefile 1.4
+
+	Generate xml files properly.
+	[youri, ticket #1608]
+
+usr.bin/tr/str.c1.30
+
+	Do not accept invalid octal character values (>= 0400).
+	[leot, ticket #1609]
+
+usr.bin/look/look.c1.17
+
+	Properly check mmap(2) return value.
+	[leot, ticket #1610]
+
+external/mpl/dhcp/dist/common/bpf.c		1.3 (patch)
+(as external/bsd/dhcp/dist/common/bpf.c)
+
+	Handle carp interfaces.
+	[maya, ticket #1611]
+
+sbin/fsck_lfs/bufcache.c			1.20
+sbin/fsck_lfs/bufcache.h			1.14
+
+	Fix incore(), use a 64bit logical block number.
+	[maya, ticket #1612]
+
+sys/dev/usb/if_urtwn.c1.53
+sys/dev/usb/usbdevs1.733
+sys/dev/usb/usbdevs.h(regen)
+sys/dev/usb/usbdevs_data.h			(regen)
+
+	Add TP-Link TL-WN722N v2.
+	[maya, ticket #1613]
+
+
+sys/dev/pci/mpii.c1.9
+
+	Call malloc with M_NOWAIT to avoid a sleep-in-interrupt.
+	[maya, ticket #1614]
+
+usr.sbin/makefs/ffs.c1.70
+
+	Fix makefs UFS2 lazy inode initialization.
+	[maya, ticket #1615]
+



CVS commit: [netbsd-7] src/doc

2018-05-22 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue May 22 17:36:10 UTC 2018

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

Log Message:
Ticket #1606


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.89 -r1.1.2.90 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.89 src/doc/CHANGES-7.2:1.1.2.90
--- src/doc/CHANGES-7.2:1.1.2.89	Mon May 14 16:21:48 2018
+++ src/doc/CHANGES-7.2	Tue May 22 17:36:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.89 2018/05/14 16:21:48 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.90 2018/05/22 17:36:10 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5481,3 +5481,9 @@ sys/net/npf/npf_inet.c1.45
 	Fix use-after-free.
 	[maxv, ticket #1605]
 
+sys/kern/uipc_mbuf.c1.214
+
+	Revert ticket #1598:
+	remove the M_READONLY check. The initial code was correct.
+	[maxv, ticket #1606]
+



CVS commit: [netbsd-7] src/doc

2018-05-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon May 14 16:21:48 UTC 2018

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

Log Message:
Tickets #1604 and #1605


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.88 src/doc/CHANGES-7.2:1.1.2.89
--- src/doc/CHANGES-7.2:1.1.2.88	Sun May  6 09:54:18 2018
+++ src/doc/CHANGES-7.2	Mon May 14 16:21:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.88 2018/05/06 09:54:18 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.89 2018/05/14 16:21:48 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5470,3 +5470,14 @@ sys/kern/kern_runq.c1.46
 	historical data.
 	[mlelstv, ticket #1603]
 
+sys/dev/ic/hme.c1.97
+
+	Fix mis-placed right parenthesis.
+	[pgoyette, ticket #1604]
+
+sys/net/npf/npf_alg_icmp.c			1.27-1.29
+sys/net/npf/npf_inet.c1.45
+
+	Fix use-after-free.
+	[maxv, ticket #1605]
+



CVS commit: [netbsd-7] src/doc

2018-05-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun May  6 09:54:18 UTC 2018

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

Log Message:
Ticket #1603


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.87 -r1.1.2.88 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.87 src/doc/CHANGES-7.2:1.1.2.88
--- src/doc/CHANGES-7.2:1.1.2.87	Thu May  3 15:14:14 2018
+++ src/doc/CHANGES-7.2	Sun May  6 09:54:18 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.87 2018/05/03 15:14:14 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.88 2018/05/06 09:54:18 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5462,3 +5462,11 @@ sys/kern/uipc_mbuf.c1.211 (patch)
 	the chain.
 	[maxv, ticket #1602]
 
+sys/kern/kern_runq.c1.46
+
+	When balancing threads over multiple CPUs, use fixpoint arithmetic
+	for averages.
+	Add sysctl kern.sched_average_weight to change the weight of
+	historical data.
+	[mlelstv, ticket #1603]
+



CVS commit: [netbsd-7] src/doc

2018-05-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu May  3 15:14:15 UTC 2018

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

Log Message:
Tickets #1600, #1601, #1602


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.86 -r1.1.2.87 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.86 src/doc/CHANGES-7.2:1.1.2.87
--- src/doc/CHANGES-7.2:1.1.2.86	Tue Apr 17 15:36:37 2018
+++ src/doc/CHANGES-7.2	Thu May  3 15:14:14 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.86 2018/04/17 15:36:37 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.87 2018/05/03 15:14:14 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5445,3 +5445,20 @@ sys/netipsec/ipsec_mbuf.c			1.23,1.24 (p
 	Fix a pretty bad mistake (IPsec DoS).
 	[maxv, ticket #1599]
 
+sys/netipsec/ipsec_output.c			1.67,1.75 (patch)
+
+	compute_ipsec_pos: strengthen checks to avoid overruns,
+	allow the function to fail (and drop the misformed packet).
+	[maxv, ticket #1600]
+
+crypto/external/bsd/heimdal/dist/kdc/connect.c	1.3
+
+	Avoid busy-waiting on a dead child.
+	[spz, ticket #1601]
+
+sys/kern/uipc_mbuf.c1.211 (patch)
+
+	Modify m_defrag, so that it never frees the first mbuf of
+	the chain.
+	[maxv, ticket #1602]
+



CVS commit: [netbsd-7] src/doc

2018-04-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 17 15:36:37 UTC 2018

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

Log Message:
Ticket #1599


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.85 src/doc/CHANGES-7.2:1.1.2.86
--- src/doc/CHANGES-7.2:1.1.2.85	Tue Apr 17 08:27:46 2018
+++ src/doc/CHANGES-7.2	Tue Apr 17 15:36:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.85 2018/04/17 08:27:46 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.86 2018/04/17 15:36:37 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5439,3 +5439,9 @@ sys/kern/uipc_mbuf.c1.190
 	in place.
 	[maxv, ticket #1598]
 
+sys/netipsec/ipsec_mbuf.c			1.23,1.24 (patch)
+
+	Don't assume M_PKTHDR is set only on the first mbuf of the chain.
+	Fix a pretty bad mistake (IPsec DoS).
+	[maxv, ticket #1599]
+



CVS commit: [netbsd-7] src/doc

2018-04-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 17 08:27:46 UTC 2018

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

Log Message:
Ticket #1598


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.84 src/doc/CHANGES-7.2:1.1.2.85
--- src/doc/CHANGES-7.2:1.1.2.84	Mon Apr  9 13:28:56 2018
+++ src/doc/CHANGES-7.2	Tue Apr 17 08:27:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.84 2018/04/09 13:28:56 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.85 2018/04/17 08:27:46 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5433,3 +5433,9 @@ sys/arch/amiga/amiga/cc.c			1.27
 	Fix a spl(9) leak.
 	[msaitoh, ticket #1597]
 
+sys/kern/uipc_mbuf.c1.190
+
+	m_pkthdr_remove(): if the mbuf is shared leave M_PKTHDR
+	in place.
+	[maxv, ticket #1598]
+



CVS commit: [netbsd-7] src/doc

2018-04-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Apr  9 13:28:56 UTC 2018

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

Log Message:
Tickets #1595, #1596, #1597


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.83 src/doc/CHANGES-7.2:1.1.2.84
--- src/doc/CHANGES-7.2:1.1.2.83	Thu Apr  5 11:49:19 2018
+++ src/doc/CHANGES-7.2	Mon Apr  9 13:28:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.83 2018/04/05 11:49:19 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.84 2018/04/09 13:28:56 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5413,3 +5413,23 @@ sys/sys/mbuf.h	1.179
 	Remove M_PKTHDR from secondary mbufs when reassembling packets.
 	[maxv, ticket #1594]
 
+external/gpl3/binutils/dist/bfd/elflink.c	1.14
+
+	When trying to decide the status of a weak symbol, resolve any
+	indirectness first.
+	[joerg, ticket #1595]
+
+bin/ed/ed.1	1.32
+bin/ed/main.c	1.29
+usr.bin/patch/pch.c1.29
+
+	patch: Pass -S to ed(1) so that patches containing ! commands
+	don't run commands.
+	ed: add -S to disable ! commands.
+	[christos, ticket #1596]
+
+sys/arch/amiga/amiga/cc.c			1.27
+
+	Fix a spl(9) leak.
+	[msaitoh, ticket #1597]
+



CVS commit: [netbsd-7] src/doc

2018-04-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Apr  5 11:49:19 UTC 2018

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

Log Message:
Ticket #1594


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.82 src/doc/CHANGES-7.2:1.1.2.83
--- src/doc/CHANGES-7.2:1.1.2.82	Thu Apr  5 11:42:03 2018
+++ src/doc/CHANGES-7.2	Thu Apr  5 11:49:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.82 2018/04/05 11:42:03 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.83 2018/04/05 11:49:19 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5404,3 +5404,12 @@ sys/net/npf/npf.h1.55
 	Fix an integer overflow that allows incoming IPv6 packets
 	to bypass a certain number of filtering rules.
 	[maxv, ticket #1593]
+
+sys/kern/uipc_mbuf.c1.182
+sys/netinet/ip_reass.c1.14
+sys/netinet6/frag6.c1.67
+sys/sys/mbuf.h	1.179
+
+	Remove M_PKTHDR from secondary mbufs when reassembling packets.
+	[maxv, ticket #1594]
+



CVS commit: [netbsd-7] src/doc

2018-04-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Apr  5 11:42:03 UTC 2018

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

Log Message:
Ticket #1593


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.81 src/doc/CHANGES-7.2:1.1.2.82
--- src/doc/CHANGES-7.2:1.1.2.81	Sun Apr  1 09:13:25 2018
+++ src/doc/CHANGES-7.2	Thu Apr  5 11:42:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.81 2018/04/01 09:13:25 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.82 2018/04/05 11:42:03 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5399,3 +5399,8 @@ sys/netinet6/raw_ip6.c1.161
 	Fix use-after-free.
 	[maxv, ticket #1591]
 
+sys/net/npf/npf.h1.55
+
+	Fix an integer overflow that allows incoming IPv6 packets
+	to bypass a certain number of filtering rules.
+	[maxv, ticket #1593]



CVS commit: [netbsd-7] src/doc

2018-04-01 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr  1 09:13:25 UTC 2018

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

Log Message:
Tickets #1590 and #1591


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.80 src/doc/CHANGES-7.2:1.1.2.81
--- src/doc/CHANGES-7.2:1.1.2.80	Sun Mar 25 14:07:56 2018
+++ src/doc/CHANGES-7.2	Sun Apr  1 09:13:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.80 2018/03/25 14:07:56 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.81 2018/04/01 09:13:25 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5389,3 +5389,13 @@ doc/3RDPARTY	1.1506 (patch)
 	Updated tzdata to 2018d.
 	[kre, ticket #1589]
 
+sys/netinet6/ip6_forward.c			1.91 (patch)
+
+	Fix two IPv6 ipsec use-after-free issues.
+	[maxv, ticket #1590]
+
+sys/netinet6/raw_ip6.c1.161
+
+	Fix use-after-free.
+	[maxv, ticket #1591]
+



CVS commit: [netbsd-7] src/doc

2018-03-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar 25 14:07:56 UTC 2018

Modified Files:
src/doc [netbsd-7]: 3RDPARTY CHANGES-7.2

Log Message:
Ticket #1589 - Updated tzdata to 2018d.


To generate a diff of this commit:
cvs rdiff -u -r1.1145.2.47 -r1.1145.2.48 src/doc/3RDPARTY
cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-7.2

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

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1145.2.47 src/doc/3RDPARTY:1.1145.2.48
--- src/doc/3RDPARTY:1.1145.2.47	Sun Nov  5 20:42:18 2017
+++ src/doc/3RDPARTY	Sun Mar 25 14:07:56 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1145.2.47 2017/11/05 20:42:18 snj Exp $
+#	$NetBSD: 3RDPARTY,v 1.1145.2.48 2018/03/25 14:07:56 martin Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -1300,8 +1300,8 @@ Notes:
 Added changes from a5 -> a12 manually.
 
 Package:	tz
-Version:	tzcode2014j (+ upgraded zic) / tzdata2017c
-Current Vers:	tzcode2017c / tzdata2017c
+Version:	tzcode2014j (+ upgraded zic) / tzdata2017d
+Current Vers:	tzcode2017d / tzdata2017d
 Maintainer:	Paul Eggert 
 Archive Site:	ftp://ftp.iana.org/tz/releases/
 Archive Site:	ftp://munnari.oz.au/pub/oldtz/

Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.79 src/doc/CHANGES-7.2:1.1.2.80
--- src/doc/CHANGES-7.2:1.1.2.79	Wed Mar 21 12:19:30 2018
+++ src/doc/CHANGES-7.2	Sun Mar 25 14:07:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.79 2018/03/21 12:19:30 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.80 2018/03/25 14:07:56 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
 release:
@@ -5362,3 +5362,30 @@ usr.bin/audiocfg/audiodev.c			(patch)
 	in-kernel audio mixer)
 	[mrg, ticket #1588]
 
+external/public-domain/tz/dist/ziguard.awk  up to 1.1.1.1
+external/public-domain/tz/dist/CONTRIBUTING up to 1.1.1.5
+external/public-domain/tz/dist/Makefile up to 1.1.1.20
+external/public-domain/tz/dist/NEWS up to 1.1.1.21
+external/public-domain/tz/dist/README   up to 1.1.1.6
+external/public-domain/tz/dist/TZDATA_VERSION   up to 1.11
+external/public-domain/tz/dist/africa   up to 1.1.1.14
+external/public-domain/tz/dist/antarctica   up to 1.1.1.10
+external/public-domain/tz/dist/asia up to 1.1.1.19
+external/public-domain/tz/dist/australasia  up to 1.1.1.14
+external/public-domain/tz/dist/backzone up to 1.1.1.14
+external/public-domain/tz/dist/checktab.awk up to 1.1.1.9
+external/public-domain/tz/dist/europe   up to 1.1.1.20
+external/public-domain/tz/dist/leap-seconds.list up to 1.1.1.9
+external/public-domain/tz/dist/leapseconds  up to 1.1.1.10
+external/public-domain/tz/dist/northamerica up to 1.1.1.19
+external/public-domain/tz/dist/southamerica up to 1.1.1.14
+external/public-domain/tz/dist/theory.html  up to 1.1.1.3
+external/public-domain/tz/dist/version  up to 1.1.1.8
+external/public-domain/tz/dist/zishrink.awk up to 1.1.1.3
+external/public-domain/tz/dist/zone.tab up to 1.1.1.14
+external/public-domain/tz/dist/zone1970.tab up to 1.1.1.16
+doc/3RDPARTY	1.1506 (patch)
+
+	Updated tzdata to 2018d.
+	[kre, ticket #1589]
+



  1   2   3   4   5   6   7   8   >