Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/doc 1525, 1527, 1530, 1531, 1533, 1536, 1537, 1539
details: https://anonhg.NetBSD.org/src/rev/8a0c8222d04b
branches: netbsd-7-0
changeset: 801419:8a0c8222d04b
user: snj <snj%NetBSD.org@localhost>
date: Wed Jan 03 21:53:50 2018 +0000
description:
1525, 1527, 1530, 1531, 1533, 1536, 1537, 1539
diffstat:
doc/CHANGES-7.0.3 | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 55 insertions(+), 1 deletions(-)
diffs (67 lines):
diff -r 2947066dd8b1 -r 8a0c8222d04b doc/CHANGES-7.0.3
--- a/doc/CHANGES-7.0.3 Wed Jan 03 21:11:37 2018 +0000
+++ b/doc/CHANGES-7.0.3 Wed Jan 03 21:53:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.71 2017/12/12 09:15:39 snj Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.72 2018/01/03 21:53:50 snj Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5122,3 +5122,57 @@
Properly mask mxcsr to prevent faults.
[maxv, ticket #1540]
+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]
+
Home |
Main Index |
Thread Index |
Old Index