created | 2020-12-01T16:08:55Z |
---|---|
begin | 2020-10-10T00:00:00Z |
end | 2020-10-11T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2020-10-10T07:07:46Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/kcov.c | log | diff | annotate |
message |
Clear the kcov device for the current thread before freeing the same kcov device. Prevents a use-after-free, note I've never seen this one in practice. |
date | 2020-10-10T10:11:54Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/conf/BOOT | log | diff | annotate |
message | Remove unnecessary count of device instances. |
date | 2020-10-10T13:19:50Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/include/opal.h | log | diff | annotate |
src/sys/arch/powerpc64/powerpc64/locore.S | log | diff | annotate | |
message | Add OPAL_PCI_MAP_PE_DMA_WINDOW. |
date | 2020-10-10T17:05:55Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/dev/xive.c | log | diff | annotate |
message |
Handle spurious interrupts. ok patrick@, deraadt@ |
date | 2020-10-10T18:03:41Z | |||
---|---|---|---|---|
author | otto | |||
files | src/sys/sys/tree.h | log | diff | annotate |
message | Returning a void expression is weird; ok kettenis@ daniel@ |