Module Name:    src
Committed By:   snj
Date:           Wed Jan  3 21:56:04 UTC 2018

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

Log Message:
1525, 1527, 1530, 1531, 1533, 1536, 1537, 1539.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-7.1.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.1.2
diff -u src/doc/CHANGES-7.1.2:1.1.2.1 src/doc/CHANGES-7.1.2:1.1.2.2
--- src/doc/CHANGES-7.1.2:1.1.2.1	Wed Jan  3 19:27:04 2018
+++ src/doc/CHANGES-7.1.2	Wed Jan  3 21:56:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.2,v 1.1.2.1 2018/01/03 19:27:04 snj Exp $
+# $NetBSD: CHANGES-7.1.2,v 1.1.2.2 2018/01/03 21:56:04 snj Exp $
 
 A complete list of changes from the NetBSD 7.1.1 release to the NetBSD 7.1.2
 release:
@@ -10,3 +10,57 @@ sys/sys/param.h					patched by hand
 	Welcome to 7.1.1_PATCH.
 	[snj]
 
+sys/external/bsd/ipf/netinet/ip_state.c		1.9-1.10
+
+	Stop a kernel panic when altering the ipf state table size at
+	runtime due to unallocated memory.
+	[sborrill, ticket #1525]
+
+sys/arch/amd64/include/i82093reg.h		1.9
+sys/arch/i386/include/i82093reg.h		1.11
+sys/arch/x86/x86/ioapic.c			1.54
+
+	Don't write a 1 to the read only RIRR bit in the IOAPIC
+	redirection register to fix "tlp0: filter setup and transmit
+	timeout" observed on Hyper-V VMs with the Legacy Network Adapter.
+
+	From OpenBSD via PR kern/49323:
+ 	https://marc.info/?l=openbsd-cvs&m=146718035432599&w=2
+	[nakayama, ticket #1527]
+
+sys/arch/sparc/sparc/locore.s			1.269
+
+	Avoid an instruction requiring a higher alignment than we
+	are guaranteed.  Fixes PR port-sparc/52721: ddb errors on
+	ps command.
+	[maya, ticket #1530]
+
+sys/arch/x86/x86/pmap.c				patch
+
+	amd64: Make the direct map non executable.
+	[maxv, ticket #1531]
+
+libexec/httpd/cgi-bozo.c			1.39
+
+	bozohttpd fails to exec scripts via the -C mechanism
+	sometimes with EFAULT due to not NULL terminated environment.
+	PR bin/52194
+	[martin, ticket #1533]
+
+sys/external/bsd/drm2/drm/drm_drv.c		1.20
+
+	drm_stat: fix device minor calculation.  Fixes bug where
+	libdrm couldn't find any devices beyond the first one.
+	[jmcneill, ticket #1536]
+
+etc/MAKEDEV.tmpl				1.188
+
+	make a few more drm nodes
+	[jmcneill, ticket #1537]
+
+sys/kern/subr_kobj.c				1.52
+
+	Compare names of duplicate symbols properly, so we correctly
+	return an error status.  PR kern/45125
+	[pgoyette, ticket #1539]
+

Reply via email to