created | 2019-04-30T03:58:01Z |
---|---|
begin | 2019-03-07T00:00:00Z |
end | 2019-03-08T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2019-03-07T07:58:26Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/dev/simplebus.c | log | diff | annotate |
message |
When accessing the child address cells make sure to use the size for those instead of the size of the parent address cells. ok kettenis@ |
date | 2019-03-07T10:46:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/i386/stand/boot/conf.c | log | diff | annotate |
src/sys/arch/i386/stand/cdboot/conf.c | log | diff | annotate | |
src/sys/arch/i386/stand/libsa/exec_i386.c | log | diff | annotate | |
src/sys/arch/i386/stand/pxeboot/conf.c | log | diff | annotate | |
message |
Return early in ucode loading if cpuid is not available. Should fix booting on 486s without cpuid. Reported by Falk Richter and diagnosed by guenther@ |