Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7-1]: src/doc 1525, 1527, 1530, 1531, 1533, 1536, 1537, 1539.



details:   https://anonhg.NetBSD.org/src/rev/87239f0531ce
branches:  netbsd-7-1
changeset: 800834:87239f0531ce
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jan 03 21:56:04 2018 +0000

description:
1525, 1527, 1530, 1531, 1533, 1536, 1537, 1539.

diffstat:

 doc/CHANGES-7.1.2 |  56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 55 insertions(+), 1 deletions(-)

diffs (67 lines):

diff -r ef215eb4b777 -r 87239f0531ce doc/CHANGES-7.1.2
--- a/doc/CHANGES-7.1.2 Wed Jan 03 21:11:38 2018 +0000
+++ b/doc/CHANGES-7.1.2 Wed Jan 03 21:56:04 2018 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index