created | 2024-02-06T03:06:30Z |
---|---|
begin | 2024-02-04T00:00:00Z |
end | 2024-02-05T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2024-02-04T17:51:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ic/qwx.c | log | diff | annotate |
message |
Fix cases where the size of the complete firmware file is used instead of the carved out board firmware. ok phessler@, stsp@ |
date | 2024-02-04T18:44:23Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/stand/efiboot/efiboot.c | log | diff | annotate |
message |
Add a DMA constraint for the x13s. Some brilliant person at Qualcomm decided that tying a wifi interface that can only do 32-bit DMA to their compute platform that typically comes with at least 8G of memory was a sensible thing to do. Maybe we should be able to use an IOMMU to work around that. But they fucked that up as well. ok patrick@, phessler@ |
date | 2024-02-04T20:18:48Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/codepatch.c | log | diff | annotate |
message |
Tweak codepatch_control_flow(): * it should be in .cptext so it gets unmapped when codepatching is done * when doing a JMP, fill the area after it with INT3s instead of NOPs ok deraadt@ |