CVS commit: src/sys/arch/alpha/alpha

2021-05-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 5 14:58:57 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: interrupt.c Log Message: Make scb_strat() static. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/arch/alpha/alpha/interrupt.c

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

2021-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 5 12:47:02 UTC 2021 Added Files: src/sys/arch/riscv/include: loadfile_machdep.h Log Message: Add loadfile_machdep.h for riscv To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch

2021-05-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 5 10:24:04 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: files.sunxi sun6i_dma.c sunxi_codec.c sunxi_codec.h src/sys/arch/evbarm/conf: GENERIC Added Files: src/sys/arch/arm/sunxi:

CVS commit: src/sys/arch/mips/cavium/dev

2021-05-05 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed May 5 06:47:29 UTC 2021 Modified Files: src/sys/arch/mips/cavium/dev: octeon_cib.c octeon_gmx.c octeon_intc.c Log Message: Sprinkle some static. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/evbmips/cavium

2021-05-05 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed May 5 06:46:37 UTC 2021 Modified Files: src/sys/arch/evbmips/cavium: machdep.c Log Message: The watchdog setup code isn't used (yet), so don't compile in the octeon_nmi_stack that it uses either. To generate a diff of this

CVS commit: src/sys/arch/alpha/alpha

2021-05-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 5 03:54:16 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: cpu.c Log Message: Decorate cpu_info_list with __read_mostly; it's never modified once all the CPUs are attached. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/alpha

2021-05-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 5 02:15:18 UTC 2021 Modified Files: src/sys/arch/alpha/pci: apecs_dma.c cia_dma.c dwlpx_dma.c irongate_dma.c lca_dma.c mcpcia_dma.c pci_bwx_bus_io_chipdep.c pci_bwx_bus_mem_chipdep.c

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

2021-05-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 5 01:35:35 UTC 2021 Modified Files: src/sys/arch/alpha/conf: Makefile.alpha Added Files: src/sys/arch/alpha/conf: kern.ldscript Log Message: Add a linker script for the kernel. The main difference vs the

CVS commit: src/sys/arch/amd64/stand/prekern

2021-05-04 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Tue May 4 21:13:38 UTC 2021 Modified Files: src/sys/arch/amd64/stand/prekern: prng.c Log Message: prekern: add warnings upon problems collecting entropy As submitted on port-amd64@ (part 3/3) Tested on NetBSD/amd64. To

CVS commit: src/sys/arch/amd64/stand/prekern

2021-05-04 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Tue May 4 21:10:25 UTC 2021 Modified Files: src/sys/arch/amd64/stand/prekern: prng.c Log Message: prekern: do not choke on bad entropy files As submitted on port-amd64@ (part 2/3) Tested on NetBSD/amd64. To generate a diff

CVS commit: src/sys/arch/amd64/stand/prekern

2021-05-04 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Tue May 4 21:09:16 UTC 2021 Modified Files: src/sys/arch/amd64/stand/prekern: console.c elf.c mm.c prekern.c prekern.h Log Message: prekern: add support for warning messages As submitted on port-amd64@ (part 1/3)

CVS commit: src/sys/stand/efiboot

2021-05-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 4 19:07:19 UTC 2021 Modified Files: src/sys/stand/efiboot: Makefile.efiboot Log Message: Set VERSIONMACHINE to ${MACHINE} instead of evbarm (oops) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/uvm/pmap

2021-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 4 09:05:34 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: Always expose pmap_tlb_update_addr now that all current PMAP_HWPAGEWALKERs (arm) users provide the required functions. To generate a diff of

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

2021-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 4 09:02:21 UTC 2021 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: Provide pte_{value,valid_p} To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/arch/arm/include/arm32/pmap.h

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

2021-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 3 20:07:57 UTC 2021 Modified Files: src/sys/arch/riscv/include: types.h Log Message: Sort __HAVE_ #defines. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/riscv/include/types.h Please

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

2021-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 3 19:33:09 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c Log Message: Remove unnecssary brackets. Same binary before and after. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2021-05-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon May 3 18:56:38 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: bcm2838_pcie: match brcm,bcm2711-pcie To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev

2021-05-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon May 3 10:28:26 UTC 2021 Modified Files: src/sys/dev/acpi: genet_acpi.c src/sys/dev/fdt: genet_fdt.c src/sys/dev/ic: bcmgenet.c bcmgenetvar.h Log Message: genet(4): Add support for rnd(9). To generate a diff of

CVS commit: src/sys/kern

2021-05-03 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Mon May 3 10:25:14 UTC 2021 Modified Files: src/sys/kern: exec_script.c Log Message: Remove duplicate #ifdef block. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/kern/exec_script.c Please note that

CVS commit: src/sys/dev/pci

2021-05-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon May 3 07:43:31 UTC 2021 Modified Files: src/sys/dev/pci: if_wm.c Log Message: if_wm: do not return a void value from a void function This is a GCC extension. To generate a diff of this commit: cvs rdiff -u -r1.702 -r1.703

CVS commit: src/sys/dev/audio

2021-05-02 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun May 2 21:37:32 UTC 2021 Modified Files: src/sys/dev/audio: audio.c Log Message: audio: Only score hardware formats by channel count at count<=2 Scoring by channel count makes sense when you are using hardware that supports

CVS commit: src/sys/conf

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 20:11:43 UTC 2021 Modified Files: src/sys/conf: lint.mk Log Message: sys/conf/lint.mk: fix order of command line options The option -o must come before the first filename. Now it is possible to lint kern_exec.c at

CVS commit: src/sys/conf

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 19:51:57 UTC 2021 Modified Files: src/sys/conf: lint.mk Log Message: sys/conf/lint.mk: allow GCC extensions in the kernel The syntax errors due to the __asm statements are now gone. The file kern_exec.c only produces

CVS commit: src/sys/conf

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 19:29:30 UTC 2021 Modified Files: src/sys/conf: lint.mk Log Message: sys/conf/lint.mk: a small step for linting the kernel Due to the missing path, the following commands had failed: $ cd

CVS commit: src/sys

2021-05-02 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun May 2 19:13:43 UTC 2021 Modified Files: src/sys/kern: kern_event.c src/sys/sys: eventvar.h Log Message: implement fo_restart hook for kqueue descriptors, so that close(2) on the descriptor won't block indefinitely

CVS commit: src/sys/stand/efiboot/bootriscv64

2021-05-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 2 15:22:27 UTC 2021 Added Files: src/sys/stand/efiboot/bootriscv64: Makefile efibootriscv64.c Log Message: Add RISC-V 64-bit support. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/kern

2021-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 2 10:23:56 UTC 2021 Modified Files: src/sys/kern: kern_exec.c Log Message: Fix copy in handling of POSIX_SPAWN_RESETIDS in posix_spawn(3) To generate a diff of this commit: cvs rdiff -u -r1.504 -r1.505

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

2021-05-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 1 15:12:26 UTC 2021 Modified Files: src/sys/arch/macppc/conf: files.macppc Log Message: Remove unnecessary interface attributes from "smu". To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/sys/miscfs/fdesc

2021-05-01 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat May 1 15:08:14 UTC 2021 Modified Files: src/sys/miscfs/fdesc: fdesc_vnops.c Log Message: Make sure fdesc_lookup() never returns VNON vnodes. Should fix PR kern/56130 (fdescfs create nodes with wrong major number) To

CVS commit: src/sys/uvm/pmap

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 14:00:57 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: Revert previous To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are not

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

2021-05-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 1 13:23:07 UTC 2021 Modified Files: src/sys/arch/alpha/include: userret.h Log Message: Make sure preemption is disabled around PMAP_USERRET(); it uses per-cpu information. XXX mi_userret() also internally disables

CVS commit: src/sys/arch/riscv

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 07:41:24 UTC 2021 Modified Files: src/sys/arch/riscv/include: pmap.h pte.h vmparam.h src/sys/arch/riscv/riscv: pmap_machdep.c Log Message: Fixup some pmap / VM related #defines and code To generate a diff of

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

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 07:13:21 UTC 2021 Modified Files: src/sys/arch/riscv/conf: Makefile.riscv kern.ldscript Log Message: Fixup kernel linking and provide a linker script with standard sections and symbols To generate a diff of this

CVS commit: src/sys/arch/riscv/riscv

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 07:11:12 UTC 2021 Modified Files: src/sys/arch/riscv/riscv: autoconf.c Log Message: Enable interrupts at the end of cpu_configure To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/riscv/riscv

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 07:10:34 UTC 2021 Modified Files: src/sys/arch/riscv/riscv: locore.S Log Message: Quick hack to make this link To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/riscv/riscv/locore.S Please

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

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 07:09:55 UTC 2021 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Provide riscvreg_satp_{read,write} To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/riscv/include/sysreg.h

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

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 07:09:04 UTC 2021 Modified Files: src/sys/arch/riscv/include: sysreg.h Log Message: Indent the FCSR_FRM value #defines To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/riscv/include/sysreg.h

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

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 07:06:54 UTC 2021 Modified Files: src/sys/arch/riscv/include: param.h Log Message: Bump MSGBUFSIZE (if not defined) Provide COHERENCY_UNIT and CACHE_LINE_SIZE Also provide MAXCPUS To generate a diff of this commit:

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

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 07:05:07 UTC 2021 Modified Files: src/sys/arch/riscv/include: asm.h Log Message: Provide __CONCAT, __STRING and ___CONCAT To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/include/asm.h

CVS commit: src/sys/uvm/pmap

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 06:56:41 UTC 2021 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: Expose pmap_tlb_update_addr to the PMAP_HWPAGEWALKER platforms To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/arch/riscv

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 06:53:09 UTC 2021 Modified Files: src/sys/arch/riscv/include: locore.h src/sys/arch/riscv/riscv: riscv_machdep.c Log Message: Sprinkle #ifdef FPE for now To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/sys/arch/riscv/riscv

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 06:48:51 UTC 2021 Modified Files: src/sys/arch/riscv/riscv: db_disasm.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/riscv/db_disasm.c Please note

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

2021-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 1 06:45:23 UTC 2021 Modified Files: src/sys/arch/riscv/include: types.h Log Message: Make paddr_t/psize_t __uint64_t for both 32 and 64 bit ports To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/aarch64

2021-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 30 20:07:23 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c db_machdep.c pmap.c pmapboot.c src/sys/arch/aarch64/include: db_machdep.h pmap.h Log Message: Make the ddb for pmap /

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

2021-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 30 15:37:06 UTC 2021 Added Files: src/sys/arch/x86/include: gdt.h Log Message: merge the i386 and amd64 gdt.h files. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/x86/include/gdt.h Please

CVS commit: src/sys/arch

2021-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 30 13:54:26 UTC 2021 Modified Files: src/sys/arch/amd64/include: gdt.h src/sys/arch/i386/i386: gdt.c src/sys/arch/i386/include: gdt.h src/sys/arch/x86/include: Makefile pmap.h Log Message: Merge

CVS commit: src/sys/dev/pci/ixgbe

2021-04-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 30 06:55:32 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: if_bypass.c if_fdir.c if_sriov.c ix_txrx.c ixgbe.c ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_common.c ixgbe_dcb.c ixgbe_dcb_82598.c

CVS commit: src/sys/dev/pci/ixgbe

2021-04-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 30 06:41:36 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: if_bypass.c if_fdir.c if_sriov.c ixgbe_bypass.h ixgbe_dcb.c ixgbe_dcb.h ixgbe_dcb_82598.c ixgbe_dcb_82599.c ixgbe_dcb_82599.h

CVS commit: src/sys/dev/ofw

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:34:13 UTC 2021 Modified Files: src/sys/dev/ofw: ofbus.c Log Message: If we're enumerating the root bus, skip some well-known nodes that don't have any useful device child nodes: aliases options

CVS commit: src/sys/arch/shark

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:24:06 UTC 2021 Modified Files: src/sys/arch/shark/conf: GENERIC files.shark Added Files: src/sys/arch/shark/shark: shark_iic.c Log Message: Driver for the I2C bus used for RAM serial presence detection.

CVS commit: src/sys/dev/ofisa

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:13:15 UTC 2021 Modified Files: src/sys/dev/ofisa: files.ofisa ofisa.c ofisavar.h Log Message: Allow devices to declare themselves an "ofisa_subclass", allowing that device to beat "ofisa" in match, but then attach

CVS commit: src/sys/arch/shark

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:11:37 UTC 2021 Modified Files: src/sys/arch/shark/conf: GENERIC files.shark src/sys/arch/shark/shark: hat.c sequoia.c sequoia.h Log Message: - Introduce sequoiaLock() / sequoiaUnlock() functions that hide

CVS commit: src/sys/arch

2021-04-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 30 01:09:29 UTC 2021 Modified Files: src/sys/arch/amd64/include: gdt.h src/sys/arch/i386/include: gdt.h src/sys/arch/x86/include: pmap.h Log Message: Bump MAX_USERLDT_SIZE to the max size (wastes some

CVS commit: src/sys/net

2021-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 29 17:55:51 UTC 2021 Modified Files: src/sys/net: if_wg.c Log Message: Sprinkle __noinline to reduce gigantic stack frames in ALL kernels. In principle this might just push a real problem around, but this is unlikely

CVS commit: src/sys/arch/aarch64

2021-04-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 29 09:27:29 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: asan.h Log Message: Remove some unnecessary tlb invalidate in pmap_growkernel and ASAN shadow map. Ensure the

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

2021-04-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 29 08:47:26 UTC 2021 Modified Files: src/sys/arch/evbmips/conf: std.malta Log Message: Don't force all MALTA kernels to be compiled with -mips64 when they also support MIPS32-only CPU configs. To generate a diff of this

CVS commit: src/sys/arch/mips/mips

2021-04-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 29 08:45:29 UTC 2021 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: Fix another misplaced label for cvt_s_w() but use a named local label and redo fix for cvt_d_w() in rev 1.52 the same way. To generate a

CVS commit: src/sys/arch/mips/mips

2021-04-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 29 08:14:08 UTC 2021 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: Move a comment slighty so that it's before two #ifdef blocks that do the same thing instead of in the middle of them. To generate a diff of

CVS commit: src/sys/arch/mips/mips

2021-04-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 29 08:11:38 UTC 2021 Modified Files: src/sys/arch/mips/mips: fp.S Log Message: Move a branch target in cvt_d_w() to where it will be hit for either case of an #ifdef block of code. Fixes an FP emulation problem if

CVS commit: src/sys/net

2021-04-28 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Apr 28 09:39:39 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Introduce a pointer to refer sp->scp[cp->protoidx] There is no functional difference. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net

2021-04-28 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Apr 28 09:36:24 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c if_spppvar.h Log Message: Move paese of conf-req, conf-nak and conf-rej into workqueue from softint context When the pases were processed in softint, the

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

2021-04-27 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Apr 28 04:51:41 UTC 2021 Modified Files: src/sys/arch/arm/rockchip: rk_drm.c Log Message: for big endian kernels use DRM_FORMAT_BGRX pixel format. now my pinebook pro console looks right with evbarm64-eb, instead of having

CVS commit: src/sys/dev/ofisa

2021-04-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 28 03:34:02 UTC 2021 Modified Files: src/sys/dev/ofisa: if_cs_ofisa.c Log Message: Avoid a double "cs0: " in the autoconfiguration messages. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/kern

2021-04-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 28 03:21:57 UTC 2021 Modified Files: src/sys/kern: subr_autoconf.c Log Message: Validate the return value of cfprint functions before using it to index the msgs[] array. Use designated initializers to initialize msgs[].

CVS commit: src/sys/arch/mac68k/mac68k

2021-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 28 02:28:06 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Change sccA address for Quadra 800 from base + 0xc000 to 0xc020. The H/W partially decodes its address, and sccA is available at

CVS commit: src/sys/arch/mac68k/mac68k

2021-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 28 02:00:59 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Make mac68k_set_io_offsets() a little bit cleaner: - Via1Base is always ``base'' for all supported models. - Set sccA and SCSIBase for

CVS commit: src/sys/arch/amiga/clockport

2021-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 28 00:35:47 UTC 2021 Modified Files: src/sys/arch/amiga/clockport: files.clockport Log Message: clockport_common does not need its own interface attribute. All children are attached to clockportbus. To generate a diff of

CVS commit: src/sys/arch/shark

2021-04-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 27 23:37:02 UTC 2021 Modified Files: src/sys/arch/shark/conf: GENERIC INSTALL files.shark Removed Files: src/sys/arch/shark/ofw: ofisapc.c src/sys/arch/shark/shark: kbdreg.h opms.c Log Message:

CVS commit: src/sys

2021-04-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 27 21:39:40 UTC 2021 Modified Files: src/sys/arch/shark/conf: GENERIC INSTALL src/sys/dev/ofisa: files.ofisa ofisa.c Added Files: src/sys/dev/ofisa: mcclock_ofisa.c Log Message: "ofisa" carried an "ofbus"

CVS commit: src/sys/dev/ofw

2021-04-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 27 20:31:02 UTC 2021 Modified Files: src/sys/dev/ofw: ofbus.c Log Message: If we are attaching the OFW root, print out the banner-name and model properties, if they exist. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/sparc64

2021-04-27 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Tue Apr 27 19:09:56 UTC 2021 Modified Files: src/sys/arch/sparc64/include: hypervisor.h src/sys/arch/sparc64/sparc64: hvcall.S Log Message: sun4v: add missing method to set hypervisor api version + add defintion for the

CVS commit: src/sys

2021-04-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 27 14:48:29 UTC 2021 Modified Files: src/sys/arch/amiga/amiga: autoconf.c device.h src/sys/arch/amiga/dev: grf.c grf_cc.c grf_cl.c grf_cv.c grf_cv3d.c grf_et.c grf_rh.c grf_rt.c grf_ul.c zbus.c

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

2021-04-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 27 06:03:09 UTC 2021 Modified Files: src/sys/arch/arm/include: lock.h Log Message: Fix the barrier confusion. From Riastradh - thanks!. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/dev

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 21:54:56 UTC 2021 Modified Files: src/sys/dev: midi.c Log Message: midi_attach_mi(): Be explicit about using the "midibus" interface attribute, as the caller may be a device that carries more than one. To generate a

CVS commit: src/sys/dev/audio

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 19:59:58 UTC 2021 Modified Files: src/sys/dev/audio: audio.c Log Message: audioprint(): handle AUDIODEV_TYPE_AUX. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/dev/audio/audio.c Please note

CVS commit: src/sys/dev/pci

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 19:35:16 UTC 2021 Modified Files: src/sys/dev/pci: joy_eap.c Log Message: Be explicit about the "eap" interface attribute when attaching a "joy" instance. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/sys/dev/pci

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 19:28:24 UTC 2021 Modified Files: src/sys/dev/pci: eso.c files.pci Log Message: - The "eso" device does not need to carry the "midibus" interface attribute. It attaches "opl" and "mpu" instances, which themselves

CVS commit: src/sys/dev/isa

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 19:22:14 UTC 2021 Modified Files: src/sys/dev/isa: ym.c Log Message: Be explicit about using the "ym" interface attribute when attaching the "opl" and "mpu" instances. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/isa

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 19:21:55 UTC 2021 Modified Files: src/sys/dev/isa: wss.c Log Message: Be explicit about using the "wss" interface attribute when attaching the "opl" instance. To generate a diff of this commit: cvs rdiff -u -r1.75

CVS commit: src/sys/dev/isa

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 19:10:38 UTC 2021 Modified Files: src/sys/dev/isa: ess.c files.isa Log Message: - The "ess" device does not need a "midibus" interface attribute; it attaches an "opl" instance which itself attaches the "midi". - Be

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

2021-04-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 26 17:07:17 UTC 2021 Modified Files: src/sys/arch/sgimips/dev: crime.c Log Message: if ddb is enabled set cpu_reset_address to crime_reboot. 'mach reset' works from ddb now. To generate a diff of this commit: cvs rdiff -u

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

2021-04-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 26 16:35:54 UTC 2021 Modified Files: src/sys/arch/arm/include: lock.h Log Message: Change #ifdef FOO to #if defined(FOO). NFCI. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/dev/fdt

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 15:02:29 UTC 2021 Modified Files: src/sys/dev/fdt: files.fdt Log Message: simplebus, cpus, and syscon do not need their own interface attribute; they use the "fdt" interface attribute to attach children. To generate

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

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 14:44:16 UTC 2021 Modified Files: src/sys/arch/arm/fdt: files.fdt Log Message: armfdt does not need its own interface attribute; all of its children attach to the "fdt" interface attribute. To generate a diff of

CVS commit: src/sys/dev/audio

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 14:02:49 UTC 2021 Modified Files: src/sys/dev/audio: audio.c Log Message: audio_attach_mi(): Be explicit about using the "audiobus" interface attribute, as the caller may be a device that carries more than one. To

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

2021-04-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Apr 26 14:01:47 UTC 2021 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: snapper carries multiple interface attributes, so be explicit about "onewirebus" when attaching to it. To generate a diff of this

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

2021-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 26 13:29:51 UTC 2021 Modified Files: src/sys/arch/mips/include: mips_param.h Log Message: Make MACHINE_ARCH for n64 binaries mipsn64e[bl] instead of mips64e[bl] to differentiate them from n32/o32 binaries. To generate

CVS commit: src/sys/net

2021-04-26 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 26 08:45:57 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Fix the wrong CHAP option length in conf-nak RFC 1994 defines that the CHAP option length in conf-nak is 5. However, 4 was used when CHAP is

CVS commit: src/sys/net

2021-04-26 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 26 08:42:19 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Avoid updating of the state if the state is not changed not to reset the timer for state machine To generate a diff of this commit: cvs

CVS commit: src/sys/net

2021-04-26 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 26 08:37:54 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Reset LCP fail counter when doing "ifconfig pppoe* up" To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224

CVS commit: src/sys/net

2021-04-26 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 26 08:34:22 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Added ipcp option name for logging To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 src/sys/net/if_spppsubr.c Please note

CVS commit: src/sys/net

2021-04-26 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 26 08:31:21 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Ignore 0.0.0.0 offered from PPPoE server To generate a diff of this commit: cvs rdiff -u -r1.221 -r1.222 src/sys/net/if_spppsubr.c Please

CVS commit: src/sys/dev/raidframe

2021-04-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 26 07:27:25 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: if raidframe sets booted_device, log a debug message about it. To generate a diff of this commit: cvs rdiff -u -r1.391 -r1.392

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

2021-04-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 26 07:18:01 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: iommu.c iommuvar.h Log Message: iommu_enter() and iommu_remove() are static to iommu.c. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116

CVS commit: src/sys/net

2021-04-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 26 02:36:46 UTC 2021 Modified Files: src/sys/net: if_spppsubr.c Log Message: Fix locking order since IFNET_LOCK must be held before acquiring SPPP_LOCK To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221

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

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 26 00:28:01 UTC 2021 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: Produce elf32 images for mipsn64eb too To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

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

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:42:08 UTC 2021 Modified Files: src/sys/arch/pmax/stand: Makefile.booters Log Message: Handle mipsn64 To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/pmax/stand/Makefile.booters Please

CVS commit: src/sys/modules/dtrace

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:41:23 UTC 2021 Modified Files: src/sys/modules/dtrace: Makefile Log Message: Handle mipsn64 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/modules/dtrace/Makefile Please note that diffs

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

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:24:00 UTC 2021 Modified Files: src/sys/arch/mips/conf: Makefile.mips Log Message: use ${MACHINE_MIPS64} To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/mips/conf/Makefile.mips Please

CVS commit: src/sys/compat/netbsd32

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 22:27:08 UTC 2021 Modified Files: src/sys/compat/netbsd32: netbsd32.mk Log Message: All mips64 has compat_netbsd32 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/compat/netbsd32/netbsd32.mk

<    4   5   6   7   8   9   10   11   12   13   >