CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Nov 26 09:00:55 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1461 To generate a diff of this commit: cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.73 src/doc/CHANGES-8.2:1.1.2.74 --- src/doc/CHANGES-8.2:1.1.2.73 Tue Nov 26 08:26:19 2019 +++ src/doc/CHANGES-8.2 Tue Nov 26 09:00:55 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.73 2019/11/26 08:26:19 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.74 2019/11/26 09:00:55 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1717,3 +1717,9 @@ sys/dev/hyperv/if_hvn.c1.11 hvn(4): Fix incorrect ident when waiting for NVS command response. [nonaka, ticket #1460] +share/tmac/doc2html1.68 + + PR toolchain/54715: Remove duplicate (incorrect) version of + the .Lk macro. + [kre, ticket #1461] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Nov 26 09:00:55 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1461 To generate a diff of this commit: cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Nov 26 08:26:19 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1460 To generate a diff of this commit: cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.72 src/doc/CHANGES-8.2:1.1.2.73 --- src/doc/CHANGES-8.2:1.1.2.72 Mon Nov 25 16:04:46 2019 +++ src/doc/CHANGES-8.2 Tue Nov 26 08:26:19 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.72 2019/11/25 16:04:46 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.73 2019/11/26 08:26:19 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1712,3 +1712,8 @@ sys/kern/subr_cprng.c1.33 Use cprng_strong, not cprng_fast, for sysctl kern.arnd. [riastradh, ticket #1459] +sys/dev/hyperv/if_hvn.c1.11 + + hvn(4): Fix incorrect ident when waiting for NVS command response. + [nonaka, ticket #1460] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Nov 26 08:26:19 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1460 To generate a diff of this commit: cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Nov 25 16:04:46 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1457 - #1459 To generate a diff of this commit: cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.71 src/doc/CHANGES-8.2:1.1.2.72 --- src/doc/CHANGES-8.2:1.1.2.71 Sun Nov 24 08:16:11 2019 +++ src/doc/CHANGES-8.2 Mon Nov 25 16:04:46 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.71 2019/11/24 08:16:11 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.72 2019/11/25 16:04:46 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1686,3 +1686,29 @@ sys/kern/sys_ptrace_common.c 1.73 Size of registers should be determined from tracer, NOT tracee. [rin, ticket #1456] +sys/dev/mii/miidevs 1.155-1.157, 1.159-1.160 +sys/dev/mii/miidevs.h regen +sys/dev/mii/miidevs_data.h regen +sys/dev/mii/rlphy.c 1.37 via patch + + - miidevs update: + - Add Teranetics, Aquantia and Renesas. + - Change ICPLUS(0x0090c3) to xxICPLUS(0x0009c3). + - Fix typo. from vezhlys. + - Rename JMICRON 0x0021 from JMC250 to JMP211 + - Rename JMICRON 0x0022 from JMC260 to JMP202 + - rlphy(4): Print model name if it's ICPLUS IP101 to avoid printing + "Realtek internal PHY". + [msaitoh, ticket #1457] + +sys/dev/hyperv/hvs.c1.3 +sys/dev/hyperv/if_hvn.c1.10 + + hvs(4), hvn(4): Set correct size for bus_dmamap_sync(9). + [nonaka, ticket #1458] + +sys/kern/subr_cprng.c1.33 + + Use cprng_strong, not cprng_fast, for sysctl kern.arnd. + [riastradh, ticket #1459] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Nov 25 16:04:46 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1457 - #1459 To generate a diff of this commit: cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Nov 24 08:16:11 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1455 and #1456 To generate a diff of this commit: cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Nov 24 08:16:11 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1455 and #1456 To generate a diff of this commit: cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.70 src/doc/CHANGES-8.2:1.1.2.71 --- src/doc/CHANGES-8.2:1.1.2.70 Thu Nov 21 14:07:52 2019 +++ src/doc/CHANGES-8.2 Sun Nov 24 08:16:11 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.70 2019/11/21 14:07:52 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.71 2019/11/24 08:16:11 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1672,3 +1672,17 @@ sys/dev/mii/miivar.h 1.69 via patch - Code cleanup. [msaitoh, ticket #1454] +sys/dev/hyperv/hvkbd.c1.5,1.6 +sys/dev/hyperv/if_hvn.c1.8,1.9 +sys/dev/hyperv/vmbus.c1.5 + + vmbus(4), hvn(4), hvkbd(4): fix wait time for tsleep(9). + hvn(4), hvkbd(4): only poll when cold. + [nonaka, ticket #1455] + +sys/kern/sys_ptrace_common.c 1.73 + + Fix regression introduced to ptrace_regs() in rev 1.27: + Size of registers should be determined from tracer, NOT tracee. + [rin, ticket #1456] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Nov 21 14:07:52 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1454 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.69 src/doc/CHANGES-8.2:1.1.2.70 --- src/doc/CHANGES-8.2:1.1.2.69 Wed Nov 20 16:37:46 2019 +++ src/doc/CHANGES-8.2 Thu Nov 21 14:07:52 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.69 2019/11/20 16:37:46 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.70 2019/11/21 14:07:52 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1663,3 +1663,12 @@ sys/arch/x86/pci/msipic.c 1.19 Disable MSI-X before writing the MSI-X table. [hikaru, ticket #1453] +sys/dev/mii/atphy.c 1.22-1.23, 1.25 via patch +sys/dev/mii/mii_physubr.c 1.88 via patch +sys/dev/mii/miivar.h 1.69 via patch + + - Fix a bug that atphy(4) can't negotiate correctly when the media + setting is neither auto nor 1000baseT. + - Code cleanup. + [msaitoh, ticket #1454] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Nov 21 14:07:52 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1454 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Nov 20 16:37:46 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1453 To generate a diff of this commit: cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Nov 20 16:37:46 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1453 To generate a diff of this commit: cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.68 src/doc/CHANGES-8.2:1.1.2.69 --- src/doc/CHANGES-8.2:1.1.2.68 Tue Nov 19 10:51:52 2019 +++ src/doc/CHANGES-8.2 Wed Nov 20 16:37:46 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.68 2019/11/19 10:51:52 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.69 2019/11/20 16:37:46 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1658,3 +1658,8 @@ sys/kern/sys_ptrace_common.c 1.72 ptrace(2): fix PIOD_READ_AUXV for COMPAT_NETBSD32. [rin, ticket #1452] +sys/arch/x86/pci/msipic.c 1.19 + + Disable MSI-X before writing the MSI-X table. + [hikaru, ticket #1453] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Nov 19 10:51:52 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1448 - #1452 To generate a diff of this commit: cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Nov 19 10:51:52 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1448 - #1452 To generate a diff of this commit: cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.67 src/doc/CHANGES-8.2:1.1.2.68 --- src/doc/CHANGES-8.2:1.1.2.67 Mon Nov 18 19:29:27 2019 +++ src/doc/CHANGES-8.2 Tue Nov 19 10:51:52 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.67 2019/11/18 19:29:27 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.68 2019/11/19 10:51:52 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1612,3 +1612,49 @@ sys/dev/hyperv/if_hvn.c1.7 Fixed incorrect m_defrag return value check. [nonaka, ticket #1447] +sys/dev/pci/pcidevs 1.1384-1.1391 +sys/dev/pci/pcidevs.h regen +sys/dev/pci/pcidevs_data.h regen + + - Add micron/crucial SM2263 NVMe. + - Add some device found on ASUS X570-P with Ryzen 3200G CPU. + - Spell it "PCIe' when using the name. + - Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX-5, and ConnectX-5 Ex + - Modify Attansic Ethernet devices' description to clarify. + - Add Killer E2400 and E2500. + - Spell "controller" correctly. + - Add Realtek RTL8125. + - Update Intel's NVMe SSDs. + - Add Intel Apollo Lake TXE HECI. + - Add D-Link DGE-530T C1 and TP-Link TG-3468 v2. + [msaitoh, ticket #1448] + +sys/dev/pci/if_re_pci.c 1.50 +share/man/man4/re.4 1.17-1.18 + + Add D-Link DGE-530T Rev. C,D and TP-Link TG-3468 v2,v3. + Add note about UDP checksum offload feature to the document. + [msaitoh, ticket #1449] + +sys/arch/x86/include/specialreg.h 1.158 +usr.sbin/cpuctl/arch/i386.c 1.108 + + Add the following bit definitions from the latest Intel SDM: + - CET shadow stack + - Fast Short REP MOV + - Hybrid part + - CET Indirect Branch Tracking + 0x7d and 0x7e are for 10th generation Core (Ice Lake). + [msaitoh, ticket #1450] + +sys/dev/pci/ixgbe/ixgbe.c 1.216 +sys/dev/pci/ixgbe/ixv.c1.141 + + Print MAC address. + [msaitoh, ticket #1451] + +sys/kern/sys_ptrace_common.c 1.72 + + ptrace(2): fix PIOD_READ_AUXV for COMPAT_NETBSD32. + [rin, ticket #1452] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Nov 18 19:29:27 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1447 To generate a diff of this commit: cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.66 src/doc/CHANGES-8.2:1.1.2.67 --- src/doc/CHANGES-8.2:1.1.2.66 Sat Nov 16 16:40:29 2019 +++ src/doc/CHANGES-8.2 Mon Nov 18 19:29:27 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.66 2019/11/16 16:40:29 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.67 2019/11/18 19:29:27 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1607,3 +1607,8 @@ sys/arch/zaurus/zaurus/machdep.c 1.40,1 Make zaurus kernels use symbols loaded by bootloader. [tsutsui, ticket #1446] +sys/dev/hyperv/if_hvn.c1.7 + + Fixed incorrect m_defrag return value check. + [nonaka, ticket #1447] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Nov 18 19:29:27 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1447 To generate a diff of this commit: cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Nov 16 16:40:29 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1441 - #1446 To generate a diff of this commit: cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Nov 16 16:40:29 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1441 - #1446 To generate a diff of this commit: cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.65 src/doc/CHANGES-8.2:1.1.2.66 --- src/doc/CHANGES-8.2:1.1.2.65 Thu Nov 14 16:06:17 2019 +++ src/doc/CHANGES-8.2 Sat Nov 16 16:40:29 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.65 2019/11/14 16:06:17 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.66 2019/11/16 16:40:29 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1567,3 +1567,43 @@ sys/dev/pci/pucdata.c1.105 a clock multiplier of 8, just like the 16C1050 controller. [hauke, ticket #1440] +sys/dev/hyperv/hvkbd.c1.4 +sys/dev/hyperv/if_hvn.c1.6 + + hvn(4), hvkbd(4): No need to call vmbus_channel_setdeferred(). + [nonaka, ticket #1441] + +sys/dev/i2c/spdmem_i2c.c 1.14 + + Use 1-byte data-buffers when writing to the "control" device + for the SPD ROMs to prevent panic. + [msaitoh, ticket #1442] + +sys/arch/arm/nvidia/tegra_xusb.c 1.13-1.14 via patch +sys/dev/pci/xhci_pci.c 1.13 +sys/dev/usb/usb.c 1.169 +sys/dev/usb/usbdivar.h 1.116 +sys/dev/usb/xhci.c 1.93, 1.95, 1.97 +sys/dev/usb/xhcireg.h 1.11-1.12 + + Detect USB 3.1 + [msaitoh, ticket #1443] + +usr.sbin/usbdevs/usbdevs.c 1.36 + + Print USB_SPEED_SUPER_PLUS capability if present. + [msaitoh, ticket #1444] + +sys/arch/arm/sa11x0/sa11x0_ost.c 1.33 + + Fix another attach failure of zaudio(4) WM8731 on Zaurus SL-C7x0/860. + [tsutsui, ticket #1445] + +sys/arch/zaurus/conf/GENERIC 1.85,1.89 +sys/arch/zaurus/conf/INSTALL 1.40 +sys/arch/zaurus/stand/zbsdmod/zbsdmod.c 1.12 +sys/arch/zaurus/zaurus/machdep.c 1.40,1.45 + + Make zaurus kernels use symbols loaded by bootloader. + [tsutsui, ticket #1446] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Nov 14 16:06:17 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1435 - #1440 To generate a diff of this commit: cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.64 src/doc/CHANGES-8.2:1.1.2.65 --- src/doc/CHANGES-8.2:1.1.2.64 Wed Nov 13 12:55:05 2019 +++ src/doc/CHANGES-8.2 Thu Nov 14 16:06:17 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.64 2019/11/13 12:55:05 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.65 2019/11/14 16:06:17 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1518,3 +1518,52 @@ sys/net/if_vlan.c1.148 Fix a bug that vlan(4) fragments IPv6 packets unecessarily. [yamaguchi, ticket #1434] +sys/dev/pci/ixgbe/ixv.c1.140 + + ixv(4): disable RSS configuration on 82599 and X540 VFs. + [msaitoh, ticket #1435] + +external/bsd/drm2/dist/drm/drm_fb_helper.c 1.13 via patch + + Avoid null pointer dereference. + [msaitoh, ticket #1436] + +sys/arch/x86/x86/intr.c1.147 + + Fix a bug that evcnt_detach() called twice when the idt vector is + full. + [msaitoh, ticket #1437] + +sys/net/if_loop.c 1.108-1.109 via patch + + Fix a bug that an IP broadcast packet back to myself + is dropped as bad checksum when an interface's checksum + offload is set. + [msaitoh, ticket #1438] + +sys/arch/amiga/dev/if_qn.c 1.48 +sys/arch/amiga/dev/zssc.c 1.46 +sys/arch/mac68k/obio/iwm_fd.c 1.57 +sys/arch/mvme68k/dev/wdsc.c 1.33 +sys/arch/next68k/dev/nextdisplay.c 1.22 +sys/dev/gpib/ct.c1.31 +sys/dev/gpib/mt.c1.33 +sys/dev/gpib/ppi.c1.25 +sys/dev/isa/if_iy.c1.111 +sys/dev/isa/mcd.c1.119 +sys/dev/isa/tcic2_isa.c1.28 +sys/dev/isa/uha_isa.c1.42 +sys/dev/pci/if_stge.c1.73 +sys/dev/pci/neo.c1.55 +sys/dev/pcmcia/if_tr_pcmcia.c 1.29 +sys/dev/sbus/sio16.c1.25 + + Correctly initialize sc_dev. + [msaitoh, ticket #1439] + +sys/dev/pci/pucdata.c1.105 + + puc(4): the 16C1054 and 16C1058 serial multi-port controllers need + a clock multiplier of 8, just like the 16C1050 controller. + [hauke, ticket #1440] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Nov 14 16:06:17 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1435 - #1440 To generate a diff of this commit: cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Nov 13 12:55:06 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1434 To generate a diff of this commit: cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Nov 13 12:55:06 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1434 To generate a diff of this commit: cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.63 src/doc/CHANGES-8.2:1.1.2.64 --- src/doc/CHANGES-8.2:1.1.2.63 Tue Nov 12 19:24:08 2019 +++ src/doc/CHANGES-8.2 Wed Nov 13 12:55:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.63 2019/11/12 19:24:08 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.64 2019/11/13 12:55:05 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1513,3 +1513,8 @@ sys/arch/x86/x86/spectre.c 1.31 (patch Mitigation for CVE-2019-11135: TSX Asynchronous Abort (TAA). [maxv, ticket #1433] +sys/net/if_vlan.c1.148 + + Fix a bug that vlan(4) fragments IPv6 packets unecessarily. + [yamaguchi, ticket #1434] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Nov 12 19:24:08 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1433 To generate a diff of this commit: cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.62 src/doc/CHANGES-8.2:1.1.2.63 --- src/doc/CHANGES-8.2:1.1.2.62 Mon Nov 11 17:18:14 2019 +++ src/doc/CHANGES-8.2 Tue Nov 12 19:24:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.62 2019/11/11 17:18:14 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.63 2019/11/12 19:24:08 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1507,3 +1507,9 @@ sys/dev/ic/nvme.c1.47 queues. [nonaka, ticket #1432] +sys/arch/x86/include/specialreg.h 1.157 (patch) +sys/arch/x86/x86/spectre.c 1.31 (patch) + + Mitigation for CVE-2019-11135: TSX Asynchronous Abort (TAA). + [maxv, ticket #1433] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Nov 12 19:24:08 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1433 To generate a diff of this commit: cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Nov 11 17:18:14 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1432 To generate a diff of this commit: cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.61 src/doc/CHANGES-8.2:1.1.2.62 --- src/doc/CHANGES-8.2:1.1.2.61 Sun Nov 10 13:37:22 2019 +++ src/doc/CHANGES-8.2 Mon Nov 11 17:18:14 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.61 2019/11/10 13:37:22 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.62 2019/11/11 17:18:14 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1501,3 +1501,9 @@ sys/dev/pci/ixgbe/ix_txrx.c 1.56 Fix missing kpreempt_disable() before softint_schedule(). [knakahara, ticket #1431] +sys/dev/ic/nvme.c1.47 + + nvme(4): Use the SET_FEATURES command to get the number of allocated + queues. + [nonaka, ticket #1432] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Nov 11 17:18:14 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1432 To generate a diff of this commit: cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Nov 10 13:37:22 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1430 and #1431 To generate a diff of this commit: cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.60 src/doc/CHANGES-8.2:1.1.2.61 --- src/doc/CHANGES-8.2:1.1.2.60 Wed Nov 6 10:27:05 2019 +++ src/doc/CHANGES-8.2 Sun Nov 10 13:37:22 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.60 2019/11/06 10:27:05 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.61 2019/11/10 13:37:22 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1491,3 +1491,13 @@ sys/dev/usb/ubt.c1.61 Fix mbuf deallocation. [msaitoh, ticket #1429] +sys/dev/pci/if_jme.c1.46 + + Fix potential use after free mbuf access. + [msaitoh, ticket #1430] + +sys/dev/pci/ixgbe/ix_txrx.c 1.56 + + Fix missing kpreempt_disable() before softint_schedule(). + [knakahara, ticket #1431] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Nov 10 13:37:22 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1430 and #1431 To generate a diff of this commit: cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Nov 6 10:27:05 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1426 - #1429 To generate a diff of this commit: cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.59 src/doc/CHANGES-8.2:1.1.2.60 --- src/doc/CHANGES-8.2:1.1.2.59 Mon Nov 4 14:50:32 2019 +++ src/doc/CHANGES-8.2 Wed Nov 6 10:27:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.59 2019/11/04 14:50:32 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.60 2019/11/06 10:27:05 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1454,3 +1454,40 @@ sys/compat/netbsd32/netbsd32_systrace_ar For netbsd32_readlinkat(2), bufsize is netbsd_size_t, not size_t. [rin, ticket #1425] +sys/dev/mii/ukphy_subr.c 1.16 + + Fix a bug that ukphy_status() misunderstand master mode. + [msaitoh, ticket #1426] + +sys/arch/arm/broadcom/bcm53xx_eth.c 1.39 +sys/arch/arm/gemini/gemini_gmac.c 1.18 +sys/arch/arm/gemini/if_gpn.c 1.13 +sys/arch/powerpc/booke/dev/pq3etsec.c 1.47 +sys/dev/ic/aic6915.c1.40 +sys/dev/ic/elinkxl.c1.133 +sys/dev/ic/i82557.c1.156 +sys/dev/pci/if_age.c1.62 +sys/dev/pci/if_alc.c1.43 +sys/dev/pci/if_ale.c1.34 +sys/dev/pci/if_ste.c1.57 +sys/dev/pci/if_stge.c1.72 +sys/dev/pci/if_tl.c1.117 +sys/dev/pci/if_txp.c1.60 +sys/dev/pci/if_vte.c1.27 +sys/dev/pcmcia/if_xi.c1.91 + + Fix input counter to prevent double count. + [msaitoh, ticket #1427] + +sys/dev/pci/if_wm.c 1.647, 1.649 via patch + + - Use device_printf() instead of printf(). + - Fix typo in comment. + [msaitoh, ticket #1428] + +sys/dev/sdmmc/sbt.c1.6 +sys/dev/usb/ubt.c1.61 + + Fix mbuf deallocation. + [msaitoh, ticket #1429] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Nov 6 10:27:05 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1426 - #1429 To generate a diff of this commit: cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Nov 4 14:50:32 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1421 - #1425 To generate a diff of this commit: cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.58 src/doc/CHANGES-8.2:1.1.2.59 --- src/doc/CHANGES-8.2:1.1.2.58 Sun Nov 3 11:39:47 2019 +++ src/doc/CHANGES-8.2 Mon Nov 4 14:50:32 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.58 2019/11/03 11:39:47 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.59 2019/11/04 14:50:32 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1420,3 +1420,37 @@ sys/arch/zaurus/stand/zbsdmod/zbsdmod.c load buffer. [tsutsui, ticket #1420] +sys/dev/scsipi/st.c1.238 + + Add simple position recovery when positioning to EOM by reading + the position with READ_POSITION. + [jnemeth, ticket #1421] + +sys/dev/rasops/rasops.h1.49 + + rasops(9): avoid size changes of struct rasops_info depending + on kernel options. + [tsutsui, ticket #1422] + +etc/MAKEDEV.awk 1.28 + + PR port-arm/54640: hack to work around conditional RAW_PART + definition in arm/include/disklabel.h. + [tsutsui, ticket #1423] + +sys/arch/zaurus/dev/zrc.c 1.10 + + Fix build errors with options WSDISPLAY_COMPAT_RAWKBD. + [tsutsui, ticket #1424] + +sys/compat/netbsd32/syscalls.master 1.129 +sys/compat/netbsd32/netbsd32_syscallargs.h (regen) +sys/compat/netbsd32/netbsd32_syscall.h (regen) +sys/compat/netbsd32/netbsd32_sysent.c (regen) +sys/compat/netbsd32/netbsd32_syscalls.c (regen) +sys/compat/netbsd32/netbsd32_syscalls_autoload.c (regen) +sys/compat/netbsd32/netbsd32_systrace_args.c (regen) + + For netbsd32_readlinkat(2), bufsize is netbsd_size_t, not size_t. + [rin, ticket #1425] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Nov 4 14:50:32 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1421 - #1425 To generate a diff of this commit: cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Nov 3 11:39:47 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1420 To generate a diff of this commit: cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Nov 3 11:39:47 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1420 To generate a diff of this commit: cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.57 src/doc/CHANGES-8.2:1.1.2.58 --- src/doc/CHANGES-8.2:1.1.2.57 Fri Nov 1 09:30:36 2019 +++ src/doc/CHANGES-8.2 Sun Nov 3 11:39:47 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.57 2019/11/01 09:30:36 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.58 2019/11/03 11:39:47 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1404,3 +1404,19 @@ sys/kern/subr_disk.c1.129 or broken drives. [cnst, ticket #1397] +sys/arch/zaurus/conf/Makefile.zaurus.inc 1.10 +sys/arch/zaurus/stand/zbsdmod/Makefile 1.12 +sys/arch/zaurus/stand/zbsdmod/compat_linux.h 1.7 +sys/arch/zaurus/stand/zbsdmod/zbsdmod.c 1.10,1.11 + + Explicitly set empty LINKENTRY to keep ENTRY address specified + in ldscript. Cacheline-align code used to enter the kernel. + Misc cleanup to avoid future confusion: + - Remove more unnecessary debug sections + - Use DBG instead of COPTS to specify -Os as defined in bsd.prog.mk + - Use CFLAGS and CPPFLAGS correctly + - Explicitly set -ffreestanding + Make sure to clear bss before jumping to a kernel copied from + load buffer. + [tsutsui, ticket #1420] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Nov 1 09:30:36 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1397 To generate a diff of this commit: cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Nov 1 09:30:36 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1397 To generate a diff of this commit: cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.56 src/doc/CHANGES-8.2:1.1.2.57 --- src/doc/CHANGES-8.2:1.1.2.56 Mon Oct 28 19:15:51 2019 +++ src/doc/CHANGES-8.2 Fri Nov 1 09:30:36 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.56 2019/10/28 19:15:51 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.57 2019/11/01 09:30:36 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1398,3 +1398,9 @@ sys/dev/audio.c (apply patch) Do not allow mmap(2) on audio devices opened read-only. [nat, ticket #1419] +sys/kern/subr_disk.c1.129 + + Avoid division by zero in bounds_check_with_label() on misbehaving + or broken drives. + [cnst, ticket #1397] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Oct 28 19:15:51 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1419 To generate a diff of this commit: cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.55 src/doc/CHANGES-8.2:1.1.2.56 --- src/doc/CHANGES-8.2:1.1.2.55 Mon Oct 28 18:40:31 2019 +++ src/doc/CHANGES-8.2 Mon Oct 28 19:15:51 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.55 2019/10/28 18:40:31 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.56 2019/10/28 19:15:51 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1393,3 +1393,8 @@ sys/dev/ic/ld_nvme.c1.23 unsupported/unused. [mlelstv, ticket #1417] +sys/dev/audio.c (apply patch) + + Do not allow mmap(2) on audio devices opened read-only. + [nat, ticket #1419] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Oct 28 19:15:51 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1419 To generate a diff of this commit: cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Oct 28 18:40:31 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1417 and #1418 To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.54 src/doc/CHANGES-8.2:1.1.2.55 --- src/doc/CHANGES-8.2:1.1.2.54 Thu Oct 24 17:43:43 2019 +++ src/doc/CHANGES-8.2 Mon Oct 28 18:40:31 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.54 2019/10/24 17:43:43 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.55 2019/10/28 18:40:31 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1380,3 +1380,16 @@ sys/dev/qbus/if_qt.c1.24 Do not double count incoming packets. [msaitoh, ticket #1416] +distrib/sets/lists/modules/mi 1.127 +sys/modules/Makefile1.229,1.230 +sys/modules/filemon/Makefile 1.4 (manually adjusted) + + Do not install the filemon module. + [maya, ticket #1418] + +sys/dev/ic/ld_nvme.c1.23 + + Do not attach an ld device if the format descriptor is + unsupported/unused. + [mlelstv, ticket #1417] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Oct 28 18:40:31 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1417 and #1418 To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Oct 24 17:43:43 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1411 - #1416 To generate a diff of this commit: cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.53 src/doc/CHANGES-8.2:1.1.2.54 --- src/doc/CHANGES-8.2:1.1.2.53 Mon Oct 21 17:03:01 2019 +++ src/doc/CHANGES-8.2 Thu Oct 24 17:43:43 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.53 2019/10/21 17:03:01 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.54 2019/10/24 17:43:43 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1327,3 +1327,56 @@ sys/fs/ntfs/ntfs_vfsops.c 1.108 to read consecutive clusters to fill the MFT record. [hannken, ticket #1410] +sys/net/if_vlan.c1.147 + + vlan(4): fix input packet statistics. + [ozaki-r, ticket #1411] + +sys/dev/hpc/hpcapm.c1.21 + + Fix an spl(9) leak. + [msaitoh, ticket #1412] + +sys/dev/mii/rgephy.c 1.43, 1.47, 1.49, 1.54-1.57 (patch) +sys/dev/mii/rgephyreg.h 1.10, 1.12 (patch) + + - It seems EEE support is not only on 8211F but on 8211D and newer. + - Indicate master mode if the negotiated result say so. + - Use symbolic names for chip revision. + - Cosmetic changes. + - KNF. + [msaitoh, ticket #1413] + +sys/dev/mii/ciphy.c 1.34-1.37 via patch +sys/dev/mii/miidevs 1.158 +sys/dev/mii/miidevs.h regen +sys/dev/mii/miidevs_data.h regen + + - Indicate master mode if the negotiated result say so. + - Call mii_phy_flowstatus() to show the flow setting. + - Match a lot of Cicada and Vitesse devices correctly. + - Add support for VSC8221, VSC8234 and VSC8641. + - KNF + [msaitoh, ticket #1414] + +sys/dev/pci/if_bce.c1.55,1.56 +sys/dev/pci/if_bcereg.h1.5 + + - Add missing splnet()/splx() around mii_tick(). + - Use device_printf() instead of aprint_error_dev)() in bce_watchdog(). + - Mark ETHERCAP_VLAN_MTU. + - PR kern/24911: clear the powerdown mode. + - Set proper LED modes. + [msaitoh, ticket #1415] + +sys/arch/arm/ep93xx/epe.c 1.45 +sys/arch/mac68k/nubus/if_netdock_nubus.c 1.31 +sys/dev/ic/i82586.c1.86 +sys/dev/pcmcia/if_cnw.c1.66 +sys/dev/pcmcia/if_ray.c1.95 +sys/dev/qbus/if_il.c1.36 +sys/dev/qbus/if_qt.c1.24 + + Do not double count incoming packets. + [msaitoh, ticket #1416] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Oct 24 17:43:43 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1411 - #1416 To generate a diff of this commit: cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Oct 21 17:03:01 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1409 and #1410 To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Oct 21 17:03:01 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1409 and #1410 To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.52 src/doc/CHANGES-8.2:1.1.2.53 --- src/doc/CHANGES-8.2:1.1.2.52 Thu Oct 17 18:41:27 2019 +++ src/doc/CHANGES-8.2 Mon Oct 21 17:03:01 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.52 2019/10/17 18:41:27 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.53 2019/10/21 17:03:01 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1299,3 +1299,31 @@ sys/dev/pci/ixgbe/ixgbe.c 1.214 Disable EEE for backplane X550EM_X. [msaitoh, ticket #1408] +external/bsd/pkg_install/dist/add/perform.c up to 1.6 +external/bsd/pkg_install/dist/add/pkg_add.1 up to 1.3 +external/bsd/pkg_install/dist/admin/audit.c up to 1.3 +external/bsd/pkg_install/dist/admin/main.c up to 1.4 +external/bsd/pkg_install/dist/admin/pkg_admin.1 up to 1.5 +external/bsd/pkg_install/dist/create/util.c up to 1.2 +external/bsd/pkg_install/dist/delete/pkg_delete.c up to 1.3 +external/bsd/pkg_install/dist/info/main.c up to 1.3 +external/bsd/pkg_install/dist/lib/lib.h up to 1.9 +external/bsd/pkg_install/dist/lib/license.c up to 1.9 +external/bsd/pkg_install/dist/lib/parse-config.c up to 1.3 +external/bsd/pkg_install/dist/lib/pkcs7.c up to 1.4 +external/bsd/pkg_install/dist/lib/pkg_io.c up to 1.3 +external/bsd/pkg_install/dist/lib/version.h up to 1.15 +external/bsd/pkg_install/dist/lib/vulnerabilities-file.c up to 1.3 + + Merge pkg_install-20191008 from pkgsrc. + [joerg, ticket #1409] + +sys/fs/ntfs/ntfs_subr.c1.62 +sys/fs/ntfs/ntfs_vfsops.c 1.108 + + It is not possible to call vflush() from xxx_mount(). + Replace with a vnode iterator and use vrecycle(). + When the MFT record size is lower than the cluster size we have + to read consecutive clusters to fill the MFT record. + [hannken, ticket #1410] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Oct 17 18:41:27 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1406 - #1408 To generate a diff of this commit: cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Oct 17 18:41:27 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1406 - #1408 To generate a diff of this commit: cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.51 src/doc/CHANGES-8.2:1.1.2.52 --- src/doc/CHANGES-8.2:1.1.2.51 Tue Oct 15 04:24:16 2019 +++ src/doc/CHANGES-8.2 Thu Oct 17 18:41:27 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.51 2019/10/15 04:24:16 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.52 2019/10/17 18:41:27 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1283,3 +1283,19 @@ sys/kern/vnode_if.c(regen) Add fstrans type LAZY and use it for VOP_STRATEGY(). [hannken, ticket #1405] +sys/dev/pci/if_vge.c1.75 +sys/dev/pci/if_vgereg.h1.5 + + Properly recover from powerdown mode. + [msaitoh, ticket #1406] + +sys/dev/pci/if_et.c 1.27 via patch + + Fix a bug that multicast address filter doesn't work correctly. + [msaitoh, ticket #1407] + +sys/dev/pci/ixgbe/ixgbe.c 1.214 + + Disable EEE for backplane X550EM_X. + [msaitoh, ticket #1408] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Oct 15 04:24:16 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1405 To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Oct 15 04:24:16 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1405 To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.50 src/doc/CHANGES-8.2:1.1.2.51 --- src/doc/CHANGES-8.2:1.1.2.50 Fri Oct 11 18:16:45 2019 +++ src/doc/CHANGES-8.2 Tue Oct 15 04:24:16 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.50 2019/10/11 18:16:45 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.51 2019/10/15 04:24:16 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1276,3 +1276,10 @@ external/bsd/ipf/dist/man/ipf.5 1.6 Fix typo. [uwe, ticket #1404] +sys/kern/vnode_if.sh1.67 +sys/kern/vnode_if.src1.78 +sys/kern/vnode_if.c(regen) + + Add fstrans type LAZY and use it for VOP_STRATEGY(). + [hannken, ticket #1405] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Oct 11 18:16:45 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1404 To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Oct 11 18:16:45 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1404 To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.49 src/doc/CHANGES-8.2:1.1.2.50 --- src/doc/CHANGES-8.2:1.1.2.49 Tue Oct 8 18:18:30 2019 +++ src/doc/CHANGES-8.2 Fri Oct 11 18:16:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.49 2019/10/08 18:18:30 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.50 2019/10/11 18:16:45 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1271,3 +1271,8 @@ sys/dev/pci/ixgbe/ixv.c1.139 ixv(4): set MTU correctly if mtu > 1500. [msaitoh, ticket #1403] +external/bsd/ipf/dist/man/ipf.5 1.6 + + Fix typo. + [uwe, ticket #1404] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Oct 8 18:18:30 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1401 - #1403 To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.48 src/doc/CHANGES-8.2:1.1.2.49 --- src/doc/CHANGES-8.2:1.1.2.48 Fri Oct 4 11:35:44 2019 +++ src/doc/CHANGES-8.2 Tue Oct 8 18:18:30 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.48 2019/10/04 11:35:44 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.49 2019/10/08 18:18:30 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1254,3 +1254,20 @@ sys/arch/i386/stand/pxeboot/start_pxe.S Incrase pxeboot code size limit from 64k to 128k. [manu, ticket #1400] +sys/net/if_ethersubr.c1.255 + + The ALTQ classifier for Ethernet frames did not work in some + cases. + [ozaki-r, ticket #1401] + + +sys/net/if_ethersubr.c1.277 + + Increment if_iqdrops when dropping an oversized frame. + [msaitoh, ticket #1402] + +sys/dev/pci/ixgbe/ixv.c1.139 + + ixv(4): set MTU correctly if mtu > 1500. + [msaitoh, ticket #1403] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Oct 8 18:18:30 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1401 - #1403 To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Oct 4 11:35:44 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1398 - #1400 To generate a diff of this commit: cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.47 src/doc/CHANGES-8.2:1.1.2.48 --- src/doc/CHANGES-8.2:1.1.2.47 Mon Sep 30 15:50:49 2019 +++ src/doc/CHANGES-8.2 Fri Oct 4 11:35:44 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.47 2019/09/30 15:50:49 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.48 2019/10/04 11:35:44 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1233,3 +1233,24 @@ sys/netinet6/nd6_nbr.c1.174 Initialize DAD components properly during boot. [ozaki-r, ticket #1396] +sys/net/route.c 1.222 + + Reduce kernel stack usage by passing a const pointer instead of a + huge structure by value. + [rin, ticket #1398] + +sys/external/bsd/ipf/netinet/fil.c 1.31 +sys/external/bsd/ipf/netinet/ip_fil_netbsd.c 1.32,1.33 + + - pfil_run_hooks() can be called recursively, so we have to + #define FASTROUTE_RECURSION in fil.c + - ip6_if_output()/nd6_output() will free the mbuf on error, to make sure + to set *mpp to NULL so the caller won't try to free it again. + [bouyer, ticket #1399] + +sys/arch/i386/stand/pxeboot/Makefile 1.28 +sys/arch/i386/stand/pxeboot/start_pxe.S 1.7 + + Incrase pxeboot code size limit from 64k to 128k. + [manu, ticket #1400] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Oct 4 11:35:44 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1398 - #1400 To generate a diff of this commit: cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 30 15:50:49 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1396 To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.46 src/doc/CHANGES-8.2:1.1.2.47 --- src/doc/CHANGES-8.2:1.1.2.46 Sat Sep 28 07:48:30 2019 +++ src/doc/CHANGES-8.2 Mon Sep 30 15:50:49 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.46 2019/09/28 07:48:30 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.47 2019/09/30 15:50:49 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1225,3 +1225,11 @@ sys/netbt/hci_event.c1.26 CVE-2019-9506. [plunky, ticket #1395] +sys/netinet/if_arp.c1.288 (patch) +sys/netinet6/nd6.c1.264 +sys/netinet6/nd6.h1.88 +sys/netinet6/nd6_nbr.c1.174 + + Initialize DAD components properly during boot. + [ozaki-r, ticket #1396] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 30 15:50:49 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1396 To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Sep 28 07:48:30 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1394 and #1395 To generate a diff of this commit: cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.45 src/doc/CHANGES-8.2:1.1.2.46 --- src/doc/CHANGES-8.2:1.1.2.45 Fri Sep 27 09:49:45 2019 +++ src/doc/CHANGES-8.2 Sat Sep 28 07:48:30 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.45 2019/09/27 09:49:45 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.46 2019/09/28 07:48:30 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1211,3 +1211,17 @@ usr.sbin/bta2dpd/bta2dpd/sbc_encode.c 1 Fix off by one in sbc encoder. [nat, ticket #1393] +external/mit/expat/lib/libexpat/Makefile 1.3,1.4 + + More portable way to extract PACKAGE_VERSION. + [maya, ticket #1394] + +sys/netbt/hci.h 1.46 +sys/netbt/hci_event.c1.26 + + When encrypted connections are configured, verify that the encryption + key length has a minimum size when the adaptor supports that. + This addresses the 'Key Negotiation of Bluetooth' attack, + CVE-2019-9506. + [plunky, ticket #1395] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Sep 28 07:48:30 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1394 and #1395 To generate a diff of this commit: cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Sep 27 09:49:45 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1391 - #1393 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Sep 27 09:49:45 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1391 - #1393 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.44 src/doc/CHANGES-8.2:1.1.2.45 --- src/doc/CHANGES-8.2:1.1.2.44 Thu Sep 26 18:25:17 2019 +++ src/doc/CHANGES-8.2 Fri Sep 27 09:49:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.44 2019/09/26 18:25:17 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.45 2019/09/27 09:49:45 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1191,3 +1191,23 @@ sys/dev/ic/nvme.c1.46 nvme(4): don't attach the device if namespace is not found. [nonaka, ticket #1390] +sys/arch/i386/stand/efiboot/bootia32/multiboot32.S 1.2 + + Fix multiboot32 argument usage. + [manu, ticket #1391] + +sys/arch/i386/stand/efiboot/boot.c 1.17 +sys/arch/i386/stand/efiboot/conf.c 1.3 +sys/arch/i386/stand/efiboot/dev_net.c 1.3 +sys/arch/i386/stand/efiboot/devopen.c 1.8 +sys/arch/i386/stand/efiboot/devopen.h 1.5 + + x86 efiboot: pass a filename to BOOTP and parse a DHCP server + provided filename. + [nonaka, ticket #1392] + +usr.sbin/bta2dpd/bta2dpd/sbc_encode.c 1.10 + + Fix off by one in sbc encoder. + [nat, ticket #1393] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Sep 26 18:25:17 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1387 - #1390 To generate a diff of this commit: cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Sep 26 18:25:17 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1387 - #1390 To generate a diff of this commit: cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.43 src/doc/CHANGES-8.2:1.1.2.44 --- src/doc/CHANGES-8.2:1.1.2.43 Wed Sep 25 15:49:45 2019 +++ src/doc/CHANGES-8.2 Thu Sep 26 18:25:17 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.43 2019/09/25 15:49:45 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.44 2019/09/26 18:25:17 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1140,3 +1140,54 @@ sys/dev/ic/nvme.c1.45 don't set Phase Tag bit of Completion Queue entry at nvme_poll_done(). [nonaka, ticket #1386] +sys/arch/sparc/include/ctlreg.h 1.30 +sys/dev/pci/if_xgereg.h1.3 + + Add missing NUL to prevent buffer overrun. + [msaitoh, ticket #1387] + +sys/dev/pci/pcireg.h1.147 via patch +sys/dev/pci/pci_subr.c1.212, 1.215-1.217 via patch + + - Change fast back-to-back "capable" to "enable" in pci_subr.c. + - Print Primary Discard Timer, Secondary Discard Timer, Discard + Timer Status and Discard Timer SERR# Enable bit in pci_subr.c. + - Print some DPC register values not with %04x but with %08x because + those are 32bit. + - Remove whitespace for consistency. + - Use macro. + - Whitespace fixes. + [msaitoh, ticket #1388] + +sys/dev/pci/ixgbe/ixgbe_type.h 1.42-1.43 +sys/dev/pci/ixgbe/ixgbe.c 1.209-1.213 via patch +sys/dev/pci/ixgbe/ixv.c1.131-1.138 via patch +sys/dev/pci/ixgbe/ixgbe_vf.c 1.19-1.22 +sys/dev/pci/ixgbe/ixgbe_vf.h 1.14 +sys/dev/pci/ixgbe/ixgbe.h 1.57-1.58 via patch +share/man/man4/ixv.41.5 via patch + + - Fix a bug that MBSDC (Bad SFD Count) isn't counted on X550EM_X and + X550EM_A. The register is for X550 and newer. + - ixv(4): Make SIOCADDMULTI returns ENOSPC and print error message + when the Ethernet multicast address list exceeds the limit(30) and + can't be ALLMULTI. + - ixv(4): SIOCZIFDATA clear the event counters as ixgbe.c. + - Reduce ixv(4)'s multicast table array size in ixv_set_multi from + MAX_NUM_MULTICAST_ADDRESSES(128) to IXGBE_MAX_VF_MC(30). + - ixv(4): Add support ALLMULTI and PROMISC. + - if_flags is neither int nor short. It's unsigned short. + - Fix a bug that the multicast filter isn't correctly initialized when + the total number of the Ethernet multicast addresses is just 128. + - Make ixv_set_multi() work correctly (especially for PROMISC) when the + function is called from if_init(). + - Remove *_set_promisc() and use *_set_multi(). And then, rename + *_set_multi() to *_set_rxfilter(). + - ixv(4): If a multicast entry has range, use ALLMULTI like others. + [msaitoh, ticket #1389] + +sys/dev/ic/nvme.c1.46 + + nvme(4): don't attach the device if namespace is not found. + [nonaka, ticket #1390] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Sep 25 15:49:45 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1386 To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Sep 25 15:49:45 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1386 To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.42 src/doc/CHANGES-8.2:1.1.2.43 --- src/doc/CHANGES-8.2:1.1.2.42 Tue Sep 24 18:28:19 2019 +++ src/doc/CHANGES-8.2 Wed Sep 25 15:49:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.42 2019/09/24 18:28:19 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.43 2019/09/25 15:49:45 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1134,3 +1134,9 @@ sys/netipsec/key.c 1.259,1.260 percpu storage. [knakahara, ticket #1385] +sys/dev/ic/nvme.c1.45 + + PRs kern/54275, kern/54503 and kern/54532: + don't set Phase Tag bit of Completion Queue entry at nvme_poll_done(). + [nonaka, ticket #1386] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Sep 24 18:28:19 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1385 To generate a diff of this commit: cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Sep 24 18:28:19 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1385 To generate a diff of this commit: cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.41 src/doc/CHANGES-8.2:1.1.2.42 --- src/doc/CHANGES-8.2:1.1.2.41 Mon Sep 23 14:37:34 2019 +++ src/doc/CHANGES-8.2 Tue Sep 24 18:28:19 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.41 2019/09/23 14:37:34 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.42 2019/09/24 18:28:19 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1104,3 +1104,33 @@ external/mit/expat/lib/libexpat/expat_co Actually define BYTEORDER since it is used. [maya, ticket #1384] +sys/net/if.c1.461 +sys/net/if.h1.277 +sys/net/if_gif.c 1.149 +sys/net/if_gif.h 1.33 +sys/net/if_ipsec.c 1.19,1.20,1.24 +sys/net/if_ipsec.h 1.5 +sys/net/if_l2tp.c 1.33,1.36-1.39 +sys/net/if_l2tp.h 1.7,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.82,1.83 (patched) +sys/netipsec/ipsecif.c 1.12,1.13,1.15,1.17 (patched) +sys/netipsec/key.c 1.259,1.260 + + ipsecif(4): support input drop packet counter, + remove unnecessary addresses in PF_KEY message. + l2tp(4): fix output bytes counter, initialize mowner variables + for MBUFTRACE, divide Tx context of l2tp(4) to improve performance. + rtcache, wqinput and l2tp: avoid having data directly in a + percpu storage. + [knakahara, ticket #1385] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 23 14:37:34 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Update ticket #1380 To generate a diff of this commit: cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 23 14:37:34 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Update ticket #1380 To generate a diff of this commit: cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.40 src/doc/CHANGES-8.2:1.1.2.41 --- src/doc/CHANGES-8.2:1.1.2.40 Mon Sep 23 06:57:53 2019 +++ src/doc/CHANGES-8.2 Mon Sep 23 14:37:34 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.40 2019/09/23 06:57:53 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.41 2019/09/23 14:37:34 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1043,9 +1043,8 @@ sys/netinet6/ip6_input.c 1.209 (patch) m_pullup() it when needed. [bouyer, ticket #1378] -sys/arch/x86/acpi/acpi_machdep.c 1.27,1.28 +sys/arch/x86/acpi/acpi_machdep.c 1.27,1.28 (adapted) sys/arch/xen/include/xen-public/platform.h (apply patch) -sys/arch/xen/conf/files.xen (parts of 1.178) Attempt to obtain ACPI RSDP from the hypervisor for Xen PV. [manu, ticket #1380]
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 23 06:57:53 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1383 and #1384, ammend #1380 To generate a diff of this commit: cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.39 src/doc/CHANGES-8.2:1.1.2.40 --- src/doc/CHANGES-8.2:1.1.2.39 Sat Sep 21 18:38:19 2019 +++ src/doc/CHANGES-8.2 Mon Sep 23 06:57:53 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.39 2019/09/21 18:38:19 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.40 2019/09/23 06:57:53 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1045,6 +1045,7 @@ sys/netinet6/ip6_input.c 1.209 (patch) sys/arch/x86/acpi/acpi_machdep.c 1.27,1.28 sys/arch/xen/include/xen-public/platform.h (apply patch) +sys/arch/xen/conf/files.xen (parts of 1.178) Attempt to obtain ACPI RSDP from the hypervisor for Xen PV. [manu, ticket #1380] @@ -1094,3 +1095,13 @@ sys/external/bsd/gnu-efi/dist/inc/efiapi Add multiboot 2 support to x86 bootloaders. [manu, ticket #1382] +sys/netinet6/nd6_nbr.c1.173 + + nd6: remove extra pserialize_read_exit + [ozaki-r, ticket #1383] + +external/mit/expat/lib/libexpat/expat_config.h 1.7 + + Actually define BYTEORDER since it is used. + [maya, ticket #1384] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 23 06:57:53 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1383 and #1384, ammend #1380 To generate a diff of this commit: cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Sep 21 18:38:19 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ammend ticket #1380 for additional changes To generate a diff of this commit: cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Sep 21 18:38:19 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ammend ticket #1380 for additional changes To generate a diff of this commit: cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.38 src/doc/CHANGES-8.2:1.1.2.39 --- src/doc/CHANGES-8.2:1.1.2.38 Wed Sep 18 17:32:34 2019 +++ src/doc/CHANGES-8.2 Sat Sep 21 18:38:19 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.38 2019/09/18 17:32:34 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.39 2019/09/21 18:38:19 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1044,6 +1044,7 @@ sys/netinet6/ip6_input.c 1.209 (patch) [bouyer, ticket #1378] sys/arch/x86/acpi/acpi_machdep.c 1.27,1.28 +sys/arch/xen/include/xen-public/platform.h (apply patch) Attempt to obtain ACPI RSDP from the hypervisor for Xen PV. [manu, ticket #1380]
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Sep 18 17:32:34 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1380 - #1382 To generate a diff of this commit: cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.37 src/doc/CHANGES-8.2:1.1.2.38 --- src/doc/CHANGES-8.2:1.1.2.37 Tue Sep 17 18:59:49 2019 +++ src/doc/CHANGES-8.2 Wed Sep 18 17:32:34 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.37 2019/09/17 18:59:49 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.38 2019/09/18 17:32:34 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1043,3 +1043,53 @@ sys/netinet6/ip6_input.c 1.209 (patch) m_pullup() it when needed. [bouyer, ticket #1378] +sys/arch/x86/acpi/acpi_machdep.c 1.27,1.28 + + Attempt to obtain ACPI RSDP from the hypervisor for Xen PV. + [manu, ticket #1380] + +share/man/man8/man8.x86/boot.8 1.18 +sys/kern/kern_subr.c1.227 + + Accept root device specification as NAME=label and + document that the bootdev option accepts a device specification + with this syntax. + [manu, ticket #1381] + +distrib/sets/lists/comp/md.amd64 1.273 +distrib/sets/lists/comp/md.i386 1.191 +share/man/man8/man8.x86/boot.8 1.20 +sys/arch/i386/include/Makefile 1.50 (patch) +sys/arch/i386/include/multiboot2.h 1.1 +sys/arch/i386/stand/boot/Makefile.boot 1.73 +sys/arch/i386/stand/dosboot/Makefile 1.32 +sys/arch/i386/stand/efiboot/Makefile.efiboot 1.16 +sys/arch/i386/stand/efiboot/boot.c 1.16 +sys/arch/i386/stand/efiboot/bootia32/Makefile 1.3 +sys/arch/i386/stand/efiboot/bootia32/efibootia32.c 1.5 +sys/arch/i386/stand/efiboot/bootia32/multiboot32.S 1.1 +sys/arch/i386/stand/efiboot/bootx64/Makefile 1.2 +sys/arch/i386/stand/efiboot/bootx64/efibootx64.c 1.5 +sys/arch/i386/stand/efiboot/bootx64/multiboot64.S 1.1 +sys/arch/i386/stand/efiboot/efiboot.c 1.11 +sys/arch/i386/stand/efiboot/efiboot.h 1.10 +sys/arch/i386/stand/efiboot/eficons.c 1.7 +sys/arch/i386/stand/efiboot/efimemory.c 1.9 +sys/arch/i386/stand/lib/Makefile 1.47 +sys/arch/i386/stand/lib/biosdisk.c 1.52 +sys/arch/i386/stand/lib/biosdisk.h 1.12 +sys/arch/i386/stand/lib/bootinfo_memmap.c 1.6 +sys/arch/i386/stand/lib/exec.c 1.74 +sys/arch/i386/stand/lib/exec_multiboot1.c 1.1 +sys/arch/i386/stand/lib/exec_multiboot2.c 1.1 +sys/arch/i386/stand/lib/exec_multiboot2.c 1.2 +sys/arch/i386/stand/lib/libi386.h 1.45 +sys/arch/i386/stand/lib/multiboot.S 1.3 +sys/arch/i386/stand/lib/pread.c 1.8 +sys/arch/i386/stand/netboot/Makefile.netboot 1.11 +sys/arch/i386/stand/pxeboot/Makefile 1.26 +sys/external/bsd/gnu-efi/dist/inc/efiapi.h (apply patch) + + Add multiboot 2 support to x86 bootloaders. + [manu, ticket #1382] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Sep 18 17:32:34 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1380 - #1382 To generate a diff of this commit: cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Sep 17 18:59:49 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1373, #1375, #1376, #1377 and #1378 To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.36 src/doc/CHANGES-8.2:1.1.2.37 --- src/doc/CHANGES-8.2:1.1.2.36 Tue Sep 10 16:04:59 2019 +++ src/doc/CHANGES-8.2 Tue Sep 17 18:59:49 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.36 2019/09/10 16:04:59 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.37 2019/09/17 18:59:49 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -891,3 +891,155 @@ sys/netipsec/key.c1.266 Fix info leaks. [maxv, ticket #1372] +share/man/man8/man8.x86/boot.8 1.16,1.17 +sys/arch/i386/stand/boot/boot2.c 1.71,1.72 (patch) +sys/arch/i386/stand/boot/devopen.c 1.9 +sys/arch/i386/stand/boot/devopen.h 1.5 +sys/arch/i386/stand/efiboot/boot.c 1.14,1.15 (patch) +sys/arch/i386/stand/efiboot/devopen.c 1.6,1.7 +sys/arch/i386/stand/efiboot/devopen.h 1.4 +sys/arch/i386/stand/efiboot/efidisk.c 1.8 +sys/arch/i386/stand/lib/Makefile 1.46 +sys/arch/i386/stand/lib/biosdisk.c 1.50,1.51 +sys/arch/i386/stand/lib/biosdisk.h 1.11 + + Add GPT and RAIDframe support to bootloaders. + [manu, ticket #1373] + +common/lib/libc/arch/arm/atomic/atomic_or_64.S 1.11 +common/lib/libc/arch/arm/atomic/atomic_xor_64.S 1.4 + + arm: fix return values of __sync_{,x}or_and_fetch_8. + [skrll, ticket #1375] + +external/mit/expat/dist/conftools/test-driver up to 1.1.1.1 +external/mit/expat/dist/conftools/ar-libup to 1.1.1.1 +external/mit/expat/dist/conftools/ax-append-compile-flags.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-append-flag.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-append-link-flags.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-check-compile-flag.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-check-link-flag.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/ax-require-defined.m4 up to 1.1.1.1 +external/mit/expat/dist/conftools/compile up to 1.1.1.1 +external/mit/expat/dist/conftools/depcomp up to 1.1.1.1 +external/mit/expat/dist/conftools/missing up to 1.1.1.1 +external/mit/expat/dist/conftools/expatcfg-compiler-supports-visibility.m4 up to 1.1.1.1 +external/mit/expat/dist/doc/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/doc/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/examples/Makefile.amup to 1.1.1.1 +external/mit/expat/dist/examples/Makefile.inup to 1.1.1.1 +external/mit/expat/dist/lib/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/lib/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/tests/benchmark/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/tests/benchmark/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/tests/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/tests/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/tests/structdata.c up to 1.1.1.1 +external/mit/expat/dist/tests/structdata.h up to 1.1.1.1 +external/mit/expat/dist/tests/udiffer.pyup to 1.1.1.1 +external/mit/expat/dist/tests/xmltest.log.expected up to 1.1.1.1 +external/mit/expat/dist/win32/build_expat_iss.bat up to 1.1.1.1 +external/mit/expat/dist/xmlwf/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/xmlwf/Makefile.in up to 1.1.1.1 +external/mit/expat/dist/xmlwf/xmlwf_helpgen.py up to 1.1.1.1 +external/mit/expat/dist/xmlwf/xmlwf_helpgen.sh up to 1.1.1.1 +external/mit/expat/dist/Makefile.am up to 1.1.1.1 +external/mit/expat/dist/README.md up to 1.1.1.1 +external/mit/expat/dist/cmake/expat-config.cmake.in up to 1.1.1.1 +external/mit/expat/dist/cmake/mingw-toolchain.cmake up to 1.1.1.1 +external/mit/expat/dist/acinclude.m4up to 1.1.1.1 +external/mit/expat/dist/fix-xmltest-log.sh up to 1.1.1.1 +external/mit/expat/dist/test-driver-wrapper.sh up to 1.1.1.1 +external/mit/expat/dist/MANIFESTdelete +external/mit/expat/dist/README delete +external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4 delete +external/mit/expat/dist/conftools/mkinstalldirs delete +external/mit/expat/dist/xmlwf/xmlurl.h delete +external/mit/expat/dist/xmlwf/xmlwin32url.cxx delete +external/mit/expat/dist/CMake.READMEup to 1.1.1.5 +external/mit/expat/dist/CMakeLists.txt up to 1.1.1.5 +external/mit/expat/dist/Changes up to 1.1.1.6 +external/mit/expat/dist/ConfigureChecks.cmake up to 1.1.1.2 +external/mit/expat/dist/Makefile.in up to 1.1.1.6 +external/mit/expat/dist/aclocal.m4 up to 1.1.1.4 +external/mit/expat/dist/configure up to
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Sep 17 18:59:49 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1373, #1375, #1376, #1377 and #1378 To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Sep 10 16:04:59 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1370 - #1372 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.35 src/doc/CHANGES-8.2:1.1.2.36 --- src/doc/CHANGES-8.2:1.1.2.35 Fri Sep 6 13:48:43 2019 +++ src/doc/CHANGES-8.2 Tue Sep 10 16:04:59 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.35 2019/09/06 13:48:43 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.36 2019/09/10 16:04:59 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -875,3 +875,19 @@ lib/libc/nameser/ns_name.c 1.12 Fix buffer overrun. [maya, ticket #1368] +sys/miscfs/procfs/procfs_linux.c 1.76 + + Have procfs_do_pid_stat() pass the proc's map to get_proc_size_info(), + rather than having the latter look up the map again. + [chs, ticket #1370] + +sys/dev/sysmon/sysmon_power.c 1.61 + + Fix info leak. + [maxv, ticket #1371] + +sys/netipsec/key.c1.266 + + Fix info leaks. + [maxv, ticket #1372] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Sep 10 16:04:59 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1370 - #1372 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Sep 6 13:48:43 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1368 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.34 src/doc/CHANGES-8.2:1.1.2.35 --- src/doc/CHANGES-8.2:1.1.2.34 Thu Sep 5 09:07:42 2019 +++ src/doc/CHANGES-8.2 Fri Sep 6 13:48:43 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.34 2019/09/05 09:07:42 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.35 2019/09/06 13:48:43 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -870,3 +870,8 @@ sys/dev/pci/ixgbe/ixv.c1.129-1.130 - Fix typo in comment. Found by Wataru Ashihara. [msaitoh, ticket #1367] +lib/libc/nameser/ns_name.c 1.12 + + Fix buffer overrun. + [maya, ticket #1368] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Sep 6 13:48:43 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1368 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Sep 5 09:07:43 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1367 To generate a diff of this commit: cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.33 src/doc/CHANGES-8.2:1.1.2.34 --- src/doc/CHANGES-8.2:1.1.2.33 Tue Sep 3 12:21:15 2019 +++ src/doc/CHANGES-8.2 Thu Sep 5 09:07:42 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.33 2019/09/03 12:21:15 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.34 2019/09/05 09:07:42 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -851,3 +851,22 @@ sys/sys/cprng.h 1.13-1.15 Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256. [riastradh, ticket #1365] +sys/dev/pci/ixgbe/ixgbe_x550.c 1.16 +sys/dev/pci/ixgbe/ixgbe.c 1.180,1.203-1.204,1.207-1.208 via patch +sys/dev/pci/ixgbe/ix_txrx.c 1.55 +sys/dev/pci/ixgbe/ixgbe_netbsd.c 1.10 +sys/dev/pci/ixgbe/ixgbe_common.c 1.25 +sys/dev/pci/ixgbe/ixv.c1.129-1.130 + + - X550EM supports QSFP, so check ixgbe_media_type_fiber_qsfp too. + - An interrupt might not arrive when a module is inserted. When an link + status change interrupt occurred and the driver still regard SFP as + unplugged, issue the module softint before issuing LSC softint. + - Add 1BASE-LX media if it's 1000BASE-BX. + - printf -> device_printf + - Avoid undefined behavior of VLAN filter setting. + - Simplify code. + - Fix typo in unused code. + - Fix typo in comment. Found by Wataru Ashihara. + [msaitoh, ticket #1367] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Sep 5 09:07:43 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1367 To generate a diff of this commit: cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Sep 3 12:21:15 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1365 To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Sep 3 12:21:15 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1365 To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.32 src/doc/CHANGES-8.2:1.1.2.33 --- src/doc/CHANGES-8.2:1.1.2.32 Mon Sep 2 17:20:47 2019 +++ src/doc/CHANGES-8.2 Tue Sep 3 12:21:15 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.32 2019/09/02 17:20:47 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.33 2019/09/03 12:21:15 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -828,3 +828,26 @@ share/man/man9/arp.91.27 Improve grammar and readability. Minor cosmetics. [sevan, tickets #1352 - #1364] +sys/conf/files 1.1238 +sys/crypto/nist_ctr_drbg/files.nist_ctr_drbg delete +sys/crypto/nist_ctr_drbg/nist_ctr_aes_rijndael.h delete +sys/crypto/nist_ctr_drbg/nist_ctr_drbg.c delete +sys/crypto/nist_ctr_drbg/nist_ctr_drbg.h delete +sys/crypto/nist_ctr_drbg/nist_ctr_drbg_aes128.h delete +sys/crypto/nist_ctr_drbg/nist_ctr_drbg_aes256.h delete +sys/crypto/nist_ctr_drbg/nist_ctr_drbg_config.h delete +sys/crypto/nist_hash_drbg/files.nist_hash_drbg 1.1 +sys/crypto/nist_hash_drbg/nist_hash_drbg.c 1.1 +sys/crypto/nist_hash_drbg/nist_hash_drbg.h 1.1 +sys/dev/rndpseudo.c1.38 +sys/kern/subr_cprng.c1.31 +sys/rump/kern/lib/libcrypto/Makefile 1.5 +sys/rump/librump/rumpkern/Makefile.rumpkern 1.176 +sys/sys/cprng.h 1.13-1.15 + + cprng.h: use static __inline for consistency with other include + headers and remove an unused function. + + Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256. + [riastradh, ticket #1365] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 2 17:20:47 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1351 - #1364 To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Sep 2 17:20:47 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1351 - #1364 To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.31 src/doc/CHANGES-8.2:1.1.2.32 --- src/doc/CHANGES-8.2:1.1.2.31 Sun Sep 1 17:15:34 2019 +++ src/doc/CHANGES-8.2 Mon Sep 2 17:20:47 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.31 2019/09/01 17:15:34 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.32 2019/09/02 17:20:47 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -657,3 +657,174 @@ sys/dev/mii/ciphyreg.h1.6 - KNF. [msaitoh, ticket #1350] +share/man/man1/cd.11.7-1.10 +share/man/man1/man1.x68k/bellctrl.1 1.14 +share/man/man1/wait.11.5 +share/man/man3/__arraycount.3 1.7 +share/man/man3/bitmap.31.10 +share/man/man3/bits.31.18 +share/man/man3/bitstring.3 1.18 +share/man/man3/fast_divide32.3 1.9 +share/man/man3/gcq.31.4 +share/man/man3/iso646.31.6 +share/man/man3/queue.31.57 +share/man/man3/tree.31.12 +share/man/man4/acpilid.4 1.8 +share/man/man4/agp.41.17 +share/man/man4/ahc.41.34 +share/man/man4/ahd.41.6 +share/man/man4/ai.41.9 +share/man/man4/amr.41.15 +share/man/man4/ath.41.32 +share/man/man4/audio.41.80 +share/man/man4/bio.41.13 +share/man/man4/bluetooth.4 1.20 +share/man/man4/bpf.41.56 +share/man/man4/btsco.41.13 +share/man/man4/cfb.41.5 +share/man/man4/chipsfb.4 1.6 +share/man/man4/cmpci.41.9 +share/man/man4/crypto.41.26 +share/man/man4/ddb.41.167 +share/man/man4/dge.41.11 +share/man/man4/ec.41.14 +share/man/man4/edc.41.12 +share/man/man4/envsys.41.51 +share/man/man4/etherip.4 1.8 +share/man/man4/gpiosim.4 1.6 +share/man/man4/gre.41.45 +share/man/man4/ieee80211.4 1.5 +share/man/man4/iop.41.22 +share/man/man4/ip.41.37 +share/man/man4/ip6.41.31 +share/man/man4/isa.41.46 +share/man/man4/isdntel.4 1.8 +share/man/man4/isic.41.18 +share/man/man4/jme.41.7 +share/man/man4/man4.alpha/ttwoga.4 1.6 +share/man/man4/man4.alpha/ttwopci.4 1.6 +share/man/man4/man4.amiga/grf.4 1.7 +share/man/man4/man4.amiga/mfcs.4 1.8 +share/man/man4/man4.atari/rtc.4 1.8 +share/man/man4/man4.dreamcast/aica.4 1.6 +share/man/man4/man4.hp300/dcl.4 1.13 +share/man/man4/man4.hppa/pdc.4 1.3 +share/man/man4/man4.i386/intro.4 1.31 +share/man/man4/man4.i386/ndis.4 1.6 +share/man/man4/man4.i386/pcibios.4 1.19 +share/man/man4/man4.sgimips/giopci.4 1.9 +share/man/man4/man4.sparc/intro.4 1.27 +share/man/man4/man4.sparc/magma.4 1.12 +share/man/man4/man4.sparc64/intro.4 1.5 +share/man/man4/man4.sun2/leds.4 1.10 +share/man/man4/man4.sun3/leds.4 1.13 +share/man/man4/man4.vax/ad.4 1.12 +share/man/man4/man4.vax/cons.4 1.12 +share/man/man4/man4.vax/dl.4 1.13 +share/man/man4/man4.vax/dn.4 1.12 +share/man/man4/man4.vax/hy.4 1.12 +share/man/man4/man4.vax/ix.4 1.17 +share/man/man4/mfb.41.5 +share/man/man4/mfi.41.12 +share/man/man4/midi.41.32 +share/man/man4/mpls.41.10 +share/man/man4/multicast.4 1.8 +share/man/man4/options.4 1.467 +share/man/man4/pad.41.6 +share/man/man4/pci.41.97 +share/man/man4/pim.41.5 +share/man/man4/plip.41.4 +share/man/man4/pppoe.41.39 +share/man/man4/radio.41.13 +share/man/man4/ral.41.12 +share/man/man4/route.41.31 +share/man/man4/sc.41.8 +share/man/man4/se.41.6 +share/man/man4/si.41.11 +share/man/man4/strip.41.16 +share/man/man4/termios.4 1.37 +share/man/man4/uftdi.41.20 +share/man/man4/ugen.41.32 +share/man/man4/unix.41.26 +share/man/man4/usb.41.106 +share/man/man4/userconf.4 1.13 +share/man/man4/utoppy.41.7 +share/man/man4/uyurex.41.6 +share/man/man4/we.41.19 +share/man/man4/ym.41.19 +share/man/man4/zyd.41.5 +share/man/man5/ar.51.9 +share/man/man5/boot.cfg.5 1.28 +share/man/man5/capfile.5 1.4 +share/man/man5/core.51.31 +share/man/man5/genassym.cf.5 1.13 +share/man/man5/ld.so.conf.5 1.21 +share/man/man5/link.51.24 +share/man/man5/locale.alias.5 1.3 +share/man/man5/mixerctl.conf.5 1.7 +share/man/man5/nsswitch.conf.5 1.29 +share/man/man5/passwd.51.33 +share/man/man5/passwd.conf.5 1.11 +share/man/man5/ranlib.51.7 +share/man/man5/stab.51.15 +share/man/man5/veriexec.5 1.8 +share/man/man7/ascii.71.8 +share/man/man7/hier.71.123 +share/man/man7/operator.7 1.12 +share/man/man7/release.7 1.37 +share/man/man7/security.7 1.15 +share/man/man7/sysctl.71.114 +share/man/man8/afterboot.8 1.58 +share/man/man8/compat_freebsd.8 1.18 +share/man/man8/compat_linux.8 1.38 +share/man/man8/compat_sunos.8 1.21
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Sep 1 17:15:34 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1348 - #1350 To generate a diff of this commit: cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.30 src/doc/CHANGES-8.2:1.1.2.31 --- src/doc/CHANGES-8.2:1.1.2.30 Thu Aug 29 16:33:56 2019 +++ src/doc/CHANGES-8.2 Sun Sep 1 17:15:34 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.30 2019/08/29 16:33:56 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.31 2019/09/01 17:15:34 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -636,3 +636,24 @@ sys/dev/pci/ixgbe/ixgbe.c 1.205,1.206 Fix panic on single cpu systems. [knakahara, ticket #1347] +sys/dev/isa/itesio_isa.c 1.28 +sys/dev/isa/itesio_isavar.h 1.12 + + Add IT8655 support. + [msaitoh, ticket #1348] + +sys/dev/mii/micphy.c1.6 (via patch) + + Add KSZ8081 support from FreeBSD. + [msaitoh, ticket #1349] + +sys/dev/mii/ciphy.c1.27-1.28, 1.30, 1.32 via patch +sys/dev/mii/ciphyreg.h1.6 + + - The register bit definitions from register 0 to 15 in ciphyreg.h + conform to the 802.3 spec, so remove them and use mii.h's definition. + No functional change. + - Add CS8204, CS8244 VSC8211 and VSC8601 support from {Free,Open}BSD. + - KNF. + [msaitoh, ticket #1350] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Sep 1 17:15:34 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1348 - #1350 To generate a diff of this commit: cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Aug 29 16:33:56 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1345 - #1347 To generate a diff of this commit: cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.29 src/doc/CHANGES-8.2:1.1.2.30 --- src/doc/CHANGES-8.2:1.1.2.29 Mon Aug 26 13:17:02 2019 +++ src/doc/CHANGES-8.2 Thu Aug 29 16:33:56 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.29 2019/08/26 13:17:02 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.30 2019/08/29 16:33:56 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -618,3 +618,21 @@ sys/dev/sysmon/sysmon.c1.30 MODULE_CLASS_DRIVER, not MODULE_CLASS_MISC. [nakayama, ticket #1344] +sys/fs/tmpfs/tmpfs_rename.c 1.9 + + Fix uninitialized variable that could have caused a KASSERT to + wrongfully fire. + [maxv, ticket #1345] + +sys/miscfs/kernfs/kernfs_vnops.c 1.161 +sys/miscfs/procfs/procfs_vnops.c 1.207 + + Add missing operation VOP_GETPAGES() returning EFAULT. + [hannken, ticket #1346] + +sys/dev/pci/ixgbe/ixgbe.c 1.205,1.206 + + Fix typo in error handling of ixgbe_allocate_legacy(). + Fix panic on single cpu systems. + [knakahara, ticket #1347] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Thu Aug 29 16:33:56 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1345 - #1347 To generate a diff of this commit: cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Aug 26 13:17:02 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1344 To generate a diff of this commit: cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.28 src/doc/CHANGES-8.2:1.1.2.29 --- src/doc/CHANGES-8.2:1.1.2.28 Wed Aug 21 14:33:26 2019 +++ src/doc/CHANGES-8.2 Mon Aug 26 13:17:02 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.28 2019/08/21 14:33:26 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.29 2019/08/26 13:17:02 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -612,3 +612,9 @@ sys/uvm/uvm_aobj.c1.128 Avoid undefined behavior in uao_pagein_page(). [msaitoh, ticket #1342] +sys/dev/sysmon/sysmon.c1.30 + + Module class of sysmon_envsys, sysmon_wdog and sysmon_power is + MODULE_CLASS_DRIVER, not MODULE_CLASS_MISC. + [nakayama, ticket #1344] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Aug 26 13:17:02 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1344 To generate a diff of this commit: cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Aug 21 14:33:26 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1341 and #1342 To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Aug 21 14:33:26 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1341 and #1342 To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.27 src/doc/CHANGES-8.2:1.1.2.28 --- src/doc/CHANGES-8.2:1.1.2.27 Mon Aug 19 14:32:14 2019 +++ src/doc/CHANGES-8.2 Wed Aug 21 14:33:26 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.27 2019/08/19 14:32:14 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.28 2019/08/21 14:33:26 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -600,3 +600,15 @@ sys/netinet6/nd6.c1.257 Add missing IFNET_LOCK for regen_tmpaddr. [ozaki-r, ticket #1340] +distrib/hpcarm/miniroot/list 1.11 +distrib/hpcmips/miniroot/list 1.19 +distrib/hpcsh/miniroot/list 1.11 + + sysctl(8) is useful to have in the install environment for debugging. + [sevan, ticket #1341] + +sys/uvm/uvm_aobj.c1.128 + + Avoid undefined behavior in uao_pagein_page(). + [msaitoh, ticket #1342] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Aug 19 14:32:14 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1339 and #1340 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Mon Aug 19 14:32:14 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1339 and #1340 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.26 src/doc/CHANGES-8.2:1.1.2.27 --- src/doc/CHANGES-8.2:1.1.2.26 Fri Aug 16 15:39:59 2019 +++ src/doc/CHANGES-8.2 Mon Aug 19 14:32:14 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.26 2019/08/16 15:39:59 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.27 2019/08/19 14:32:14 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -588,3 +588,15 @@ usr.sbin/cpuctl/arch/i386.c 1.104 cpu_dcp_cacheinfo() and use it on both Intel and AMD. [msaitoh, ticket #1338] +sys/net/if.c 1.458 +tests/net/if/t_ifconfig.sh 1.21 + + PR kern/54434.: restore if_ioctl on error of ifc_destroy, otherwise + subsequent ioctls will not work. Add a test case for this. + [ozaki-r, ticket #1339] + +sys/netinet6/nd6.c1.257 + + Add missing IFNET_LOCK for regen_tmpaddr. + [ozaki-r, ticket #1340] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Aug 16 15:40:00 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1337 and #1338 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.25 src/doc/CHANGES-8.2:1.1.2.26 --- src/doc/CHANGES-8.2:1.1.2.25 Tue Aug 13 14:30:50 2019 +++ src/doc/CHANGES-8.2 Fri Aug 16 15:39:59 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.25 2019/08/13 14:30:50 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.26 2019/08/16 15:39:59 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -571,3 +571,20 @@ sys/arch/i386/stand/lib/bootinfo_biosgeo Fix buffer overflow in BIOS disk geometry collection for bootinfo. [manu, ticket #1336] +sys/dev/acpi/acpi_ec.c1.76,1.77 + + Fix a bug that acpiec_space_handler() doesn't access more than 64bit + correctly. + [msaitoh, ticket #1337] + +sys/arch/x86/include/cacheinfo.h 1.27,1.28 +sys/arch/x86/x86/identcpu.c 1.74,1.93 +sys/arch/x86/include/specialreg.h 1.150 +usr.sbin/cpuctl/arch/i386.c 1.104 + + - Handle more Vortex CPU's from Andrius V. + - AMD CPUID Fn8000_0001d Cache Topology Information leaf is almost the + same as Intel Deterministic Cache Parameter Leaf(0x04), so make new + cpu_dcp_cacheinfo() and use it on both Intel and AMD. + [msaitoh, ticket #1338] +
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Fri Aug 16 15:40:00 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1337 and #1338 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Aug 13 14:30:50 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1335 and #1336 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Tue Aug 13 14:30:50 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1335 and #1336 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.24 src/doc/CHANGES-8.2:1.1.2.25 --- src/doc/CHANGES-8.2:1.1.2.24 Mon Aug 12 17:20:03 2019 +++ src/doc/CHANGES-8.2 Tue Aug 13 14:30:50 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.24 2019/08/12 17:20:03 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.25 2019/08/13 14:30:50 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -561,3 +561,13 @@ sys/dev/usb/ohci.c1.290 Adjust KASSERT()s to handle polling case. [mrg, ticket #1334] +lib/libperfuse/ops.c1.87 + + Fix filehandles of directories for FUSE lock operations. + [manu, ticket #1335] + +sys/arch/i386/stand/lib/bootinfo_biosgeom.c 1.24 + + Fix buffer overflow in BIOS disk geometry collection for bootinfo. + [manu, ticket #1336] +