Module Name:    src
Committed By:   martin
Date:           Tue Sep 24 03:11:58 UTC 2019

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.0

Log Message:
Tickets #234 - #238


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-9.0

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-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.57 src/doc/CHANGES-9.0:1.1.2.58
--- src/doc/CHANGES-9.0:1.1.2.57	Mon Sep 23 15:27:52 2019
+++ src/doc/CHANGES-9.0	Tue Sep 24 03:11:58 2019
@@ -1,5 +1,5 @@
 
-# $NetBSD: CHANGES-9.0,v 1.1.2.57 2019/09/23 15:27:52 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.58 2019/09/24 03:11:58 martin Exp $
 
 A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
 until the 9.0 release:
@@ -3902,3 +3902,57 @@ sys/dev/acpi/dwiic_acpi.c			1.3
 	Match Ampere eMAG hardware ID (APMC0D0F).
 	[jmcneill, ticket #233]
 
+share/man/man4/mcx.4				1.2
+
+	mcx(4) will appear in 9.0
+	[jmcneill, ticket #234]
+
+sys/arch/arm/rockchip/rk_i2c.c			1.5
+
+	rkiic: coalesce smbus-style writes into a single transaction.
+	[tnn, ticket #235]
+
+sys/arch/arm/arm32/bus_dma.c			1.116
+
+	bus_dmamap_load_raw: support coherent mappings.
+	bus_dmamap_sync: support syncing "raw" buffer types.
+	[jmcneill, ticket #236]
+
+sys/dev/pci/pcidevs				1.1385
+sys/dev/pci/pcidevs.h				regen
+sys/dev/pci/pcidevs_data.h			regen
+
+	Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX-5, and ConnectX-5 Ex.
+	[jmcneill, ticket #237]
+
+sys/net/if.c					1.461
+sys/net/if.h					1.277
+sys/net/if_gif.c				1.149
+sys/net/if_gif.h				1.33
+sys/net/if_ipsec.c				1.24
+sys/net/if_ipsec.h				1.5
+sys/net/if_l2tp.c				1.37
+sys/net/if_l2tp.c				1.38
+sys/net/if_l2tp.c				1.39
+sys/net/if_l2tp.h				1.7
+sys/net/if_l2tp.h				1.8
+sys/net/route.c					1.220,1.221
+sys/net/route.h					1.125
+sys/netinet/in_gif.c				1.95
+sys/netinet/in_l2tp.c				1.17
+sys/netinet/ip_input.c				1.391,1.392
+sys/netinet/wqinput.c				1.6
+sys/netinet6/in6_gif.c				1.94
+sys/netinet6/in6_l2tp.c				1.18
+sys/netinet6/ip6_forward.c			1.97
+sys/netinet6/ip6_input.c			1.210,1.211
+sys/netipsec/ipsec_output.c			1.83
+sys/netipsec/ipsecif.c				1.17
+
+	Avoid having a rtcache directly in a percpu storage, which
+	violates percpu constraints and could cause use-after-free.
+	Same for wqinput_worklist.
+	l2tp(4): divide Tx context of l2tp(4) to improve performance
+	and avoid having struct ifqueue directly in a percpu storage.
+	[ozaki-r, ticket #238]
+

Reply via email to