CVS commit: src/sys/dev/pci

2020-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 16 05:53:40 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fixes a problem that the attach function reported "wm_gmii_setup_phytype: Unknown PHY model. OUI=00, model=" and "PHY type is still

CVS commit: src/sys/dev/pci

2020-10-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 16 05:53:40 UTC 2020 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fixes a problem that the attach function reported "wm_gmii_setup_phytype: Unknown PHY model. OUI=00, model=" and "PHY type is still

Re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2020-10-15 Thread Thomas Mueller
Excerpt from Rin Okuyama: > Nowadays, -o linux is turned on by default (unless nolinux is > specified explicitly). Still, native apps probably should not > depend on it. > This needs MI changes to procfs, not MD to aarch64. Should we > enable /proc/cpuinfo unconditionally? My NetBSD

Re: CVS commit: src

2020-10-15 Thread Martin Husemann
On Thu, Oct 15, 2020 at 05:44:45PM +, Micha? G?rny wrote: > Module Name: src > Committed By: mgorny > Date: Thu Oct 15 17:44:45 UTC 2020 > > Modified Files: > src/distrib/sets/lists/tests: mi > src/etc/mtree: NetBSD.dist.tests > src/tests/sys: Makefile > Added

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 23:15:36 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: trap.c Log Message: Byte-swapping instructions for arm and thumb on aarch64eb; instructions are stored in little-endian byte-order for BE8, an only valid

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 23:15:36 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: trap.c Log Message: Byte-swapping instructions for arm and thumb on aarch64eb; instructions are stored in little-endian byte-order for BE8, an only valid

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 23:10:06 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: Call netbsd32_adjust_limits() in netbsd32_setregs() for sure, as done for amd64 and sparc64. To generate a diff of this

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 23:10:06 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: Call netbsd32_adjust_limits() in netbsd32_setregs() for sure, as done for amd64 and sparc64. To generate a diff of this

CVS commit: src/sys/compat/netbsd32

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 23:06:06 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_wait.c Log Message: wait4(2): make error paths match with that of native wait4(2): https://nxr.netbsd.org/xref/src/sys/kern/kern_exit.c#720 To

CVS commit: src/sys/compat/netbsd32

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 23:06:06 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_wait.c Log Message: wait4(2): make error paths match with that of native wait4(2): https://nxr.netbsd.org/xref/src/sys/kern/kern_exit.c#720 To

CVS commit: src/tests/lib/libc/sys

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 22:59:50 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: Apply fix in rev 1.2 for core_dump_procinfo to aarch64 and arm:

CVS commit: src/tests/lib/libc/sys

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 22:59:50 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_core_wait.h Log Message: Apply fix in rev 1.2 for core_dump_procinfo to aarch64 and arm:

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 22:52:08 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: vm_machdep.c Log Message: Fix clone(2) for COMPAT_NETBSD32. (1) Set r13 (sp for arm32 processes) appropriately when stack is specified to fork1(). (2)

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 22:52:08 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: vm_machdep.c Log Message: Fix clone(2) for COMPAT_NETBSD32. (1) Set r13 (sp for arm32 processes) appropriately when stack is specified to fork1(). (2)

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 22:41:02 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: For rev 1.14 and before, netbsd32_process_write_regs() returns EINVAL if non-modifiable bits are set in CPSR. Instead, mask

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 22:41:02 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: For rev 1.14 and before, netbsd32_process_write_regs() returns EINVAL if non-modifiable bits are set in CPSR. Instead, mask

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 22:30:34 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: fault.c Log Message: For cpu_jump_onfault() in data_abort_handler(), stop returning hard-coded EFAULT and use return value from uvm_fault() instead. There

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

2020-10-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 15 22:30:34 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: fault.c Log Message: For cpu_jump_onfault() in data_abort_handler(), stop returning hard-coded EFAULT and use return value from uvm_fault() instead. There

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

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 22:15:08 UTC 2020 Modified Files: src/distrib/sets/lists/tests: md.amd64 md.i386 mi Log Message: Move the new x86 test into x86-specific lists To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 22:15:08 UTC 2020 Modified Files: src/distrib/sets/lists/tests: md.amd64 md.i386 mi Log Message: Move the new x86 test into x86-specific lists To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 21:14:15 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: bus_space.c Log Message: Reduce scope of memory barriers use in bus_space_barrier() implementation. Instead of always "dsb sy", use "dsb ishld" for

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

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 21:14:15 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: bus_space.c Log Message: Reduce scope of memory barriers use in bus_space_barrier() implementation. Instead of always "dsb sy", use "dsb ishld" for

CVS commit: [netbsd-9] src/doc

2020-10-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Oct 15 19:39:03 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: ticket 1113 To generate a diff of this commit: cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-9.1 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2020-10-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Oct 15 19:39:03 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: ticket 1113 To generate a diff of this commit: cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-9.1 Please note that diffs are not

Re: CVS import: src/external/bsd/dhcpcd/dist

2020-10-15 Thread Roy Marples
Hi Ryo On 15/10/2020 02:23, Ryo ONODERA wrote: dhcpcd-9.3.1 do not detect carrier with cdce(4) and urndis(4) devices. dhcpcd-9.2.0 from pkgsrc-2020Q3 branch works without problems. (Maybe 9.3.0 in NetBSD base worked for me.) cdce and urndis have no "status" line in ifconfig command output. Is

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

2020-10-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Oct 15 19:36:55 UTC 2020 Modified Files: src/usr.sbin/sysinst [netbsd-9]: Makefile.inc bsddisklabel.c defs.h disklabel.c disks.c gpt.c install.c label.c main.c mbr.c mbr.h msg.mi.de msg.mi.en msg.mi.es

CVS commit: src/sys/arch/sh3/sh3

2020-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 15 18:58:59 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: process_machdep.c Log Message: Add missing 'error' declaration To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/sh3/sh3

2020-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 15 18:58:59 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: process_machdep.c Log Message: Add missing 'error' declaration To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/powerpc/powerpc

2020-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 15 18:57:16 UTC 2020 Modified Files: src/sys/arch/powerpc/powerpc: process_machdep.c Log Message: Add missing 'error' declaration To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/sys/arch/powerpc/powerpc

2020-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 15 18:57:16 UTC 2020 Modified Files: src/sys/arch/powerpc/powerpc: process_machdep.c Log Message: Add missing 'error' declaration To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:44:45 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/sys: Makefile Added Files: src/tests/sys/x86: Makefile t_convert_xmm_s87.c Log

CVS commit: src

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:44:45 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/sys: Makefile Added Files: src/tests/sys/x86: Makefile t_convert_xmm_s87.c Log

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

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:43:30 UTC 2020 Modified Files: src/sys/arch/x86/x86: convert_xmm_s87.c Log Message: Remove unnecessary include To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x86/x86/convert_xmm_s87.c

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

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:43:30 UTC 2020 Modified Files: src/sys/arch/x86/x86: convert_xmm_s87.c Log Message: Remove unnecessary include To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x86/x86/convert_xmm_s87.c

CVS commit: src

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:43:09 UTC 2020 Modified Files: src/sys/arch/x86/x86: convert_xmm_s87.c src/tests/lib/libc/sys: t_ptrace_x86_wait.h Log Message: Fix s87_tw reconstruction to correctly indicate register states Fix the code

CVS commit: src

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:43:09 UTC 2020 Modified Files: src/sys/arch/x86/x86: convert_xmm_s87.c src/tests/lib/libc/sys: t_ptrace_x86_wait.h Log Message: Fix s87_tw reconstruction to correctly indicate register states Fix the code

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

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:42:31 UTC 2020 Added Files: src/sys/arch/x86/x86: convert_xmm_s87.c Log Message: Revert "Merge convert_xmm_s87.c into fpu.c" I am going to add ATF tests for these two functions, and having them in a separate file

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

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:42:31 UTC 2020 Added Files: src/sys/arch/x86/x86: convert_xmm_s87.c Log Message: Revert "Merge convert_xmm_s87.c into fpu.c" I am going to add ATF tests for these two functions, and having them in a separate file

CVS commit: src/sys/arch

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:40:14 UTC 2020 Modified Files: src/sys/arch/amd64/conf: files.amd64 src/sys/arch/i386/conf: files.i386 src/sys/arch/x86/include: fpu.h src/sys/arch/x86/x86: fpu.c Log Message: Revert "Merge

CVS commit: src/sys/arch

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:40:14 UTC 2020 Modified Files: src/sys/arch/amd64/conf: files.amd64 src/sys/arch/i386/conf: files.i386 src/sys/arch/x86/include: fpu.h src/sys/arch/x86/x86: fpu.c Log Message: Revert "Merge

CVS commit: src/sys/sys

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:38:41 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: 9.99.74 changes ptrace_machdep_dorequest() to fix LWP support To generate a diff of this commit: cvs rdiff -u -r1.676 -r1.677 src/sys/sys/param.h

CVS commit: src/sys/sys

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:38:41 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: 9.99.74 changes ptrace_machdep_dorequest() to fix LWP support To generate a diff of this commit: cvs rdiff -u -r1.676 -r1.677 src/sys/sys/param.h

CVS commit: src/sys

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:37:36 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: process_machdep.c src/sys/arch/i386/i386: process_machdep.c src/sys/arch/powerpc/include: ptrace.h src/sys/arch/powerpc/powerpc:

CVS commit: src/sys

2020-10-15 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Thu Oct 15 17:37:36 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: process_machdep.c src/sys/arch/i386/i386: process_machdep.c src/sys/arch/powerpc/include: ptrace.h src/sys/arch/powerpc/powerpc:

Re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2020-10-15 Thread Kamil Rytarowski
On 15.10.2020 17:14, Rin Okuyama wrote: > On 2020/10/15 16:12, matthew green wrote: >> Martin Husemann writes: >>> On Thu, Oct 15, 2020 at 05:28:12PM +1100, matthew green wrote: you could try reverting most of our changes to this file and making sure you run with /proc mounted -o linux. 

Re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2020-10-15 Thread Rin Okuyama
On 2020/10/15 16:12, matthew green wrote: Martin Husemann writes: On Thu, Oct 15, 2020 at 05:28:12PM +1100, matthew green wrote: you could try reverting most of our changes to this file and making sure you run with /proc mounted -o linux. ryo@ recently added additional /proc/cpuinfo support

CVS commit: [netbsd-9] src/doc

2020-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 15 12:07:11 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket #1112 To generate a diff of this commit: cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-9.1 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2020-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 15 12:07:11 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket #1112 To generate a diff of this commit: cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-9.1 Please note that diffs are not

CVS commit: [netbsd-9] xsrc/external/mit/xf86-input-mouse/dist/src

2020-10-15 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Thu Oct 15 12:05:46 UTC 2020 Modified Files: xsrc/external/mit/xf86-input-mouse/dist/src [netbsd-9]: bsd_mouse.c mouse.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1112):

CVS commit: [netbsd-9] xsrc/external/mit/xf86-input-mouse/dist/src

2020-10-15 Thread Martin Husemann
Module Name:xsrc Committed By: martin Date: Thu Oct 15 12:05:46 UTC 2020 Modified Files: xsrc/external/mit/xf86-input-mouse/dist/src [netbsd-9]: bsd_mouse.c mouse.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1112):

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

2020-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 15 12:03:23 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-9]: ums.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1112): sys/dev/usb/ums.c: revision 1.94

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

2020-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 15 12:03:23 UTC 2020 Modified Files: src/sys/dev/usb [netbsd-9]: ums.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1112): sys/dev/usb/ums.c: revision 1.94

CVS commit: src/sys/net

2020-10-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Oct 15 10:20:44 UTC 2020 Modified Files: src/sys/net: if.c if.h Log Message: net: remove IFEF_NO_LINK_STATE_CHANGE This flag was only set for virtual interfaces. All virtual interfaces have a means of knowing if they are going

CVS commit: src/sys/net

2020-10-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Oct 15 10:20:44 UTC 2020 Modified Files: src/sys/net: if.c if.h Log Message: net: remove IFEF_NO_LINK_STATE_CHANGE This flag was only set for virtual interfaces. All virtual interfaces have a means of knowing if they are going

CVS commit: src/sys/net

2020-10-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Oct 15 10:09:50 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: with no peers, the link status is DOWN, otherwise UP This mirrors the recent changes to gif(4) where the link is UP when a tunnel is set, otherwise

CVS commit: src/sys/net

2020-10-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Oct 15 10:09:50 UTC 2020 Modified Files: src/sys/net: if_wg.c Log Message: wg: with no peers, the link status is DOWN, otherwise UP This mirrors the recent changes to gif(4) where the link is UP when a tunnel is set, otherwise

CVS commit: src/libexec/httpd

2020-10-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 15 09:54:22 UTC 2020 Modified Files: src/libexec/httpd: bozohttpd.8 Log Message: New sentence, new line. Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/libexec/httpd/bozohttpd.8 Please note

CVS commit: src/libexec/httpd

2020-10-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 15 09:54:22 UTC 2020 Modified Files: src/libexec/httpd: bozohttpd.8 Log Message: New sentence, new line. Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/libexec/httpd/bozohttpd.8 Please note

CVS commit: src/sys/dev/usb

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 09:37:41 UTC 2020 Modified Files: src/sys/dev/usb: xhci.c Log Message: Rename xhci_op_barrier to xhci_barrier and remove offset/length parameters. Barriers will be applied to the entire XHCI register space. To

CVS commit: src/sys/dev/usb

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 09:37:41 UTC 2020 Modified Files: src/sys/dev/usb: xhci.c Log Message: Rename xhci_op_barrier to xhci_barrier and remove offset/length parameters. Barriers will be applied to the entire XHCI register space. To

CVS commit: src/sys/dev/fdt

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 09:33:44 UTC 2020 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Initialise xhci_softc sc_ios To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/fdt/dwc3_fdt.c Please note that

CVS commit: src/sys/dev/fdt

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 09:33:44 UTC 2020 Modified Files: src/sys/dev/fdt: dwc3_fdt.c Log Message: Initialise xhci_softc sc_ios To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/fdt/dwc3_fdt.c Please note that

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

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 09:33:17 UTC 2020 Modified Files: src/sys/arch/arm/nvidia: tegra_xusb.c Log Message: Initialise xhci_softc sc_ios To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/nvidia/tegra_xusb.c

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

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 09:32:40 UTC 2020 Modified Files: src/sys/arch/mips/cavium/dev: octeon_xhci.c Log Message: Initialise xhci_softc sc_ios To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 09:33:17 UTC 2020 Modified Files: src/sys/arch/arm/nvidia: tegra_xusb.c Log Message: Initialise xhci_softc sc_ios To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/nvidia/tegra_xusb.c

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

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 09:32:40 UTC 2020 Modified Files: src/sys/arch/mips/cavium/dev: octeon_xhci.c Log Message: Initialise xhci_softc sc_ios To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/evbarm

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 08:59:57 UTC 2020 Modified Files: src/distrib/evbarm: Makefile Log Message: Only add iso_image target for aarch64 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/distrib/evbarm/Makefile Please

CVS commit: src/distrib/evbarm

2020-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 15 08:59:57 UTC 2020 Modified Files: src/distrib/evbarm: Makefile Log Message: Only add iso_image target for aarch64 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/distrib/evbarm/Makefile Please

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

2020-10-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Oct 15 08:37:20 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: vectors.S Log Message: slightly optimized loop for trap_doast() calls To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

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

2020-10-15 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Oct 15 08:37:20 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: vectors.S Log Message: slightly optimized loop for trap_doast() calls To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

Re: CVS commit: src

2020-10-15 Thread Kimmo Suominen
On Wed, Oct 14, 2020 at 10:13:21PM +0100, Roy Marples wrote: > On 14/10/2020 20:07, Kimmo Suominen wrote: > > - not interfere with (static) IPv4 configuration > > How do you expect > ifconfig_vioif0='dhcp rtsol' > to work? When I added the code for the rtsol keyword, I did not imagine that it

re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2020-10-15 Thread matthew green
Martin Husemann writes: > On Thu, Oct 15, 2020 at 05:28:12PM +1100, matthew green wrote: > > you could try reverting most of our changes to this file and > > making sure you run with /proc mounted -o linux. ryo@ recently > > added additional /proc/cpuinfo support that should make this > > just

CVS commit: src/etc/rc.d

2020-10-15 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Thu Oct 15 07:05:27 UTC 2020 Modified Files: src/etc/rc.d: network Log Message: Update "rtsol" keyword: leave IPv6 autoconf on There is no need to turn off ipv6_autoconf or dhcp6 in dhcpcd to match the previous behaviour with

CVS commit: src/etc/rc.d

2020-10-15 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Thu Oct 15 07:05:27 UTC 2020 Modified Files: src/etc/rc.d: network Log Message: Update "rtsol" keyword: leave IPv6 autoconf on There is no need to turn off ipv6_autoconf or dhcp6 in dhcpcd to match the previous behaviour with

Re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2020-10-15 Thread Martin Husemann
On Thu, Oct 15, 2020 at 05:28:12PM +1100, matthew green wrote: > you could try reverting most of our changes to this file and > making sure you run with /proc mounted -o linux. ryo@ recently > added additional /proc/cpuinfo support that should make this > just work with the upstream version, but

re: CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2020-10-15 Thread matthew green
"Rin Okuyama" writes: > Module Name: src > Committed By: rin > Date: Tue Oct 13 07:12:00 UTC 2020 > > Modified Files: > src/external/gpl3/gcc/dist/gcc/config/aarch64: driver-aarch64.c > > Log Message: > Reduce diff with upstream a bit. > No functional changes. you could try