CVS commit: src/sys/dev/fdt
Module Name:src Committed By: martin Date: Tue Jan 28 08:09:19 UTC 2020 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: First arg of cpu_setmodel needs to be a format string - fix the llvm build. >From maxv. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/fdt/fdtbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/sys/dev/fdt
Module Name:src Committed By: msaitoh Date: Tue Jan 28 09:06:37 UTC 2020 Modified Files: src/sys/dev/fdt [netbsd-9]: fdtbus.c Log Message: Pull up following revision(s) (requested by martin in ticket #665): sys/dev/fdt/fdtbus.c: revision 1.32 First arg of cpu_setmodel needs to be a format string - fix the llvm build. >From maxv. To generate a diff of this commit: cvs rdiff -u -r1.29.2.2 -r1.29.2.3 src/sys/dev/fdt/fdtbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/distrib/evbmips/instkernel/ramdisk
Module Name:src Committed By: msaitoh Date: Tue Jan 28 09:08:10 UTC 2020 Modified Files: src/distrib/evbmips/instkernel/ramdisk [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by martin in ticket #666): distrib/evbmips/instkernel/ramdisk/Makefile: revision 1.14 PR install/54777: add dhcpcd to the install ramdisk To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.13.14.1 \ src/distrib/evbmips/instkernel/ramdisk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: msaitoh Date: Tue Jan 28 09:10:10 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #665 and #666. To generate a diff of this commit: cvs rdiff -u -r1.1.2.167 -r1.1.2.168 src/doc/CHANGES-9.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libpthread
Module Name:src Committed By: ad Date: Tue Jan 28 09:23:15 UTC 2020 Modified Files: src/lib/libpthread: pthread.c Log Message: pthread_join(): add a temporary hack to make lib/libpthread/t_detach pass. The correct fix is to do this in kernel (I have that change, but it's part of the wider change to index LWPs in a tree). To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/dev/mii
Module Name:src Committed By: martin Date: Tue Jan 28 09:34:29 UTC 2020 Modified Files: src/sys/dev/mii [netbsd-8]: makphy.c makphyreg.h Log Message: Pull up the following, requested by msaitoh in ticket #1493: sys/dev/mii/makphy.c1.61, 1.63-1.64 via patch sys/dev/mii/makphyreg.h 1.10 - Remove ESSR_FIBER_LINK bit check in makphyattach(). This bit is valid only when the link is up, so it's not good to check in the attach function. - There is an environment that both copper and fiber bits are set in EXTSR but it support copper only. To resolve this problem, check the ESSR register's HWCFG_MODE bit and drop unsupported bits. - If the chip is in Fiber/Copper auto select mode, check which media is selected. Currently, the code supports 88E1011, 88E and 88E1112 only. - Fix comment. KNF. To generate a diff of this commit: cvs rdiff -u -r1.42.8.3 -r1.42.8.4 src/sys/dev/mii/makphy.c cvs rdiff -u -r1.6.20.1 -r1.6.20.2 src/sys/dev/mii/makphyreg.h 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 Jan 28 09:36:21 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1493 To generate a diff of this commit: cvs rdiff -u -r1.1.2.91 -r1.1.2.92 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-9] src
Module Name:src Committed By: martin Date: Tue Jan 28 09:48:34 UTC 2020 Modified Files: src/doc [netbsd-9]: 3RDPARTY src/external/bsd/dhcpcd/dist/src [netbsd-9]: defs.h dhcp.c if-bsd.c ipv6.c ipv6.h ipv6nd.c script.c Log Message: Pull up the following, requested by roy in ticket # 661: external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.37 external/bsd/dhcpcd/dist/src/dhcp.c up to 1.32 external/bsd/dhcpcd/dist/src/if-bsd.c up to 1.16 external/bsd/dhcpcd/dist/src/ipv6.c up to 1.8 external/bsd/dhcpcd/dist/src/ipv6.h up to 1.8 external/bsd/dhcpcd/dist/src/ipv6nd.c up to 1.16 external/bsd/dhcpcd/dist/src/script.c up to 1.2 doc/3RDPARTYmanually edited Update to dhcpcd-8.1.6 with the following changes: * INET6: Support a /128 prefix advertised via RA * BSD: More address validation from route(4) messages * DHCP: Fix a potential segfault on DaD failure * IPv4LL: Fix a potential segfault when dropping IPv4LL addresses To generate a diff of this commit: cvs rdiff -u -r1.1640.2.11 -r1.1640.2.12 src/doc/3RDPARTY cvs rdiff -u -r1.1.1.25.2.5 -r1.1.1.25.2.6 \ src/external/bsd/dhcpcd/dist/src/defs.h cvs rdiff -u -r1.23.2.5 -r1.23.2.6 src/external/bsd/dhcpcd/dist/src/dhcp.c cvs rdiff -u -r1.10.2.3 -r1.10.2.4 src/external/bsd/dhcpcd/dist/src/if-bsd.c cvs rdiff -u -r1.3.2.4 -r1.3.2.5 src/external/bsd/dhcpcd/dist/src/ipv6.c cvs rdiff -u -r1.3.2.3 -r1.3.2.4 src/external/bsd/dhcpcd/dist/src/ipv6.h cvs rdiff -u -r1.10.2.4 -r1.10.2.5 src/external/bsd/dhcpcd/dist/src/ipv6nd.c cvs rdiff -u -r1.1.1.10.2.2 -r1.1.1.10.2.3 \ src/external/bsd/dhcpcd/dist/src/script.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/usr.sbin/sysinst
Module Name:src Committed By: msaitoh Date: Tue Jan 28 10:18:00 UTC 2020 Modified Files: src/usr.sbin/sysinst [netbsd-9]: bsddisklabel.c defs.h disklabel.c disks.c gpt.c install.c label.c main.c mbr.c menus.mi menus.pm msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl msg.pm.de msg.pm.en msg.pm.es msg.pm.fr msg.pm.pl net.c part_edit.c partitions.c partitions.h partman.c sizemultname.c target.c upgrade.c util.c src/usr.sbin/sysinst/arch/arc [netbsd-9]: md.c src/usr.sbin/sysinst/arch/bebox [netbsd-9]: md.c src/usr.sbin/sysinst/arch/cobalt [netbsd-9]: md.c src/usr.sbin/sysinst/arch/evbarm [netbsd-9]: md.c md.h src/usr.sbin/sysinst/arch/evbmips [netbsd-9]: md.c src/usr.sbin/sysinst/arch/evbppc [netbsd-9]: md.c src/usr.sbin/sysinst/arch/hpcarm [netbsd-9]: md.c src/usr.sbin/sysinst/arch/hpcmips [netbsd-9]: md.c src/usr.sbin/sysinst/arch/hpcsh [netbsd-9]: md.c src/usr.sbin/sysinst/arch/i386 [netbsd-9]: md.c src/usr.sbin/sysinst/arch/landisk [netbsd-9]: md.c src/usr.sbin/sysinst/arch/luna68k [netbsd-9]: md.c src/usr.sbin/sysinst/arch/ofppc [netbsd-9]: md.c src/usr.sbin/sysinst/arch/playstation2 [netbsd-9]: md.c src/usr.sbin/sysinst/arch/prep [netbsd-9]: md.c src/usr.sbin/sysinst/arch/sandpoint [netbsd-9]: md.c src/usr.sbin/sysinst/arch/zaurus [netbsd-9]: md.c Log Message: Pull up following revision(s) (requested by martin in ticket #668): usr.sbin/sysinst/arch/cobalt/md.c: revision 1.11 usr.sbin/sysinst/arch/cobalt/md.c: revision 1.12 usr.sbin/sysinst/arch/arc/md.c: revision 1.11 usr.sbin/sysinst/arch/arc/md.c: revision 1.12 usr.sbin/sysinst/partman.c: revision 1.43 usr.sbin/sysinst/partman.c: revision 1.46 usr.sbin/sysinst/partman.c: revision 1.47 usr.sbin/sysinst/partman.c: revision 1.48 usr.sbin/sysinst/partman.c: revision 1.49 usr.sbin/sysinst/msg.pm.fr: revision 1.2 usr.sbin/sysinst/upgrade.c: revision 1.14 usr.sbin/sysinst/arch/i386/md.c: revision 1.28 usr.sbin/sysinst/arch/i386/md.c: revision 1.29 usr.sbin/sysinst/arch/ofppc/md.c: revision 1.9 usr.sbin/sysinst/arch/sandpoint/md.c: revision 1.7 usr.sbin/sysinst/arch/sandpoint/md.c: revision 1.8 usr.sbin/sysinst/gpt.c: revision 1.14 usr.sbin/sysinst/gpt.c: revision 1.15 usr.sbin/sysinst/arch/luna68k/md.c: revision 1.8 usr.sbin/sysinst/gpt.c: revision 1.16 usr.sbin/sysinst/msg.pm.de: revision 1.2 usr.sbin/sysinst/arch/evbarm/md.c: revision 1.11 usr.sbin/sysinst/arch/evbarm/md.c: revision 1.12 usr.sbin/sysinst/arch/evbarm/md.c: revision 1.13 usr.sbin/sysinst/arch/evbarm/md.c: revision 1.14 usr.sbin/sysinst/sizemultname.c: revision 1.4 usr.sbin/sysinst/msg.pm.en: revision 1.2 usr.sbin/sysinst/arch/landisk/md.c: revision 1.12 usr.sbin/sysinst/util.c: revision 1.41 usr.sbin/sysinst/arch/landisk/md.c: revision 1.13 usr.sbin/sysinst/util.c: revision 1.42 usr.sbin/sysinst/arch/ofppc/md.c: revision 1.10 usr.sbin/sysinst/partitions.c: revision 1.9 usr.sbin/sysinst/arch/evbarm/md.h: revision 1.4 usr.sbin/sysinst/arch/evbarm/md.h: revision 1.5 usr.sbin/sysinst/arch/evbmips/md.c: revision 1.7 usr.sbin/sysinst/arch/evbmips/md.c: revision 1.8 usr.sbin/sysinst/msg.mi.fr: revision 1.25 usr.sbin/sysinst/msg.mi.de: revision 1.20 usr.sbin/sysinst/install.c: revision 1.14 usr.sbin/sysinst/partitions.h: revision 1.13 usr.sbin/sysinst/partitions.h: revision 1.14 usr.sbin/sysinst/arch/evbppc/md.c: revision 1.7 usr.sbin/sysinst/arch/playstation2/md.c: revision 1.7 usr.sbin/sysinst/msg.mi.en: revision 1.27 usr.sbin/sysinst/partitions.h: revision 1.15 usr.sbin/sysinst/arch/evbppc/md.c: revision 1.8 usr.sbin/sysinst/arch/hpcarm/md.c: revision 1.7 usr.sbin/sysinst/arch/playstation2/md.c: revision 1.8 usr.sbin/sysinst/msg.pm.pl: revision 1.2 usr.sbin/sysinst/arch/hpcarm/md.c: revision 1.8 usr.sbin/sysinst/msg.mi.es: revision 1.21 usr.sbin/sysinst/arch/zaurus/md.c: revision 1.7 usr.sbin/sysinst/target.c: revision 1.11 usr.sbin/sysinst/arch/zaurus/md.c: revision 1.8 usr.sbin/sysinst/part_edit.c: revision 1.14 usr.sbin/sysinst/part_edit.c: revision 1.15 usr.sbin/sysinst/part_edit.c: revision 1.16 usr.sbin/sysinst/defs.h: revision 1.50 usr.sbin/sysinst/defs.h: revision 1.51 usr.sbin/sysinst/defs.h: revision 1.52 usr.sbin/sysinst/defs.h: revision 1.53 usr.sbin/sysinst/defs.h: revision 1.54 usr.sbin/sysinst/arch/hpcmips/md.c: revision 1.7 usr.sbin/sysinst/arch/hpcmip
CVS commit: [netbsd-9] src/distrib
Module Name:src Committed By: msaitoh Date: Tue Jan 28 10:20:28 UTC 2020 Modified Files: src/distrib/acorn32/ramdisk [netbsd-9]: dot.profile src/distrib/alpha/instkernel/ramdisk [netbsd-9]: dot.profile src/distrib/amd64/ramdisks/common [netbsd-9]: dot.profile src/distrib/arc/ramdisk [netbsd-9]: dot.profile src/distrib/atari/floppies/common [netbsd-9]: dot.profile src/distrib/bebox/ramdisk [netbsd-9]: dot.profile src/distrib/cats/ramdisk [netbsd-9]: dot.profile src/distrib/cobalt/ramdisk [netbsd-9]: dot.profile src/distrib/dreamcast/ramdisk [netbsd-9]: dot.profile src/distrib/emips/miniroot [netbsd-9]: dot.profile src/distrib/emips/ramdisk [netbsd-9]: dot.profile src/distrib/evbarm/instkernel/ramdisk [netbsd-9]: dot.profile src/distrib/evbmips/instkernel/ramdisk [netbsd-9]: dot.profile src/distrib/evbppc/ramdisk [netbsd-9]: dot.profile src/distrib/evbsh3/instkernel/ramdisk [netbsd-9]: dot.profile src/distrib/ews4800mips/floppies/ramdisk [netbsd-9]: dot.profile src/distrib/hp300/ramdisk [netbsd-9]: dot.profile src/distrib/hpcarm/miniroot [netbsd-9]: dot.profile src/distrib/hpcmips/miniroot [netbsd-9]: dot.profile src/distrib/hpcsh/miniroot [netbsd-9]: dot.profile src/distrib/hppa/ramdisk [netbsd-9]: dot.profile src/distrib/i386/ramdisks/common [netbsd-9]: dot.profile src/distrib/landisk/ramdisk [netbsd-9]: dot.profile src/distrib/luna68k/ramdisk [netbsd-9]: dot.profile src/distrib/mac68k/instkernel/ramdisk [netbsd-9]: dot.profile src/distrib/macppc/floppies/ramdisk [netbsd-9]: dot.profile src/distrib/mipsco/ramdisk [netbsd-9]: dot.profile src/distrib/mvme68k/miniroot [netbsd-9]: dot.profile src/distrib/news68k/floppies/ramdisk [netbsd-9]: dot.profile src/distrib/newsmips/floppies/ramdisk [netbsd-9]: dot.profile src/distrib/ofppc/ramdisks/common [netbsd-9]: dot.profile src/distrib/playstation2/miniroot [netbsd-9]: dot.profile src/distrib/pmax/miniroot [netbsd-9]: dot.profile src/distrib/pmax/ramdisk [netbsd-9]: dot.profile src/distrib/prep/floppies/ramdisk [netbsd-9]: dot.profile src/distrib/riscv/ramdisk [netbsd-9]: dot.profile src/distrib/rs6000/ramdisk [netbsd-9]: dot.profile src/distrib/sandpoint/ramdisk [netbsd-9]: dot.profile src/distrib/sgimips/miniroot [netbsd-9]: dot.profile src/distrib/sgimips/ramdisk [netbsd-9]: dot.profile src/distrib/shark/instkernel/ramdisk [netbsd-9]: dot.profile src/distrib/sparc/miniroot [netbsd-9]: dot.profile src/distrib/sparc64/instfs [netbsd-9]: dot.profile src/distrib/vax/ramdisk [netbsd-9]: dot.profile src/distrib/x68k/floppies/ramdisk [netbsd-9]: dot.profile src/distrib/zaurus/ramdisk [netbsd-9]: dot.profile Log Message: Pull up following revision(s) (requested by martin in ticket #669): distrib/playstation2/miniroot/dot.profile: revision 1.5 distrib/sparc64/instfs/dot.profile: revision 1.8 distrib/hpcarm/miniroot/dot.profile: revision 1.3 distrib/emips/miniroot/dot.profile: revision 1.2 distrib/x68k/floppies/ramdisk/dot.profile: revision 1.16 distrib/zaurus/ramdisk/dot.profile: revision 1.4 distrib/i386/ramdisks/common/dot.profile: revision 1.7 distrib/cobalt/ramdisk/dot.profile: revision 1.2 distrib/hpcsh/miniroot/dot.profile: revision 1.5 distrib/evbarm/instkernel/ramdisk/dot.profile: revision 1.3 distrib/riscv/ramdisk/dot.profile: revision 1.2 distrib/sandpoint/ramdisk/dot.profile: revision 1.2 distrib/landisk/ramdisk/dot.profile: revision 1.3 distrib/amd64/ramdisks/common/dot.profile: revision 1.4 distrib/macppc/floppies/ramdisk/dot.profile: revision 1.14 distrib/mipsco/ramdisk/dot.profile: revision 1.3 distrib/evbmips/instkernel/ramdisk/dot.profile: revision 1.2 distrib/acorn32/ramdisk/dot.profile: revision 1.4 distrib/cats/ramdisk/dot.profile: revision 1.5 distrib/vax/ramdisk/dot.profile: revision 1.10 distrib/pmax/miniroot/dot.profile: revision 1.3 distrib/sparc/miniroot/dot.profile: revision 1.16 distrib/hpcmips/miniroot/dot.profile: revision 1.8 distrib/prep/floppies/ramdisk/dot.profile: revision 1.3 distrib/news68k/floppies/ramdisk/dot.profile: revision 1.8 distrib/alpha/instkernel/ramdisk/dot.profile: revision 1.11 distrib/ofppc/ramdisks/common/dot.profile: revision 1.2 distrib/mac68k/instkernel/ramdisk/dot.profile: revision 1.9 distrib/hp300/ramdisk/dot.profile: revision 1.7 distrib/ews4800mips/floppies/ramdisk/dot.profile: revision 1.2 distrib/emips/ramdisk/dot.profile: revision 1.3 distrib/newsmips/floppies/ramdisk/dot.profi
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: msaitoh Date: Tue Jan 28 10:21:39 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #668 and #669. To generate a diff of this commit: cvs rdiff -u -r1.1.2.168 -r1.1.2.169 src/doc/CHANGES-9.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/sys
Module Name:src Committed By: martin Date: Tue Jan 28 11:01:37 UTC 2020 Modified Files: src/sys/arch/arm/omap [netbsd-9]: if_cpsw.c src/sys/arch/arm/ti [netbsd-9]: if_cpsw.c src/sys/arch/x86/pci [netbsd-9]: if_vmx.c src/sys/dev/isa [netbsd-9]: if_iy.c src/sys/dev/pci [netbsd-9]: if_de.c src/sys/dev/pcmcia [netbsd-9]: if_ray.c if_xi.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #662): sys/dev/pcmcia/if_xi.c: revision 1.93 sys/arch/x86/pci/if_vmx.c: revision 1.54 sys/dev/pci/if_de.c: revision 1.165 sys/arch/arm/ti/if_cpsw.c: revision 1.10 sys/arch/arm/omap/if_cpsw.c: revision 1.26 sys/dev/isa/if_iy.c: revision 1.112 sys/dev/pcmcia/if_ray.c: revision 1.96 Add ETHER_LOCK() and ETHER_UNLOCK() to protect ec_multiaddrs. XXX These drivers don't check whether enm_addrlo and enm_addrhi are the same or not, so it won't work correctly if an multicast address entry has a range. Protect ec_multicnt. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.25.2.1 src/sys/arch/arm/omap/if_cpsw.c cvs rdiff -u -r1.6.2.1 -r1.6.2.2 src/sys/arch/arm/ti/if_cpsw.c cvs rdiff -u -r1.45.2.5 -r1.45.2.6 src/sys/arch/x86/pci/if_vmx.c cvs rdiff -u -r1.109.2.1 -r1.109.2.2 src/sys/dev/isa/if_iy.c cvs rdiff -u -r1.163 -r1.163.2.1 src/sys/dev/pci/if_de.c cvs rdiff -u -r1.94.2.1 -r1.94.2.2 src/sys/dev/pcmcia/if_ray.c cvs rdiff -u -r1.90.2.1 -r1.90.2.2 src/sys/dev/pcmcia/if_xi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/sys/dev/mii
Module Name:src Committed By: martin Date: Tue Jan 28 11:04:14 UTC 2020 Modified Files: src/sys/dev/mii [netbsd-9]: makphy.c makphyreg.h Log Message: Pull up the following, requested by msaitoh in ticket #663: sys/dev/mii/makphy.c1.61, 1.63-1.64 via patch sys/dev/mii/makphyreg.h 1.10 - Remove ESSR_FIBER_LINK bit check in makphyattach(). This bit is valid only when the link is up, so it's not good to check in the attach function. - There is an environment that both copper and fiber bits are set in EXTSR but it support copper only. To resolve this problem, check the ESSR register's HWCFG_MODE bit and drop unsupported bits. - If the chip is in Fiber/Copper auto select mode, check which media is selected. Currently, the code supports 88E1011, 88E and 88E1112 only. - Fix comment. KNF. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.60.2.1 src/sys/dev/mii/makphy.c cvs rdiff -u -r1.9 -r1.9.6.1 src/sys/dev/mii/makphyreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/sys/dev/pci/ixgbe
Module Name:src Committed By: martin Date: Tue Jan 28 11:09:27 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe [netbsd-9]: ixgbe.c ixgbe_82598.c ixgbe_82599.c ixgbe_phy.c ixgbe_type.h ixgbe_x550.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #664): sys/dev/pci/ixgbe/ixgbe_82598.c: revision 1.13 sys/dev/pci/ixgbe/ixgbe.c: revision 1.219 sys/dev/pci/ixgbe/ixgbe_phy.c: revision 1.20 sys/dev/pci/ixgbe/ixgbe_x550.c: revision 1.17 sys/dev/pci/ixgbe/ixgbe_82599.c: revision 1.22 sys/dev/pci/ixgbe/ixgbe_type.h: revision 1.44 Add recovery code for unsupported SFP+. Before this commit: If an unsupported SFP module is inserted before booting, the driver attach failed and there was no way to recover form it without rebooting or detaching/reattaching driver (drvctl -d && drvctl -r pciN). After this commit: We can automatically recover any time by replacing it with a supported module. To generate a diff of this commit: cvs rdiff -u -r1.199.2.9 -r1.199.2.10 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff -u -r1.12.8.1 -r1.12.8.2 src/sys/dev/pci/ixgbe/ixgbe_82598.c cvs rdiff -u -r1.21 -r1.21.4.1 src/sys/dev/pci/ixgbe/ixgbe_82599.c cvs rdiff -u -r1.18.4.1 -r1.18.4.2 src/sys/dev/pci/ixgbe/ixgbe_phy.c cvs rdiff -u -r1.41.2.1 -r1.41.2.2 src/sys/dev/pci/ixgbe/ixgbe_type.h cvs rdiff -u -r1.15.2.1 -r1.15.2.2 src/sys/dev/pci/ixgbe/ixgbe_x550.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/sys/dev/ic
Module Name:src Committed By: martin Date: Tue Jan 28 11:12:30 UTC 2020 Modified Files: src/sys/dev/ic [netbsd-9]: rtl8169.c rtl81x9.c rtl81x9reg.h rtl81x9var.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #667): sys/dev/ic/rtl81x9var.h: revision 1.57 sys/dev/ic/rtl81x9.c: revision 1.107 sys/dev/ic/rtl81x9reg.h: revision 1.51 sys/dev/ic/rtl8169.c: revision 1.160 sys/dev/ic/rtl81x9reg.h: revision 1.52 sys/dev/ic/rtl8169.c: revision 1.161 Use unsigned in rtk_setmulti() to avoid undefined behavior. Found bk kUBSan. 8168H model didn't link up well. some models seems to require to enable TX/RX after configuration. RTKQ_TXRXEN_LATER quirk flag added. it may be able to unify with RTKQ_RXDV_GATED flag? Sort RTK_HWREV_* by value. Improve some chip revisions support: - Add 8168FP, 8411, 8168G, 8401E, 8105E, 8105E_SPIN1, 8106E and 8402 from {Free,Open}BSD. - Renumber RTK_HWREV_8103E from 0x24C0 to 0x34c0. 0x24C0 is newly used as RTK_HWREV_8102EL_SPIN1. Same as {Free,Open}BSD. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.159.2.1 src/sys/dev/ic/rtl8169.c cvs rdiff -u -r1.106 -r1.106.2.1 src/sys/dev/ic/rtl81x9.c cvs rdiff -u -r1.50 -r1.50.4.1 src/sys/dev/ic/rtl81x9reg.h cvs rdiff -u -r1.56 -r1.56.18.1 src/sys/dev/ic/rtl81x9var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Tue Jan 28 11:14:16 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #661 - #664 and #667 To generate a diff of this commit: cvs rdiff -u -r1.1.2.169 -r1.1.2.170 src/doc/CHANGES-9.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x68k/stand
Module Name:src Committed By: isaki Date: Tue Jan 28 11:52:21 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S src/sys/arch/x68k/stand/xxboot: boot.S Log Message: Use __bss_start rather than edata to point the beginning of .bss. Currently the .bss is placed right after .data. In that case, edata points to the beginning of .bss so that there is no visible changes at least currently. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x68k/stand/boot_ufs/boot.S cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x68k/stand/xxboot/boot.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x68k/stand
Module Name:src Committed By: isaki Date: Tue Jan 28 11:57:22 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S boot_ufs.ldscript src/sys/arch/x68k/stand/xxboot: boot.S xxboot.ldscript Log Message: Revert placing .bss right after .data, and make .bss fixed at 0x5000. .bss placed right after .data was overwritten when first 1KB loads full .text+.data. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x68k/stand/boot_ufs/boot.S cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x68k/stand/boot_ufs/boot_ufs.ldscript cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x68k/stand/xxboot/boot.S cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x68k/stand/xxboot/xxboot.ldscript Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x68k/stand/xxboot
Module Name:src Committed By: isaki Date: Tue Jan 28 12:02:02 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: Makefile.xxboot boot.S Log Message: Set heap area explicitly. Until the load address was moved, the heap was placed at _end (it's default) and it was large space. After moving, this default space was too small. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x68k/stand/xxboot/Makefile.xxboot \ src/sys/arch/x68k/stand/xxboot/boot.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libpthread
Module Name:src Committed By: ad Date: Tue Jan 28 13:08:40 UTC 2020 Modified Files: src/lib/libpthread: pthread_int.h Log Message: - A bit more alignment in __pthread_st especially for the rbtree node. - Use COHERENCY_UNIT from sys/param.h. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/lib/libpthread/pthread_int.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: ad Date: Tue Jan 28 16:33:34 UTC 2020 Modified Files: src/common/lib/libc/gen: radixtree.c src/sys/sys: radixtree.h Log Message: Add a radix_tree_await_memory(), for kernel use. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/common/lib/libc/gen/radixtree.c cvs rdiff -u -r1.6 -r1.7 src/sys/sys/radixtree.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: ad Date: Tue Jan 28 16:35:39 UTC 2020 Modified Files: src/sys/kern: init_main.c Log Message: Call radix_tree_init() earlier, so more stuff can make use of radixtree. To generate a diff of this commit: cvs rdiff -u -r1.518 -r1.519 src/sys/kern/init_main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: ad Date: Tue Jan 28 16:40:27 UTC 2020 Modified Files: src/sys/sys: lwp.h types.h Log Message: Put pri_t back to an int. It looks like there might be a sign extension issue somewhere but it's not worth the hassle trying to find it. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/sys/sys/lwp.h cvs rdiff -u -r1.103 -r1.104 src/sys/sys/types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/aarch64/include
Module Name:src Committed By: maxv Date: Tue Jan 28 17:23:30 UTC 2020 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: More definitions. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/aarch64/include/armreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/aarch64
Module Name:src Committed By: maxv Date: Tue Jan 28 17:33:07 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: genassym.cf locore.S src/sys/arch/aarch64/include: armreg.h Log Message: Jazelle and T32EE are not part of ARMv8, fix the bits to their real meanings. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/aarch64/aarch64/genassym.cf cvs rdiff -u -r1.53 -r1.54 src/sys/arch/aarch64/aarch64/locore.S cvs rdiff -u -r1.31 -r1.32 src/sys/arch/aarch64/include/armreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/cpuctl/arch
Module Name:src Committed By: maxv Date: Tue Jan 28 17:36:42 UTC 2020 Modified Files: src/usr.sbin/cpuctl/arch: aarch64.c Log Message: More identification. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/cpuctl/arch/aarch64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/aarch64
Module Name:src Committed By: maxv Date: Tue Jan 28 17:47:51 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c src/sys/arch/aarch64/include: armreg.h Log Message: Fetch ID_AA64MMFR2_EL1. Okayed by Nick the other day. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/aarch64/aarch64/cpu.c cvs rdiff -u -r1.32 -r1.33 src/sys/arch/aarch64/include/armreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/aarch64/include
Module Name:src Committed By: maxv Date: Tue Jan 28 18:02:30 UTC 2020 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: More SCTLR. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/aarch64/include/armreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libarchive
Module Name:src Committed By: martin Date: Tue Jan 28 18:18:32 UTC 2020 Modified Files: src/tests/lib/libarchive: t_libarchive.sh Log Message: Bump timeout to 3600 - the libarchive tests take quite a while to complete (on a nearly 1 GHz dual armv7 machine it takes more than 700s) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libarchive/t_libarchive.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: ad Date: Tue Jan 28 20:35:04 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.43 - struct lwp, pri_t changed To generate a diff of this commit: cvs rdiff -u -r1.645 -r1.646 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/gen
Module Name:src Committed By: ad Date: Tue Jan 28 22:20:45 UTC 2020 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: gang_lookup_scan(): if a dense scan and the first sibling doesn't match, the scan is finished. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/common/lib/libc/gen/radixtree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/dist/drm/ttm
Module Name:src Committed By: jmcneill Date: Tue Jan 28 23:21:05 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/ttm: ttm_bo_util.c Log Message: ttm_io_prot: follow linux semantics and set either PMAP_WRITE_COMBINE or PMAP_NOCACHE when existing cache flags are not set To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 \ src/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/ttm
Module Name:src Committed By: jmcneill Date: Tue Jan 28 23:24:09 UTC 2020 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: Do not extract mmap flags from the bus_space_mmap cookie as they may conflict with the bo's existing protection flags. This caused VRAM to be incorrectly mapped as Device-nGnRE on Arm64 instead of Normal-NC. Ok riastradh@. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/drm2/ttm/ttm_bo_vm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: manu Date: Wed Jan 29 01:54:34 UTC 2020 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: Fix startup crashes caused by wrong memory map handling init_x86_vm() takes the memory map from BIOS and EFI and selects regions suitable for memory allocation. This involves removing areas used by the kernel, but the logic missed some corner cases, which led to possible allocation in regions for which later memory access would cause a panic. The typical panic from this bug in GENERIC is at SVS startup: cpu_svs_init / uvm_pagealloc_strat / pagezero We fix the bug by adding logic for the missing cases of memory regions overlapping with the kernel. While there, add more #idef'ed debug output. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/sys/arch/x86/x86/x86_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Wed Jan 29 02:16:02 UTC 2020 Modified Files: src/sys/dev/pci: if_casreg.h if_casvar.h Log Message: u_int{32,64}_t -> uint{32,64}_t. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_casreg.h cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/if_casvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/pci
Module Name:src Committed By: knakahara Date: Wed Jan 29 02:58:51 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix typo in evcnt description. Pointed out by yamaguchi@n.o. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/pci/if_vmx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: thorpej Date: Wed Jan 29 03:04:55 UTC 2020 Modified Files: src/sys/net: net_stats.h Log Message: - Make _NET_STAT_GETREF()'s return value a net_stat_ref_t, which is defined as a "void *" to prevent using a net_stat_ref_t as an array. - For each _NET_STATADD(), etc. macro, also define a _NET_STATADD_REF() macro that takes a ref returned by _NET_STAT_GETREF() as an argument. This is intended to replace direct subscripting of the refernce; consumers of this API will be updated in future commits. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/net/net_stats.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: thorpej Date: Wed Jan 29 03:16:28 UTC 2020 Modified Files: src/sys/net: Makefile files.net if.c if.h Added Files: src/sys/net: if_stats.c if_stats.h Log Message: Add support for MP-safe network interface statistics by maintaining them in per-cpu storage, and collecting them for export in an if_data structure when user-space wants them. The new if_stat API is structured to make a gradual transition to the new way in network drivers possible, and per-cpu stats are currently disabled (thus there is no kernel ABI change). Once all drivers have been converted, the old ABI will be removed, and per-cpu stats will be enabled universally. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/net/Makefile cvs rdiff -u -r1.24 -r1.25 src/sys/net/files.net cvs rdiff -u -r1.468 -r1.469 src/sys/net/if.c cvs rdiff -u -r1.277 -r1.278 src/sys/net/if.h cvs rdiff -u -r0 -r1.1 src/sys/net/if_stats.c src/sys/net/if_stats.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: thorpej Date: Wed Jan 29 03:17:34 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add . To generate a diff of this commit: cvs rdiff -u -r1.2305 -r1.2306 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/sys
Module Name:src Committed By: kamil Date: Wed Jan 29 03:51:56 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add new fork/vfork/posix_spawn ATF tests in t_ptrace_wait* Add unrelated tracer variation of tests: fork1-16, vfork1-16, posix_spawn1-16. All tests pass. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/tests/lib/libc/sys/t_ptrace_wait.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: thorpej Date: Wed Jan 29 04:11:35 UTC 2020 Modified Files: src/sys/net: if_arcsubr.c if_ethersubr.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/net/if_arcsubr.c cvs rdiff -u -r1.281 -r1.282 src/sys/net/if_ethersubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: thorpej Date: Wed Jan 29 04:18:34 UTC 2020 Modified Files: src/sys/net: if_bridge.c if_faith.c if_gif.c if_gre.c if_l2tp.c if_loop.c if_mpls.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/net/if_bridge.c cvs rdiff -u -r1.60 -r1.61 src/sys/net/if_faith.c cvs rdiff -u -r1.150 -r1.151 src/sys/net/if_gif.c cvs rdiff -u -r1.176 -r1.177 src/sys/net/if_gre.c cvs rdiff -u -r1.40 -r1.41 src/sys/net/if_l2tp.c cvs rdiff -u -r1.109 -r1.110 src/sys/net/if_loop.c cvs rdiff -u -r1.35 -r1.36 src/sys/net/if_mpls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: thorpej Date: Wed Jan 29 04:28:27 UTC 2020 Modified Files: src/sys/net: if_ppp.c if_pppoe.c if_sl.c if_spppsubr.c if_srt.c if_stf.c if_tap.c if_vlan.c ppp_tty.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/net/if_ppp.c cvs rdiff -u -r1.147 -r1.148 src/sys/net/if_pppoe.c cvs rdiff -u -r1.131 -r1.132 src/sys/net/if_sl.c cvs rdiff -u -r1.184 -r1.185 src/sys/net/if_spppsubr.c cvs rdiff -u -r1.30 -r1.31 src/sys/net/if_srt.c cvs rdiff -u -r1.106 -r1.107 src/sys/net/if_stf.c cvs rdiff -u -r1.115 -r1.116 src/sys/net/if_tap.c cvs rdiff -u -r1.149 -r1.150 src/sys/net/if_vlan.c cvs rdiff -u -r1.66 -r1.67 src/sys/net/ppp_tty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: thorpej Date: Wed Jan 29 04:30:42 UTC 2020 Modified Files: src/sys/net/agr: ieee8023ad_lacp.c if_agr.c src/sys/net/npf: npf_ext_log.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/net/agr/ieee8023ad_lacp.c cvs rdiff -u -r1.50 -r1.51 src/sys/net/agr/if_agr.c cvs rdiff -u -r1.15 -r1.16 src/sys/net/npf/npf_ext_log.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: thorpej Date: Wed Jan 29 04:34:10 UTC 2020 Modified Files: src/sys/net: if_ipsec.c if_tun.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/net/if_ipsec.c cvs rdiff -u -r1.157 -r1.158 src/sys/net/if_tun.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: thorpej Date: Wed Jan 29 04:35:13 UTC 2020 Modified Files: src/sys/net: rtsock.c rtsock_shared.c Log Message: Do not reference ifp->if_data directly; use if_export_if_data(). To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/sys/net/rtsock.c cvs rdiff -u -r1.11 -r1.12 src/sys/net/rtsock_shared.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: thorpej Date: Wed Jan 29 04:37:24 UTC 2020 Modified Files: src/sys/netinet: in_l2tp.c ip_carp.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/netinet/in_l2tp.c cvs rdiff -u -r1.107 -r1.108 src/sys/netinet/ip_carp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: thorpej Date: Wed Jan 29 04:38:06 UTC 2020 Modified Files: src/sys/netinet6: in6_l2tp.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/netinet6/in6_l2tp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netcan
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:20:27 UTC 2020 Modified Files: src/sys/netcan: can.c if_canloop.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/netcan/can.c src/sys/netcan/if_canloop.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net80211
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:21:14 UTC 2020 Modified Files: src/sys/net80211: ieee80211_input.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/net80211/ieee80211_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amiga/dev
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:23:16 UTC 2020 Modified Files: src/sys/arch/amiga/dev: if_es.c if_qn.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/amiga/dev/if_es.c cvs rdiff -u -r1.48 -r1.49 src/sys/arch/amiga/dev/if_qn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mac68k
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:25:42 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/mac68k/dev/if_mc.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/mac68k/nubus/if_netdock_nubus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: macallan Date: Wed Jan 29 05:27:05 UTC 2020 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: pcagpio.c Log Message: the beginning of a driver for Philips Semiconductors PCA 9555 and 9556 GPIO controllers, found in Sun Fire v210 and some G5 macs. Only prints configuration and line status so far. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/dev/i2c/files.i2c cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/pcagpio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:30:14 UTC 2020 Modified Files: src/sys/arch/mips/adm5120/dev: if_admsw.c src/sys/arch/mips/alchemy/dev: if_aumac.c src/sys/arch/mips/atheros/dev: if_ae.c src/sys/arch/mips/cavium/dev: if_cnmac.c octeon_gmx.c octeon_pip.c src/sys/arch/mips/ralink: ralink_eth.c src/sys/arch/mips/sibyte/dev: sbmac.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/mips/adm5120/dev/if_admsw.c cvs rdiff -u -r1.47 -r1.48 src/sys/arch/mips/alchemy/dev/if_aumac.c cvs rdiff -u -r1.37 -r1.38 src/sys/arch/mips/atheros/dev/if_ae.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/cavium/dev/if_cnmac.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/cavium/dev/octeon_gmx.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/cavium/dev/octeon_pip.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mips/ralink/ralink_eth.c cvs rdiff -u -r1.61 -r1.62 src/sys/arch/mips/sibyte/dev/sbmac.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/next68k/dev
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:31:10 UTC 2020 Modified Files: src/sys/arch/next68k/dev: mb8795.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/next68k/dev/mb8795.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/playstation2/dev
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:32:04 UTC 2020 Modified Files: src/sys/arch/playstation2/dev: if_smap.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/playstation2/dev/if_smap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:35:28 UTC 2020 Modified Files: src/sys/arch/powerpc/booke/dev: pq3etsec.c src/sys/arch/powerpc/ibm4xx/dev: if_emac.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/powerpc/booke/dev/pq3etsec.c cvs rdiff -u -r1.51 -r1.52 src/sys/arch/powerpc/ibm4xx/dev/if_emac.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sgimips
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:37:08 UTC 2020 Modified Files: src/sys/arch/sgimips/hpc: if_sq.c src/sys/arch/sgimips/mace: if_mec.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/sgimips/hpc/if_sq.c cvs rdiff -u -r1.62 -r1.63 src/sys/arch/sgimips/mace/if_mec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:39:48 UTC 2020 Modified Files: src/sys/arch/sun2/dev: if_ec.c src/sys/arch/sun3/dev: if_ie.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/sun2/dev/if_ec.c cvs rdiff -u -r1.70 -r1.71 src/sys/arch/sun3/dev/if_ie.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:41:48 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c xennetback_xenbus.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/arch/xen/xen/if_xennet_xenbus.c cvs rdiff -u -r1.75 -r1.76 src/sys/arch/xen/xen/xennetback_xenbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/common
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:47:12 UTC 2020 Modified Files: src/sys/compat/common: rtsock_14.c rtsock_50.c Log Message: Don't reference ifp->if_data directly; use if_export_if_data(). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/compat/common/rtsock_14.c cvs rdiff -u -r1.15 -r1.16 src/sys/compat/common/rtsock_50.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/common
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:48:22 UTC 2020 Modified Files: src/sys/compat/common: uipc_syscalls_50.c Log Message: Don't reference ifp->if_data directly; use if_export_if_data(). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/compat/common/uipc_syscalls_50.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:50:35 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.44 -- new if_export_if_data() is now used by modules. To generate a diff of this commit: cvs rdiff -u -r1.646 -r1.647 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dist/pf/net
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:52:27 UTC 2020 Modified Files: src/sys/dist/pf/net: if_pflog.c if_pfsync.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dist/pf/net/if_pflog.c cvs rdiff -u -r1.19 -r1.20 src/sys/dist/pf/net/if_pfsync.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/cadence
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:54:29 UTC 2020 Modified Files: src/sys/dev/cadence: if_cemac.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/cadence/if_cemac.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/hyperv
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:55:16 UTC 2020 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/hyperv/if_hvn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/qbus
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:57:21 UTC 2020 Modified Files: src/sys/dev/qbus: if_de.c if_qt.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/qbus/if_de.c cvs rdiff -u -r1.24 -r1.25 src/sys/dev/qbus/if_qt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sbus
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:59:06 UTC 2020 Modified Files: src/sys/dev/sbus: be.c qe.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/dev/sbus/be.c cvs rdiff -u -r1.75 -r1.76 src/sys/dev/sbus/qe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/scsipi
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:59:50 UTC 2020 Modified Files: src/sys/dev/scsipi: if_se.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/dev/scsipi/if_se.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:00:27 UTC 2020 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/sdmmc/if_bwfm_sdio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:05:31 UTC 2020 Modified Files: src/sys/arch/arm/imx: if_enet.c src/sys/arch/arm/sunxi: sun4i_emac.c sunxi_can.c sunxi_emac.c src/sys/arch/arm/ti: if_cpsw.c src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/imx/if_enet.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/sunxi/sun4i_emac.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sunxi_can.c cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/sunxi/sunxi_emac.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/ti/if_cpsw.c cvs rdiff -u -r1.44 -r1.45 src/sys/arch/arm/xscale/ixp425_if_npe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/net/lib/libnet
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:13:02 UTC 2020 Modified Files: src/sys/rump/net/lib/libnet: Makefile Log Message: Add if_stats.c to rumpnet. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/rump/net/lib/libnet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:17:07 UTC 2020 Modified Files: src/sys/dev/ic: am7990.c lance.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/ic/am7990.c cvs rdiff -u -r1.59 -r1.60 src/sys/dev/ic/lance.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ofw
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:18:17 UTC 2020 Modified Files: src/sys/dev/ofw: ofnet.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/dev/ofw/ofnet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ieee1394
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:19:39 UTC 2020 Modified Files: src/sys/dev/ieee1394: if_fwip.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ieee1394/if_fwip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/isa
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:21:40 UTC 2020 Modified Files: src/sys/dev/isa: cs89x0isa.c if_eg.c if_el.c if_iy.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/isa/cs89x0isa.c cvs rdiff -u -r1.96 -r1.97 src/sys/dev/isa/if_eg.c cvs rdiff -u -r1.98 -r1.99 src/sys/dev/isa/if_el.c cvs rdiff -u -r1.112 -r1.113 src/sys/dev/isa/if_iy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:24:10 UTC 2020 Modified Files: src/sys/dev/usb: if_athn_usb.c if_atu.c if_aue.c if_axe.c if_axen.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/usb/if_athn_usb.c cvs rdiff -u -r1.69 -r1.70 src/sys/dev/usb/if_atu.c src/sys/dev/usb/if_axen.c cvs rdiff -u -r1.162 -r1.163 src/sys/dev/usb/if_aue.c cvs rdiff -u -r1.121 -r1.122 src/sys/dev/usb/if_axe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:26:32 UTC 2020 Modified Files: src/sys/dev/usb: if_bwfm_usb.c if_cdce.c if_cue.c if_kue.c if_mos.c if_mue.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/if_bwfm_usb.c cvs rdiff -u -r1.68 -r1.69 src/sys/dev/usb/if_cdce.c cvs rdiff -u -r1.88 -r1.89 src/sys/dev/usb/if_cue.c cvs rdiff -u -r1.101 -r1.102 src/sys/dev/usb/if_kue.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/usb/if_mos.c cvs rdiff -u -r1.56 -r1.57 src/sys/dev/usb/if_mue.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:35:28 UTC 2020 Modified Files: src/sys/dev/usb: if_otus.c if_rum.c if_run.c if_smsc.c if_udav.c if_umb.c if_upgt.c if_upl.c if_ural.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/usb/if_otus.c cvs rdiff -u -r1.65 -r1.66 src/sys/dev/usb/if_rum.c cvs rdiff -u -r1.35 -r1.36 src/sys/dev/usb/if_run.c cvs rdiff -u -r1.62 -r1.63 src/sys/dev/usb/if_smsc.c cvs rdiff -u -r1.73 -r1.74 src/sys/dev/usb/if_udav.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/if_umb.c cvs rdiff -u -r1.27 -r1.28 src/sys/dev/usb/if_upgt.c cvs rdiff -u -r1.69 -r1.70 src/sys/dev/usb/if_upl.c cvs rdiff -u -r1.61 -r1.62 src/sys/dev/usb/if_ural.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:39:07 UTC 2020 Modified Files: src/sys/dev/usb: if_ure.c if_url.c if_urndis.c if_urtw.c if_urtwn.c if_zyd.c uhso.c usbnet.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/usb/if_ure.c cvs rdiff -u -r1.72 -r1.73 src/sys/dev/usb/if_url.c cvs rdiff -u -r1.35 -r1.36 src/sys/dev/usb/if_urndis.c cvs rdiff -u -r1.20 -r1.21 src/sys/dev/usb/if_urtw.c cvs rdiff -u -r1.80 -r1.81 src/sys/dev/usb/if_urtwn.c cvs rdiff -u -r1.55 -r1.56 src/sys/dev/usb/if_zyd.c cvs rdiff -u -r1.31 -r1.32 src/sys/dev/usb/uhso.c cvs rdiff -u -r1.33 -r1.34 src/sys/dev/usb/usbnet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:44:27 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.662 -r1.663 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: thorpej Date: Wed Jan 29 06:46:59 UTC 2020 Modified Files: src/sys/dev/pci: if_pcn.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/pci/if_pcn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.