Re: CVS commit: src/tests/net

2019-08-19 Thread Martin Husemann
On Tue, Aug 20, 2019 at 11:21:08AM +0900, Ryota Ozaki wrote: > Is it an issue specific to sparc64? No, same happens on (big endian) arm. Endianess issue? I'll do a little endian arm run today. Martin

CVS commit: src/sys

2019-08-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 20 04:11:22 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c src/sys/net: if_vlan.c Log Message: Fix a bug that VLAN HW "tagging" enable/disable may not refrect correctly. - Always call

CVS commit: src/sys

2019-08-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 20 04:11:22 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c src/sys/net: if_vlan.c Log Message: Fix a bug that VLAN HW "tagging" enable/disable may not refrect correctly. - Always call

CVS commit: src/sys/net

2019-08-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 20 03:56:59 UTC 2019 Modified Files: src/sys/net: if_vlan.c Log Message: Add missing IFNET_LOCK() and IFNET_UNLOCK() in vlan_config(). XXX pullup-9 To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/sys/net

2019-08-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 20 03:56:59 UTC 2019 Modified Files: src/sys/net: if_vlan.c Log Message: Add missing IFNET_LOCK() and IFNET_UNLOCK() in vlan_config(). XXX pullup-9 To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/sys/net

2019-08-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 20 03:50:55 UTC 2019 Modified Files: src/sys/net: if_vlan.c Log Message: Check ec_capenable instead of ec_capabilities to control TX side of VLAN HW tagging correctly. XXX pullup-9 To generate a diff of this commit:

CVS commit: src/sys/net

2019-08-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 20 03:50:55 UTC 2019 Modified Files: src/sys/net: if_vlan.c Log Message: Check ec_capenable instead of ec_capabilities to control TX side of VLAN HW tagging correctly. XXX pullup-9 To generate a diff of this commit:

Re: CVS commit: src/tests/net

2019-08-19 Thread Ryota Ozaki
On Mon, Aug 19, 2019 at 10:18 PM Martin Husemann wrote: > > On Mon, Aug 19, 2019 at 03:22:47AM +, Ryota Ozaki wrote: > > Module Name: src > > Committed By: ozaki-r > > Date: Mon Aug 19 03:22:47 UTC 2019 > > > > Modified Files: > > src/tests/net: net_common.sh > > > > Log

CVS commit: src/doc

2019-08-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Aug 20 02:42:04 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Fix year in previous entry's datestamp To generate a diff of this commit: cvs rdiff -u -r1.2571 -r1.2572 src/doc/CHANGES Please note that diffs are

CVS commit: src/doc

2019-08-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Aug 20 02:42:04 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Fix year in previous entry's datestamp To generate a diff of this commit: cvs rdiff -u -r1.2571 -r1.2572 src/doc/CHANGES Please note that diffs are

CVS commit: src/sys/kern

2019-08-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 20 01:56:22 UTC 2019 Modified Files: src/sys/kern: sys_select.c Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/kern

2019-08-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Aug 20 01:56:22 UTC 2019 Modified Files: src/sys/kern: sys_select.c Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/doc

2019-08-19 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Tue Aug 20 01:48:48 UTC 2019 Modified Files: src/doc: CHANGES Log Message: boot(8): GPT and RAIDframe support for x86 bootstrap [manu 20180818] To generate a diff of this commit: cvs rdiff -u -r1.2570 -r1.2571 src/doc/CHANGES

CVS commit: src/doc

2019-08-19 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Tue Aug 20 01:48:48 UTC 2019 Modified Files: src/doc: CHANGES Log Message: boot(8): GPT and RAIDframe support for x86 bootstrap [manu 20180818] To generate a diff of this commit: cvs rdiff -u -r1.2570 -r1.2571 src/doc/CHANGES

CVS commit: src/sbin/dump

2019-08-19 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Mon Aug 19 18:12:50 UTC 2019 Modified Files: src/sbin/dump: dump.8 main.c Log Message: Add -D flag to allow the user to specify an alternate dumpdates file. Closes PR #54469. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/dump

2019-08-19 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Mon Aug 19 18:12:50 UTC 2019 Modified Files: src/sbin/dump: dump.8 main.c Log Message: Add -D flag to allow the user to specify an alternate dumpdates file. Closes PR #54469. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-9] src/doc

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:12:04 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #90 - #98 To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:12:04 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #90 - #98 To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:10:35 UTC 2019 Modified Files: src/sys/net [netbsd-9]: if.c src/tests/net/if [netbsd-9]: t_ifconfig.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #98): sys/net/if.c:

CVS commit: [netbsd-9] src

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:10:35 UTC 2019 Modified Files: src/sys/net [netbsd-9]: if.c src/tests/net/if [netbsd-9]: t_ifconfig.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #98): sys/net/if.c:

CVS commit: [netbsd-9] src/sys/netinet6

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:08:19 UTC 2019 Modified Files: src/sys/netinet6 [netbsd-9]: nd6.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #97): sys/netinet6/nd6.c: revision 1.257 Add missing IFNET_LOCK

CVS commit: [netbsd-9] src/sys/netinet6

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:08:19 UTC 2019 Modified Files: src/sys/netinet6 [netbsd-9]: nd6.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #97): sys/netinet6/nd6.c: revision 1.257 Add missing IFNET_LOCK

Re: CVS commit: src/sys/kern

2019-08-19 Thread Christos Zoulas
I was thinking of doing that too. The problem is that we don't have a standard way to pass feedback to the user why the mount fail, and returning EINVAL seems suboptimal. It also changes the current semantics. christos > On Aug 19, 2019, at 6:35 PM, Robert Elz wrote: > >Date:Mon,

CVS commit: [netbsd-9] src/usr.bin/sockstat

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:01:52 UTC 2019 Modified Files: src/usr.bin/sockstat [netbsd-9]: Makefile prog_ops.h sockstat.c sockstat_hostops.c sockstat_rumpops.c Log Message: Pull up following revision(s) (requested by kamil in

CVS commit: [netbsd-9] src/usr.bin/sockstat

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:01:52 UTC 2019 Modified Files: src/usr.bin/sockstat [netbsd-9]: Makefile prog_ops.h sockstat.c sockstat_hostops.c sockstat_rumpops.c Log Message: Pull up following revision(s) (requested by kamil in

CVS commit: [netbsd-9] src/sbin/sysctl

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:00:04 UTC 2019 Modified Files: src/sbin/sysctl [netbsd-9]: Makefile prog_ops.h sysctl.c sysctl_hostops.c sysctl_rumpops.c Log Message: Pull up following revision(s) (requested by kamil in ticket #95):

CVS commit: [netbsd-9] src/sbin/sysctl

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 16:00:04 UTC 2019 Modified Files: src/sbin/sysctl [netbsd-9]: Makefile prog_ops.h sysctl.c sysctl_hostops.c sysctl_rumpops.c Log Message: Pull up following revision(s) (requested by kamil in ticket #95):

CVS commit: [netbsd-9] src/usr.bin/netstat

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 15:56:49 UTC 2019 Modified Files: src/usr.bin/netstat [netbsd-9]: Makefile atalk.c bpf.c fast_ipsec.c inet.c inet6.c netstat_hostops.c netstat_rumpops.c pfkey.c pfsync.c prog_ops.h Log Message:

CVS commit: [netbsd-9] src/usr.bin/netstat

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 15:56:49 UTC 2019 Modified Files: src/usr.bin/netstat [netbsd-9]: Makefile atalk.c bpf.c fast_ipsec.c inet.c inet6.c netstat_hostops.c netstat_rumpops.c pfkey.c pfsync.c prog_ops.h Log Message:

CVS commit: [netbsd-9] src/share/mk

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 15:53:40 UTC 2019 Modified Files: src/share/mk [netbsd-9]: bsd.prog.mk Log Message: Pull up following revision(s) (requested by kamil in ticket #93): share/mk/bsd.prog.mk: revision 1.322 Add PAXCTL_FLAG rules

CVS commit: [netbsd-9] src/share/mk

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 15:53:40 UTC 2019 Modified Files: src/share/mk [netbsd-9]: bsd.prog.mk Log Message: Pull up following revision(s) (requested by kamil in ticket #93): share/mk/bsd.prog.mk: revision 1.322 Add PAXCTL_FLAG rules

CVS commit: [netbsd-9] src/tests/rump/modautoload

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 15:47:00 UTC 2019 Modified Files: src/tests/rump/modautoload [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by kamil in ticket #91): tests/rump/modautoload/Makefile: revision 1.9

CVS commit: [netbsd-9] src/tests/rump/modautoload

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 15:47:00 UTC 2019 Modified Files: src/tests/rump/modautoload [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by kamil in ticket #91): tests/rump/modautoload/Makefile: revision 1.9

CVS commit: [netbsd-9] src/external/bsd/compiler_rt/lib/clang/lib/netbsd

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 15:43:54 UTC 2019 Modified Files: src/external/bsd/compiler_rt/lib/clang/lib/netbsd [netbsd-9]: common.mk Log Message: Pull up following revision(s) (requested by kamil in ticket #90):

CVS commit: [netbsd-9] src/external/bsd/compiler_rt/lib/clang/lib/netbsd

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 15:43:54 UTC 2019 Modified Files: src/external/bsd/compiler_rt/lib/clang/lib/netbsd [netbsd-9]: common.mk Log Message: Pull up following revision(s) (requested by kamil in ticket #90):

Re: CVS commit: src/sys/kern

2019-08-19 Thread Robert Elz
Date:Mon, 19 Aug 2019 05:32:42 -0400 From:"Christos Zoulas" Message-ID: <20190819093242.88152f...@cvs.netbsd.org> | Log Message: | If we could not start extattr for some reason, don't advertise extattr | in the mount. I would have expected a better result

CVS commit: [netbsd-8] src/doc

2019-08-19 Thread Martin Husemann
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

CVS commit: [netbsd-8] src/doc

2019-08-19 Thread Martin Husemann
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

CVS commit: [netbsd-8] src/sys/netinet6

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 14:28:13 UTC 2019 Modified Files: src/sys/netinet6 [netbsd-8]: nd6.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1340): sys/netinet6/nd6.c: revision 1.257 Add missing

CVS commit: [netbsd-8] src/sys/netinet6

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 14:28:13 UTC 2019 Modified Files: src/sys/netinet6 [netbsd-8]: nd6.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1340): sys/netinet6/nd6.c: revision 1.257 Add missing

CVS commit: [netbsd-8] src

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 14:27:16 UTC 2019 Modified Files: src/sys/net [netbsd-8]: if.c src/tests/net/if [netbsd-8]: t_ifconfig.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1339):

CVS commit: [netbsd-8] src

2019-08-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 19 14:27:16 UTC 2019 Modified Files: src/sys/net [netbsd-8]: if.c src/tests/net/if [netbsd-8]: t_ifconfig.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1339):

CVS commit: src/sys/ufs/ufs

2019-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 19 14:09:12 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_extattr.c Log Message: - KNF more - print the full path in error messages To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sys/ufs/ufs

2019-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 19 14:09:12 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_extattr.c Log Message: - KNF more - print the full path in error messages To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

Re: CVS commit: src/tests/net

2019-08-19 Thread Martin Husemann
On Mon, Aug 19, 2019 at 03:22:47AM +, Ryota Ozaki wrote: > Module Name: src > Committed By: ozaki-r > Date: Mon Aug 19 03:22:47 UTC 2019 > > Modified Files: > src/tests/net: net_common.sh > > Log Message: > tests: check pool object leaks > > Currently only llentpl leaks can

CVS commit: src/sys/arch

2019-08-19 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 19 11:41:36 UTC 2019 Modified Files: src/sys/arch/arm/imx: imx51_spi.c imx51reg.h imxspi.c imxspivar.h src/sys/arch/arm/imx/fdt: files.imx6 src/sys/arch/evbarm/conf: IMX

CVS commit: src/sys/arch

2019-08-19 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 19 11:41:36 UTC 2019 Modified Files: src/sys/arch/arm/imx: imx51_spi.c imx51reg.h imxspi.c imxspivar.h src/sys/arch/arm/imx/fdt: files.imx6 src/sys/arch/evbarm/conf: IMX

CVS commit: src/sys/dev/spi

2019-08-19 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 19 10:56:33 UTC 2019 Modified Files: src/sys/dev/spi: oj6sh.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/spi/oj6sh.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/spi

2019-08-19 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 19 10:56:33 UTC 2019 Modified Files: src/sys/dev/spi: oj6sh.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/spi/oj6sh.c Please note that diffs are not public domain;

CVS commit: src/sys/arch/arm/acpi

2019-08-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 19 10:53:31 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c Log Message: Use a unique name for the acpi ARM_PLATFORM definition To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/arm/acpi

2019-08-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 19 10:53:31 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c Log Message: Use a unique name for the acpi ARM_PLATFORM definition To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/arm/imx/fdt

2019-08-19 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 19 10:44:35 UTC 2019 Modified Files: src/sys/arch/arm/imx/fdt: imx6_platform.c Log Message: Use a9ptmr_delay(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/imx/fdt/imx6_platform.c

CVS commit: src/sys/arch/arm/imx/fdt

2019-08-19 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Aug 19 10:44:35 UTC 2019 Modified Files: src/sys/arch/arm/imx/fdt: imx6_platform.c Log Message: Use a9ptmr_delay(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/imx/fdt/imx6_platform.c

CVS commit: src/sys/kern

2019-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 19 09:32:42 UTC 2019 Modified Files: src/sys/kern: vfs_mount.c Log Message: If we could not start extattr for some reason, don't advertise extattr in the mount. To generate a diff of this commit: cvs rdiff -u -r1.70

CVS commit: src/sys/kern

2019-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 19 09:32:42 UTC 2019 Modified Files: src/sys/kern: vfs_mount.c Log Message: If we could not start extattr for some reason, don't advertise extattr in the mount. To generate a diff of this commit: cvs rdiff -u -r1.70

CVS commit: src/sys/modules

2019-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 19 09:31:31 UTC 2019 Modified Files: src/sys/modules/ffs: Makefile src/sys/modules/ufs: Makefile Log Message: Enable extended attributes in modules. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/modules

2019-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 19 09:31:31 UTC 2019 Modified Files: src/sys/modules/ffs: Makefile src/sys/modules/ufs: Makefile Log Message: Enable extended attributes in modules. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/ufs/ufs

2019-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 19 09:30:30 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_extattr.c Log Message: - return (foo) -> return foo - normalize all error messages to use __func__ - add more messages for startup failure (should perhaps

CVS commit: src/sys/ufs/ufs

2019-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 19 09:30:30 UTC 2019 Modified Files: src/sys/ufs/ufs: ufs_extattr.c Log Message: - return (foo) -> return foo - normalize all error messages to use __func__ - add more messages for startup failure (should perhaps

CVS commit: src/sys/dev/usb

2019-08-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 19 08:07:55 UTC 2019 Modified Files: src/sys/dev/usb: TODO.usbmp Log Message: axe, udav, url, cue, kue, smsc, udav[*], upl, url and urdnis are now all ported to usbmp and mpsafe interfaces, and have all been tested too. [*]

CVS commit: src/sys/dev/usb

2019-08-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 19 08:07:55 UTC 2019 Modified Files: src/sys/dev/usb: TODO.usbmp Log Message: axe, udav, url, cue, kue, smsc, udav[*], upl, url and urdnis are now all ported to usbmp and mpsafe interfaces, and have all been tested too. [*]

CVS commit: src/sys/dev/usb

2019-08-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 19 07:33:37 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_mue.c if_smsc.c if_ure.c usbnet.c Log Message: move the check against un_phyno from usbnet back into the drivers that do this (axe,

CVS commit: src/sys/dev/usb

2019-08-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 19 07:33:37 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_mue.c if_smsc.c if_ure.c usbnet.c Log Message: move the check against un_phyno from usbnet back into the drivers that do this (axe,

CVS commit: src/sys/dev/usb

2019-08-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 19 07:20:07 UTC 2019 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: move the call to rnd_attach_source() earlier and add a matching call to rnd_detach_source() into detach. fixes an attach-detach-reattach issue

CVS commit: src/sys/dev/usb

2019-08-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 19 07:20:07 UTC 2019 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: move the call to rnd_attach_source() earlier and add a matching call to rnd_detach_source() into detach. fixes an attach-detach-reattach issue

CVS commit: src/sys/dev/usb

2019-08-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 19 06:35:14 UTC 2019 Modified Files: src/sys/dev/usb: usbhist.h usbnet.c Log Message: add USBHIST_CALLARGS() frontend to KERNHIST_CALLARGS(). add USBNETHIST_CALLARGS() frontend to USBHIST_CALLARGS(). use both in read/write

CVS commit: src/sys/dev/usb

2019-08-19 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 19 06:35:14 UTC 2019 Modified Files: src/sys/dev/usb: usbhist.h usbnet.c Log Message: add USBHIST_CALLARGS() frontend to KERNHIST_CALLARGS(). add USBNETHIST_CALLARGS() frontend to USBHIST_CALLARGS(). use both in read/write