CVS commit: src/sys/arch/x86/pci

2019-07-21 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Jul 22 06:52:06 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: remove unnecessary NULL check after kmem_zalloc(KM_SLEEP) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x86

CVS commit: src/sys/arch/x86/pci

2019-07-21 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Jul 22 06:52:06 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: remove unnecessary NULL check after kmem_zalloc(KM_SLEEP) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x86

CVS commit: src/sys/dev/usb

2019-07-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 22 06:24:57 UTC 2019 Modified Files: src/sys/dev/usb: udsir.c Log Message: KNF (from nhusb) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/udsir.c Please note that diffs are not public domain

CVS commit: src/sys/dev/usb

2019-07-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 22 06:24:57 UTC 2019 Modified Files: src/sys/dev/usb: udsir.c Log Message: KNF (from nhusb) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/udsir.c Please note that diffs are not public domain

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

2019-07-21 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Jul 22 01:35:37 UTC 2019 Modified Files: src/sys/arch/arm/imx: imx31_gpio.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/imx/imx31_gpio.c Please note that di

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

2019-07-21 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Mon Jul 22 01:35:37 UTC 2019 Modified Files: src/sys/arch/arm/imx: imx31_gpio.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/imx/imx31_gpio.c Please note that di

CVS commit: src/external/bsd/bzip2/dist

2019-07-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jul 21 21:07:12 UTC 2019 Modified Files: src/external/bsd/bzip2/dist: bzip2.1 Log Message: Fix mismerge of man page after 1.0.8 import. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/bzip2/dist/bzi

CVS commit: src/external/bsd/bzip2/dist

2019-07-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jul 21 21:07:12 UTC 2019 Modified Files: src/external/bsd/bzip2/dist: bzip2.1 Log Message: Fix mismerge of man page after 1.0.8 import. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/bzip2/dist/bzi

CVS commit: src/doc

2019-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 21 19:03:12 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: update bzip2 homepage and version To generate a diff of this commit: cvs rdiff -u -r1.1635 -r1.1636 src/doc/3RDPARTY Please note that diffs are not publi

CVS commit: src/doc

2019-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 21 19:03:12 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: update bzip2 homepage and version To generate a diff of this commit: cvs rdiff -u -r1.1635 -r1.1636 src/doc/3RDPARTY Please note that diffs are not publi

CVS commit: src/sys/arch/evbarm/conf

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 17:05:11 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Enable DISKLABEL_EI, which is useful for machines that support both endian. To generate a diff of this commit: cvs rdiff -u -r1.33 -

CVS commit: src/sys/arch/evbarm/conf

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 17:05:11 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Enable DISKLABEL_EI, which is useful for machines that support both endian. To generate a diff of this commit: cvs rdiff -u -r1.33 -

CVS commit: src/sys/stand/efiboot

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 17:01:39 UTC 2019 Modified Files: src/sys/stand/efiboot: Makefile.efiboot Log Message: Enable us to load kernel image of different byte order. Now, earmv7hf-eb kernel can successfully boot from EFI bootloader. XXX We need

CVS commit: src/sys/stand/efiboot

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 17:01:39 UTC 2019 Modified Files: src/sys/stand/efiboot: Makefile.efiboot Log Message: Enable us to load kernel image of different byte order. Now, earmv7hf-eb kernel can successfully boot from EFI bootloader. XXX We need

CVS commit: src/sys/lib/libsa

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:53:17 UTC 2019 Modified Files: src/sys/lib/libsa: Makefile loadfile_elf32.c Log Message: Add SA_ENABLE_BIENDIAN option, which enable us to load kernel image of opposite byte order (for arm EFI bootloader). XXX Currentl

CVS commit: src/sys/lib/libsa

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:53:17 UTC 2019 Modified Files: src/sys/lib/libsa: Makefile loadfile_elf32.c Log Message: Add SA_ENABLE_BIENDIAN option, which enable us to load kernel image of opposite byte order (for arm EFI bootloader). XXX Currentl

CVS commit: src/sys/dev/rasops

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:19:45 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c Log Message: Fix cursor movement for ri_xscale = 1, e.g., fontwidth = 8 and bpp = 1. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/de

CVS commit: src/sys/dev/rasops

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:19:45 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c Log Message: Fix cursor movement for ri_xscale = 1, e.g., fontwidth = 8 and bpp = 1. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/de

CVS commit: src/sys/dev/rasops

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:18:09 UTC 2019 Modified Files: src/sys/dev/rasops: rasops15.c Log Message: Fix byte order of stamp for big endian so that width-optimized putchar functions work correctly. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/rasops

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:18:09 UTC 2019 Modified Files: src/sys/dev/rasops: rasops15.c Log Message: Fix byte order of stamp for big endian so that width-optimized putchar functions work correctly. To generate a diff of this commit: cvs rdiff

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

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:12:59 UTC 2019 Modified Files: src/sys/arch/arm/arm32: db_interface.c Log Message: Fix hand-crafted trap instruction in cpu_Debugger() for big endian. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/

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

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:12:59 UTC 2019 Modified Files: src/sys/arch/arm/arm32: db_interface.c Log Message: Fix hand-crafted trap instruction in cpu_Debugger() for big endian. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/

CVS commit: src/sys/dev/ic

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:10:37 UTC 2019 Modified Files: src/sys/dev/ic: z8530tty.c Log Message: Fix panic due to inconsistent lock states of tty_lock in zsparam(). Tested on mac68k. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.

CVS commit: src/sys/dev/ic

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:10:37 UTC 2019 Modified Files: src/sys/dev/ic: z8530tty.c Log Message: Fix panic due to inconsistent lock states of tty_lock in zsparam(). Tested on mac68k. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.

CVS commit: src/sys/dev/hyperv

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:08:13 UTC 2019 Modified Files: src/sys/dev/hyperv: hvkbd.c Log Message: Fix build for !WSDISPLAY_COMPAT_RAWKBD. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hyperv/hvkbd.c Please note that

CVS commit: src/sys/dev/hyperv

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:08:13 UTC 2019 Modified Files: src/sys/dev/hyperv: hvkbd.c Log Message: Fix build for !WSDISPLAY_COMPAT_RAWKBD. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hyperv/hvkbd.c Please note that

CVS commit: src/distrib/utils/embedded

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:05:24 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Added Files: src/distrib/utils/embedded/files: armv7_boot_nonefi.cmd Log Message: Fallback to non-EFI boot script if EFI bootloader is a

CVS commit: src/distrib/utils/embedded

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 16:05:24 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Added Files: src/distrib/utils/embedded/files: armv7_boot_nonefi.cmd Log Message: Fallback to non-EFI boot script if EFI bootloader is a

CVS commit: src/sys/dev/fdt

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 15:57:24 UTC 2019 Modified Files: src/sys/dev/fdt: dw_apb_uart.c Log Message: The device cannot recognize break signal. Use + (five plus signs) as cnmagic in the same manner with bcm2835_com.c. To generate a diff of

CVS commit: src/sys/dev/fdt

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 15:57:24 UTC 2019 Modified Files: src/sys/dev/fdt: dw_apb_uart.c Log Message: The device cannot recognize break signal. Use + (five plus signs) as cnmagic in the same manner with bcm2835_com.c. To generate a diff of

CVS commit: src/share/man/man4

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 15:51:58 UTC 2019 Modified Files: src/share/man/man4: ddb.4 Log Message: Describe how to enter ddb for evbarm. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/share/man/man4/ddb.4 Please n

CVS commit: src/share/man/man4

2019-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 21 15:51:58 UTC 2019 Modified Files: src/share/man/man4: ddb.4 Log Message: Describe how to enter ddb for evbarm. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/share/man/man4/ddb.4 Please n

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2019-07-21 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jul 21 15:38:06 UTC 2019 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c Log Message: Always use "netbsd" as kernel name, dt_module_update() already takes care to load data from the booted kernel

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2019-07-21 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jul 21 15:37:27 UTC 2019 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c Log Message: Try to load module "dtrace" before opening "/dev/dtrace/dtrace". Fixes PR kern/54387: DTrace Kernel module do

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2019-07-21 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jul 21 15:38:06 UTC 2019 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c Log Message: Always use "netbsd" as kernel name, dt_module_update() already takes care to load data from the booted kernel

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2019-07-21 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jul 21 15:37:27 UTC 2019 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c Log Message: Try to load module "dtrace" before opening "/dev/dtrace/dtrace". Fixes PR kern/54387: DTrace Kernel module do

CVS commit: src/tests/usr.bin/printf

2019-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jul 21 15:25:59 UTC 2019 Modified Files: src/tests/usr.bin/printf: printf.sh Log Message: Stop assuming that printf handles options in any way at all (it doesn't - that is, shouldn't) which includes processing -- as an "end of op

CVS commit: src/tests/usr.bin/printf

2019-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jul 21 15:25:59 UTC 2019 Modified Files: src/tests/usr.bin/printf: printf.sh Log Message: Stop assuming that printf handles options in any way at all (it doesn't - that is, shouldn't) which includes processing -- as an "end of op

CVS commit: src/usr.bin/printf

2019-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jul 21 15:25:39 UTC 2019 Modified Files: src/usr.bin/printf: printf.c Log Message: Stop assuming that printf handles options in any way at all (it doesn't - that is, shouldn't) which includes processing -- as an "end of options".

CVS commit: src/usr.bin/printf

2019-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jul 21 15:25:39 UTC 2019 Modified Files: src/usr.bin/printf: printf.c Log Message: Stop assuming that printf handles options in any way at all (it doesn't - that is, shouldn't) which includes processing -- as an "end of options".

CVS commit: src/tests/usr.bin/printf

2019-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jul 21 15:00:18 UTC 2019 Modified Files: src/tests/usr.bin/printf: t_builtin.sh Log Message: Correct a typo. It is atf_require_prog not atf_require_pfog ... To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/test

CVS commit: src/tests/usr.bin/printf

2019-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jul 21 15:00:18 UTC 2019 Modified Files: src/tests/usr.bin/printf: t_builtin.sh Log Message: Correct a typo. It is atf_require_prog not atf_require_pfog ... To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/test

CVS commit: src/usr.sbin/sysinst

2019-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 21 12:23:18 UTC 2019 Modified Files: src/usr.sbin/sysinst: util.c Log Message: scripting_vprintf: to simplify things for gcc (and avoid "may be used uninitialized" warnings) just always copy the va_list and use one copy fo

CVS commit: src/usr.sbin/sysinst

2019-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 21 12:23:18 UTC 2019 Modified Files: src/usr.sbin/sysinst: util.c Log Message: scripting_vprintf: to simplify things for gcc (and avoid "may be used uninitialized" warnings) just always copy the va_list and use one copy fo

CVS commit: src

2019-07-21 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Sun Jul 21 12:15:14 UTC 2019 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/freetype/freetype: Makefile Log Message: Add ftcolor.h to build from freetype2. To generate a diff of this commit: cvs

CVS commit: src

2019-07-21 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Sun Jul 21 12:15:14 UTC 2019 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/freetype/freetype: Makefile Log Message: Add ftcolor.h to build from freetype2. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/sysinst

2019-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 21 11:56:20 UTC 2019 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: When changing the user geometry, do not alter the disklabel internal geometry information. On drives only capable of doing CHS addressing,

CVS commit: src/usr.sbin/sysinst

2019-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 21 11:56:20 UTC 2019 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: When changing the user geometry, do not alter the disklabel internal geometry information. On drives only capable of doing CHS addressing,

CVS commit: src/external/bsd/bzip2/dist

2019-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 21 11:52:14 UTC 2019 Modified Files: src/external/bsd/bzip2/dist: bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib_private.h decompress.c Log Message: Merge bzip2 1.0.8 1.0.7 (27 Jun 19) ~ * Fix und

CVS commit: src/external/bsd/bzip2/dist

2019-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 21 11:52:14 UTC 2019 Modified Files: src/external/bsd/bzip2/dist: bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib_private.h decompress.c Log Message: Merge bzip2 1.0.8 1.0.7 (27 Jun 19) ~ * Fix und

CVS commit: src/usr.sbin/sysinst

2019-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 21 11:36:34 UTC 2019 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: Reintroduce scripting for writing the disklabel To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/disklab

CVS commit: src/usr.sbin/sysinst

2019-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 21 11:36:34 UTC 2019 Modified Files: src/usr.sbin/sysinst: disklabel.c Log Message: Reintroduce scripting for writing the disklabel To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/disklab

CVS import: src/external/bsd/bzip2/dist

2019-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 21 11:35:33 UTC 2019 Update of /cvsroot/src/external/bsd/bzip2/dist In directory ivanova.netbsd.org:/tmp/cvs-serv23477 Log Message: Import bzip2 1.0.8 Status: Vendor Tag: JSEWARD Release Tags: bzip2-1-0-8 U

CVS commit: src/usr.sbin/sysinst

2019-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 21 11:35:37 UTC 2019 Modified Files: src/usr.sbin/sysinst: util.c Log Message: scripting_fprintf: when we traverse the va_list twice, we need to save it before the first and reset it before the second pass. To generate a

CVS commit: src/usr.sbin/sysinst

2019-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 21 11:35:37 UTC 2019 Modified Files: src/usr.sbin/sysinst: util.c Log Message: scripting_fprintf: when we traverse the va_list twice, we need to save it before the first and reset it before the second pass. To generate a

CVS import: src/external/bsd/bzip2/dist

2019-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 21 11:35:33 UTC 2019 Update of /cvsroot/src/external/bsd/bzip2/dist In directory ivanova.netbsd.org:/tmp/cvs-serv23477 Log Message: Import bzip2 1.0.8 Status: Vendor Tag: JSEWARD Release Tags: bzip2-1-0-8 U

CVS commit: src/etc

2019-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 21 11:14:19 UTC 2019 Modified Files: src/etc/etc.amd64: MAKEDEV.conf src/etc/etc.i386: MAKEDEV.conf Log Message: Create up to pci19. We probably don't need more than one pci file, but the code needs to be changed fo

CVS commit: src/etc

2019-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jul 21 11:14:19 UTC 2019 Modified Files: src/etc/etc.amd64: MAKEDEV.conf src/etc/etc.i386: MAKEDEV.conf Log Message: Create up to pci19. We probably don't need more than one pci file, but the code needs to be changed fo

CVS commit: src/sys/dev/usb

2019-07-21 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 21 10:27:56 UTC 2019 Modified Files: src/sys/dev/usb: if_auereg.h if_axe.c if_cdce.c if_cuereg.h if_kuereg.h if_udavreg.h if_upl.c if_url.c if_urlreg.h Log Message: remove unused structure members. this brings mo

CVS commit: src/sys/dev/usb

2019-07-21 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 21 10:27:56 UTC 2019 Modified Files: src/sys/dev/usb: if_auereg.h if_axe.c if_cdce.c if_cuereg.h if_kuereg.h if_udavreg.h if_upl.c if_url.c if_urlreg.h Log Message: remove unused structure members. this brings mo

CVS commit: src/sys/dev/usb

2019-07-21 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 21 09:38:29 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c Log Message: remove unused axe_accum and axe_idx members of struct axe_chain. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/dev/usb/if

CVS commit: src/sys/dev/usb

2019-07-21 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 21 09:38:29 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c Log Message: remove unused axe_accum and axe_idx members of struct axe_chain. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/dev/usb/if

CVS commit: src/sys

2019-07-21 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 21 08:24:32 UTC 2019 Modified Files: src/sys/arch/arm/altera: cycv_gmac.c src/sys/arch/arm/amlogic: meson_dwmac.c src/sys/arch/arm/rockchip: rk_gmac.c src/sys/arch/arm/sunxi: sunxi_gmac.c src/sy

CVS commit: src/sys

2019-07-21 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 21 08:24:32 UTC 2019 Modified Files: src/sys/arch/arm/altera: cycv_gmac.c src/sys/arch/arm/amlogic: meson_dwmac.c src/sys/arch/arm/rockchip: rk_gmac.c src/sys/arch/arm/sunxi: sunxi_gmac.c src/sy