OpenBSD cvs log

created 2018-12-30T11:25:51Z
begin 2018-12-26T00:00:00Z
end 2018-12-27T00:00:00Z
path src/sys
commits 3

date 2018-12-26T11:08:02Z
author bru
files src/sys/dev/wscons/wstpad.c log diff annotate
message Use estimates of speed to improve gesture detection.

ok mpi@ (to the concept)

date 2018-12-26T11:33:57Z
author fcambus
files src/sys/dev/rasops/rasops24.c log diff annotate
message Remove the rasops24_erasecols and rasops24_eraserows functions from
rasops(9).

We only build rasops24 functions on amd64 (for EFI support in QEMU) and
on armv7 and arm64, and we can safely use the generic functions on those
platforms, like we do for all other color depths. No other platform uses
rasops24, Miod explains why here [1].

No performance regression observed when testing with QEMU in EFI mode.

[1] https://marc.info/?l=openbsd-ppc&m=118664346819989&w=2

OK kettenis@

date 2018-12-26T18:32:38Z
author denis
files src/sys/net/if_ethersubr.c log diff annotate
message uncouple AF_MPLS and AF_INET

input and OK mpi@