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

2018-09-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 10 05:14:42 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: Fix typos and DEBUG_MMU output. From Rin Okuyama. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2018-09-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 10 05:14:42 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: Fix typos and DEBUG_MMU output. From Rin Okuyama. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/arch

2018-09-09 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Sep 10 05:08:55 UTC 2018 Modified Files: src/sys/arch/x86/x86: intr.c src/sys/arch/xen/include: intrdefs.h Log Message: Make the use of 'irqs' in the range 0 < irq < 255 by xen as a handle for internal use explicit.

CVS commit: src/sys/arch

2018-09-09 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Sep 10 05:08:55 UTC 2018 Modified Files: src/sys/arch/x86/x86: intr.c src/sys/arch/xen/include: intrdefs.h Log Message: Make the use of 'irqs' in the range 0 < irq < 255 by xen as a handle for internal use explicit.

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

2018-09-09 Thread Rin Okuyama
Hi, Hi, After this commit, GENERIC64 does not boot anymore on RPI3B and 3B+. It successfully boots if locore.S is reverted to rev. 1.21. Strangely enough, after boot with old locore.S, it can reboot with new locore.S. However, for initial boot after power-on, only kernel with old locore.S

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

2018-09-09 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Sep 10 02:49:23 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: In the NIOAPIC case, we do not need to support "legacy" irqs, ie; We don't need to simultaneously pass back the irq in the range 0

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

2018-09-09 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Sep 10 02:49:23 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: In the NIOAPIC case, we do not need to support "legacy" irqs, ie; We don't need to simultaneously pass back the irq in the range 0

CVS commit: [pgoyette-compat] src/sys/conf

2018-09-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 9 22:35:23 UTC 2018 Added Files: src/sys/conf [pgoyette-compat]: compat_netbsd80.config Log Message: Add compat_netbsd80.config To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1

CVS commit: [pgoyette-compat] src/sys/conf

2018-09-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 9 22:35:23 UTC 2018 Added Files: src/sys/conf [pgoyette-compat]: compat_netbsd80.config Log Message: Add compat_netbsd80.config To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1

CVS commit: [pgoyette-compat] src/sys/dev/raidframe

2018-09-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 9 22:12:16 UTC 2018 Modified Files: src/sys/dev/raidframe [pgoyette-compat]: rf_netbsdkintf.c Log Message: In the case of no compat modules (ENOSYS returned from the stubs), reset the retcode to zero so we don't return

CVS commit: [pgoyette-compat] src/sys/dev/raidframe

2018-09-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 9 22:12:16 UTC 2018 Modified Files: src/sys/dev/raidframe [pgoyette-compat]: rf_netbsdkintf.c Log Message: In the case of no compat modules (ENOSYS returned from the stubs), reset the retcode to zero so we don't return

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

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 21:16:05 UTC 2018 Modified Files: src/sys/arch/arm/fdt: psci_fdt.c Log Message: Boot APs with status "disabled" if they have an enable-method property To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 21:16:05 UTC 2018 Modified Files: src/sys/arch/arm/fdt: psci_fdt.c Log Message: Boot APs with status "disabled" if they have an enable-method property To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/fdt

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 21:15:21 UTC 2018 Modified Files: src/sys/dev/fdt: cpus.c Log Message: Attach cpu nodes with status "disabled" if they have an enable-method property. This is a valid configuration according to the devicetree

CVS commit: src/sys/dev/fdt

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 21:15:21 UTC 2018 Modified Files: src/sys/dev/fdt: cpus.c Log Message: Attach cpu nodes with status "disabled" if they have an enable-method property. This is a valid configuration according to the devicetree

CVS commit: src/sys/dev/fdt

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 21:14:04 UTC 2018 Modified Files: src/sys/dev/fdt: fdtbus.c fdtvar.h Log Message: Add fdt_add_bus_match, which is like fdt_add_bus but allows for the caller to filter child nodes on their own To generate a diff of

CVS commit: src/sys/dev/fdt

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 21:14:04 UTC 2018 Modified Files: src/sys/dev/fdt: fdtbus.c fdtvar.h Log Message: Add fdt_add_bus_match, which is like fdt_add_bus but allows for the caller to filter child nodes on their own To generate a diff of

Re: CVS commit: src/tools/compat

2018-09-09 Thread Christos Zoulas
In article <20180909191722.120faf...@cvs.netbsd.org>, Palle Lyckegaard wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: palle >Date: Sun Sep 9 19:17:21 UTC 2018 > >Modified Files: > src/tools/compat: README > >Log Message: >Add instructions for building NetBSD on modern

CVS commit: src/tools/compat

2018-09-09 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun Sep 9 19:17:21 UTC 2018 Modified Files: src/tools/compat: README Log Message: Add instructions for building NetBSD on modern Solaris 11 hosts To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tools/compat

2018-09-09 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun Sep 9 19:17:21 UTC 2018 Modified Files: src/tools/compat: README Log Message: Add instructions for building NetBSD on modern Solaris 11 hosts To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/stand/efiboot

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 18:00:20 UTC 2018 Modified Files: src/sys/stand/efiboot: boot.c efiboot.c efiboot.h Log Message: Add a reboot command to the bootloader To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/stand/efiboot

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 18:00:20 UTC 2018 Modified Files: src/sys/stand/efiboot: boot.c efiboot.c efiboot.h Log Message: Add a reboot command to the bootloader To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/stand/efiboot

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 17:55:22 UTC 2018 Modified Files: src/sys/stand/efiboot: Makefile.efiboot boot.c version Added Files: src/sys/stand/efiboot: efienv.c efienv.h Log Message: Add support for setting environment variables.

CVS commit: src/sys/stand/efiboot

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 17:55:22 UTC 2018 Modified Files: src/sys/stand/efiboot: Makefile.efiboot boot.c version Added Files: src/sys/stand/efiboot: efienv.c efienv.h Log Message: Add support for setting environment variables.

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

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 13:40:28 UTC 2018 Modified Files: src/sys/arch/arm/fdt: pcihost_fdt.c Log Message: Take interrupt-map-mask into consideration when mapping PCI interrupts. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 13:40:28 UTC 2018 Modified Files: src/sys/arch/arm/fdt: pcihost_fdt.c Log Message: Take interrupt-map-mask into consideration when mapping PCI interrupts. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/stand/efiboot

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 13:37:54 UTC 2018 Modified Files: src/sys/stand/efiboot: boot.c efiboot.h efifdt.c efifdt.h exec.c Log Message: Add "dtb" command for loading a custom .dtb file. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/stand/efiboot

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 13:37:54 UTC 2018 Modified Files: src/sys/stand/efiboot: boot.c efiboot.h efifdt.c efifdt.h exec.c Log Message: Add "dtb" command for loading a custom .dtb file. To generate a diff of this commit: cvs rdiff -u

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

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 13:32:26 UTC 2018 Modified Files: src/sys/arch/arm/fdt: psci_fdt.c Log Message: Fix previous; PSCI_CPU_ON requires an MPIDR! To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 13:32:26 UTC 2018 Modified Files: src/sys/arch/arm/fdt: psci_fdt.c Log Message: Fix previous; PSCI_CPU_ON requires an MPIDR! To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 13:22:50 UTC 2018 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: Ditch arm,arm-v8 compatible string (everything uses arm,armv8) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2018-09-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 9 13:22:50 UTC 2018 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: Ditch arm,arm-v8 compatible string (everything uses arm,armv8) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: [pgoyette-compat] src/sys/kern

2018-09-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 9 11:54:10 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: When freeing the required list, make sure we calculate its size based on the size of the contained elements, not on the

CVS commit: [pgoyette-compat] src/sys/kern

2018-09-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 9 11:54:10 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: When freeing the required list, make sure we calculate its size based on the size of the contained elements, not on the

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 9 11:51:48 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_mod.c Log Message: The compat_netbsd32 module requires compat_09 and above. Since we removed the alias names, we need to

CVS commit: [pgoyette-compat] src/sys/compat/netbsd32

2018-09-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 9 11:51:48 UTC 2018 Modified Files: src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_mod.c Log Message: The compat_netbsd32 module requires compat_09 and above. Since we removed the alias names, we need to

CVS commit: src/lib/libpthread

2018-09-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 9 07:24:59 UTC 2018 Modified Files: src/lib/libpthread: shlib_version Log Message: Add a todo item for a future major bump (rename many symbols) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libpthread

2018-09-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Sep 9 07:24:59 UTC 2018 Modified Files: src/lib/libpthread: shlib_version Log Message: Add a todo item for a future major bump (rename many symbols) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys

2018-09-09 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Sun Sep 9 07:21:18 UTC 2018 Modified Files: src/sys/arch/arm/broadcom: bcm2835_aux.c bcm2835_cprman.c src/sys/arch/arm/nvidia: tegra124_car.c tegra210_car.c src/sys/arch/arm/rockchip: rk_cru.c rk_usb.c

CVS commit: src/sys

2018-09-09 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Sun Sep 9 07:21:18 UTC 2018 Modified Files: src/sys/arch/arm/broadcom: bcm2835_aux.c bcm2835_cprman.c src/sys/arch/arm/nvidia: tegra124_car.c tegra210_car.c src/sys/arch/arm/rockchip: rk_cru.c rk_usb.c