Module Name:src
Committed By: ryo
Date: Sat Aug 14 21:17:11 UTC 2021
Modified Files:
src/sys/kern: kern_clock.c
Log Message:
fix rumpkernel build failure
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/kern/kern_clock.c
Please note that diffs are
Module Name:src
Committed By: ryo
Date: Sat Aug 14 17:51:20 UTC 2021
Modified Files:
src/common/lib/libc/gmon: mcount.c
src/sys/arch/aarch64/include: cpu.h
src/sys/arch/alpha/include: cpu.h
src/sys/arch/arm/include: cpu.h
src/sys/arch/hppa/in
Module Name:src
Committed By: ryo
Date: Sat Aug 14 17:38:44 UTC 2021
Modified Files:
src/common/lib/libc/gmon: mcount.c
Log Message:
don't include "opt_multiprocessor.h" inside an ifdef to work "make depend"
properly.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: ryo
Date: Fri Jun 25 08:41:09 UTC 2021
Modified Files:
src/sys/dev/fdt: fdt_memory.c
Log Message:
fdt "/reserved-memory" node should be handled
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/fdt_memory.c
Please
Module Name:src
Committed By: ryo
Date: Thu May 27 06:19:38 UTC 2021
Modified Files:
src/sys/arch/aarch64/conf: Makefile.aarch64
Log Message:
In gcc10, -msign-return-address is no longer supported.
Instead, (LLVM-compatible) -mbranch-protection option is supported.
To ge
Module Name:src
Committed By: ryo
Date: Thu May 27 06:11:20 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: procfs_machdep.c
src/sys/arch/aarch64/include: cpufunc.h
Log Message:
fix build error with options ARMV85_BTI
To generate a diff of this commit:
cvs
Module Name:src
Committed By: ryo
Date: Thu May 20 22:36:09 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c
Log Message:
fix little-endian dependence
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/dev/pci/ixgbe/ix_txrx.c
Please note that
Module Name:src
Committed By: ryo
Date: Thu May 20 01:02:42 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c
Log Message:
Added BUS_DMA_COHERENT flag to bus_dmamem_map() to improve stability on aarch64.
In ixgbe, TX/RX descriptor rings are configured in 16-byte u
Module Name:src
Committed By: ryo
Date: Wed Apr 21 09:52:21 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
added more attributes of PTE displayed by "ddb>machine pte"
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch
Module Name:src
Committed By: ryo
Date: Fri Apr 16 08:09:40 UTC 2021
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/if_aq.c
Please note that diffs are not public domain; they a
Module Name:src
Committed By: ryo
Date: Fri Apr 16 08:07:02 UTC 2021
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
when the packet size was just n*MCLBYTES, there was an inconsistency in the
length of mbuf.
To generate a diff of this commit:
cvs rdiff -u -r1.23
Module Name:src
Committed By: ryo
Date: Thu Apr 15 09:05:24 UTC 2021
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
mtu for revision B0 and B1 is supported up to 16338 bytes
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/if_aq.c
Ple
Module Name:src
Committed By: ryo
Date: Thu Apr 15 09:04:42 UTC 2021
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
fixed the problem of instability when changing mtu in IFF_UP state
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/if_
Module Name:src
Committed By: ryo
Date: Thu Apr 15 09:04:08 UTC 2021
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
add support hardware tcp/udp rx checksum offloading
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/if_aq.c
Please no
Module Name:src
Committed By: ryo
Date: Wed Apr 14 05:43:09 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: bus_space.c trap.c
Log Message:
Fix the problem "pcictl pci0 list" causes "panic: trap_el1h_error" on rockpro64.
The panic occures in bus_space_barrier() in
Module Name:src
Committed By: ryo
Date: Sat Mar 27 21:23:15 UTC 2021
Modified Files:
src/sys/dev/vmt: vmt_subr.c vmtvar.h
Log Message:
Removed little endian dependencies.
Now vmt(4) works on aarch64eb on vmware ESXIonARM.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: ryo
Date: Thu Mar 11 11:10:22 UTC 2021
Modified Files:
src/sys/netinet6: ip6_var.h
Log Message:
flowlabel will never return anything other than 1 or 0.
s/&&/&/
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/netinet6/ip
Module Name:src
Committed By: ryo
Date: Thu Mar 11 10:34:34 UTC 2021
Modified Files:
src/share/man/man4: ddb.4
src/sys/arch/aarch64/aarch64: db_machdep.c
Log Message:
Numeric modifiers conflict with the syntax interpretation of ddb, so use 'b',
'w', 'l', 'q' inste
Module Name:src
Committed By: ryo
Date: Thu Mar 11 09:48:40 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: db_machdep.c
src/sys/arch/aarch64/include: db_machdep.h
Log Message:
- fixed a problem where hardware {break,watch}points other than #0 could not be
Module Name:src
Committed By: ryo
Date: Tue Mar 9 16:44:27 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: cpu.c cpuswitch.S db_machdep.c trap.c
vectors.S
src/sys/arch/aarch64/include: db_machdep.h
Log Message:
Add support hardware breakpoint an
Module Name:src
Committed By: ryo
Date: Tue Mar 9 16:43:13 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: db_machdep.c
Log Message:
"machine cpu" command shows pc of trapframe and the symbol
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/a
Module Name:src
Committed By: ryo
Date: Tue Mar 9 16:42:36 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: db_machdep.c
Log Message:
match the macro name to the order of the arguments. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arc
Module Name:src
Committed By: ryo
Date: Tue Mar 9 16:41:43 UTC 2021
Modified Files:
src/sys/arch/aarch64/include: armreg.h
Log Message:
fixed mask width of DBGWVR_MASK, and added definition of DBGBVR_MASK
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src
Module Name:src
Committed By: ryo
Date: Tue Mar 9 16:40:59 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
fix build error without options DDB.
kvtopte() is referenced from arm/acpi/acpi_machdep.c
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: ryo
Date: Tue Mar 9 16:39:18 UTC 2021
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.780 -r1.781 src/sys/dev/usb/usbdevs.h \
src/sys/dev/usb/usbdevs_data.
Module Name:src
Committed By: ryo
Date: Tue Mar 9 16:38:49 UTC 2021
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
Add ASUSTEK AURALED
To generate a diff of this commit:
cvs rdiff -u -r1.791 -r1.792 src/sys/dev/usb/usbdevs
Please note that diffs are not public d
Module Name:src
Committed By: ryo
Date: Tue Mar 9 16:37:24 UTC 2021
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
Add CoolerMaster, and AMD SR4 lamplight Control device (Wraith Prism RGB CPU
Cooler)
To generate a diff of this commit:
cvs rdiff -u -r1.790 -r1.79
Module Name:src
Committed By: ryo
Date: Tue Feb 23 20:34:54 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: disasm.c
Log Message:
adjust tab. NFC
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/aarch64/aarch64/disasm.c
Please note that
Module Name:src
Committed By: ryo
Date: Tue Feb 23 20:26:50 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: disasm.c
Log Message:
fix wrong target register size of "ldrsh"
"ldrsh Xt, [Xn, Xm]" was being output as "ldrsh Wt, [Xn, Xm]"
To generate a diff of this co
Module Name:src
Committed By: ryo
Date: Tue Feb 23 20:15:04 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: disasm.c
Log Message:
make more system registers are disassemblable
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/aarch64/aarch
Module Name:src
Committed By: ryo
Date: Tue Feb 23 17:48:46 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: disasm.c
Log Message:
The immediate offset of "ldtrb", "ldtrh", "sttrb", and "sttrh" was always
output as unsigned.
Correctly, it is 9bit signed.
To genera
Module Name:src
Committed By: ryo
Date: Tue Feb 23 17:30:56 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: disasm.c
Log Message:
The register operand size for "smnegl" and "smsubl' was wrong.
not "smsubl Xd, Xn, Xm, Xa", but "smsubl Xd, Wn, Wm, Xa".
To generate a
Module Name:src
Committed By: ryo
Date: Tue Feb 23 14:50:33 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: idle_machdep.S
Log Message:
Just a few optimizations.
- in cpu_idle(), ci_intr_depth is always 0, so there is no need to fetch for
increment or conditional
Module Name:src
Committed By: ryo
Date: Mon Feb 22 09:29:38 UTC 2021
Modified Files:
src/sys/arch/aarch64/include: cpu_counter.h
Log Message:
PR/56002: aarch64 has a true 64bit CPU cycle counter, we will use it.
This fix solves PR/56002 on aarch64, but this problems can o
Module Name:src
Committed By: ryo
Date: Mon Feb 22 06:21:35 UTC 2021
Modified Files:
src/sys/dev/fdt: cpufreq_dt.c
Log Message:
It is more appropriate to use clk_get_rate() rather than sc->sc_freq_target *
100.
ci_data.cpu_cc_freq should be set to a higher precision v
Module Name:src
Committed By: ryo
Date: Thu Feb 18 17:56:04 UTC 2021
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
- use if_initialize() and if_register() instead of if_attach()
- add IFEF_MPSAFE to if_extflags
pointed out by msaitoh@, thanks
To generate a diff
Module Name:src
Committed By: ryo
Date: Sat Feb 13 18:13:54 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
No assignment is needed here.
the loop in pmap_page_remove() always removes the first pv,
and since the list is managed by _pmap_remove_p
Module Name:src
Committed By: ryo
Date: Fri Feb 12 21:39:55 UTC 2021
Modified Files:
src/sys/arch/arm/amlogic: meson_uart.c
Log Message:
UART_RFIFO_REG should be masked before passing to cn_check_magic(). there is
any data in other than the lower 8 bits.
To generate a d
Module Name:src
Committed By: ryo
Date: Thu Feb 11 08:35:12 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: copyinout.S cpufunc_asm_armv8.S fusu.S
idle_machdep.S lock_stubs.S pmap_page.S
Log Message:
include "opt_gprof.h" so that _PROF_PROLOGUE works pro
Module Name:src
Committed By: ryo
Date: Wed Feb 10 12:31:34 UTC 2021
Modified Files:
src/sys/arch/aarch64/include: profile.h
Log Message:
Oh...the name of the mcount call was different between gcc and llvm.
gcc calls it as "_mconut", llvm calls as "__mcount".
Change the m
Module Name:src
Committed By: ryo
Date: Wed Feb 10 08:25:01 UTC 2021
Modified Files:
src/sys/arch/aarch64/conf: Makefile.aarch64 kern.ldscript
src/sys/arch/aarch64/include: profile.h
Log Message:
add support kernel profiling on aarch64
- add MCOUNT_ENTER, MCOUNT_E
Module Name:src
Committed By: ryo
Date: Tue Feb 9 17:44:01 UTC 2021
Modified Files:
src/sys/arch/arm/cortex: gicv3.c
Log Message:
fix build without MULTIPROCESSOR
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/cortex/gicv3.c
Please note
Module Name:src
Committed By: ryo
Date: Mon Feb 1 18:12:11 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
It is enough to make a page accessible instead of writable.
same fix as r1.76
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r
Module Name:src
Committed By: ryo
Date: Sun Jan 31 04:51:29 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
src/sys/arch/aarch64/include: pmap.h
Log Message:
implement pmap_remove_all().
The size of struct pv_entry has increased, but speed of kernel
Module Name:src
Committed By: ryo
Date: Sat Jan 16 09:09:37 UTC 2021
Modified Files:
src/sys/dev/fdt: fdtvar.h
Log Message:
oops, fix mistake in previous commit. removed unwanted member that had been
added.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 s
Module Name:src
Committed By: ryo
Date: Fri Jan 15 20:50:49 UTC 2021
Modified Files:
src/sys/dev/fdt: arasan_sdhc_fdt.c dw_apb_uart.c dwc3_fdt.c
dwcmmc_fdt.c ehci_fdt.c ohci_fdt.c
Log Message:
use fdtbus_intr_establish_xname
To generate a diff of this commit:
Module Name:src
Committed By: ryo
Date: Fri Jan 15 18:42:41 UTC 2021
Modified Files:
src/sys/arch/arm/amlogic: meson_dwmac.c meson_sdhc.c meson_sdio.c
meson_uart.c mesongx_mmc.c
src/sys/arch/arm/fdt: a9ptmr_fdt.c a9tmr_fdt.c aaci_fdt.c gtmr_fdt.c
Module Name:src
Committed By: ryo
Date: Fri Jan 15 17:17:05 UTC 2021
Modified Files:
src/sys/arch/arm/fdt: pcihost_fdt.c
src/sys/dev/fdt: fdt_intr.c fdtvar.h
Log Message:
add fdtbus_intr_establish_xname() function
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: ryo
Date: Mon Jan 4 05:35:15 UTC 2021
Modified Files:
src/usr.sbin/cpuctl/arch: aarch64.c
Log Message:
sync cpuids[] of sys/arch/aarch64/aarch64/cpu.c r1.43
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/cpuctl/a
Module Name:src
Committed By: ryo
Date: Sat Jan 2 11:36:36 UTC 2021
Modified Files:
src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb
src/sys/dtb/arm64/amlogic: Makefile
Added Files:
src/sys/arch/arm/dts: meson-g12b-odroid-n2-plus.dts
Log Message:
add dt
Module Name:src
Committed By: ryo
Date: Sat Jan 2 08:38:56 UTC 2021
Modified Files:
src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb
src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic: Makefile
Removed Files:
src/sys/external/gpl2/dts/dist/arch/a
Module Name:src
Committed By: ryo
Date: Fri Jan 1 10:12:25 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
evbarm: Add support for Amlogic G12 family SoCs
To generate a diff of this commit:
cvs rdiff -u -r1.2773 -r1.2774 src/doc/CHANGES
Please note that diffs ar
Module Name:src
Committed By: ryo
Date: Fri Jan 1 07:41:46 UTC 2021
Modified Files:
src/distrib/sets/lists/dtb: ad.aarch64 ad.aarch64eb
src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic: Makefile
Added Files:
src/sys/external/gpl2/dts/dist/arch/arm
Module Name:src
Committed By: ryo
Date: Fri Jan 1 07:21:58 UTC 2021
Modified Files:
src/sys/arch/arm/amlogic: files.meson meson_clk.h meson_clk_pll.c
meson_pinctrl.c meson_pinctrl.h
src/sys/arch/evbarm/conf: GENERIC64
Added Files:
src/sys/arch/a
Module Name:src
Committed By: ryo
Date: Fri Jan 1 07:18:23 UTC 2021
Modified Files:
src/sys/arch/arm/amlogic: meson_dwmac.c
Log Message:
fix to work with various clock frequencies, and add support
"amlogic,meson-axg-dwmac"
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: ryo
Date: Fri Jan 1 07:17:37 UTC 2021
Modified Files:
src/sys/arch/arm/amlogic: mesongx_mmc.c
Log Message:
adapts to some register differences to add support "amlogic,meson-axg-mmc"
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.
Module Name:src
Committed By: ryo
Date: Fri Jan 1 07:15:18 UTC 2021
Modified Files:
src/sys/arch/arm/amlogic: meson_resets.c
Log Message:
add "amlogic,meson-axg-reset" to compatible
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/amlogic/mes
Module Name:src
Committed By: ryo
Date: Fri Jan 1 03:07:51 UTC 2021
Modified Files:
src/sys/dev/fdt: pwmregulator.c
Log Message:
- remove unnecessary code
- handle "enable-gpios" property, and enable/disable GPIOs in
pwmregulator_enable()
pointed out by thorpej@, thanks
Module Name:src
Committed By: ryo
Date: Thu Dec 31 15:12:34 UTC 2020
Modified Files:
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: pwmregulator.c
Log Message:
add fdt pwm regulator
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/d
Module Name:src
Committed By: ryo
Date: Thu Dec 31 15:10:46 UTC 2020
Modified Files:
src/sys/dev/ofw: ofw_subr.c openfirm.h
Log Message:
add of_getprop_uint32_array()
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/ofw/ofw_subr.c
cvs rdiff -u -r
Module Name:src
Committed By: ryo
Date: Thu Dec 31 15:09:12 UTC 2020
Modified Files:
src/sys/dev/ic: dwc_gmac.c
Log Message:
extend the timeout value. dwc_gmac_reset() sometimes takes more time.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/ic
Module Name:src
Committed By: ryo
Date: Wed Nov 25 05:18:39 UTC 2020
Modified Files:
src/sys/arch/arm/imx/fdt: imx_ccm_div.c
Log Message:
`best_diff' should be kept to a positive number
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/imx/fdt/
Module Name:src
Committed By: ryo
Date: Tue Nov 17 18:01:09 UTC 2020
Modified Files:
src/sys/arch/arm/rockchip: rk3399_pcie_phy.c
Log Message:
don't expose 'compatible[]'
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/rockchip/rk3399_pcie_ph
Module Name:src
Committed By: ryo
Date: Tue Nov 17 17:59:31 UTC 2020
Modified Files:
src/sys/dev/vmt: vmt_subr.c
Log Message:
use aprint_verbose_dev()
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/vmt/vmt_subr.c
Please note that diffs are not p
Module Name:src
Committed By: ryo
Date: Wed Oct 28 08:36:40 UTC 2020
Added Files:
src/sys/dev/fdt: vmt_fdt.c
Log Message:
add missing vmt_fdt.c.
sorry, I forgot to commit vmt_fdt.c in
http://mail-index.netbsd.org/source-changes/2020/10/27/msg123452.html
To generate a d
Module Name:src
Committed By: ryo
Date: Tue Oct 27 08:57:11 UTC 2020
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
src/share/man/man4/man4.x86: Makefile
src/sys/arch/evbarm/conf: GENERIC64
src/sys/arch/x86/conf:
Module Name:src
Committed By: ryo
Date: Thu Oct 22 07:16:06 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: locore.S
Log Message:
Don't trap EL0 accesses to the DCC registers.
VMWare use "mrs xzr, mdccsr_el0" for guest side backdoor.
To generate a diff of this com
Module Name:src
Committed By: ryo
Date: Tue Oct 20 09:53:59 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/dist/drm/radeon: radeon_atombios_dp.c
Log Message:
add header file hack to resolve conflict of ALIGN macro. (on __BIG_ENDIAN)
To generate a diff of this commit:
Module Name:src
Committed By: ryo
Date: Fri Oct 16 15:40:40 UTC 2020
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
in my previous commit, entries before the move must be obsolete rather than
removed
pointed out by nonaka@, thanks
To generate a diff of thi
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 src/sys/arch/aarch64/aar
Module Name:src
Committed By: ryo
Date: Thu Oct 15 04:39:25 UTC 2020
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
add vmx(4) driver. tested on ESXi-Arm
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/arch/evbarm/conf/GENERIC64
Module Name:src
Committed By: ryo
Date: Thu Oct 15 04:37:48 UTC 2020
Modified Files:
src/sys/dev/pci: if_vmx.c
Log Message:
Reduces useless "vmxnet3_read_cmd(sc, VMXNET3_CMD_GET_LINK)" calls
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/if_v
Module Name:src
Committed By: ryo
Date: Thu Oct 15 04:33:24 UTC 2020
Modified Files:
src/sys/dev/pci: if_vmx.c
Log Message:
Fixed a bug where 'ifconfig vmx0 down up' caused a failure to send.
This procedure was leaving sc->vmx_link_active = 0.
ok nakahara@
To generate a
Module Name:src
Committed By: ryo
Date: Wed Oct 14 10:26:59 UTC 2020
Modified Files:
src/sys/dev/pci: if_vmx.c
src/sys/modules: Makefile
Added Files:
src/sys/modules/if_vmx: Makefile if_vmx.ioconf
Log Message:
modularize, and fix build error
To generate a
Module Name:src
Committed By: ryo
Date: Wed Oct 14 10:19:11 UTC 2020
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
src/share/man/man4/man4.x86: Makefile
src/sys/arch/x86/pci: files.pci
src/sys/dev/pci: files.pci
Module Name:src
Committed By: ryo
Date: Thu Oct 1 06:40:16 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: procfs_machdep.c
src/sys/arch/aarch64/include: cpu.h
Log Message:
fix build error with LLVM
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r
Module Name:src
Committed By: ryo
Date: Wed Sep 30 08:43:47 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: procfs_machdep.c
Log Message:
add linux compatible /proc/cpuinfo
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/aarch64/aarch64/pr
Module Name:src
Committed By: ryo
Date: Wed Sep 30 08:40:49 UTC 2020
Modified Files:
src/sys/arch/aarch64/include: armreg.h
Log Message:
add some fields of ID_AA64ISAR1_EL1 definition (ARMv8.6)
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/aa
Module Name:src
Committed By: ryo
Date: Thu Sep 24 16:15:49 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: bus_space_asm_generic.S
Log Message:
fix *_bs_rm_4_swap(). it was only reading 2 bytes, not 4 bytes.
pointed out by skrll@ thanks.
To generate a diff of th
Module Name:src
Committed By: ryo
Date: Thu Sep 24 09:59:11 UTC 2020
Modified Files:
src/sys/dev/ic: nvme.c
Log Message:
no need to swap pt.cmd.cdwXX at nvme_set_number_of_queues(). cmd.cdwXX will be
swapped in nvme_pt_fill().
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: ryo
Date: Thu Sep 24 09:04:38 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: bus_space_asm_generic.S
Log Message:
fix bugs in *_bs_rm_8_swap(). it was only reading 4 bytes, not 8 bytes.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: ryo
Date: Thu Sep 24 08:50:09 UTC 2020
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.c
Log Message:
need to swap on big endian machines.
"The ITS command queue uses a little endian memory order model." (GIC
Architecture Specification)
Module Name:src
Committed By: ryo
Date: Thu Sep 24 05:13:03 UTC 2020
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
add __aligned() to all __packed structures.
suppress warnings, and allow to compiler to generate more efficent code.
To generate a diff of this com
Module Name:src
Committed By: ryo
Date: Thu Sep 24 05:09:47 UTC 2020
Modified Files:
src/sys/dev/pci: if_aq.c
Log Message:
no need to swap 32bit-packed macaddr on big endian
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_aq.c
Please not
Module Name:src
Committed By: ryo
Date: Sat Sep 19 18:19:09 UTC 2020
Modified Files:
src/sys/arch/arm/rockchip: rk_i2c.c
Log Message:
fix to work on big endian
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/rockchip/rk_i2c.c
Please note tha
Module Name:src
Committed By: ryo
Date: Tue Sep 15 09:28:21 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: genassym.cf locore.S locore_el2.S start.S
src/sys/arch/aarch64/include: armreg.h
Log Message:
fix typo
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: ryo
Date: Tue Sep 15 09:23:15 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: locore.S locore_el2.S start.S
Log Message:
fix aarch64eb MULTIPROCESSOR boot
- set endian of EL2,EL1 and EL0 at the beginning of start() and cpu_mpstart()
-
Module Name:src
Committed By: ryo
Date: Mon Sep 14 17:14:12 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: kobj_machdep.c
Log Message:
swap insns for aarch64eb
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/aarch64/aarch64/kobj_machdep.c
Module Name:src
Committed By: ryo
Date: Mon Sep 14 10:53:02 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: db_interface.c trap.c
src/sys/arch/aarch64/include: db_machdep.h
Log Message:
sprinkle LE32TOH to fetch instructions on aarch64eb
To generate a diff
Module Name:src
Committed By: ryo
Date: Mon Sep 14 10:06:35 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
src/sys/arch/aarch64/include: cpu.h types.h
Log Message:
PID_MAX is just an initial value (soft maximum). Don't use it for CTASSERT.
defined __
Module Name:src
Committed By: ryo
Date: Mon Sep 7 18:29:48 UTC 2020
Modified Files:
src/sys/arch/aarch64/include: ptrace.h
Log Message:
Oops. revert my previous commit. AArch64 instructions are always LE.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src
Module Name:src
Committed By: ryo
Date: Sun Sep 6 17:43:31 UTC 2020
Modified Files:
src/sys/arch/aarch64/include: ptrace.h
Log Message:
need swap for aarch64be
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/aarch64/include/ptrace.h
Please no
Module Name:src
Committed By: ryo
Date: Sun Sep 6 17:38:10 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
src/sys/arch/aarch64/include: machdep.h
Log Message:
Fix panic caused by modload.
http://mail-index.netbsd.org/port-arm/2020/08/30/msg006960.h
Module Name:src
Committed By: ryo
Date: Sun Aug 23 15:51:30 UTC 2020
Modified Files:
src/tests/bin/df: t_df.sh
Log Message:
adjust the number of spaces to match the current df(1) output.
fix NetBSD PR/55600
TODO: it should not be dependent on the number of spaces.
To ge
Module Name:src
Committed By: ryo
Date: Fri Aug 21 16:41:06 UTC 2020
Modified Files:
src/bin/df: df.c
Log Message:
- Bump Size/Used/Avail from 10 to 12, and iUsed/iAvail from 8 to 10 for
double-digit terabyte storage.
- set the field width to the optimal, if "-h" is speci
Module Name:src
Committed By: ryo
Date: Fri Aug 21 16:40:02 UTC 2020
Modified Files:
src/bin/df: df.c
Log Message:
field width of blocksize and inode can be changed by #define
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/bin/df/df.c
Please note that
Module Name:src
Committed By: ryo
Date: Thu Aug 6 06:50:39 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: fault.c
Log Message:
No need to recover from fault from within a hardware interrupt handler.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 s
Module Name:src
Committed By: ryo
Date: Thu Aug 6 06:49:55 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: copyinout.S cpuswitch.S fault.c fusu.S
genassym.cf
src/sys/arch/aarch64/include: frame.h machdep.h
Log Message:
revert the changes of
htt
Module Name:src
Committed By: ryo
Date: Mon Aug 3 19:16:56 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: disasm.c
Log Message:
make more ARMv8.x system registers are disassemblable
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/aarch64
Module Name:src
Committed By: ryo
Date: Mon Aug 3 06:30:00 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: TODO copyinout.S genassym.cf
src/sys/arch/aarch64/include: cpufunc.h types.h
Log Message:
Implement MD ucas(9) (__HAVE_UCAS_FULL)
To generate a diff
1 - 100 of 456 matches
Mail list logo