OpenBSD cvs log

created 2019-10-26T14:00:53Z
begin 2019-10-25T00:00:00Z
end 2019-10-26T00:00:00Z
path src/sys
commits 6

date 2019-10-25T01:44:02Z
author dlg
files src/sys/netinet/in.h log diff annotate
message +#define IPPROTO_UDPLITE 136, as per RFC 3828 and the IANA allocation

please don't interpret this as an intention on my part to implement
UDP-Lite.

date 2019-10-25T01:46:02Z
author dlg
files src/sys/netinet/in.h log diff annotate
message make whitespace in the IPPROTO defines consistent. no functional change.

date 2019-10-25T07:13:54Z
author claudio
files src/sys/dev/pv/if_vio.c log diff annotate
message Remove some space before tab and other small indentation errors.

date 2019-10-25T10:06:40Z
author kettenis
files src/sys/arch/armv7/stand/efiboot/Makefile log diff annotate
src/sys/arch/armv7/stand/efiboot/conf.c log diff annotate
src/sys/arch/armv7/stand/efiboot/efiboot.c log diff annotate
src/sys/arch/armv7/stand/efiboot/efiboot.h log diff annotate
src/sys/arch/armv7/stand/efiboot/fdt.c log diff annotate
src/sys/arch/armv7/stand/efiboot/fdt.h log diff annotate
message Make it possible to switch to framebuffer "glass" console in case it
isn't the default already. Same change as we made on arm64 two months ago.

ok patrick@

date 2019-10-25T10:17:06Z
author kettenis
files src/sys/arch/armv7/armv7/armv7var.h log diff annotate
src/sys/arch/armv7/armv7/platform.c log diff annotate
message Add glass console for armv7. Similar to what we did on arm64 two years ago.

ok patrick@

date 2019-10-25T21:13:50Z
author kettenis
files src/sys/arch/arm/arm/locore.S log diff annotate
src/sys/arch/armv7/armv7/locore0.S log diff annotate
message Split out the code that brings us out of HYP mode and the code that
initializes the MMU into its own functions and move them to locore.S.

ok patrick@