CVS commit: src/tests/dev/audio

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 12 07:02:21 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Add sentinel to the testtable[] array. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/audio/audiotest.c

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

2020-02-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 12 07:02:08 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: vectors.S Log Message: Adjust comments To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/aarch64/aarch64/vectors.S Please note

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

2020-02-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 12 06:57:35 UTC 2020 Added Files: src/sys/arch/evbarm/stand/board: ixp425_mem.c nslu2.c src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d0: Makefile ldscript Log Message: Add gzboot support for

CVS commit: src/sys/dev/pci

2020-02-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Feb 12 06:41:44 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Remove wrong KASSERTs because mutex_owned for a spin lock doesn't check that a lock is held in the current context. To generate a diff of

CVS commit: src/sys/dev/pci

2020-02-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Feb 12 06:37:21 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c if_ixlvar.h Log Message: Use Set RSS key command and Set LUT command to enable RSS on X722 To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/sys/modules/cyclic

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 06:36:19 UTC 2020 Modified Files: src/sys/modules/cyclic: Makefile Log Message: cyclic.kmod needs -Wno-sign-compare for aarch64 CPU_INFO_FOREACH. Provisional workaround; feel free to fix. To generate a diff of

CVS commit: src/sys/dev/pci

2020-02-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Feb 12 06:26:02 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: xl(4) should use the aq command to access RX control registers if the device is X722 or others whose API version is upper than 1.5 To

CVS commit: src/sys/dev/pci

2020-02-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Feb 12 06:21:44 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix a wrong comment in ixl(4) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/if_ixl.c Please note that diffs

CVS commit: src/sys/dev/pci

2020-02-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Feb 12 06:20:13 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Change the command sequence and timing to prevent EIO in "Get PHY Abilities" command The error has been appeared on X722 attaching an SFP

CVS commit: src/external/cddl/osnet/dev/dtrace/aarch64

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 06:05:23 UTC 2020 Modified Files: src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c Log Message: Change the address ranges that aarch64 considers toxic for dtrace. `Toxic' means dtrace forbids D scripts

CVS commit: src/external/cddl/osnet/dev/fbt/aarch64

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 06:05:31 UTC 2020 Modified Files: src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c Log Message: Switch from db_write_bytes to using direct-mapping. This way there's no dependency on ddb. To generate a diff of

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

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 06:05:46 UTC 2020 Modified Files: src/sys/arch/aarch64/include: cpu.h Log Message: Define the MULTIPROCESSOR cpu_number() for modules too. Modules should work whether the main kernel is multiprocessor or not. In

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

2020-02-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 12 05:44:26 UTC 2020 Modified Files: src/sys/arch/arm/xscale: ixp425reg.h Log Message: Correct the location of SDRAM in the comment describing the IXP425 memory map. SDRAM is located at 0x and has aliases at

CVS commit: src/external/bsd/ppp/dist/pppd

2020-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 12 01:51:52 UTC 2020 Modified Files: src/external/bsd/ppp/dist/pppd: eap.c Log Message: pppd: Fix bounds check in EAP code Given that we have just checked vallen < len, it can never be the case that vallen >= len +

CVS commit: src/sys/net/npf

2020-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 12 01:34:55 UTC 2020 Modified Files: src/sys/net/npf: npf_ruleset.c Log Message: PR/54950: Lloyd Parkes: Avoid NULL deref. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/net/npf/npf_ruleset.c

CVS commit: src/external/cddl/osnet/dev/fbt/aarch64

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 01:10:25 UTC 2020 Modified Files: src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c Log Message: Count the number of artificial frames in aarch64 fbt probe correctly. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/cddl/osnet/dev/fbt/aarch64

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 01:09:48 UTC 2020 Modified Files: src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c Log Message: Tidy up a bit: don't set things we won't use; assert nonzeroness. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/dev

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 01:09:39 UTC 2020 Modified Files: src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_subr.c src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c Log Message: Tidy up a bit. No functional change intended.

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

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 01:10:08 UTC 2020 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_impl.h dt_module.c dt_open.c Log Message: Use /dev/ksyms, not /netbsd, for the running kernel's symbols. To

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

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 01:09:17 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: vectors.S Log Message: Create a buffer space of 512 bytes before the trapframe. dtrace fbt needs enough space to emulate an stp x29, x30,

CVS commit: src/external/cddl/osnet/dev/fbt/aarch64

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 01:09:27 UTC 2020 Modified Files: src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c Log Message: Use db_write_bytes to overwrite kernel text. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/cddl/osnet/dev/dtrace/aarch64

2020-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 12 01:10:16 UTC 2020 Modified Files: src/external/cddl/osnet/dev/dtrace/aarch64: dtrace_isa.c Log Message: Teach dtrace about el1_trap_exit frames on aarch64. Implement dtrace_getarg and dtrace_getreg while here. To

CVS commit: src/external/mpl/dhcp/bin/server

2020-02-11 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Feb 12 00:41:50 UTC 2020 Modified Files: src/external/mpl/dhcp/bin/server: Makefile Log Message: external/mpl/dhcp: Fix build failure under LLVM. -Wno-error= flag now only applies to gcc 8 and not to LLVM based builds.

CVS commit: src/external/gpl3/gcc/usr.bin

2020-02-11 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Feb 12 00:36:38 UTC 2020 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile Log Message: external/gpl3/gcc: Fix build failure under LLVM. -Wno-error= flag now only

CVS commit: src/external/bsd/ipf/bin

2020-02-11 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Wed Feb 12 00:30:48 UTC 2020 Modified Files: src/external/bsd/ipf/bin/ipmon: Makefile src/external/bsd/ipf/bin/ipsend: Makefile Log Message: external/bsd/ipf: Fix build failure under LLVM. -Wno-error= flag now only applies

CVS commit: src/sys/dev/scsipi

2020-02-11 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 12 00:19:07 UTC 2020 Modified Files: src/sys/dev/scsipi: atapi_wdc.c Log Message: the number of possible ATAPI devices on an ATA bus is not always 2, it is however many devices the underlying ATA bus can have (eg. 1 for

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

2020-02-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 11 15:11:28 UTC 2020 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/arch/arm/arm32/cpuswitch.S Please note that diffs are not

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

2020-02-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 11 15:09:14 UTC 2020 Modified Files: src/sys/arch/arm/at91: at91emac.c Log Message: More To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/at91/at91emac.c Please note that diffs are not

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

2020-02-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 11 13:31:23 UTC 2020 Modified Files: src/sys/arch/arm/include/arm32: types.h Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/include/arm32/types.h Please note that diffs

CVS commit: [netbsd-8] src/sys/arch/i386/stand/efiboot

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 11:38:33 UTC 2020 Modified Files: src/sys/arch/i386/stand/efiboot [netbsd-8]: eficons.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1502):

CVS commit: [netbsd-9] src/doc

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 11:38:05 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #696 To generate a diff of this commit: cvs rdiff -u -r1.1.2.176 -r1.1.2.177 src/doc/CHANGES-9.0 Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 11:40:09 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1502 To generate a diff of this commit: cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-8.2 Please note that diffs are not

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

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 11:36:34 UTC 2020 Modified Files: src/sys/arch/i386/stand/efiboot [netbsd-9]: eficons.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #696): sys/arch/i386/stand/efiboot/eficons.c:

CVS commit: src/distrib/sets

2020-02-11 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Tue Feb 11 11:36:53 UTC 2020 Modified Files: src/distrib/sets: comments deps regpkgset src/distrib/sets/lists/base: mi src/distrib/sets/lists/modules: ad.aarch64 ad.arm ad.m68k ad.mips ad.powerpc ad.sh3

CVS commit: src/sys/arch/i386/stand/efiboot

2020-02-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Feb 11 11:01:10 UTC 2020 Modified Files: src/sys/arch/i386/stand/efiboot: eficons.c Log Message: Use 1024x768 as the default GOP mode. It is the only option available for Hyper-V Gen.2 VMs and it seems to be the de facto

CVS commit: src/distrib/sets/lists/debug

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 09:32:07 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add new test programs To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294 src/distrib/sets/lists/debug/mi Please note that

CVS commit: [netbsd-8] src/doc

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 08:44:57 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1500 and #1501 To generate a diff of this commit: cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-8.2 Please note that diffs

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

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 08:44:11 UTC 2020 Modified Files: src/sys/dev/ic [netbsd-8]: elinkxl.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1501): sys/dev/ic/elinkxl.c: revision 1.137 Restore an

CVS commit: [netbsd-9] src/doc

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 08:43:28 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #694 and #695 To generate a diff of this commit: cvs rdiff -u -r1.1.2.175 -r1.1.2.176 src/doc/CHANGES-9.0 Please note that diffs

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

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 08:41:28 UTC 2020 Modified Files: src/sys/dev/ic [netbsd-9]: elinkxl.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #695): sys/dev/ic/elinkxl.c: revision 1.137 Restore an

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

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 08:39:01 UTC 2020 Modified Files: src/sys/dev [netbsd-8]: ld.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1500): sys/dev/ld.c: revision 1.108 Reject open when attach didn't

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

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 11 08:37:34 UTC 2020 Modified Files: src/sys/dev [netbsd-9]: ld.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #694): sys/dev/ld.c: revision 1.108 Reject open when attach didn't