Sun Aug 26 08:06:10 2018 UTC ()
Ticket #990


(martin)
diff -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-8.1

cvs diff -r1.1.2.13 -r1.1.2.14 src/doc/Attic/CHANGES-8.1 (switch to unified diff)

--- src/doc/Attic/CHANGES-8.1 2018/08/25 14:50:21 1.1.2.13
+++ src/doc/Attic/CHANGES-8.1 2018/08/26 08:06:10 1.1.2.14
@@ -1,613 +1,618 @@ @@ -1,613 +1,618 @@
1# $NetBSD: CHANGES-8.1,v 1.1.2.13 2018/08/25 14:50:21 martin Exp $ 1# $NetBSD: CHANGES-8.1,v 1.1.2.14 2018/08/26 08:06:10 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.0_STABLE. 9 Welcome to 8.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/dev/pci/ichsmb.c 1.52, 1.56 12sys/dev/pci/ichsmb.c 1.52, 1.56
13 13
14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices. 14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices.
15 [msaitoh, ticket #926] 15 [msaitoh, ticket #926]
16 16
17share/man/man4/lm.4 1.35, 1.36 17share/man/man4/lm.4 1.35, 1.36
18sys/dev/ic/nslm7x.c 1.71 18sys/dev/ic/nslm7x.c 1.71
19sys/dev/isa/wbsio.c 1.23 19sys/dev/isa/wbsio.c 1.23
20sys/dev/isa/wbsioreg.h 1.8 20sys/dev/isa/wbsioreg.h 1.8
21 21
22 lm(4): Support NCT6796D. 22 lm(4): Support NCT6796D.
23 [msaitoh, ticket #927] 23 [msaitoh, ticket #927]
24 24
25sys/dev/pci/if_wm.c 1.573-1.576, 1.579 and 1.582 via patch 25sys/dev/pci/if_wm.c 1.573-1.576, 1.579 and 1.582 via patch
26 26
27 wm(4): 27 wm(4):
28 - Count timeout correctly. This change reduce timeout value for 80003 28 - Count timeout correctly. This change reduce timeout value for 80003
29 as expected. Reported by mouse@. 29 as expected. Reported by mouse@.
30 - Print "device timeout (lost interrupt)" when all descriptors in a 30 - Print "device timeout (lost interrupt)" when all descriptors in a
31 queue are free. 31 queue are free.
32 - Rename txq_watchdog to txq_sending to make the meaning clear. 32 - Rename txq_watchdog to txq_sending to make the meaning clear.
33 - KNF. No functional change. 33 - KNF. No functional change.
34 [msaitoh, ticket #928] 34 [msaitoh, ticket #928]
35 35
36sys/arch/x86/x86/cpu_ucode_intel.c 1.14 36sys/arch/x86/x86/cpu_ucode_intel.c 1.14
37sys/kern/kern_cpu.c 1.74 37sys/kern/kern_cpu.c 1.74
38 38
39 Add cpu_ucode_intel_verify() to verify microcode image. 39 Add cpu_ucode_intel_verify() to verify microcode image.
40 [msaitoh, ticket #929] 40 [msaitoh, ticket #929]
41 41
42sys/dev/pci/pci_subr.c 1.201 42sys/dev/pci/pci_subr.c 1.201
43sys/dev/pci/pcireg.h 1.138 43sys/dev/pci/pcireg.h 1.138
44 44
45 Fix typo. s/TPL/TLP/ 45 Fix typo. s/TPL/TLP/
46 [msaitoh, ticket #930] 46 [msaitoh, ticket #930]
47 47
48sys/dev/mii/miidevs 1.127, 1.129 48sys/dev/mii/miidevs 1.127, 1.129
49sys/dev/mii/miidevs.h regen 49sys/dev/mii/miidevs.h regen
50sys/dev/mii/miidevs_data.h regen 50sys/dev/mii/miidevs_data.h regen
51 51
52 Add Intel X540 internal PHY. 52 Add Intel X540 internal PHY.
53 All of 88E151[0248]'s model number is 0x001d. 53 All of 88E151[0248]'s model number is 0x001d.
54 [msaitoh, ticket #931] 54 [msaitoh, ticket #931]
55 55
56sys/dev/mii/mii.h 1.21-1.23 56sys/dev/mii/mii.h 1.21-1.23
57 57
58 Miscellaneous additions and cleanup to mii.h 58 Miscellaneous additions and cleanup to mii.h
59 [msaitoh, ticket #932] 59 [msaitoh, ticket #932]
60 60
61sys/dev/pci/pci_subr.c 1.202 61sys/dev/pci/pci_subr.c 1.202
62sys/dev/pci/pcireg.h 1.139 62sys/dev/pci/pcireg.h 1.139
63sys/dev/pci/ppbreg.h 1.9 63sys/dev/pci/ppbreg.h 1.9
64 64
65 - VGA 16 bit decode bit is not bit 3 but bit 4. 65 - VGA 16 bit decode bit is not bit 3 but bit 4.
66 - Print Power Management Control/status register in 32bit. 66 - Print Power Management Control/status register in 32bit.
67 - Simplify. 67 - Simplify.
68 [msaitoh, ticket #933] 68 [msaitoh, ticket #933]
69 69
70sys/dev/pci/pcidevs 1.1332-1333, 1335-1339, 1341-1344 via patch 70sys/dev/pci/pcidevs 1.1332-1333, 1335-1339, 1341-1344 via patch
71sys/dev/pci/pcidevs.h regen 71sys/dev/pci/pcidevs.h regen
72sys/dev/pci/pcidevs_data.h regen 72sys/dev/pci/pcidevs_data.h regen
73 73
74 - Add Symbios/LSI RAID and SAS controllers. 74 - Add Symbios/LSI RAID and SAS controllers.
75 - Add some broadcom 802.11ac wifi devices. 75 - Add some broadcom 802.11ac wifi devices.
76 - Add some Marvell Yukon devices. 76 - Add some Marvell Yukon devices.
77 - Add Intel 82Q45 IDER. 77 - Add Intel 82Q45 IDER.
78 - Add some Intel 4 series chipset devices. 78 - Add some Intel 4 series chipset devices.
79 - Add some Intel 82965 devices. 79 - Add some Intel 82965 devices.
80 - Change Intel 0x2a06 from IDE to IDER. 80 - Change Intel 0x2a06 from IDE to IDER.
81 - Add a bunch of nvidia devices from various generations. 81 - Add a bunch of nvidia devices from various generations.
82 - Add two more Yukon variants (from OpenBSD). 82 - Add two more Yukon variants (from OpenBSD).
83 - Add Mobility Radeon HD 4300(0x9552) and Mobility Radeon HD 83 - Add Mobility Radeon HD 4300(0x9552) and Mobility Radeon HD
84 4500(0x9553) from OpenBSD. 84 4500(0x9553) from OpenBSD.
85 - Add nSYS Technologies. 85 - Add nSYS Technologies.
86 - Add Western Digital (Sandisk) WD Black NVMe SSD as per suggestion 86 - Add Western Digital (Sandisk) WD Black NVMe SSD as per suggestion
87 from thorpej@ 87 from thorpej@
88 [msaitoh, ticket #934] 88 [msaitoh, ticket #934]
89 89
90sys/dev/pci/ixgbe/ixgbe.c 1.162 90sys/dev/pci/ixgbe/ixgbe.c 1.162
91sys/dev/pci/ixgbe/ixgbe_82599.c 1.20 91sys/dev/pci/ixgbe/ixgbe_82599.c 1.20
92sys/dev/pci/ixgbe/ixgbe_api.c 1.21 92sys/dev/pci/ixgbe/ixgbe_api.c 1.21
93sys/dev/pci/ixgbe/ixgbe_type.h 1.35 93sys/dev/pci/ixgbe/ixgbe_type.h 1.35
94sys/dev/pci/ixgbe/ixgbe_x540.c 1.16 94sys/dev/pci/ixgbe/ixgbe_x540.c 1.16
95 95
96 - Apply changes of FreeBSD ix-3.2.18.tgz: 96 - Apply changes of FreeBSD ix-3.2.18.tgz:
97 - Add IXGBE_DEV_ID_82599_LS(0x154f) support. 97 - Add IXGBE_DEV_ID_82599_LS(0x154f) support.
98 - Increase timeout for newer than ixgbe_mac_X550 (i.e. Xeon-D 98 - Increase timeout for newer than ixgbe_mac_X550 (i.e. Xeon-D
99 and Denverton) in ixgbe_acquire_swfw_sync_X540(). 99 and Denverton) in ixgbe_acquire_swfw_sync_X540().
100 - Add some unused macros (IXGBE_FW_LESM_*). 100 - Add some unused macros (IXGBE_FW_LESM_*).
101 - Remove nmbclusters check because we don't use the mbuf cluster. 101 - Remove nmbclusters check because we don't use the mbuf cluster.
102 This change fixes a problem that the number of RX descriptor 102 This change fixes a problem that the number of RX descriptor
103 unexpectedly decreased from 2048 to 1024 if the number of port 103 unexpectedly decreased from 2048 to 1024 if the number of port
104 and/or the number of CPU is high. 104 and/or the number of CPU is high.
105 [msaitoh, ticket #935] 105 [msaitoh, ticket #935]
106 106
107sys/arch/x86/x86/coretemp.c 1.36 107sys/arch/x86/x86/coretemp.c 1.36
108 108
109 - Detect and set Atom's Tj(max) to 90 if it's not the 45nm 109 - Detect and set Atom's Tj(max) to 90 if it's not the 45nm
110 D400/D500/N400 series (90 for Diamondville and 100 for Pineview). 110 D400/D500/N400 series (90 for Diamondville and 100 for Pineview).
111 From FreeBSD r221509. 111 From FreeBSD r221509.
112 - Reduce diff a little against FreeBSD. 112 - Reduce diff a little against FreeBSD.
113 [msaitoh, ticket #936] 113 [msaitoh, ticket #936]
114 114
115sys/dev/mii/mdio.h 1.8-1.9 115sys/dev/mii/mdio.h 1.8-1.9
116 116
117 - Add 25G(802.3by), 2.5G and 5G (802.3bz). 117 - Add 25G(802.3by), 2.5G and 5G (802.3bz).
118 - Add PMA/PMD control 2 register bit definitions. 118 - Add PMA/PMD control 2 register bit definitions.
119 [msaitoh, ticket #937] 119 [msaitoh, ticket #937]
120 120
121sys/arch/acorn32/podulebus/if_ie.c 1.41 121sys/arch/acorn32/podulebus/if_ie.c 1.41
122sys/arch/amiga/dev/if_es.c 1.58 122sys/arch/amiga/dev/if_es.c 1.58
123sys/arch/amiga/dev/if_qn.c 1.45 123sys/arch/amiga/dev/if_qn.c 1.45
124sys/arch/arm/at91/at91emac.c 1.20 124sys/arch/arm/at91/at91emac.c 1.20
125sys/arch/arm/ep93xx/epe.c 1.37 125sys/arch/arm/ep93xx/epe.c 1.37
126sys/arch/emips/ebus/if_le_ebus.c 1.14 126sys/arch/emips/ebus/if_le_ebus.c 1.14
127sys/arch/emips/ebus/if_le_ebus.c 1.15 127sys/arch/emips/ebus/if_le_ebus.c 1.15
128sys/arch/mac68k/dev/if_mc.c 1.46 128sys/arch/mac68k/dev/if_mc.c 1.46
129sys/arch/macppc/dev/am79c950.c 1.39 129sys/arch/macppc/dev/am79c950.c 1.39
130sys/arch/newsmips/apbus/if_sn.c 1.40 130sys/arch/newsmips/apbus/if_sn.c 1.40
131sys/arch/next68k/dev/mb8795.c 1.59 131sys/arch/next68k/dev/mb8795.c 1.59
132sys/arch/playstation2/dev/if_smap.c 1.25 132sys/arch/playstation2/dev/if_smap.c 1.25
133sys/arch/playstation2/dev/if_smap.c 1.26 133sys/arch/playstation2/dev/if_smap.c 1.26
134sys/arch/sun2/dev/if_ec.c 1.28 134sys/arch/sun2/dev/if_ec.c 1.28
135sys/arch/sun3/dev/if_ie.c 1.63 135sys/arch/sun3/dev/if_ie.c 1.63
136sys/arch/x68k/dev/if_ne_intio.c 1.19 136sys/arch/x68k/dev/if_ne_intio.c 1.19
137sys/arch/xen/xen/if_xennet_xenbus.c 1.75 137sys/arch/xen/xen/if_xennet_xenbus.c 1.75
138sys/arch/xen/xen/xennetback_xenbus.c 1.63 138sys/arch/xen/xen/xennetback_xenbus.c 1.63
139sys/dev/bi/if_ni.c 1.45 139sys/dev/bi/if_ni.c 1.45
140sys/dev/cadence/if_cemac.c 1.12 140sys/dev/cadence/if_cemac.c 1.12
141sys/dev/ic/am7990.c 1.78 141sys/dev/ic/am7990.c 1.78
142sys/dev/ic/am79900.c 1.27 142sys/dev/ic/am79900.c 1.27
143sys/dev/ic/an.c 1.67 143sys/dev/ic/an.c 1.67
144sys/dev/ic/cs89x0.c 1.40 144sys/dev/ic/cs89x0.c 1.40
145sys/dev/ic/dm9000.c 1.13 145sys/dev/ic/dm9000.c 1.13
146sys/dev/ic/dm9000.c 1.14 146sys/dev/ic/dm9000.c 1.14
147sys/dev/ic/dp8390.c 1.88 147sys/dev/ic/dp8390.c 1.88
148sys/dev/ic/elink3.c 1.141 148sys/dev/ic/elink3.c 1.141
149sys/dev/ic/elinkxl.c 1.122 149sys/dev/ic/elinkxl.c 1.122
150sys/dev/ic/hme.c 1.98 150sys/dev/ic/hme.c 1.98
151sys/dev/ic/i82586.c 1.77 151sys/dev/ic/i82586.c 1.77
152sys/dev/ic/lance.c 1.53 152sys/dev/ic/lance.c 1.53
153sys/dev/ic/mb86950.c 1.27 153sys/dev/ic/mb86950.c 1.27
154sys/dev/ic/mb86960.c 1.86 154sys/dev/ic/mb86960.c 1.86
155sys/dev/ic/mtd803.c 1.34 155sys/dev/ic/mtd803.c 1.34
156sys/dev/ic/pdq_ifsubr.c 1.59 156sys/dev/ic/pdq_ifsubr.c 1.59
157sys/dev/ic/rrunner.c 1.86 157sys/dev/ic/rrunner.c 1.86
158sys/dev/ic/seeq8005.c 1.58 158sys/dev/ic/seeq8005.c 1.58
159sys/dev/ic/sgec.c 1.47 159sys/dev/ic/sgec.c 1.47
160sys/dev/ic/smc90cx6.c 1.72 160sys/dev/ic/smc90cx6.c 1.72
161sys/dev/ic/smc91cxx.c 1.96 161sys/dev/ic/smc91cxx.c 1.96
162sys/dev/ic/tropic.c 1.49 162sys/dev/ic/tropic.c 1.49
163sys/dev/ic/wi.c 1.245 163sys/dev/ic/wi.c 1.245
164sys/dev/isa/if_eg.c 1.93 164sys/dev/isa/if_eg.c 1.93
165sys/dev/isa/if_el.c 1.95 165sys/dev/isa/if_el.c 1.95
166sys/dev/isa/if_iy.c 1.101 166sys/dev/isa/if_iy.c 1.101
167sys/dev/ofw/ofnet.c 1.58 167sys/dev/ofw/ofnet.c 1.58
168sys/dev/pci/if_alc.c 1.27 168sys/dev/pci/if_alc.c 1.27
169sys/dev/pci/if_de.c 1.152 169sys/dev/pci/if_de.c 1.152
170sys/dev/pci/if_fpa.c 1.61 170sys/dev/pci/if_fpa.c 1.61
171sys/dev/pci/if_jme.c 1.34 171sys/dev/pci/if_jme.c 1.34
172sys/dev/pci/if_tl.c 1.108 172sys/dev/pci/if_tl.c 1.108
173sys/dev/pci/if_vte.c 1.19 173sys/dev/pci/if_vte.c 1.19
174sys/dev/pci/ixgbe/ixgbe.h 1.50 174sys/dev/pci/ixgbe/ixgbe.h 1.50
175sys/dev/pcmcia/if_cnw.c 1.62 175sys/dev/pcmcia/if_cnw.c 1.62
176sys/dev/pcmcia/if_malo_pcmcia.c 1.17 176sys/dev/pcmcia/if_malo_pcmcia.c 1.17
177sys/dev/pcmcia/if_ray.c 1.89 177sys/dev/pcmcia/if_ray.c 1.89
178sys/dev/pcmcia/if_xi.c 1.81 178sys/dev/pcmcia/if_xi.c 1.81
179sys/dev/pcmcia/mhzc.c 1.51 179sys/dev/pcmcia/mhzc.c 1.51
180sys/dev/pcmcia/xirc.c 1.34 180sys/dev/pcmcia/xirc.c 1.34
181sys/dev/qbus/if_de.c 1.33 181sys/dev/qbus/if_de.c 1.33
182sys/dev/qbus/if_qe.c 1.78 182sys/dev/qbus/if_qe.c 1.78
183sys/dev/qbus/if_qt.c 1.22 183sys/dev/qbus/if_qt.c 1.22
184sys/dev/sbus/be.c 1.87 184sys/dev/sbus/be.c 1.87
185sys/dev/sbus/qe.c 1.68 185sys/dev/sbus/qe.c 1.68
186sys/dev/scsipi/if_se.c 1.96 186sys/dev/scsipi/if_se.c 1.96
187sys/dev/usb/if_atu.c 1.59 187sys/dev/usb/if_atu.c 1.59
188sys/net/if_l2tp.c 1.28 via patch 188sys/net/if_l2tp.c 1.28 via patch
189sys/net/if_ppp.c 1.160 189sys/net/if_ppp.c 1.160
190 190
191 No functional change. 191 No functional change.
192 - It's not required to include net/bpfdesc.h. Remove it. 192 - It's not required to include net/bpfdesc.h. Remove it.
193 - Simplify bpf_mtap() call. 193 - Simplify bpf_mtap() call.
194 - Remove duplicated inclusion of net/bpf.h. 194 - Remove duplicated inclusion of net/bpf.h.
195 [msaitoh, ticket #938] 195 [msaitoh, ticket #938]
196 196
197usr.bin/netstat/if.c 1.95 197usr.bin/netstat/if.c 1.95
198 198
199 Print iqdrops, too. This change also fixes a bug that Odrops 199 Print iqdrops, too. This change also fixes a bug that Odrops
200 prints iqdrops when kvm read failed. 200 prints iqdrops when kvm read failed.
201 [msaitoh, ticket #939] 201 [msaitoh, ticket #939]
202 202
203libexec/ld.elf_so/headers.c 1.64 203libexec/ld.elf_so/headers.c 1.64
204 204
205 Apply relocbase for tlsinit of the executable itself. Fixes 205 Apply relocbase for tlsinit of the executable itself. Fixes
206 PIE where relocbase typically is not zero. PR bin/53465 206 PIE where relocbase typically is not zero. PR bin/53465
207 [joerg, ticket #940] 207 [joerg, ticket #940]
208 208
209usr.sbin/arp/arp.c 1.62 209usr.sbin/arp/arp.c 1.62
210 210
211 arp(8): warn when failing to delete a specified arp entry. 211 arp(8): warn when failing to delete a specified arp entry.
212 [ozaki-r, ticket #925] 212 [ozaki-r, ticket #925]
213 213
214external/bsd/dhcpcd/dist/configure up to 1.1.1.8 214external/bsd/dhcpcd/dist/configure up to 1.1.1.8
215external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.15 215external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.15
216external/bsd/dhcpcd/dist/src/if-linux.c up to 1.1.1.10 216external/bsd/dhcpcd/dist/src/if-linux.c up to 1.1.1.10
217external/bsd/dhcpcd/dist/src/ipv6.c up to 1.1.1.11 217external/bsd/dhcpcd/dist/src/ipv6.c up to 1.1.1.11
218external/bsd/dhcpcd/dist/src/route.c up to 1.1.1.8 218external/bsd/dhcpcd/dist/src/route.c up to 1.1.1.8
219doc/3RDPARTY manual edit 219doc/3RDPARTY manual edit
220 220
221 Import dhcpcd-7.0.7 with the following changes: 221 Import dhcpcd-7.0.7 with the following changes:
222 * host routes work correctly again 222 * host routes work correctly again
223 * vlanid is also used to calculate slaac stable private addresses 223 * vlanid is also used to calculate slaac stable private addresses
224 [roy, ticket #941] 224 [roy, ticket #941]
225 225
226sys/fs/udf/udf_subr.c 1.142 226sys/fs/udf/udf_subr.c 1.142
227 227
228 Enhance logical volume integrity descriptor handling and provide 228 Enhance logical volume integrity descriptor handling and provide
229 bug-compatibility for Linux mkudffs 1.3 images. 229 bug-compatibility for Linux mkudffs 1.3 images.
230 [reinoud, ticket #942] 230 [reinoud, ticket #942]
231 231
232usr.sbin/ypserv/ypinit/ypinit.sh 1.13 232usr.sbin/ypserv/ypinit/ypinit.sh 1.13
233 233
234 Adjust to newer /bin/sh versions and minor cleanup. 234 Adjust to newer /bin/sh versions and minor cleanup.
235 [kre, ticket #943] 235 [kre, ticket #943]
236 236
237external/mit/xorg/tools/mkfontscale/Makefile 1.13 237external/mit/xorg/tools/mkfontscale/Makefile 1.13
238share/mk/bsd.own.mk 1.1066 238share/mk/bsd.own.mk 1.1066
239 239
240 Fix groff reproducibility and font directories in X builds. 240 Fix groff reproducibility and font directories in X builds.
241 [christos, ticket #944] 241 [christos, ticket #944]
242 242
243sys/arch/i386/i386/trap.c 1.290 243sys/arch/i386/i386/trap.c 1.290
244 244
245 Don't use a const variable as an array size, because it is not a 245 Don't use a const variable as an array size, because it is not a
246 constant expression and will cause the array to needlessly become a 246 constant expression and will cause the array to needlessly become a
247 variable-size one. 247 variable-size one.
248 [taca, ticket #945] 248 [taca, ticket #945]
249 249
250sbin/cgdconfig/cgdconfig.8 1.37,1.38 250sbin/cgdconfig/cgdconfig.8 1.37,1.38
251sbin/cgdconfig/cgdconfig.c 1.42-1.45 251sbin/cgdconfig/cgdconfig.c 1.42-1.45
252 252
253 Check whether the cgd device selected is available to be 253 Check whether the cgd device selected is available to be
254 configured,that is, not already in use, before requesting 254 configured,that is, not already in use, before requesting
255 passwords. 255 passwords.
256 [kre, ticket #946] 256 [kre, ticket #946]
257 257
258sys/dev/pci/if_de.c 1.153 258sys/dev/pci/if_de.c 1.153
259 259
260 Remove bpf_tap() call in rx. It's done in if_percpuq_softint(). 260 Remove bpf_tap() call in rx. It's done in if_percpuq_softint().
261 [msaitoh, ticket #947] 261 [msaitoh, ticket #947]
262 262
263sys/arch/sun3/dev/if_ie.c 1.64 263sys/arch/sun3/dev/if_ie.c 1.64
264 264
265 Remove bpf_tap() in iexmit() because ie_start() does bpf_mtap(). 265 Remove bpf_tap() in iexmit() because ie_start() does bpf_mtap().
266 [msaitoh, ticket #948] 266 [msaitoh, ticket #948]
267 267
268sys/dev/ic/rt2661.c 1.38 268sys/dev/ic/rt2661.c 1.38
269 269
270 bpf_mtap*() before ieee80211_encap() should be bpf_mtap() rather than 270 bpf_mtap*() before ieee80211_encap() should be bpf_mtap() rather than
271 bpf_mtap3(). 271 bpf_mtap3().
272 [msaitoh, ticket #951] 272 [msaitoh, ticket #951]
273 273
274sys/dev/ic/malo.c 1.11 274sys/dev/ic/malo.c 1.11
275 275
276 bpf_mtap*() after ieee80211_encap() should be bpf_mtap3() rather than 276 bpf_mtap*() after ieee80211_encap() should be bpf_mtap3() rather than
277 bpf_mtap(). 277 bpf_mtap().
278 [msaitoh, ticket #952] 278 [msaitoh, ticket #952]
279 279
280share/man/man4/ddb.4 1.180,1.181 280share/man/man4/ddb.4 1.180,1.181
281sys/ddb/db_command.c 1.154 281sys/ddb/db_command.c 1.154
282sys/kern/uipc_socket2.c 1.131 282sys/kern/uipc_socket2.c 1.131
283sys/sys/socketvar.h 1.157 283sys/sys/socketvar.h 1.157
284 284
285 Add "show socket" command to ddb(4). 285 Add "show socket" command to ddb(4).
286 [msaitoh, ticket #954] 286 [msaitoh, ticket #954]
287 287
288sys/dev/ppbus/if_plip.c 1.29 288sys/dev/ppbus/if_plip.c 1.29
289 289
290 KNF & fix typo. No functional change. 290 KNF & fix typo. No functional change.
291 [msaitoh, ticket #955] 291 [msaitoh, ticket #955]
292 292
293usr.sbin/arp/arp.c 1.63 293usr.sbin/arp/arp.c 1.63
294 294
295 arp(8): Fix the host output with -dav argument. 295 arp(8): Fix the host output with -dav argument.
296 [nonaka, ticket #957] 296 [nonaka, ticket #957]
297 297
298doc/TODO.smpnet 1.20 298doc/TODO.smpnet 1.20
299sys/dev/pci/if_lmc.c 1.65 299sys/dev/pci/if_lmc.c 1.65
300sys/dev/pci/if_lmc.h 1.25 300sys/dev/pci/if_lmc.h 1.25
301 301
302 Move txintr_setup() stuff from lmc_interrupt() and do it in 302 Move txintr_setup() stuff from lmc_interrupt() and do it in
303 ifnet_start() so we can use bpf_mtap() in the TX path. 303 ifnet_start() so we can use bpf_mtap() in the TX path.
304 [msaitoh, ticket #950] 304 [msaitoh, ticket #950]
305 305
306usr.bin/m4/eval.c 1.27 306usr.bin/m4/eval.c 1.27
307 307
308 Avoid an infinite loop. 308 Avoid an infinite loop.
309 [kre, ticket #956] 309 [kre, ticket #956]
310 310
311sbin/cgdconfig/cgdconfig.8 1.39,1.40 311sbin/cgdconfig/cgdconfig.8 1.39,1.40
312sbin/cgdconfig/cgdconfig.c 1.46-1.48 312sbin/cgdconfig/cgdconfig.c 1.46-1.48
313 313
314 Add '-e' option (echo the passphrase). 314 Add '-e' option (echo the passphrase).
315 [alnsn, ticket #958] 315 [alnsn, ticket #958]
316 316
317external/bsd/cron/dist/entry.c 1.9,1.10 317external/bsd/cron/dist/entry.c 1.9,1.10
318 318
319 Avoid negative random values when using '?' in a crontab. 319 Avoid negative random values when using '?' in a crontab.
320 [kre, ticket #959] 320 [kre, ticket #959]
321 321
322sys/arch/x86/x86/cpu.c 1.159 322sys/arch/x86/x86/cpu.c 1.159
323 323
324 Don't call svs_pdir_switch if SVS is disabled. 324 Don't call svs_pdir_switch if SVS is disabled.
325 [maxv, ticket #960] 325 [maxv, ticket #960]
326 326
327sys/dev/pci/ixgbe/ix_txrx.c 1.49 327sys/dev/pci/ixgbe/ix_txrx.c 1.49
328sys/dev/pci/ixgbe/ixgbe.c 1.163 328sys/dev/pci/ixgbe/ixgbe.c 1.163
329sys/dev/pci/ixgbe/ixgbe.h 1.51 329sys/dev/pci/ixgbe/ixgbe.h 1.51
330sys/dev/pci/ixgbe/ixgbe_netbsd.c 1.8 330sys/dev/pci/ixgbe/ixgbe_netbsd.c 1.8
331sys/dev/pci/ixgbe/ixgbe_osdep.h 1.23 331sys/dev/pci/ixgbe/ixgbe_osdep.h 1.23
332sys/dev/pci/ixgbe/ixgbe_type.h 1.36 332sys/dev/pci/ixgbe/ixgbe_type.h 1.36
333sys/dev/pci/ixgbe/ixgbe_x550.c 1.13 333sys/dev/pci/ixgbe/ixgbe_x550.c 1.13
334 334
335 ixg(4): 335 ixg(4):
336 Add force_10_100_autonego sysctl. The default value is 0 (false). 336 Add force_10_100_autonego sysctl. The default value is 0 (false).
337 Make jcl allocation per queue to reduce mutex spin. 337 Make jcl allocation per queue to reduce mutex spin.
338 [msaitoh, ticket #961] 338 [msaitoh, ticket #961]
339 339
340share/man/man4/ifmedia.4 1.30 340share/man/man4/ifmedia.4 1.30
341 341
342 Add some missing IFM_* entries. 342 Add some missing IFM_* entries.
343 [msaitoh, ticket #962] 343 [msaitoh, ticket #962]
344 344
345sys/dev/usb/if_athn_usb.c 1.28,1.29 345sys/dev/usb/if_athn_usb.c 1.28,1.29
346sys/dev/usb/if_atu.c 1.62,1.63 346sys/dev/usb/if_atu.c 1.62,1.63
347sys/dev/usb/if_aue.c 1.144,1.145 347sys/dev/usb/if_aue.c 1.144,1.145
348sys/dev/usb/if_axe.c 1.91,1.92 348sys/dev/usb/if_axe.c 1.91,1.92
349sys/dev/usb/if_axen.c 1.15,1.16 349sys/dev/usb/if_axen.c 1.15,1.16
350sys/dev/usb/if_cue.c 1.79,1.80 350sys/dev/usb/if_cue.c 1.79,1.80
351sys/dev/usb/if_otus.c 1.34,1.35 351sys/dev/usb/if_otus.c 1.34,1.35
352sys/dev/usb/if_rum.c 1.62,1.63 352sys/dev/usb/if_rum.c 1.62,1.63
353sys/dev/usb/if_run.c 1.28,1.29 353sys/dev/usb/if_run.c 1.28,1.29
354sys/dev/usb/if_smsc.c 1.35,1.36 354sys/dev/usb/if_smsc.c 1.35,1.36
355sys/dev/usb/if_udav.c 1.54,1.55 355sys/dev/usb/if_udav.c 1.54,1.55
356sys/dev/usb/if_upgt.c 1.21,1.22 356sys/dev/usb/if_upgt.c 1.21,1.22
357sys/dev/usb/if_ural.c 1.56,1.57 357sys/dev/usb/if_ural.c 1.56,1.57
358sys/dev/usb/if_url.c 1.59,1.60 358sys/dev/usb/if_url.c 1.59,1.60
359sys/dev/usb/if_urtw.c 1.16,1.17 359sys/dev/usb/if_urtw.c 1.16,1.17
360sys/dev/usb/if_urtwn.c 1.61,1.63 360sys/dev/usb/if_urtwn.c 1.61,1.63
361sys/dev/usb/if_zyd.c 1.49,1.50 361sys/dev/usb/if_zyd.c 1.49,1.50
362sys/dev/usb/uatp.c 1.16,1.17 362sys/dev/usb/uatp.c 1.16,1.17
363sys/dev/usb/umcs.c 1.11,1.12 363sys/dev/usb/umcs.c 1.11,1.12
364sys/dev/usb/usb.c 1.170,1.171 364sys/dev/usb/usb.c 1.170,1.171
365sys/dev/usb/usb_subr.c 1.225,1.226 365sys/dev/usb/usb_subr.c 1.225,1.226
366sys/dev/usb/usbdi.h 1.93,1.95 366sys/dev/usb/usbdi.h 1.93,1.95
367 367
368 Make usb detach more reliable by using a new 368 Make usb detach more reliable by using a new
369 function usb_rem_task_wait. 369 function usb_rem_task_wait.
370 [riastradh, ticket #963] 370 [riastradh, ticket #963]
371 371
372lib/libcurses/addbytes.c 1.48 372lib/libcurses/addbytes.c 1.48
373 373
374 Avoid curx going beyond end of window when adding a wide 374 Avoid curx going beyond end of window when adding a wide
375 character to the last column. 375 character to the last column.
376 [simonb, ticket #964] 376 [simonb, ticket #964]
377 377
378sys/external/bsd/dwc2/dist/dwc2_core.h 1.9 378sys/external/bsd/dwc2/dist/dwc2_core.h 1.9
379sys/external/bsd/dwc2/dist/dwc2_hcd.c 1.21 379sys/external/bsd/dwc2/dist/dwc2_hcd.c 1.21
380sys/external/bsd/dwc2/dist/dwc2_hcd.h 1.15 380sys/external/bsd/dwc2/dist/dwc2_hcd.h 1.15
381sys/external/bsd/dwc2/dist/dwc2_hcdintr.c 1.14 381sys/external/bsd/dwc2/dist/dwc2_hcdintr.c 1.14
382sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c 1.15 382sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c 1.15
383 383
384 Fix woeful USB disk performance on ERLITE. 384 Fix woeful USB disk performance on ERLITE.
385 [simonb, ticket #966] 385 [simonb, ticket #966]
386 386
387crypto/external/bsd/openssl.old/dist/crypto/evp/evp.h 1.6 387crypto/external/bsd/openssl.old/dist/crypto/evp/evp.h 1.6
388crypto/external/bsd/openssl.old/dist/crypto/x509/x509_vfy.h 1.2 388crypto/external/bsd/openssl.old/dist/crypto/x509/x509_vfy.h 1.2
389 (applied to crypto/external/bsd/openssl/) 389 (applied to crypto/external/bsd/openssl/)
390 390
391 Add missing functions for racoon2 to compile under netbsd-8. 391 Add missing functions for racoon2 to compile under netbsd-8.
392 [christos, ticket #967] 392 [christos, ticket #967]
393 393
394sys/fs/tmpfs/tmpfs_vfsops.c 1.73 394sys/fs/tmpfs/tmpfs_vfsops.c 1.73
395 395
396 Set the MP-safe flag for tmpfs early enough for the root vnode. 396 Set the MP-safe flag for tmpfs early enough for the root vnode.
397 [christos, ticket #968] 397 [christos, ticket #968]
398 398
399sys/dev/pci/if_wm.c 1.584 399sys/dev/pci/if_wm.c 1.584
400sys/dev/pci/if_wmvar.h 1.39 400sys/dev/pci/if_wmvar.h 1.39
401 401
402 - Print MDIC_WA and CLSEMWA workaround flags when boot. 402 - Print MDIC_WA and CLSEMWA workaround flags when boot.
403 - Fix a bug that the link can't detect in link interrupt function for  403 - Fix a bug that the link can't detect in link interrupt function for
404 non-SERDES fiber. 404 non-SERDES fiber.
405 - Fix a bug that 82542 misunderstand fiber's signal detection.  405 - Fix a bug that 82542 misunderstand fiber's signal detection.
406 [msaitoh, ticket #969] 406 [msaitoh, ticket #969]
407 407
408external/mit/lua/dist/README.import up to 1.2 408external/mit/lua/dist/README.import up to 1.2
409external/mit/lua/dist/README up to 1.8 409external/mit/lua/dist/README up to 1.8
410external/mit/lua/dist/doc/contents.html up to 1.7 410external/mit/lua/dist/doc/contents.html up to 1.7
411external/mit/lua/dist/doc/lua.css up to 1.7 411external/mit/lua/dist/doc/lua.css up to 1.7
412external/mit/lua/dist/doc/manual.html up to 1.8 412external/mit/lua/dist/doc/manual.html up to 1.8
413external/mit/lua/dist/doc/readme.html up to 1.7 413external/mit/lua/dist/doc/readme.html up to 1.7
414external/mit/lua/dist/src/Makefile up to 1.5 414external/mit/lua/dist/src/Makefile up to 1.5
415external/mit/lua/dist/src/lapi.c up to 1.11 415external/mit/lua/dist/src/lapi.c up to 1.11
416external/mit/lua/dist/src/lapi.h up to 1.9 416external/mit/lua/dist/src/lapi.h up to 1.9
417external/mit/lua/dist/src/lauxlib.c up to 1.11 417external/mit/lua/dist/src/lauxlib.c up to 1.11
418external/mit/lua/dist/src/lauxlib.h up to 1.8 418external/mit/lua/dist/src/lauxlib.h up to 1.8
419external/mit/lua/dist/src/lbaselib.c up to 1.10 419external/mit/lua/dist/src/lbaselib.c up to 1.10
420external/mit/lua/dist/src/lbitlib.c up to 1.7 420external/mit/lua/dist/src/lbitlib.c up to 1.7
421external/mit/lua/dist/src/lcode.c up to 1.11 421external/mit/lua/dist/src/lcode.c up to 1.11
422external/mit/lua/dist/src/lcode.h up to 1.8 422external/mit/lua/dist/src/lcode.h up to 1.8
423external/mit/lua/dist/src/lcorolib.c up to 1.7 423external/mit/lua/dist/src/lcorolib.c up to 1.7
424external/mit/lua/dist/src/lctype.c up to 1.7 424external/mit/lua/dist/src/lctype.c up to 1.7
425external/mit/lua/dist/src/lctype.h up to 1.7 425external/mit/lua/dist/src/lctype.h up to 1.7
426external/mit/lua/dist/src/ldblib.c up to 1.11 426external/mit/lua/dist/src/ldblib.c up to 1.11
427external/mit/lua/dist/src/ldebug.c up to 1.11 427external/mit/lua/dist/src/ldebug.c up to 1.11
428external/mit/lua/dist/src/ldebug.h up to 1.9 428external/mit/lua/dist/src/ldebug.h up to 1.9
429external/mit/lua/dist/src/ldo.c up to 1.9 429external/mit/lua/dist/src/ldo.c up to 1.9
430external/mit/lua/dist/src/ldo.h up to 1.9 430external/mit/lua/dist/src/ldo.h up to 1.9
431external/mit/lua/dist/src/ldump.c up to 1.9 431external/mit/lua/dist/src/ldump.c up to 1.9
432external/mit/lua/dist/src/lfunc.c up to 1.8 432external/mit/lua/dist/src/lfunc.c up to 1.8
433external/mit/lua/dist/src/lfunc.h up to 1.8 433external/mit/lua/dist/src/lfunc.h up to 1.8
434external/mit/lua/dist/src/lgc.c up to 1.10 434external/mit/lua/dist/src/lgc.c up to 1.10
435external/mit/lua/dist/src/lgc.h up to 1.8 435external/mit/lua/dist/src/lgc.h up to 1.8
436external/mit/lua/dist/src/linit.c up to 1.9 436external/mit/lua/dist/src/linit.c up to 1.9
437external/mit/lua/dist/src/liolib.c up to 1.9 437external/mit/lua/dist/src/liolib.c up to 1.9
438external/mit/lua/dist/src/llex.c up to 1.12 438external/mit/lua/dist/src/llex.c up to 1.12
439external/mit/lua/dist/src/llex.h up to 1.8 439external/mit/lua/dist/src/llex.h up to 1.8
440external/mit/lua/dist/src/llimits.h up to 1.10 440external/mit/lua/dist/src/llimits.h up to 1.10
441external/mit/lua/dist/src/lmathlib.c up to 1.9 441external/mit/lua/dist/src/lmathlib.c up to 1.9
442external/mit/lua/dist/src/lmem.c up to 1.9 442external/mit/lua/dist/src/lmem.c up to 1.9
443external/mit/lua/dist/src/lmem.h up to 1.8 443external/mit/lua/dist/src/lmem.h up to 1.8
444external/mit/lua/dist/src/loadlib.c up to 1.9 444external/mit/lua/dist/src/loadlib.c up to 1.9
445external/mit/lua/dist/src/lobject.c up to 1.12 445external/mit/lua/dist/src/lobject.c up to 1.12
446external/mit/lua/dist/src/lobject.h up to 1.10 446external/mit/lua/dist/src/lobject.h up to 1.10
447external/mit/lua/dist/src/lopcodes.c up to 1.8 447external/mit/lua/dist/src/lopcodes.c up to 1.8
448external/mit/lua/dist/src/lopcodes.h up to 1.8 448external/mit/lua/dist/src/lopcodes.h up to 1.8
449external/mit/lua/dist/src/loslib.c up to 1.11 449external/mit/lua/dist/src/loslib.c up to 1.11
450external/mit/lua/dist/src/lparser.c up to 1.11 450external/mit/lua/dist/src/lparser.c up to 1.11
451external/mit/lua/dist/src/lparser.h up to 1.8 451external/mit/lua/dist/src/lparser.h up to 1.8
452external/mit/lua/dist/src/lprefix.h up to 1.7 452external/mit/lua/dist/src/lprefix.h up to 1.7
453external/mit/lua/dist/src/lstate.c up to 1.9 453external/mit/lua/dist/src/lstate.c up to 1.9
454external/mit/lua/dist/src/lstate.h up to 1.9 454external/mit/lua/dist/src/lstate.h up to 1.9
455external/mit/lua/dist/src/lstring.c up to 1.9 455external/mit/lua/dist/src/lstring.c up to 1.9
456external/mit/lua/dist/src/lstring.h up to 1.9 456external/mit/lua/dist/src/lstring.h up to 1.9
457external/mit/lua/dist/src/lstrlib.c up to 1.18 457external/mit/lua/dist/src/lstrlib.c up to 1.18
458external/mit/lua/dist/src/ltable.c up to 1.11 458external/mit/lua/dist/src/ltable.c up to 1.11
459external/mit/lua/dist/src/ltable.h up to 1.8 459external/mit/lua/dist/src/ltable.h up to 1.8
460external/mit/lua/dist/src/ltablib.c up to 1.9 460external/mit/lua/dist/src/ltablib.c up to 1.9
461external/mit/lua/dist/src/ltm.c up to 1.9 461external/mit/lua/dist/src/ltm.c up to 1.9
462external/mit/lua/dist/src/ltm.h up to 1.8 462external/mit/lua/dist/src/ltm.h up to 1.8
463external/mit/lua/dist/src/lua.c up to 1.9 463external/mit/lua/dist/src/lua.c up to 1.9
464external/mit/lua/dist/src/lua.h up to 1.11 464external/mit/lua/dist/src/lua.h up to 1.11
465external/mit/lua/dist/src/luac.c up to 1.10 465external/mit/lua/dist/src/luac.c up to 1.10
466external/mit/lua/dist/src/luaconf.h up to 1.23 466external/mit/lua/dist/src/luaconf.h up to 1.23
467external/mit/lua/dist/src/lualib.h up to 1.7 467external/mit/lua/dist/src/lualib.h up to 1.7
468external/mit/lua/dist/src/lundump.c up to 1.8 468external/mit/lua/dist/src/lundump.c up to 1.8
469external/mit/lua/dist/src/lundump.h up to 1.7 469external/mit/lua/dist/src/lundump.h up to 1.7
470external/mit/lua/dist/src/lutf8lib.c up to 1.8 470external/mit/lua/dist/src/lutf8lib.c up to 1.8
471external/mit/lua/dist/src/lvm.c up to 1.14 471external/mit/lua/dist/src/lvm.c up to 1.14
472external/mit/lua/dist/src/lvm.h up to 1.10 472external/mit/lua/dist/src/lvm.h up to 1.10
473external/mit/lua/dist/src/lzio.c up to 1.8 473external/mit/lua/dist/src/lzio.c up to 1.8
474external/mit/lua/dist/src/lzio.h up to 1.8 474external/mit/lua/dist/src/lzio.h up to 1.8
475doc/3RDPARTY 1.1536 475doc/3RDPARTY 1.1536
476 476
477 Import lua 5.3.5. 477 Import lua 5.3.5.
478 [alnsn, ticket #970] 478 [alnsn, ticket #970]
479 479
480sys/external/bsd/dwc2/dist/dwc2_hcdintr.c 1.15 480sys/external/bsd/dwc2/dist/dwc2_hcdintr.c 1.15
481 481
482 Fix the change from ticket #966 to not break ping protocol. 482 Fix the change from ticket #966 to not break ping protocol.
483 [skrll, ticket #971] 483 [skrll, ticket #971]
484 484
485external/bsd/bind/dist/lib/isc/unix/socket.c 1.23 485external/bsd/bind/dist/lib/isc/unix/socket.c 1.23
486 486
487 Make ENOBUFS a soft error. 487 Make ENOBUFS a soft error.
488 [christos, ticket #972] 488 [christos, ticket #972]
489 489
490sys/arch/xen/xen/xennetback_xenbus.c 1.68 (patch) 490sys/arch/xen/xen/xennetback_xenbus.c 1.68 (patch)
491 491
492 Disestablish interrupt handler regardless of the state. 492 Disestablish interrupt handler regardless of the state.
493 [dolecek, ticket #973] 493 [dolecek, ticket #973]
494 494
495sys/net/if_tun.c 1.145,1.146 495sys/net/if_tun.c 1.145,1.146
496 496
497 tun(4): fix locking against myself and kevent locking. 497 tun(4): fix locking against myself and kevent locking.
498 [ozaki-r, ticket #974] 498 [ozaki-r, ticket #974]
499 499
500sys/netinet6/nd6_rtr.c 1.144 500sys/netinet6/nd6_rtr.c 1.144
501 501
502 Don't call find_pfxlist_reachable_router, which may sleep, in a 502 Don't call find_pfxlist_reachable_router, which may sleep, in a
503 pserialize read section 503 pserialize read section
504 [ozaki-r, ticket #975] 504 [ozaki-r, ticket #975]
505 505
506sbin/route/route.c 1.160 506sbin/route/route.c 1.160
507 507
508 Resolve every route(4) message type before printing anything more 508 Resolve every route(4) message type before printing anything more
509 about it other than the type and length. 509 about it other than the type and length.
510 [roy, ticket #976] 510 [roy, ticket #976]
511 511
512sys/compat/netbsd32/netbsd32.h 1.119 512sys/compat/netbsd32/netbsd32.h 1.119
513sys/compat/netbsd32/netbsd32_fs.c 1.81 513sys/compat/netbsd32/netbsd32_fs.c 1.81
514 514
515 Support nullfs in netbsd32. 515 Support nullfs in netbsd32.
516 [mrg, ticket #977] 516 [mrg, ticket #977]
517 517
518dist/pf/share/man/man4/pf.4 1.13 518dist/pf/share/man/man4/pf.4 1.13
519dist/pf/share/man/man4/pflog.4 1.7 519dist/pf/share/man/man4/pflog.4 1.7
520dist/pf/share/man/man4/pfsync.4 1.7 520dist/pf/share/man/man4/pfsync.4 1.7
521dist/pf/share/man/man5/pf.conf.5 1.17 521dist/pf/share/man/man5/pf.conf.5 1.17
522dist/pf/share/man/man5/pf.os.5 1.7 522dist/pf/share/man/man5/pf.os.5 1.7
523 523
524 Add a deprecation note in each of the PF man pages, 524 Add a deprecation note in each of the PF man pages,
525 and note it is obsolete. 525 and note it is obsolete.
526 [maxv, ticket #978] 526 [maxv, ticket #978]
527 527
528sys/dev/usb/ehci.c 1.260,1.261 (patch) 528sys/dev/usb/ehci.c 1.260,1.261 (patch)
529sys/dev/usb/ehcivar.h 1.45 (patch) 529sys/dev/usb/ehcivar.h 1.45 (patch)
530sys/dev/usb/motg.c 1.22 (patch) 530sys/dev/usb/motg.c 1.22 (patch)
531sys/dev/usb/ohci.c 1.282,1.283 (patch) 531sys/dev/usb/ohci.c 1.282,1.283 (patch)
532sys/dev/usb/ohcivar.h 1.60 (patch) 532sys/dev/usb/ohcivar.h 1.60 (patch)
533sys/dev/usb/uhci.c 1.281,1.282 (patch) 533sys/dev/usb/uhci.c 1.281,1.282 (patch)
534sys/dev/usb/uhcivar.h 1.55 (patch) 534sys/dev/usb/uhcivar.h 1.55 (patch)
535sys/dev/usb/usbdi.c 1.177 (patch) 535sys/dev/usb/usbdi.c 1.177 (patch)
536sys/dev/usb/usbdivar.h 1.117 (patch) 536sys/dev/usb/usbdivar.h 1.117 (patch)
537sys/dev/usb/xhci.c 1.96 (patch) 537sys/dev/usb/xhci.c 1.96 (patch)
538sys/dev/usb/xhcivar.h 1.10 (patch) 538sys/dev/usb/xhcivar.h 1.10 (patch)
539sys/external/bsd/dwc2/dwc2.c 1.52 (patch) 539sys/external/bsd/dwc2/dwc2.c 1.52 (patch)
540 540
541 Move the struct usb_task to struct usbd_xfer for everyone to use 541 Move the struct usb_task to struct usbd_xfer for everyone to use
542 and various transfer/abort handling fixes. 542 and various transfer/abort handling fixes.
543 Initialise the usb abort task in the HCI allocx routine, so that it 543 Initialise the usb abort task in the HCI allocx routine, so that it
544 can be safely usb_rem_task()'d. 544 can be safely usb_rem_task()'d.
545 Rework the handling of softintr vs cancellation vs timeout abort. 545 Rework the handling of softintr vs cancellation vs timeout abort.
546 [mrg, ticket #980] 546 [mrg, ticket #980]
547 547
548external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.16 548external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.16
549external/bsd/dhcpcd/dist/src/dhcp.c up to 1.13 549external/bsd/dhcpcd/dist/src/dhcp.c up to 1.13
550external/bsd/dhcpcd/dist/src/dhcp6.c up to 1.1.1.13 550external/bsd/dhcpcd/dist/src/dhcp6.c up to 1.1.1.13
551external/bsd/dhcpcd/dist/src/if-bsd.c up to 1.1.1.9 551external/bsd/dhcpcd/dist/src/if-bsd.c up to 1.1.1.9
552external/bsd/dhcpcd/dist/src/if.c up to 1.1.1.9 552external/bsd/dhcpcd/dist/src/if.c up to 1.1.1.9
553external/bsd/dhcpcd/dist/src/ipv4.c up to 1.1.1.10 553external/bsd/dhcpcd/dist/src/ipv4.c up to 1.1.1.10
554external/bsd/dhcpcd/dist/src/ipv6.c up to 1.1.1.12 554external/bsd/dhcpcd/dist/src/ipv6.c up to 1.1.1.12
555doc/3RDPARTY (manually edited) 555doc/3RDPARTY (manually edited)
556 556
557 Import dhcpcd-7.0.8. 557 Import dhcpcd-7.0.8.
558 [roy, ticket #981] 558 [roy, ticket #981]
559 559
560bin/sh/eval.c 1.157 560bin/sh/eval.c 1.157
561 561
562 Fix "command not found" handling so that the error message 562 Fix "command not found" handling so that the error message
563 goes to stderr (after any redirections are applied). 563 goes to stderr (after any redirections are applied).
564 [kre, ticket #982] 564 [kre, ticket #982]
565 565
566bin/sh/eval.c 1.158 566bin/sh/eval.c 1.158
567bin/sh/eval.h 1.21 567bin/sh/eval.h 1.21
568bin/sh/main.c 1.74 568bin/sh/main.c 1.74
569 569
570 Back out eval.c rev 1.125 which tried to fix a redirection 570 Back out eval.c rev 1.125 which tried to fix a redirection
571 bug but was incorrect and caused other fallout. 571 bug but was incorrect and caused other fallout.
572 [kre, ticket #983] 572 [kre, ticket #983]
573 573
574sys/arch/xen/xen/xbd_xenbus.c 1.83 574sys/arch/xen/xen/xbd_xenbus.c 1.83
575 575
576 Avoid a race condition between I/O submission in xbd_diskstart() and 576 Avoid a race condition between I/O submission in xbd_diskstart() and
577 interrupt handling in xbd_handler(). 577 interrupt handling in xbd_handler().
578 [jdolecek, ticket #984] 578 [jdolecek, ticket #984]
579 579
580crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc 1.2,1.3 580crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc 1.2,1.3
581 581
582 Sync compiler flags between genereation of ghash-x86.S and 582 Sync compiler flags between genereation of ghash-x86.S and
583 compilation of gcm128.c. 583 compilation of gcm128.c.
584 [manu, ticket #985] 584 [manu, ticket #985]
585 585
586sys/netipsec/key.c 1.257 586sys/netipsec/key.c 1.257
587 587
588 Don't call key_ismyaddr, which may sleep, in a pserialize read 588 Don't call key_ismyaddr, which may sleep, in a pserialize read
589 section. 589 section.
590 [ozaki-r, ticket #986] 590 [ozaki-r, ticket #986]
591 591
592bin/sh/trap.c 1.44 592bin/sh/trap.c 1.44
593 593
594 Fix a potential race in handling of the trap[] strings. 594 Fix a potential race in handling of the trap[] strings.
595 [kre, ticket #987] 595 [kre, ticket #987]
596 596
597bin/sh/histedit.c 1.53 597bin/sh/histedit.c 1.53
598bin/sh/mystring.c 1.18 598bin/sh/mystring.c 1.18
599bin/sh/options.c 1.53 599bin/sh/options.c 1.53
600bin/sh/parser.c 1.147 600bin/sh/parser.c 1.147
601bin/sh/var.c 1.70 601bin/sh/var.c 1.70
602 602
603 Remove atoi(). 603 Remove atoi().
604 Always init OPTIND to 1 when sh starts. 604 Always init OPTIND to 1 when sh starts.
605 [kre, ticket #988] 605 [kre, ticket #988]
606 606
607bin/sh/eval.c 1.156 607bin/sh/eval.c 1.156
608bin/sh/eval.h 1.20 608bin/sh/eval.h 1.20
609bin/sh/exec.c 1.53 609bin/sh/exec.c 1.53
610 610
611 Fix several bugs in the command / type builtin. 611 Fix several bugs in the command / type builtin.
612 [kre, ticket #989] 612 [kre, ticket #989]
613 613
 614sys/dev/usb/usb_subr.c 1.224
 615
 616 Add missing KERNEL_LOCK protection around autoconf calls.
 617 [mlelstv, ticket #990]
 618