Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
src: Tickets #709, #707, #714, #715, #716, #717, #723
details: https://anonhg.NetBSD.org/src/rev/0cdc1708fe4f
branches: netbsd-8
changeset: 317993:0cdc1708fe4f
user: martin <martin%NetBSD.org@localhost>
date: Mon Apr 09 18:23:33 2018 +0000
description:
Tickets #709, #707, #714, #715, #716, #717, #723
diffstat:
doc/CHANGES-8.0 | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 111 insertions(+), 1 deletions(-)
diffs (123 lines):
diff -r 2fd53ec52743 -r 0cdc1708fe4f doc/CHANGES-8.0
--- a/doc/CHANGES-8.0 Mon Apr 09 18:20:09 2018 +0000
+++ b/doc/CHANGES-8.0 Mon Apr 09 18:23:33 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.172 2018/04/09 16:41:35 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.173 2018/04/09 18:23:33 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -11080,3 +11080,113 @@
sanity check and iscsi improve error handling
[mlelstv, ticket #709]
+external/bsd/dhcpcd/dist/configure up to 1.1.1.7
+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-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/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/arp.c up to 1.1.1.6
+external/bsd/dhcpcd/dist/src/common.h up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.11
+external/bsd/dhcpcd/dist/src/dhcp.c up to 1.9
+external/bsd/dhcpcd/dist/src/dhcp.h up to 1.1.1.5
+external/bsd/dhcpcd/dist/src/dhcp6.c up to 1.1.1.10
+external/bsd/dhcpcd/dist/src/dhcp6.h up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/dhcpcd.8.in up to 1.1.1.8
+external/bsd/dhcpcd/dist/src/dhcpcd.c up to 1.10
+external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in up to 1.1.1.7
+external/bsd/dhcpcd/dist/src/dhcpcd.h up to 1.1.1.5
+external/bsd/dhcpcd/dist/src/if-bsd.c up to 1.1.1.7
+external/bsd/dhcpcd/dist/src/if-linux.c up to 1.1.1.8
+external/bsd/dhcpcd/dist/src/if-options.c up to 1.8
+external/bsd/dhcpcd/dist/src/if-options.h up to 1.1.1.7
+external/bsd/dhcpcd/dist/src/if-sun.c up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/if.c up to 1.1.1.8
+external/bsd/dhcpcd/dist/src/if.h up to 1.1.1.5
+external/bsd/dhcpcd/dist/src/ipv4.c up to 1.1.1.9
+external/bsd/dhcpcd/dist/src/ipv4.h up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/ipv6.c up to 1.1.1.8
+external/bsd/dhcpcd/dist/src/ipv6.h up to 1.1.1.6
+external/bsd/dhcpcd/dist/src/ipv6nd.c up to 1.1.1.7
+external/bsd/dhcpcd/dist/src/ipv6nd.h up to 1.1.1.5
+external/bsd/dhcpcd/dist/src/logerr.h up to 1.1.1.3
+external/bsd/dhcpcd/dist/src/route.c up to 1.1.1.6
+external/bsd/dhcpcd/dist/src/route.h up to 1.1.1.4
+external/bsd/dhcpcd/dist/src/dev/udev.c up to 1.1.1.2
+external/bsd/dhcpcd/dist/tests/eloop-bench/eloop-bench.c up to 1.1.1.3
+external/bsd/dhcpcd/include/config.h up to 1.3
+external/bsd/dhcpcd/sbin/dhcpcd/Makefile up to 1.43
+
+ Import dhcpcd-7.0.3
+ [roy, ticket #707]
+
+sys/net/if_ipsec.c 1.8-1.11
+sys/netipsec/ipsecif.c 1.6,1.7
+sys/netipsec/ipsecif.h 1.2
+
+ - Fix ipsecif(4) enacap_lock leak.
+ - Fix ipsecif(4) unmatched curlwp_bind.
+ - Fix ipsecif(4) stack overflow.
+ - Add IPv4 ID when the ipsecif(4) packet can be fragmented.
+ - Support ipsecif(4) over IPv6 is changed port number only.
+ [knakahara, ticket #714]
+
+sys/arch/x86/include/cacheinfo.h 1.24-1.26
+usr.sbin/cpuctl/arch/i386.c 1.81-1.84
+
+ - Parse the TLB info from `cpuid leaf 18H' on Intel processor.
+ - Use aprint_error_dev() for error output.
+ - 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.
+ - Add Xeon Phi 7215, 7285 and 7295
+ - Add Coffee Lake
+ [msaitoh, ticket #715]
+
+sys/dev/DEVNAMES 1.300
+
+ Add ixg and ixv.
+ [msaitoh, ticket #716]
+
+sys/arch/x86/x86/cpu_topology.c 1.11-1.13
+
+ Check for undefined behaviour when doing right-shift.
+ CPUID tells the ApicIdCoreIdSize in bits.
+ Compute Core/SMT-IDs for AMD family 17h (Ryzen).
+ [msaitoh, ticket #717]
+
+sys/dev/pci/pcidevs 1.1302-1.1307,1.1309-1.1322,
+ 1.1324-1.1326
+sys/dev/pci/pcidevs.h (regen)
+sys/dev/pci/pcidevs_data.h (regen)
+
+ - Add some Chelsio devices.
+ - s/MMC/eMMC/ for Intel 0x0f14 (Bay Trail)
+ - Add Atom E3800 (Bay Trail) eMMC 4.5
+ - Add Intel Apollo Lake, C620, Gemini Lake and 300 series devices.
+ - Add the GeForce4 MX440 Go, as found on the 17" flat panel G4 iMac
+ (PowerMac4,5). Thanks to Jasper Wallace <jasper AT pointless DOT net>
+ for the loan of the hardware.
+ - Add Nvidia GeForce FX Go5200, as found in the PowerBook6,4
+ - Add Marvell Yukon 88E8040T
+ - Grammar fix.
+ - Add some ServerEngines (Emulex) products from OpenBSD.
+ - Add some Intel Ethernet devices.
+ - Add some Xeon E5 (v1) and E5 v2 devices.
+ - Add AMD KERNCZ chipset for Zen processors.
+ - Apply some updates and recommended corrections to pcidevs
+ descriptions. PR kern/45733 by Greg A.Woods.
+ - Intel 0x15c4 is SFI based and 0x15ce is KR based.
+ - Add Intel Wireless AC 9260.
+ - Add two VIA xHCI devices from OpenBSD.
+ - Add Intel X299 and Z370 LPC.
+ - Add Intel Coffee Lake internal graphics devices. From ark.intel.com.
+ [msaitoh, ticket #723]
+
Home |
Main Index |
Thread Index |
Old Index