CVS commit: src/sys/dev/pci

2020-11-30 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Dec 1 04:39:03 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Dequeue aqb from sc_atq_live even when the last command is failed iavf(4) didn't dequeue aqb from sc_atq_live that is a list for buffer in

CVS commit: src/doc

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:36:06 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Raspberry Pi [0-3] have been supported in big-endian mode. Thanks ryo and skrll for their kind review! To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/utils/embedded/conf

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:21:26 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: G/C unused. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/distrib/utils/embedded/conf/rpi.conf Please note

CVS commit: src/distrib/utils/embedded/conf

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:21:10 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: rpi_inst.conf Log Message: rpi.img: Bump boot partition in a similar manner to other images. To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/etc/etc.evbarm

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:20:21 UTC 2020 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Build RPI and RPI2 kernels also for earmv6{,hf}eb. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122

CVS commit: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:19:04 UTC 2020 Modified Files: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_netbsd_acpi.c vchiq_netbsd_fdt.c Log Message: Do not attach vchiq(4) in big-endian mode. For big-endian mode, all

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

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:18:27 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: mk.rpi Log Message: Link RPI and RPI2 kernels in BE8 format for big-endian variants. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:17:10 UTC 2020 Modified Files: src/sys/arch/arm/broadcom: bcm2835_genfb.c Log Message: bcm2835-fb seems byte-swapped to CPU when running in big-endian mode. To generate a diff of this commit: cvs rdiff -u -r1.10

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

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:16:18 UTC 2020 Modified Files: src/sys/arch/arm/broadcom: bcm283x_platform.c Log Message: Data written to and read from bcm283x UART registers should be in little-endian. To generate a diff of this commit: cvs rdiff

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

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:15:04 UTC 2020 Modified Files: src/sys/arch/arm/broadcom: bcm2835_dmac.h bcm2835_emmc.c bcm2835_sdhost.c Log Message: Data written to bcmdmac(4) should be in little-endian. To generate a diff of this

CVS commit: src/sys/arch

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:14:31 UTC 2020 Modified Files: src/sys/arch/arm/broadcom: bcm283x_platform.c src/sys/arch/evbarm/rpi: rpi_vcmbox.c vcprop.h vcprop_subr.c Log Message: Data written to and read from bcmmbox(4) should be in

CVS commit: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 03:28:08 UTC 2020 Modified Files: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_netbsd_fdt.c Log Message: Fix style of error message. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

CVS commit: src/doc

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 02:55:15 UTC 2020 Modified Files: src/doc: CHANGES Log Message: earmv6{,hf}eb has been switched to BE8. Thanks for discussion in port-arm and tech-toolchain, especially thorpej and mrg for useful comments. To generate

CVS commit: src/sys/arch/arm

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 02:48:29 UTC 2020 Modified Files: src/sys/arch/arm/arm: disassem.c src/sys/arch/arm/arm32: db_interface.c src/sys/arch/arm/include: db_machdep.h locore.h ptrace.h trap.h Log Message: Fix confusions related

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

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 02:46:19 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S cpufunc.c Log Message: Fix earmv6{,hf}eb start-up routines: - Turn on U-bit in SCTLR before E-bit is turned on by ``setend be'', in order to avoid

CVS commit: src/sbin/mount_null

2020-11-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Dec 1 02:43:18 UTC 2020 Modified Files: src/sbin/mount_null: mount_null.8 Log Message: Be consistent with mark-up of vop_reclaim To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch/arm

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 02:43:14 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_machdep.c cpu_exec.c src/sys/arch/arm/arm32: arm32_boot.c arm32_machdep.c kobj_machdep.c src/sys/arch/arm/include: cdefs.h Log Message: Switch

CVS commit: src/external/gpl3/gcc.old/dist/gcc/config/arm

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 02:39:48 UTC 2020 Modified Files: src/external/gpl3/gcc.old/dist/gcc/config/arm: netbsd-eabi.h Log Message: gcc.old: Switch earmv6{,hf}eb to BE8, ported from gcc. To generate a diff of this commit: cvs rdiff -u -r1.7

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

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 02:39:09 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-eabi.h Log Message: Switch earmv6{,hf}eb from BE32 (deprecated) to BE8 (new), which enables - binary compatibility with earmv7{,hf}eb

CVS commit: src/external/bsd/elftoolchain/dist/common

2020-11-30 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Mon Nov 30 22:26:30 UTC 2020 Modified Files: src/external/bsd/elftoolchain/dist/common: uthash.h Log Message: Unbreak the lint build (sync to elftoolchain [r3912]). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2020-11-30 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Nov 30 21:36:52 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Added meta-cmd-cmp To generate a diff of this commit: cvs rdiff -u -r1.978 -r1.979 src/distrib/sets/lists/tests/mi Please note that diffs

CVS commit: src/usr.bin/make/unit-tests

2020-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 30 21:10:15 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile varmod-gmtime.exp varmod-localtime.exp Log Message: make(1): fix tests for :gmtime and :localtime for 32-bit time_t

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

2020-11-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 30 21:06:56 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_subr.c Log Message: Ensure stores are observed before the 'sev' instructions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/make

2020-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 30 20:25:37 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): clean up variable names in Dir_FindFile The special path entry is called .DOTLAST, therefore the local variable should have the same

CVS commit: src/usr.bin/make

2020-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 30 20:17:00 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): document difference between 'cur' and 'dot' To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/usr.bin/make/dir.c

CVS commit: src/usr.bin/make/unit-tests

2020-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 30 20:12:29 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-func-exists.mk Log Message: make(1): add test for directory cache and exists() To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/make

2020-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 30 18:49:58 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): fix memory leak for lstat cache in -DCLEANUP mode To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 src/usr.bin/make/dir.c

CVS commit: src/usr.bin/make/unit-tests

2020-11-30 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Nov 30 18:32:49 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: meta-cmd-cmp.exp meta-cmd-cmp.mk Log Message: Add some tests for meta mode To generate a diff of

CVS commit: src/usr.bin/make/unit-tests

2020-11-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Nov 30 18:20:20 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-short.mk Log Message: make(1): document how short-circuit evaluation behaved on 2020-07-03 To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/arch

2020-11-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Nov 30 17:06:02 UTC 2020 Modified Files: src/sys/arch/x86/x86: pmap.c src/sys/arch/xen/xen: hypervisor.c privcmd.c xenevt.c Log Message: Work in progress on dom0 PVH support. kernel boots and xl info works, but we

CVS commit: src/sys/arch/xen/xen

2020-11-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Nov 30 17:05:02 UTC 2020 Modified Files: src/sys/arch/xen/xen: xen_clock.c Log Message: Switch some debug/informational printf to device_printf(). Usefull for multiprocessor environnement. To generate a diff of this commit:

CVS commit: src/sys/arch/amd64

2020-11-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Nov 30 17:02:27 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: cpufunc.S src/sys/arch/amd64/include: cpufunc.h Log Message: Introduce smap_enable()/smap_disable() functions, to be used from C code. To generate a

CVS commit: src/etc

2020-11-30 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 30 14:27:23 UTC 2020 Modified Files: src/etc: man.conf Log Message: man.conf(5): Drop support for .me files The .me troff macros are unused for any known man-pages. To generate a diff of this commit: cvs rdiff -u -r1.37