created | 2019-05-08T04:52:18Z |
---|---|
begin | 2018-01-21T00:00:00Z |
end | 2018-01-22T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-01-21T18:51:19Z | |||
---|---|---|---|---|
author | mikeb | |||
files | src/sys/dev/pv/xen.c | log | diff | annotate |
message | Improve panic message |
date | 2018-01-21T18:54:46Z | |||
---|---|---|---|---|
author | mikeb | |||
files | src/sys/dev/pv/xen.c | log | diff | annotate |
message |
Release interrupt source if the interrupt task is already scheduled Tested by Imre Oolberg, thanks! |
date | 2018-01-21T21:35:34Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/stand/efiboot/Makefile | log | diff | annotate |
src/sys/arch/arm64/stand/efiboot/conf.c | log | diff | annotate | |
src/sys/arch/arm64/stand/efiboot/efiboot.c | log | diff | annotate | |
src/sys/arch/arm64/stand/efiboot/efiboot.h | log | diff | annotate | |
src/sys/arch/arm64/stand/efiboot/eficall.h | log | diff | annotate | |
src/sys/arch/arm64/stand/efiboot/efipxe.c | log | diff | annotate | |
src/sys/arch/arm64/stand/efiboot/efipxe.h | log | diff | annotate | |
message |
Implement network boot support in efiboot(8). This changes efiboot(8) to recognize if it has been booted via PXE. The new TFTP file system layer will then use the matching PXE base code protocol handle to load the files. Since this uses the PXE base code protocol for abstraction instead of the raw Simple Network protocol this will at this point not work on u-boot based machines. ok kettenis@ |
date | 2018-01-21T21:37:01Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/amd64/stand/efiboot/efipxe.c | log | diff | annotate |
src/sys/arch/amd64/stand/efiboot/efipxe.h | log | diff | annotate | |
message | Add missing OpenBSD CVS tag |
date | 2018-01-21T22:30:41Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/locore.S | log | diff | annotate |
src/sys/arch/arm64/arm64/locore0.S | log | diff | annotate | |
message |
Move some code back from locore0.S to locore.S that we will need to bring up secondary CPUs. This involves adjusting get_virt_delta() to account for the fact that it may no longer live near the start of kernel code. Heavily based on a diff from drahn@. ok patrick@, deraadt@ |