Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (2h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 11:36:51 UTC Now

2021-08-11 05:08:35 UTC MAIN commitmail json YAML

tests/lint: demonstrate wrong 'syntax error' for unused argument

Seen in pam_chroot.c:60.

(rillig)

2021-08-10 20:43:13 UTC MAIN commitmail json YAML

2021-08-10 19:52:14 UTC MAIN commitmail json YAML

lint: remove redundant test for negative bit-field size

A bit-field can never have negative size.  Its type is an unsigned
integer.

Strangely, GCC 10.3.0 only complains about this if the extra struct
level lint1_type.t_b is removed.  Clang 12.0.1 does not complain at all.

(rillig)

2021-08-10 17:57:16 UTC MAIN commitmail json YAML

lint: remove redundant function prototypes

(rillig)

2021-08-10 17:31:44 UTC MAIN commitmail json YAML

2021-08-10 17:12:31 UTC MAIN commitmail json YAML

Make gic_splfuncs optional and disable it by default until it has had
more testing.

(jmcneill)

2021-08-10 16:59:28 UTC MAIN commitmail json YAML

lint: fix documentation of FARG and PUSH

(rillig)

2021-08-10 16:52:43 UTC MAIN commitmail json YAML

2021-08-10 16:45:35 UTC MAIN commitmail json YAML

evbarm: Improvements in interrupt handling on Arm GIC v2 and v3 systems
resulting in better network and storage performance.

(jmcneill)

2021-08-10 15:33:09 UTC MAIN commitmail json YAML

2021-08-10 15:31:55 UTC MAIN commitmail json YAML

arm: pic: allow overriding _splraise/_spllower/splx

(jmcneill)

2021-08-10 15:31:38 UTC MAIN commitmail json YAML

Disable MSI if the linux,pcie-nomsi flag is present

(jmcneill)

2021-08-10 15:28:44 UTC MAIN commitmail json YAML

Clear IFF_OACTIVE in genet_txintr (bug introduced in r1.8) and don't
sync DMA maps with size 0.

(jmcneill)

2021-08-10 10:43:42 UTC MAIN commitmail json YAML

PR/56318: Izumi Tsutsui: Don't include mips.S for 32 bit mips because it
does not work for mips1

(christos)

2021-08-10 10:38:42 UTC MAIN commitmail json YAML

PR/56318: Izumi Tsutsui: Limit bn-sparcv8.S to sparc64; breaks
on sparcstation 2 (sun4c)

(christos)

2021-08-10 07:02:00 UTC MAIN commitmail json YAML

lint: document the difference between FARG and PUSH

(rillig)

2021-08-10 06:47:49 UTC MAIN commitmail json YAML

2021-08-10 06:31:16 UTC MAIN commitmail json YAML

lint: document operator properties directly at the definition

(rillig)

2021-08-10 06:29:56 UTC MAIN commitmail json YAML

PR kern/56348
MTU discovery fails with IPv6 sockets bound to IPv4 mapped address

pick up the IPv4 route for IPv4 mapped IPv6 address to get the correct
MTU and not any unrelated/inappropriate MTU from IPv6 routes. IPv4 mapped
IPv6 addresses are always handled by the IPv4 stack and MTU discovery
is solely handled with the IPv4 routing table.

(kardel)

2021-08-09 21:38:05 UTC MAIN commitmail json YAML

2021-08-09 21:27:20 UTC MAIN commitmail json YAML

lint: remove commented-out preprocessor options

These have been commented out since 2002.

(rillig)

2021-08-09 21:20:50 UTC MAIN commitmail json YAML

2021-08-09 21:13:06 UTC MAIN commitmail json YAML

2021-08-09 21:08:06 UTC MAIN commitmail json YAML

2021-08-09 20:52:24 UTC MAIN commitmail json YAML

lint: remove unused pathname

(rillig)

2021-08-09 20:49:11 UTC MAIN commitmail json YAML

2021-08-09 20:07:24 UTC MAIN commitmail json YAML

lint: warn about 'char * = strchr(const char *, int)'

Found in findcc.c, there are about 25 other instances of this
incongruency in the whole source tree.

For more examples of functions from the C Standard Library that
implicitly remove the 'const' qualifier from an argument, see the C++
include file 'cstring'.

(rillig)

2021-08-09 19:57:58 UTC MAIN commitmail json YAML

2021-08-09 19:24:33 UTC MAIN commitmail json YAML

2021-08-09 12:36:14 UTC thorpej-i2c-spi-conf2 commitmail json YAML

Use the same idiom to cast the ACPI_HANDLE to uint64_t as other drivers
when passing it to acpi_intr_establish().

XXX This is gross, but fixing it is outside the scope of this branch.

(thorpej)

2021-08-09 11:29:30 UTC MAIN commitmail json YAML

Fix the fix to a typo in one of the comments.

(kre)

2021-08-09 10:46:39 UTC MAIN commitmail json YAML

Test errno when the return value from wait() indicates an error, not
when it indicates success.  PR install/56303.

(gson)

2021-08-09 04:07:29 UTC MAIN commitmail json YAML

2021-08-09 04:06:21 UTC MAIN commitmail json YAML

2021-08-09 01:29:52 UTC thorpej-i2c-spi-conf2 commitmail json YAML

Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2,
which is based on a newer HEAD revision.

(thorpej)

2021-08-09 01:16:01 UTC thorpej-i2c-spi-conf2 commitmail json YAML

Adapt to thorpej-i2c-spi-conf2: ia->ia_cookie is gone.

(thorpej)

2021-08-09 01:09:41 UTC thorpej-i2c-spi-conf2 commitmail json YAML

In iic_close(), mark the "sc" variable as __diagused.

(thorpej)

2021-08-09 00:57:56 UTC thorpej-i2c-spi-conf2 commitmail json YAML

2021-08-09 00:32:51 UTC MAIN commitmail json YAML

thorpej-i2c-spi-conf -> thorpej-i2c-spi-conf2.

(thorpej)

2021-08-09 00:30:09 UTC thorpej-i2c-spi-conf2 commitmail json YAML

2021-08-08 22:26:32 UTC MAIN commitmail json YAML

Fix LIST operations, found by strictly-aligned CPUs, i.e., ARMv5 and IBM403:
- Initialize LIST_HEAD.
- Use LIST_FOREACH_SAFE() where necessary.

(rin)

2021-08-08 21:50:10 UTC MAIN commitmail json YAML

2021-08-08 21:45:53 UTC MAIN commitmail json YAML

2021-08-08 20:57:09 UTC MAIN commitmail json YAML

2021-08-08 20:56:54 UTC MAIN commitmail json YAML

perfused: use SOL_LOCAL

(nia)

2021-08-08 20:55:33 UTC MAIN commitmail json YAML

Add ddbping example module to SUBDIR list.

(uwe)

2021-08-08 20:54:49 UTC MAIN commitmail json YAML

2021-08-08 20:50:12 UTC MAIN commitmail json YAML

s/varable/variable s/explictly/explicitly/ s/proerly/properly/ in comments.

(andvar)

2021-08-08 19:28:09 UTC MAIN commitmail json YAML

Re-apply

Move 'struct pic_pending' from percpu to struct cpu_info. Saves a few
instructions in splx.

There is(/was) no need to use atomic operations on the percpu / cpu_info
members, so don't.

Finally removng the use of percpu should help avoid problems with "late"
attaching cpus.

(skrll)

2021-08-08 18:55:12 UTC MAIN commitmail json YAML

2021-08-08 18:43:21 UTC MAIN commitmail json YAML

2021-08-08 16:53:54 UTC MAIN commitmail json YAML

2021-08-08 16:35:15 UTC MAIN commitmail json YAML

tests/lint: include but don't run read_lp64 on 32-bit platforms

The lint1 tests are all in the machine-independent file list, which
makes it easier to manage them.  At run time, some of them are skipped
based on platform characteristics.  Do the same for the lint2 tests.

Having the lint2 test named read_lp64 as the only machine-dependent test
would complicate things.

The build for i386 had failed because the files for read_lp64 were
listed in distrib/sets/lists/tests/mi but were not actually installed.

(rillig)

2021-08-08 16:23:37 UTC MAIN commitmail json YAML

Fixup bwfm(4) register bit regarding SDIO device suspend/resume.

From OpenBSD if_bwfm_sdio.h r1.3

(jmcneill)

2021-08-08 16:19:18 UTC MAIN commitmail json YAML

lint: group global variables by the subprocess

No functional change.

(rillig)

2021-08-08 16:12:10 UTC MAIN commitmail json YAML

change othersize to otherwise. I believe this is what was meant in the context.

(andvar)

2021-08-08 16:11:08 UTC MAIN commitmail json YAML

lint: rename list_free to list_clear

The previous name suggested that the function would free the list
itself, which it doesn't.

(rillig)

2021-08-08 15:59:32 UTC MAIN commitmail json YAML

lint: update and proofread manual page

(rillig)

2021-08-08 15:29:24 UTC MAIN commitmail json YAML

lint: remove dead code for reading from stdin

Since xlint.c 1.27 from 2002-01-31, it has not been possible to read
from stdin anymore.  Apparently nobody missed this feature in the last
19 years.

(rillig)

2021-08-08 15:23:42 UTC MAIN commitmail json YAML

fdt: regulator: pre-allocate regulator handle

Workaround for PR# port-evbarm/54664

(jmcneill)

2021-08-08 15:06:44 UTC MAIN commitmail json YAML

lint: inline list_add_defines

No functional change.

(rillig)

2021-08-08 15:03:48 UTC MAIN commitmail json YAML

lint: rename functions for handling string lists

No functional change.

(rillig)

2021-08-08 14:05:33 UTC MAIN commitmail json YAML

lint: make data flow in findlibs simpler

No functional change.

(rillig)

2021-08-08 13:43:09 UTC MAIN commitmail json YAML

2021-08-08 13:34:57 UTC MAIN commitmail json YAML

lint: make memory management in xlint simpler

No functional change.

(rillig)

2021-08-08 13:22:22 UTC MAIN commitmail json YAML

tests/lint: mips64 is not a 64-bit platform

See usr.bin/xlint/arch/mips64/targparam.h.

(rillig)

2021-08-08 13:19:51 UTC MAIN commitmail json YAML

tests/lint: clean up accept.sh, document test for removed assertion

(rillig)

2021-08-08 12:35:44 UTC MAIN commitmail json YAML

evbarm: Add support for Arm PCI Configuration Space Access Firmware
Interface (DEN0115).
evbarm: Add support for Broadcom BCM2838 EMMC2 in ACPI mode, as found
on the Raspberry Pi 4.
evbarm: Add support for shared ACPI platform interrupts.

(jmcneill)

2021-08-08 12:31:43 UTC MAIN commitmail json YAML

Enable options PCI_SMCCC on 64-bit Arm.

(jmcneill)

2021-08-08 12:17:37 UTC MAIN commitmail json YAML

radeonfb: use BUS_SPACE_MAP_PREFETCHABLE for the framebuffer mapping

Makes the driver work on cia(4) based alpha machines, which can only
do dense access to linear mappings with prefetch. ok macallan@

(tnn)

2021-08-08 12:09:52 UTC MAIN commitmail json YAML

Install the shared PCI INTx interrupt handler at IPL_VM to workaround a
possible interrupt storm at boot. Need to revisit this.

(jmcneill)

2021-08-08 12:00:30 UTC MAIN commitmail json YAML

make: remove redundant initialization in ApplyModifier_Order

No functional change.

(rillig)

2021-08-08 11:56:36 UTC MAIN commitmail json YAML

2021-08-08 11:11:29 UTC MAIN commitmail json YAML

Use SMBIOS system product instead of the string "netbsd,generic-acpi"
for firmware loading on ACPI systems.

(jmcneill)

2021-08-08 11:07:20 UTC MAIN commitmail json YAML

2021-08-08 10:59:27 UTC MAIN commitmail json YAML

2021-08-08 10:48:35 UTC MAIN commitmail json YAML

Fix obvious editor mishap in previous

(martin)

2021-08-08 10:41:34 UTC MAIN commitmail json YAML

lint: condense code for writing the .ln files

No functional change.

(rillig)

2021-08-08 10:32:27 UTC MAIN commitmail json YAML

2021-08-08 10:28:26 UTC MAIN commitmail json YAML

arm: ACPI: Add support for simple sharing of platform interrupts

Allow sharing of platform interrupts provided that the type, ipl, and
mpsafe-ness are the same.

(jmcneill)

2021-08-08 10:23:51 UTC netbsd-9 commitmail json YAML

2021-08-08 10:22:04 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1329):

lib/libc/arch/arm/gen/swapcontext.S: revision 1.18
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/divsi3.S: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/divsi3.S: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_cfcmp.S: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_cfcmp.S: revision 1.3
lib/libc/arch/arm/sys/__clone.S: revision 1.10
lib/libc/arch/arm/sys/__clone.S: revision 1.11
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/modsi3.S: revision 1.2
lib/libc/arch/arm/sys/__clone.S: revision 1.12
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/modsi3.S: revision 1.3
lib/libc/arch/arm/sys/__clone.S: revision 1.13
lib/libc/arch/arm/sys/__clone.S: revision 1.14
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/divmodsi4.S: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/divmodsi4.S: revision 1.3
lib/libc/arch/arm/gen/swapcontext.S: revision 1.16
lib/libc/arch/arm/gen/swapcontext.S: revision 1.17

Align sp to 8-byte boundary as required by EABI.

This is especially important for non-leaf functions; GCC optimizes codes
based on assumption that sp is aligned properly.

Mostly fix broken earmv5 userland compiled by GCC10 due to alignment
faults in ld.elf_so, where {ld,st}rd are used for [sp, #8x].

No regression for ATF is observed for earmv[67]{,hf}{,eb}.

Align sp to 8-byte boundary as required by EABI.
IIUC, this change only affects libc compiled for ``Thumb-mode userland'',
which we've not officially supported yet.

Fix previous. For Thumb-1:
- sp cannot be manipulated directly
- {add,sub}s should be used instead of {add,sub}

Trailing whitespace

The _INVOKE_CERROR macro deals with thumb so simplify the code (at the
expense of a couple more instructions).

Do previous differently by pushing even number of registers and remove
strange r7 usage.

Do previous differtly by pushing two registers in the same way as the
_INVOKE_CERROR macro

(martin)

2021-08-08 10:11:40 UTC netbsd-9 commitmail json YAML

src/lib/libc/compiler_rt/Makefile.inc@1.35.6.1 / diff / nxr@1.35.6.1
src/lib/libm/compiler_rt/Makefile.inc@1.10.18.1 / diff / nxr@1.10.18.1
src/sys/external/bsd/compiler_rt/abi.mk@1.1.8.2 / diff / nxr@1.1.8.2
src/sys/external/bsd/compiler_rt/dist/lib/builtins/adddf3.c@1.1.1.3.34.1 / diff / nxr@1.1.1.3.34.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/addsf3.c@1.1.1.4.34.1 / diff / nxr@1.1.1.4.34.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_cfcmpeq_check_nan.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_div0.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_drsub.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_frsub.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/ashldi3.c@1.1.1.1.40.1 / diff / nxr@1.1.1.1.40.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/ashrdi3.c@1.1.1.1.40.1 / diff / nxr@1.1.1.1.40.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/comparedf2.c@1.1.1.4.22.1 / diff / nxr@1.1.1.4.22.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/comparesf2.c@1.1.1.4.22.1 / diff / nxr@1.1.1.4.22.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/divdf3.c@1.1.1.3.36.1 / diff / nxr@1.1.1.3.36.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/divsf3.c@1.1.1.2.40.1 / diff / nxr@1.1.1.2.40.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/divsi3.c@1.1.1.2.40.1 / diff / nxr@1.1.1.2.40.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/extendhfsf2.c@1.1.1.1.26.1 / diff / nxr@1.1.1.1.26.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/extendsfdf2.c@1.1.1.3.34.1 / diff / nxr@1.1.1.3.34.1
src/sys/external/bsd/compiler_rt/dist/lib/builtins/fixdfdi.c@1.1.1.3.22.1 / diff / nxr@1.1.1.3.22.1
      :
(more 29 files)
Pull up following revision(s) (requested by skrll in ticket #1328):

sys/external/bsd/compiler_rt/dist/lib/builtins/negsf2.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/muldf3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/truncdfhf2.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/negsf2.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/muldf3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/floatdidf.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_cfcmpeq_check_nan.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/truncdfhf2.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/floatdidf.c: revision 1.4
sys/external/bsd/compiler_rt/dist/lib/builtins/floatdidf.c: revision 1.5
sys/external/bsd/compiler_rt/dist/lib/builtins/divdf3.c: revision 1.2
sys/external/bsd/compiler_rt/abi.mk: revision 1.1
sys/external/bsd/compiler_rt/dist/lib/builtins/divdf3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/int_lib.h: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/floatunsisf.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/comparesf2.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/int_lib.h: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/floatunsisf.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/comparesf2.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/int_lib.h: revision 1.4
sys/external/bsd/compiler_rt/dist/lib/builtins/ashrdi3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/ashldi3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/truncdfsf2.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/subdf3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/int_lib.h: revision 1.5
sys/external/bsd/compiler_rt/dist/lib/builtins/ashrdi3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/ashldi3.c: revision 1.3
sys/lib/libkern/Makefile.compiler-rt: revision 1.13
sys/external/bsd/compiler_rt/dist/lib/builtins/truncdfsf2.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/subdf3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/int_lib.h: revision 1.6
sys/external/bsd/compiler_rt/dist/lib/builtins/lshrdi3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/floatsisf.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/extendhfsf2.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/lshrdi3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/floatsisf.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/extendhfsf2.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/floatunsidf.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/floatunsidf.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/fixdfsi.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/fixdfsi.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_frsub.c: revision 1.2
lib/libm/compiler_rt/Makefile.inc: revision 1.11
sys/external/bsd/compiler_rt/dist/lib/builtins/fixunsdfsi.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/floatsidf.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/fixunsdfsi.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/divsi3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/adddf3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/floatsidf.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/divsi3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/adddf3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_div0.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/mulsf3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/mulsf3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/fixdfdi.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/fixdfdi.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/divsf3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/negdf2.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/fixunsdfdi.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/divsf3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/negdf2.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/fixunsdfdi.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/extendsfdf2.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/subsf3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/extendsfdf2.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/subsf3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/comparedf2.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/comparedf2.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/floatundisf.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/floatundisf.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/fixsfsi.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_drsub.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/fixsfsi.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/muldi3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/fixunssfsi.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/muldi3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/fixunssfsi.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/floatdisf.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/floatdisf.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/addsf3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/addsf3.c: revision 1.3
lib/libc/compiler_rt/Makefile.inc: revision 1.40
sys/external/bsd/compiler_rt/dist/lib/builtins/fixunssfdi.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/fixunssfdi.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/udivsi3.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/truncsfhf2.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/floatundidf.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/fixsfdi.c: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/udivsi3.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/truncsfhf2.c: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/floatundidf.c: revision 1.4
sys/external/bsd/compiler_rt/dist/lib/builtins/fixsfdi.c: revision 1.3

PR port-arm/55897
Cherry-pick upstream commit llvm-svn: 266891:
https://github.com/llvm/llvm-project/commit/28e1b977d4694c6b3a5c4d8107570a969be71e77#diff-549f1733063df365663fe375f336034e33e16d6bf2826cd4f966045aeb136007
----
[PATCH] builtins: remove use of __attribute__((pcs("aapcs"))) on
  Windows
Windows does not honour the __attribute__((pcs)) on ARM.  Although this will
result in ABI mismatches, compiler-rt should largely be unneeded for resolving
dependencies as we generate MS ABI compliant library calls now for the most
part.
llvm-svn: 266891
PR port-arm/55897
Cherry-pick upstream commit llvm-svn: 298974 for lib/builtins/int_lib.h.
https://github.com/llvm/llvm-project/commit/d8ca74176e25bd4080ee81982819e2ef7a36553f#diff-549f1733063df365663fe375f336034e33e16d6bf2826cd4f966045aeb136007
----
[Builtin] Unxfail tests for armhf
Summary:
Originally, a few tests fail for armhf target due to:
1) COMPILER_RT_ARMHF_TARGET was not set when building the lib
2) COMPILER_RT_ABI should not be defined as `__attribute__((pcs("aapcs")))` for armhf when building for both lib and tests
This addresshttps://bugs.llvm.org//show_bug.cgi?id=32261
mulsc3_test.c is a newly exposed issue, which will be addressed separately.
Reviewers: rengolin, compnerd
Reviewed By: compnerd
Subscribers: aemerson, llvm-commits, mgorny
Differential Revision:https://reviews.llvm.org/D31448
llvm-svn: 298974
PR port-arm/55897
Cherry-pick upstream commit llvm-svn: 303138:
https://github.com/llvm/llvm-project/commit/44c45717b9e9f3dc194508d2eeeb8599a9d76949#diff-549f1733063df365663fe375f336034e33e16d6bf2826cd4f966045aeb136007
----
[PATCH] builtins: use reserved spelling (NFC)
llvm-svn: 303138
PR port-arm/55897
Cherry-pick upstream commit llvm-svn: 303188:
https://github.com/llvm/llvm-project/commit/36ac5ddff7377586390a71cb3261f0a40d274308#diff-549f1733063df365663fe375f336034e33e16d6bf2826cd4f966045aeb136007
----
[PATCH] builtins: expand out the AEABI function stubs
These actually may change calling conventions.  We cannot simply provide
function aliases as the aliased function may have a different calling
convention.  Provide a forwarding function instead to permit the
compiler to synthesize the calling convention adjustment thunk.
Remove the `ARM_EABI_FNALIAS` macro as that is not safe to use.
Resolves PR33030!
llvm-svn: 303188
PR port-arm/55897
Cherry-pick upstream commit llvm-svn: 303207:
https://github.com/llvm/llvm-project/commit/4a45838d10085defac0f3b3003a5263e34536f3b#diff-549f1733063df365663fe375f336034e33e16d6bf2826cd4f966045aeb136007
----
[PATCH] builtins: fix guard __AEABI__ -> __ARM_EABI__
llvm-svn: 303207
PR port-arm/55897
Cherry-pick upstream commit llvm-svn: 314851:
https://github.com/llvm/llvm-project/commit/0d586d06a756b126a7eb43a21ecc12bd243d7cd8#diff-549f1733063df365663fe375f336034e33e16d6bf2826cd4f966045aeb136007
----
[PATCH] [compiler-rt] Add back ARM EABI aliases where legal.
r303188 removed all the uses of aliases for EABI functions from
compiler-rt, because some of them had mismatched calling conventions.
Obviously, we can't use aliases for functions which don't have the same
calling convention, but that's only an issue for floating-point
functions with the hardfloat ABI.  In other cases, the stubs increase
size and reduce performance for no benefit.
This patch adds back the aliases, with appropriate checks to make sure
they're only used in cases where the calling convention matches.
llvm-svn: 314851
PR port-arm/55897
Fix ABI mismatch for armhf runtime routines for floating-point arithmetics;
For hard-float arm variants, provide
(1) generic runtime routines with correct calling convention, and
(2) EABI runtime routines at the same time.
I've confirmed that no binary changes for kernels.
LGTM by skrll

(martin)

2021-08-08 10:00:16 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1327):

sys/external/bsd/drm2/linux/linux_reservation.c: revision 1.13
sys/external/bsd/drm2/linux/linux_reservation.c: revision 1.14

drm: Release fence if we're about to return too.

Should fix another fence leak.

XXX pullup-9

-

drm: Plug another fence leak.

XXX pullup-9

(martin)

2021-08-08 07:17:18 UTC MAIN commitmail json YAML

2021-08-08 01:06:57 UTC thorpej-i2c-spi-conf commitmail json YAML

If OFW_I2C_ALLOW_MISSING_COMPATIBLE_PROPERTY, ensure that clist_size
is not negative for the call to kmem_tmpbuf_alloc().

(thorpej)

2021-08-08 00:53:39 UTC MAIN commitmail json YAML

Define preprocessor symbols (__HAVE_OPENFIRMWARE_VARIANT_AAPL and
__HAVE_OPENFIRMWARE_VARIANT_SUNW) that lets generic OpenFirmware
code deal with differences / quirks among implementation variants.

(thorpej)

2021-08-08 00:02:03 UTC MAIN commitmail json YAML

tests/lint: make list of tests simpler

Since the file /usr/tests/usr.bin/xlint/lint2/tests has only been in the
file set for a few minutes, it is not marked as obsolete but simply
removed.

(rillig)

2021-08-07 23:52:32 UTC MAIN commitmail json YAML

2021-08-07 22:05:26 UTC MAIN commitmail json YAML

Convert the test to cfargs. OK @thorpej.

(cjep)

2021-08-07 21:27:53 UTC MAIN commitmail json YAML

2021-08-07 21:24:56 UTC MAIN commitmail json YAML

acpi: call smccc_probe() after PSCI init

(jmcneill)

2021-08-07 21:24:14 UTC MAIN commitmail json YAML

2021-08-07 21:23:37 UTC MAIN commitmail json YAML

arm: PCI: Add support for Arm PCI Config Space Access Firmware Interface

This adds basic support for the PCI Config Access interface defined in
Arm DEN0115.

(jmcneill)

2021-08-07 21:21:49 UTC MAIN commitmail json YAML

arm: SMCCC: Add return values to smccc_call

(jmcneill)

2021-08-07 21:20:14 UTC MAIN commitmail json YAML

arm: PSCI: Add a function to return the PSCI conduit.

(jmcneill)

2021-08-07 21:19:16 UTC MAIN commitmail json YAML

2021-08-07 20:41:17 UTC MAIN commitmail json YAML

autoconf(9) - Improve formatting.

Don't hide consumed cfargs in the second sentence of a function's
description, they ends up hidden towards the right margin and that
sentence is guaranteed to get a line break further reducing its
readability.  Instead make that the first sentence and start the
description with a new paragraph.  That makes it looks like part of
the signature and is much more prominent.

Various markup improvements while here.

Bump date for thorpej-cfargs2 changes.

(uwe)

2021-08-07 19:44:39 UTC MAIN commitmail json YAML

NetBSD 9.99.88 -- CFARG_* -> CFARGS()

(thorpej)

2021-08-07 19:41:14 UTC MAIN commitmail json YAML

2021-08-07 19:23:03 UTC MAIN commitmail json YAML

sp_tlb_flush - consistent whitespace in inline asm.

(uwe)

2021-08-07 19:07:03 UTC MAIN commitmail json YAML

2021-08-07 18:40:45 UTC MAIN commitmail json YAML

acpi: DMA: Use acpi_resource_parse_any to parse _DMA resources

_DMA resources really should be marked ResourceProducer, so use
acpi_resource_parse_any to pick these up.

(jmcneill)

2021-08-07 18:39:40 UTC MAIN commitmail json YAML

acpi: Add acpi_resource_parse_any().

Like acpi_resource_parse(), but doesn't exclude "produced" resources.

(jmcneill)

2021-08-07 18:16:42 UTC MAIN commitmail json YAML

Export devhandle_lookup_device_call().

(thorpej)

2021-08-07 17:38:41 UTC MAIN commitmail json YAML

lint: clean gcov files for lint2 and xlint as well

(rillig)

2021-08-07 16:21:03 UTC MAIN commitmail json YAML

thorpej-cfargs2 merged.

(thorpej)

2021-08-07 16:20:02 UTC MAIN commitmail json YAML

Update for thorpej-cfargs2.

(thorpej)

2021-08-07 16:19:18 UTC MAIN commitmail json YAML

2021-08-07 15:41:01 UTC MAIN commitmail json YAML

sun8icrypto(4): Call crypto_unblock when a task completes.

Otherwise under load this would presumably just hang after returning
ERESTART to opencrypto.

(riastradh)

2021-08-07 14:21:28 UTC thorpej-cfargs2 commitmail json YAML

Hide "struct cfargs" from user space.

(thorpej)

2021-08-07 14:19:12 UTC MAIN commitmail json YAML

Document thorpej-futex2.

(thorpej)

2021-08-07 06:04:26 UTC MAIN commitmail json YAML

pass sensor locations to i2c devices if we can find them
tested on 2nd gen Mini

(macallan)

2021-08-07 04:19:31 UTC MAIN commitmail json YAML

Make sure that buffers allocated by lua_alloc() are aligned to 8-byte
boundaries as done by kmem_alloc(9).

Fix alignment faults on armv5te; GCC emits ldrd/strd instructions for
memory operands that are guaranteed to be aligned properly.

Drop unnecessary __packed attribute from alloc_header_t at the same time.

(rin)

2021-08-07 03:28:42 UTC MAIN commitmail json YAML

x68k now uses KAUTH_MACHDEP_UNMANAGEDMEM.

(isaki)

2021-08-07 03:17:23 UTC MAIN commitmail json YAML

2021-08-07 01:46:54 UTC thorpej-futex2 commitmail json YAML

futex_wake_highest_pri is not expected to fail on the thorpej-futex2
branch.

(thorpej)

2021-08-07 01:44:51 UTC thorpej-futex2 commitmail json YAML

Fix the unit test for FUTEX_REQUEUE and FUTEX_CMP_REQUEUE to account
for the different return value semantics.

(thorpej)

2021-08-07 01:22:34 UTC thorpej-futex2 commitmail json YAML

The return values for FUTEX_REQUEUE and FUTEX_CMP_REQUEUE are different,
but we weren't doing to the right thing.

FUTEX_REQUEUE returns the number of waiters awakened.

FUTEX_CMP_REQUEUE returns the number of waiters awakenend plus the
number of waiters requeued (and it is an exercise for the caller to
calculate the number requeued, if it cares).

(thorpej)

2021-08-06 23:53:53 UTC thorpej-futex2 commitmail json YAML

Isolate knowledge of the union-ness of futex_key to where it's declared.

(thorpej)

2021-08-06 19:38:54 UTC MAIN commitmail json YAML

Arm: Add support for SMC Calling Convention

Arm DEN0028 defines a calling mechanism used with Secure Monitor Call (SMC)
and Hypervisor Call (HVC) instructions. To discover SMCCC, we must:

1) Find the PSCI conduit (either via ACPI FADT, or Device Tree)
2) Use PSCI_VERSION to determine whether PSCI_FEATURES is supported
3) Call PSCI_FEATURES with SMCCC_VERSION to determine the implementation
    version.

(jmcneill)

2021-08-06 18:23:58 UTC thorpej-futex2 commitmail json YAML

2021-08-06 18:15:48 UTC MAIN commitmail json YAML

conditionally put back the include of <uvm/uvm_page.h>

This is a kludge to fix the build on some ports. According to pmap(9),
including <uvm/uvm_extern.h> should be sufficient to use
"bool pmap_is_modified(struct vm_page *pg)". However, on several ports,
the function is implemented as a macro and depends on implementation
details of "struct vm_page *", which is normally an incomplete forward
declaration only. XXX revert when all ports are fixed.

(tnn)

2021-08-06 16:21:00 UTC MAIN commitmail json YAML

2021-08-06 09:01:36 UTC MAIN commitmail json YAML

Simplify i80321_intr_calculate_masks().

G/C unused members of struct intrq.

No functional changes intended.

(rin)

2021-08-06 08:58:42 UTC MAIN commitmail json YAML

Do *NOT* lower IPL in i80321_splraise().

Fix various strange crashes for DIAGNOSTIC kernel on evbarm/HDL_G,
including one worked around by if_wm.c rev 1.706:

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/if_wm.c#rev1.706

(rin)

2021-08-06 08:44:31 UTC MAIN commitmail json YAML

Fix copy+pasto (wrong dir for t_lint2)

(martin)

2021-08-06 07:55:13 UTC MAIN commitmail json YAML

2021-08-06 05:53:50 UTC MAIN commitmail json YAML

Fix mm_md_physacc() to allow only accesses to a region of RAMs.

Note on NetBSD/news68k RAMs reserved by the PROM (at the end of the RAM)
are not managed.

(tsutsui)

2021-08-06 05:22:21 UTC MAIN commitmail json YAML

Add comments how mm_md_physacc() for hp300 works.

mm_md_physacc() for all other hp300 pmap based m68k ports that copied
hp300 implemantation should have been fixed properly.

XXX: no mm(9) man pages that describe MD implementation API definitions.

(tsutsui)

2021-08-06 04:21:56 UTC MAIN commitmail json YAML

Fix broken mm_md_physacc().
- Fix access to main memory and extended memory.
  This makes /dev/mem work again.
- Introduce kauth(9) to access unmanaged memory area.
  Now you can read/write the internal I/O space via /dev/mem when
  securelevel = -1.
Thanks ryo@, tsutsui@ for advices and reviews.

(isaki)

2021-08-05 23:23:50 UTC thorpej-futex2 commitmail json YAML

At the end of futex_wait(), when sleepq_block() returns 0, we would like
to assert that l->l_futex == NULL, because all of the code paths that awaken
a blocked thread in sys_futex.c itself clear l->l_futex.  Unfortunately,
there are certain received-a-signal situations (e.g. SIGKILL) where
sleepq_block() will not return an error after being awakened by the signal,
rendering this assertion too strong.

So, rather than going down the rabbit hole of reasoning out and altering
long-standing behavior of the signals code, just don't assert there and
treat a zero-return from sleepq_block() as an aborted futex wait if
l->l_futex != NULL.

(Thanks chs@ for helping chase this one down.)

(thorpej)

2021-08-05 23:14:21 UTC thorpej-futex2 commitmail json YAML

Bring over just the futex sleepq infrastructure changes from thorpej-futex
to a new branch based on current HEAD.  This contains only the fixes for
the priority problems, and is intended to finish debugging those changes
(without the new extensions).

(thorpej)

2021-08-05 22:36:08 UTC MAIN commitmail json YAML

2021-08-05 22:31:20 UTC MAIN commitmail json YAML

ssdfb: revert rev 1.14

Can't run the worker thread MPSAFE with spi(4) yet because most controller
drivers still lack MP safety. Cause issues when using multiple displays.

(tnn)

2021-08-05 19:23:45 UTC MAIN commitmail json YAML

ssdfb(4): note SSD1353 support

(tnn)

2021-08-05 19:17:22 UTC MAIN commitmail json YAML

ssdfb: fix some constant names. NFC because the same cmd code is used

(tnn)

2021-08-05 19:08:59 UTC MAIN commitmail json YAML

ssdfb: support SSD1353 at spi(4)

(tnn)

2021-08-05 19:07:09 UTC MAIN commitmail json YAML

ssdfb: support the SSD1353 controller and the DEP 160128A(1)-RGB display

DEP 160128A is a 160x128 18-bit RGB OLED display module advertised as
having an 8-bit parallel I/O interface. The controller can however attach
serially via spi(4) by moving jumper resistors J1 and J2 to GND position.

(tnn)

2021-08-05 12:52:47 UTC MAIN commitmail json YAML

Obliterate bogus $@ usage.

While here, fix some quoting, change some style, and attempt
to properly handle wedge names with embedded newlines, and those
that end with a '/' character (not particularly happy with the
solution to that last one, but it is better than it was).

Is there a reason that characters that need encoding in wedge names
(white space, and more) are encoded as %%XX (XX is the hex value of
the char - but 2 % chars?  Why?).  That remains unchanged, but as
the script already relied upon sh's $'...' quoting, I think we can rely
upon printf as well, so replace the old (very elegant, but slow) encoding
function with a much simpler one (does the same thing).

(kre)

2021-08-05 12:45:33 UTC MAIN commitmail json YAML

Expunge bogus (implementation defined / unspecified) uses of $@ in
scripts.  $@ is unspecified except when used in a place where
field splitting can occur (which is never in an assignment),
X=$@ (with or without double quotes) is simply wrong.

Use $* instead of $@ in such places, or as here, simply change
the way things are done (very very slightly) and DTRT.

(kre)

2021-08-05 06:54:16 UTC MAIN commitmail json YAML

lint: fix type of local variable in inpqstrg

Noted by Clang-Tidy.

(rillig)

2021-08-05 06:45:37 UTC MAIN commitmail json YAML

lint: fix handling of __int128_t/__uint128_t in lint2

Previously, lint exited with "bad type: J u".

(rillig)

2021-08-05 06:34:43 UTC MAIN commitmail json YAML

2021-08-05 03:37:41 UTC thorpej-cfargs2 commitmail json YAML

2021-08-05 00:41:14 UTC thorpej-cfargs2 commitmail json YAML

2021-08-05 00:40:42 UTC thorpej-cfargs2 commitmail json YAML

2021-08-05 00:39:17 UTC thorpej-cfargs2 commitmail json YAML

2021-08-05 00:16:36 UTC MAIN commitmail json YAML

ssdfb: prepare for supporting rgb color displays

(tnn)

2021-08-05 00:02:51 UTC MAIN commitmail json YAML

ssdfb: make it work on big-endian

(tnn)

2021-08-04 23:25:00 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 23:14:04 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 23:09:02 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 23:07:57 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 21:44:42 UTC MAIN commitmail json YAML

Swap and Dump uses DEV_BSIZE units. Translate from device sectors like
regular I/O (strategy).

(mlelstv)

2021-08-04 21:35:17 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 21:27:00 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 21:00:41 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 20:31:00 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 20:27:36 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 20:24:28 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 20:14:42 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 18:53:26 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 18:38:19 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 18:33:11 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 18:24:14 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 17:31:17 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 17:28:41 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 17:27:29 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 17:25:27 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 17:24:17 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 16:59:14 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 16:51:30 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 13:50:47 UTC MAIN commitmail json YAML

doc: more MPSAFE interfaces

(nia)

2021-08-04 09:31:26 UTC MAIN commitmail json YAML

2021-08-04 08:47:10 UTC MAIN commitmail json YAML

Get the value of the right variable (from RVP)

(christos)

2021-08-04 03:24:21 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 03:23:10 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 03:08:49 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 03:07:41 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 03:03:31 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 03:00:08 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 02:58:24 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 02:57:07 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 02:53:01 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 02:49:41 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 02:45:07 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 02:44:16 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 02:39:49 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 02:37:21 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 02:35:50 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 01:21:27 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 01:08:48 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 01:03:37 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 01:02:36 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 01:01:42 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 00:02:33 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 00:01:52 UTC thorpej-cfargs2 commitmail json YAML

2021-08-04 00:00:00 UTC thorpej-cfargs2 commitmail json YAML

2021-08-03 23:57:22 UTC thorpej-cfargs2 commitmail json YAML