CVS commit: src/sys/external/bsd/drm2/drm

2019-09-22 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 23 05:54:31 UTC 2019 Modified Files: src/sys/external/bsd/drm2/drm: drm_module.c Log Message: when "boot -x", don't turn on *all* drm debug, just the core, driver and kms messages, eliding the vblank, atomic and prime

CVS commit: src/sys/external/bsd/drm2/drm

2019-09-22 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 23 05:54:31 UTC 2019 Modified Files: src/sys/external/bsd/drm2/drm: drm_module.c Log Message: when "boot -x", don't turn on *all* drm debug, just the core, driver and kms messages, eliding the vblank, atomic and prime

CVS commit: src/sys/kern

2019-09-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 23 05:39:59 UTC 2019 Modified Files: src/sys/kern: subr_pool.c Log Message: Enable POOL_REDZONE with DIAGNOSTIC. The bug in the arm pmap was fixed long ago. To generate a diff of this commit: cvs rdiff -u -r1.258

CVS commit: src/sys/kern

2019-09-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 23 05:39:59 UTC 2019 Modified Files: src/sys/kern: subr_pool.c Log Message: Enable POOL_REDZONE with DIAGNOSTIC. The bug in the arm pmap was fixed long ago. To generate a diff of this commit: cvs rdiff -u -r1.258

CVS commit: src/sys/net

2019-09-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 05:00:20 UTC 2019 Modified Files: src/sys/net: route.c Log Message: Stop passing a large const structure by value, in order to avoid possible kernel stack overflow; const pointer is suffice here. Pointed out by the lgtm

CVS commit: src/sys/net

2019-09-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 05:00:20 UTC 2019 Modified Files: src/sys/net: route.c Log Message: Stop passing a large const structure by value, in order to avoid possible kernel stack overflow; const pointer is suffice here. Pointed out by the lgtm

Re: CVS commit: src/sys/net

2019-09-22 Thread Rin Okuyama
Hi, On 2019/09/22 18:30, Kamil Rytarowski wrote: On 12.04.2018 06:38, Ryota Ozaki wrote: Module Name:src Committed By: ozaki-r Date: Thu Apr 12 04:38:13 UTC 2018 Modified Files: src/sys/net: if.h route.c route.h rtsock.c Log Message: Resolve tangled lock dependencies

CVS commit: src/external/gpl3/gcc/dist/gcc

2019-09-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 22 23:34:13 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: cppbuiltin.c Log Message: Add LSan and UBSan specific preprocessor macros __SANITIZE_LEAK__ patch:

CVS commit: src/external/gpl3/gcc/dist/gcc

2019-09-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 22 23:34:13 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: cppbuiltin.c Log Message: Add LSan and UBSan specific preprocessor macros __SANITIZE_LEAK__ patch:

CVS commit: src/sys/sys

2019-09-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 22 23:23:12 UTC 2019 Modified Files: src/sys/sys: cdefs.h Log Message: Handle LSan/LLVM and LSan/GCC in __NO_LEAKS __has_feature(leak_sanitizer) was merged with Clang/LLVM today: https://reviews.llvm.org/D67719 GCC

CVS commit: src/sys/sys

2019-09-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 22 23:23:12 UTC 2019 Modified Files: src/sys/sys: cdefs.h Log Message: Handle LSan/LLVM and LSan/GCC in __NO_LEAKS __has_feature(leak_sanitizer) was merged with Clang/LLVM today: https://reviews.llvm.org/D67719 GCC

CVS commit: src/sys/compat/sys

2019-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 22 23:18:53 UTC 2019 Added Files: src/sys/compat/sys: statvfs.h Log Message: new files for statvfs90 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/statvfs.h Please note that diffs are

CVS commit: src/sys/compat/sys

2019-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 22 23:18:53 UTC 2019 Added Files: src/sys/compat/sys: statvfs.h Log Message: new files for statvfs90 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/statvfs.h Please note that diffs are

CVS commit: src/sys/sys

2019-09-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 22 23:13:10 UTC 2019 Modified Files: src/sys/sys: cdefs.h Log Message: Make __CTASSERT static assert again Today GCC/Clang allow to specify typedef char[] with the dynamic VLA property (as introduced in C99). This means

CVS commit: src/sys/sys

2019-09-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 22 23:13:10 UTC 2019 Modified Files: src/sys/sys: cdefs.h Log Message: Make __CTASSERT static assert again Today GCC/Clang allow to specify typedef char[] with the dynamic VLA property (as introduced in C99). This means

CVS commit: src/sys

2019-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 22 23:03:21 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src/sys

2019-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 22 23:03:21 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src

2019-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 22 22:59:40 UTC 2019 Modified Files: src/bin/df: df.c src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/distrib/sets/lists/modules: ad.arm ad.mips md.amd64 md.sparc64 mi

CVS commit: src

2019-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 22 22:59:40 UTC 2019 Modified Files: src/bin/df: df.c src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/distrib/sets/lists/modules: ad.arm ad.mips md.amd64 md.sparc64 mi

CVS commit: src/share/examples/npf

2019-09-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 22 19:51:18 UTC 2019 Modified Files: src/share/examples/npf: soho_gw-npf.conf Log Message: Add support for blacklistd To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/examples/npf/soho_gw-npf.conf

CVS commit: src/share/examples/npf

2019-09-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 22 19:51:18 UTC 2019 Modified Files: src/share/examples/npf: soho_gw-npf.conf Log Message: Add support for blacklistd To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/examples/npf/soho_gw-npf.conf

CVS commit: src/share/examples/npf

2019-09-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 22 19:30:16 UTC 2019 Modified Files: src/share/examples/npf: soho_gw-npf.conf Log Message: Passive FTP works as a client without this and we're not hosting an FTP server (port are not listed in services_tcp) To generate

CVS commit: src/share/examples/npf

2019-09-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 22 19:30:16 UTC 2019 Modified Files: src/share/examples/npf: soho_gw-npf.conf Log Message: Passive FTP works as a client without this and we're not hosting an FTP server (port are not listed in services_tcp) To generate

CVS commit: src

2019-09-22 Thread Brad Spencer
Module Name:src Committed By: brad Date: Sun Sep 22 18:45:20 UTC 2019 Modified Files: src/distrib/sets/lists/base: shl.mi src/external/cddl/osnet/lib/libavl: Makefile src/external/cddl/osnet/lib/libnvpair: Makefile

CVS commit: src

2019-09-22 Thread Brad Spencer
Module Name:src Committed By: brad Date: Sun Sep 22 18:45:20 UTC 2019 Modified Files: src/distrib/sets/lists/base: shl.mi src/external/cddl/osnet/lib/libavl: Makefile src/external/cddl/osnet/lib/libnvpair: Makefile

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

2019-09-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 22 18:31:59 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c files.acpi Added Files: src/sys/arch/arm/acpi: acpi_simplefb.c acpi_simplefb.h Log Message: Use vcons for simplefb preattach to speed

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

2019-09-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 22 18:31:59 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c files.acpi Added Files: src/sys/arch/arm/acpi: acpi_simplefb.c acpi_simplefb.h Log Message: Use vcons for simplefb preattach to speed

CVS commit: src/sys/dev/ic

2019-09-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Sep 22 16:41:19 UTC 2019 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9var.h Log Message: 8168H model didn't link up well. some models seems to require to enable TX/RX after configuration. RTKQ_TXRXEN_LATER quirk flag added.

CVS commit: src/sys/dev/ic

2019-09-22 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Sep 22 16:41:19 UTC 2019 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9var.h Log Message: 8168H model didn't link up well. some models seems to require to enable TX/RX after configuration. RTKQ_TXRXEN_LATER quirk flag added.

CVS commit: [netbsd-9] src/doc

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 14:29:48 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #210 - #228 To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 14:29:48 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #210 - #228 To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: src/sys/arch/aarch64/aarch64

2019-09-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 22 13:57:55 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Disable translation table walks using TTBR0 while changing its value and when deactivating a pmap. Fixes stability issues on Ampere

CVS commit: src/sys/arch/aarch64/aarch64

2019-09-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 22 13:57:55 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Disable translation table walks using TTBR0 while changing its value and when deactivating a pmap. Fixes stability issues on Ampere

CVS commit: src/etc

2019-09-22 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Sep 22 13:08:10 UTC 2019 Modified Files: src/etc: Makefile Log Message: Don't mix tabs and spaces To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440 src/etc/Makefile Please note that diffs are not public domain;

CVS commit: src/etc

2019-09-22 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Sep 22 13:08:10 UTC 2019 Modified Files: src/etc: Makefile Log Message: Don't mix tabs and spaces To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440 src/etc/Makefile Please note that diffs are not public domain;

CVS commit: src/sys/ddb

2019-09-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 22 12:57:34 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: fix "show kernhist". set addr = 0 if we don't have_addr and avoid using random garbage in addr. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ddb

2019-09-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 22 12:57:34 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: fix "show kernhist". set addr = 0 if we don't have_addr and avoid using random garbage in addr. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-9] src/external/mit/expat/lib/libexpat

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:44:05 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat [netbsd-9]: expat_config.h Log Message: Pull up following revision(s) (requested by maya in ticket #228):

CVS commit: [netbsd-9] src/external/mit/expat/lib/libexpat

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:44:05 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat [netbsd-9]: expat_config.h Log Message: Pull up following revision(s) (requested by maya in ticket #228):

CVS commit: [netbsd-9] src/sys/arch/arm/acpi

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:42:12 UTC 2019 Modified Files: src/sys/arch/arm/acpi [netbsd-9]: gicv3_acpi.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #227): sys/arch/arm/acpi/gicv3_acpi.c: revision 1.4

CVS commit: [netbsd-9] src/sys/arch/arm/acpi

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:42:12 UTC 2019 Modified Files: src/sys/arch/arm/acpi [netbsd-9]: gicv3_acpi.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #227): sys/arch/arm/acpi/gicv3_acpi.c: revision 1.4

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:39:36 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: locore.S Log Message: Pull up following revision(s) (requested by jmcneill in ticket #226): sys/arch/aarch64/aarch64/locore.S:

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:39:36 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: locore.S Log Message: Pull up following revision(s) (requested by jmcneill in ticket #226): sys/arch/aarch64/aarch64/locore.S:

CVS commit: [netbsd-9] src/sys/stand/efiboot

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:37:39 UTC 2019 Modified Files: src/sys/stand/efiboot [netbsd-9]: efiblock.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #225): sys/stand/efiboot/efiblock.c: revision 1.6

CVS commit: [netbsd-9] src/sys/stand/efiboot

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:37:39 UTC 2019 Modified Files: src/sys/stand/efiboot [netbsd-9]: efiblock.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #225): sys/stand/efiboot/efiblock.c: revision 1.6

CVS commit: [netbsd-9] src/sys/arch/evbarm/conf

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:35:56 UTC 2019 Modified Files: src/sys/arch/evbarm/conf [netbsd-9]: std.generic64 Log Message: Pull up following revision(s) (requested by jmcneill in ticket #224): sys/arch/evbarm/conf/std.generic64:

CVS commit: [netbsd-9] src/sys/arch/evbarm/conf

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:35:56 UTC 2019 Modified Files: src/sys/arch/evbarm/conf [netbsd-9]: std.generic64 Log Message: Pull up following revision(s) (requested by jmcneill in ticket #224): sys/arch/evbarm/conf/std.generic64:

CVS commit: [netbsd-9] src/sys/external/bsd/drm/dist/shared-core

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:34:06 UTC 2019 Modified Files: src/sys/external/bsd/drm/dist/shared-core [netbsd-9]: savage_state.c Log Message: Pull up following revision(s) (requested by hauke in ticket #223):

CVS commit: [netbsd-9] src/sys/external/bsd/drm/dist/shared-core

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:34:06 UTC 2019 Modified Files: src/sys/external/bsd/drm/dist/shared-core [netbsd-9]: savage_state.c Log Message: Pull up following revision(s) (requested by hauke in ticket #223):

CVS commit: [netbsd-9] src/sys/arch/arm/cortex

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:30:15 UTC 2019 Modified Files: src/sys/arch/arm/cortex [netbsd-9]: gicv3.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #222): sys/arch/arm/cortex/gicv3.c: revision 1.21 -

CVS commit: [netbsd-9] src/sys/arch/arm/cortex

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:30:15 UTC 2019 Modified Files: src/sys/arch/arm/cortex [netbsd-9]: gicv3.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #222): sys/arch/arm/cortex/gicv3.c: revision 1.21 -

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:27:22 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: cpufunc.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #221): sys/arch/aarch64/aarch64/cpufunc.c:

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:27:22 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: cpufunc.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #221): sys/arch/aarch64/aarch64/cpufunc.c:

CVS commit: [netbsd-9] src/sys/arch/arm/amlogic

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:25:26 UTC 2019 Modified Files: src/sys/arch/arm/amlogic [netbsd-9]: meson8b_clkc.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #220): sys/arch/arm/amlogic/meson8b_clkc.c:

CVS commit: [netbsd-9] src/sys/arch/arm/amlogic

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:25:26 UTC 2019 Modified Files: src/sys/arch/arm/amlogic [netbsd-9]: meson8b_clkc.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #220): sys/arch/arm/amlogic/meson8b_clkc.c:

CVS commit: [netbsd-9] src/share/man/man5

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:22:23 UTC 2019 Modified Files: src/share/man/man5 [netbsd-9]: mk.conf.5 Log Message: Pull up following revision(s) (requested by gson in ticket #219): share/man/man5/mk.conf.5: revision 1.79 MKZFS is no

CVS commit: [netbsd-9] src/share/man/man5

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:22:23 UTC 2019 Modified Files: src/share/man/man5 [netbsd-9]: mk.conf.5 Log Message: Pull up following revision(s) (requested by gson in ticket #219): share/man/man5/mk.conf.5: revision 1.79 MKZFS is no

CVS commit: [netbsd-9] src/sys/dev/ic

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:18:56 UTC 2019 Modified Files: src/sys/dev/ic [netbsd-9]: nvme.c Log Message: Pull up following revision(s) (requested by nonaka in ticket #218): sys/dev/ic/nvme.c: revision 1.45 Don't set Phase Tag bit of

CVS commit: [netbsd-9] src/sys/dev/ic

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:18:56 UTC 2019 Modified Files: src/sys/dev/ic [netbsd-9]: nvme.c Log Message: Pull up following revision(s) (requested by nonaka in ticket #218): sys/dev/ic/nvme.c: revision 1.45 Don't set Phase Tag bit of

CVS commit: [netbsd-9] src/sys/dev/pci

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:15:28 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-9]: if_age.c Log Message: Pull up following revision(s) (requested by maxv in ticket #216): sys/dev/pci/if_age.c: revision 1.61 Fix direction of the

CVS commit: [netbsd-9] src/sys/dev/pci

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:15:28 UTC 2019 Modified Files: src/sys/dev/pci [netbsd-9]: if_age.c Log Message: Pull up following revision(s) (requested by maxv in ticket #216): sys/dev/pci/if_age.c: revision 1.61 Fix direction of the

CVS commit: [netbsd-9] src/sys/dev/ic

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:13:33 UTC 2019 Modified Files: src/sys/dev/ic [netbsd-9]: i82557.c Log Message: Pull up following revision(s) (requested by maxv in ticket #217): sys/dev/ic/i82557.c: revision 1.155 Fix direction of the

CVS commit: [netbsd-9] src/sys/dev/ic

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 12:13:33 UTC 2019 Modified Files: src/sys/dev/ic [netbsd-9]: i82557.c Log Message: Pull up following revision(s) (requested by maxv in ticket #217): sys/dev/ic/i82557.c: revision 1.155 Fix direction of the

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:36:30 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: aarch64_machdep.c Log Message: Pull up following revision(s) (requested by ryo in ticket #215):

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:36:30 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: aarch64_machdep.c Log Message: Pull up following revision(s) (requested by ryo in ticket #215):

CVS commit: src/sys

2019-09-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 22 10:35:13 UTC 2019 Modified Files: src/sys/arch/amd64/include: types.h src/sys/kern: subr_asan.c src/sys/sys: bus_proto.h Log Message: Fix KASAN on aarch64: the bus_space_* functions are macros, so we

CVS commit: src/sys

2019-09-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 22 10:35:13 UTC 2019 Modified Files: src/sys/arch/amd64/include: types.h src/sys/kern: subr_asan.c src/sys/sys: bus_proto.h Log Message: Fix KASAN on aarch64: the bus_space_* functions are macros, so we

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:32:38 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: pmap.c Log Message: Pull up following revision(s) (requested by ryo in ticket #214): sys/arch/aarch64/aarch64/pmap.c: revision 1.44

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:32:38 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: pmap.c Log Message: Pull up following revision(s) (requested by ryo in ticket #214): sys/arch/aarch64/aarch64/pmap.c: revision 1.44

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:29:44 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: cpufunc_asm_armv8.S Log Message: Pull up following revision(s) (requested by ryo in ticket #213):

CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:29:44 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: cpufunc_asm_armv8.S Log Message: Pull up following revision(s) (requested by ryo in ticket #213):

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

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:24:09 UTC 2019 Modified Files: src/sys/netinet6 [netbsd-9]: nd6_nbr.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #212): sys/netinet6/nd6_nbr.c: revision 1.173 nd6: remove

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

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:24:09 UTC 2019 Modified Files: src/sys/netinet6 [netbsd-9]: nd6_nbr.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #212): sys/netinet6/nd6_nbr.c: revision 1.173 nd6: remove

CVS commit: [netbsd-9] src/etc

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:22:15 UTC 2019 Modified Files: src/etc [netbsd-9]: MAKEDEV.tmpl Log Message: Pull up following revision(s) (requested by thorpej in ticket #211): etc/MAKEDEV.tmpl: revision 1.208 Create the character

CVS commit: [netbsd-9] src/etc

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:22:15 UTC 2019 Modified Files: src/etc [netbsd-9]: MAKEDEV.tmpl Log Message: Pull up following revision(s) (requested by thorpej in ticket #211): etc/MAKEDEV.tmpl: revision 1.208 Create the character

CVS commit: [netbsd-9] src/usr.sbin/installboot

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:20:16 UTC 2019 Modified Files: src/usr.sbin/installboot [netbsd-9]: evboards.c evboards.h Log Message: Pull up following revision(s) (requested by thorpej in ticket #210): usr.sbin/installboot/evboards.h:

CVS commit: [netbsd-9] src/usr.sbin/installboot

2019-09-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 22 10:20:16 UTC 2019 Modified Files: src/usr.sbin/installboot [netbsd-9]: evboards.c evboards.h Log Message: Pull up following revision(s) (requested by thorpej in ticket #210): usr.sbin/installboot/evboards.h:

CVS commit: src/sys/dev/pci

2019-09-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 22 09:54:57 UTC 2019 Modified Files: src/sys/dev/pci: files.pci Log Message: Correct mcx comment, drop mii dependency To generate a diff of this commit: cvs rdiff -u -r1.414 -r1.415 src/sys/dev/pci/files.pci Please

CVS commit: src/sys/dev/pci

2019-09-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 22 09:54:57 UTC 2019 Modified Files: src/sys/dev/pci: files.pci Log Message: Correct mcx comment, drop mii dependency To generate a diff of this commit: cvs rdiff -u -r1.414 -r1.415 src/sys/dev/pci/files.pci Please

Re: CVS commit: src/sys/dev/ic

2019-09-22 Thread Robert Elz
Date:Sun, 22 Sep 2019 07:23:00 +0100 From:Nick Hudson Message-ID: <793d2380-8d1a-78ab-3682-0468aea0d...@gmx.co.uk> | I was merely pointing out that it exists already. Understood, and thanks - at a minimum that will avoid adding it with a different name. | I'm

Re: CVS commit: src/sys/net

2019-09-22 Thread Kamil Rytarowski
On 12.04.2018 06:38, Ryota Ozaki wrote: > Module Name: src > Committed By: ozaki-r > Date: Thu Apr 12 04:38:13 UTC 2018 > > Modified Files: > src/sys/net: if.h route.c route.h rtsock.c > > Log Message: > Resolve tangled lock dependencies in route.c > > This change sweeps

CVS commit: src/sys/dev/ic

2019-09-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 22 09:03:07 UTC 2019 Modified Files: src/sys/dev/ic: malo.c Log Message: Reduce always true comparison in malo_cmd_set_txpower() powerlevel is already checked for >=30 in the previous condition. Found by the lgtm bot.

CVS commit: src/sys/dev/ic

2019-09-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 22 09:03:07 UTC 2019 Modified Files: src/sys/dev/ic: malo.c Log Message: Reduce always true comparison in malo_cmd_set_txpower() powerlevel is already checked for >=30 in the previous condition. Found by the lgtm bot.

re: CVS commit: src/usr.sbin/usbdevs

2019-09-22 Thread matthew green
> On further thought, I think your patch won't work correctly in cases > where USB controllers are detached. For example, if you attach usb0 > and usb1, and then detach usb0, getusbcount_device() will return 1, > and usbdevs will try to list devices only on the detached usb0, and > not on the

re: CVS commit: src/usr.sbin/usbdevs

2019-09-22 Thread Andreas Gustafsson
Matthew, On further thought, I think your patch won't work correctly in cases where USB controllers are detached. For example, if you attach usb0 and usb1, and then detach usb0, getusbcount_device() will return 1, and usbdevs will try to list devices only on the detached usb0, and not on the

CVS commit: src/sys/dev/pci

2019-09-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 22 08:21:35 UTC 2019 Modified Files: src/sys/dev/pci: files.pci Log Message: add mcx attachment. To generate a diff of this commit: cvs rdiff -u -r1.413 -r1.414 src/sys/dev/pci/files.pci Please note that diffs are not

CVS commit: src/sys/dev/pci

2019-09-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 22 08:21:35 UTC 2019 Modified Files: src/sys/dev/pci: files.pci Log Message: add mcx attachment. To generate a diff of this commit: cvs rdiff -u -r1.413 -r1.414 src/sys/dev/pci/files.pci Please note that diffs are not

re: CVS commit: src/usr.sbin/usbdevs

2019-09-22 Thread Andreas Gustafsson
Hi mrg You wrote: > > Look for up to 16 USB controllers, to match the number of device nodes > > now created by MAKEDEV. > > thanks for doing this. you inspired me to get usbdevs to get the > count from drvctl(8) if available, so next time we don't have to > patch it again. based upon the code

CVS commit: src/share/man/man4

2019-09-22 Thread David Sainty
Module Name:src Committed By: dsainty Date: Sun Sep 22 07:42:28 UTC 2019 Modified Files: src/share/man/man4: ustir.4 Log Message: Purge an ancient email address, use dsai...@netbsd.org instead To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/share/man/man4

2019-09-22 Thread David Sainty
Module Name:src Committed By: dsainty Date: Sun Sep 22 07:42:28 UTC 2019 Modified Files: src/share/man/man4: ustir.4 Log Message: Purge an ancient email address, use dsai...@netbsd.org instead To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/usbhidctl

2019-09-22 Thread David Sainty
Module Name:src Committed By: dsainty Date: Sun Sep 22 07:34:33 UTC 2019 Modified Files: src/usr.bin/usbhidctl: usbhid.c usbhidctl.1 Log Message: Purge an ancient email address, use dsai...@netbsd.org instead To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/usr.bin/usbhidctl

2019-09-22 Thread David Sainty
Module Name:src Committed By: dsainty Date: Sun Sep 22 07:34:33 UTC 2019 Modified Files: src/usr.bin/usbhidctl: usbhid.c usbhidctl.1 Log Message: Purge an ancient email address, use dsai...@netbsd.org instead To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/dev/usb

2019-09-22 Thread David Sainty
Module Name:src Committed By: dsainty Date: Sun Sep 22 07:29:16 UTC 2019 Modified Files: src/sys/dev/usb: ubt.c udsir.c Log Message: Purge an ancient email address, use dsai...@netbsd.org instead To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/dev/usb

2019-09-22 Thread David Sainty
Module Name:src Committed By: dsainty Date: Sun Sep 22 07:29:16 UTC 2019 Modified Files: src/sys/dev/usb: ubt.c udsir.c Log Message: Purge an ancient email address, use dsai...@netbsd.org instead To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/dev/usb

2019-09-22 Thread David Sainty
Module Name:src Committed By: dsainty Date: Sun Sep 22 07:28:35 UTC 2019 Modified Files: src/sys/dev/usb: ustir.c ustirreg.h Log Message: Purge an ancient email address, use dsai...@netbsd.org instead To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/dev/usb

2019-09-22 Thread David Sainty
Module Name:src Committed By: dsainty Date: Sun Sep 22 07:28:35 UTC 2019 Modified Files: src/sys/dev/usb: ustir.c ustirreg.h Log Message: Purge an ancient email address, use dsai...@netbsd.org instead To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

Re: CVS commit: src/sys/dev/ic

2019-09-22 Thread Nick Hudson
On 21/09/2019 20:19, Robert Elz wrote: Date:Sun, 22 Sep 2019 01:23:41 +0700 From:Robert Elz Message-ID: <8235.1569090...@jinx.noi.kre.to> | we'd need it in all the other ports before it can be used in MD code. I meant MI code of course... Sure. I was

CVS commit: src/sys/arch/luna68k/dev

2019-09-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 22 06:06:01 UTC 2019 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Correct size of framebuffer; page offset appears only once, not every color depths. Pointed out by Araki Ken. Thanks! To generate a diff

CVS commit: src/sys/arch/luna68k/dev

2019-09-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 22 06:06:01 UTC 2019 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Correct size of framebuffer; page offset appears only once, not every color depths. Pointed out by Araki Ken. Thanks! To generate a diff