created | 2021-01-12T01:01:59Z |
---|---|
begin | 2020-12-31T00:00:00Z |
end | 2021-01-01T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2020-12-31T06:22:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/amd64/identcpu.c | log | diff | annotate |
message | remove pv includes which were missed in rev 1.70 |
date | 2020-12-31T06:31:55Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_linux.c | log | diff | annotate |
message |
don't oversleep when waiting on fences original diff from and ok cheloha@ |
date | 2020-12-31T09:57:23Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/if_ogx.c | log | diff | annotate |
src/sys/arch/octeon/dev/ogxreg.h | log | diff | annotate | |
message | Enable IPv4 and TCP/UDP checksum offload on transmission. |
date | 2020-12-31T11:04:35Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/dev/dt/dt_prov_static.c | log | diff | annotate |
src/sys/kern/kern_malloc.c | log | diff | annotate | |
message |
Add trace points for malloc(9) and free(9). This makes them traceable via dt(4) and btrace(8). OK mpi@ millert@ |
date | 2020-12-31T11:11:22Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ofw/ofw_thermal.c | log | diff | annotate |
message |
Keep polling if a temperature sensor reading fails. This is needed on Amlogic SoCs where amltemp(4) doesn't fully attach before the first polling timeout runs. This would stop the polling which means there was no thermal management on these platforms. ok patrick@ |