created | 2021-06-05T19:45:28Z |
---|---|
begin | 2021-02-22T00:00:00Z |
end | 2021-02-23T00:00:00Z |
path | src/sys |
commits | 11 |
date | 2021-02-22T01:17:23Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message |
add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe ids initial diff from Sven Wolf |
date | 2021-02-22T01:18:01Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2021-02-22T13:04:56Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf_norm.c | log | diff | annotate |
message |
When cutting of the head of an overlapping fragment during pf reassembly, reinsert the fragment into the lookup table with correct index. Reported-by: [email protected] OK claudio@ |
date | 2021-02-22T18:32:02Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/exuart.c | log | diff | annotate |
src/sys/dev/fdt/exuartreg.h | log | diff | annotate | |
message |
Improve support for the variant found on the Apple M1 SoC. This mostly adjust the interrupt masking and status support since this variant lacks the UINTM and UINTP registers. ok patrick@ |
date | 2021-02-22T18:53:26Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/sdhc_fdt.c | log | diff | annotate |
message |
Slow mode is only relevant for legacy and high speed timings. ok kettenis@ |
date | 2021-02-22T18:55:23Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/sdhc_fdt.c | log | diff | annotate |
message |
Disable double-data rate modes if 1.8V signalling is not possible. ok kettenis@ |
date | 2021-02-22T19:14:01Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/uipc_usrreq.c | log | diff | annotate |
message |
Move UNIX socket's garbage collector to `systqmp'. It touches nothing which requires kernel lock to be held. ok mpi@ |
date | 2021-02-22T21:30:54Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/apldog.c | log | diff | annotate |
message |
Add apldog(4), a driver for the watchdog on Apple M1 SoCs. This allows us to reboot the machine. ok patrick@ |
date | 2021-02-22T21:47:47Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/arch/arm64/conf/files.arm64 | log | diff | annotate | |
message | Enable apldog(4). |
date | 2021-02-22T21:51:48Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message | Enable bge(4). |
date | 2021-02-22T23:17:50Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/hppa/hppa/locore.S | log | diff | annotate |
message |
Terminate backtrace of secondary processors in ddb. From miod@ |