OpenBSD cvs log

created 2019-04-18T10:14:23Z
begin 2019-04-08T00:00:00Z
end 2019-04-09T00:00:00Z
path src/sys
commits 5

date 2019-04-08T10:16:10Z
author stsp
files src/sys/dev/pci/azalia.c log diff annotate
message Make azalia(4) initialize dolby atmos codecs in the resume path.
Keeps stereo sound intact across suspend/resume cycles on the matebook x.
ok phessler@ deraadt@

date 2019-04-08T13:55:46Z
author florian
files src/sys/stand/boot/boot.c log diff annotate
src/sys/stand/boot/cmd.c log diff annotate
src/sys/stand/boot/cmd.h log diff annotate
message Detect /bsd.upgrade kernel and boot it if present instead of default
/bsd. To be used for unattended upgrades in the future.
Idea & OK deraadt

date 2019-04-08T13:56:21Z
author florian
files src/sys/arch/amd64/stand/boot/conf.c log diff annotate
src/sys/arch/amd64/stand/cdboot/conf.c log diff annotate
src/sys/arch/amd64/stand/efiboot/conf.c log diff annotate
src/sys/arch/amd64/stand/pxeboot/conf.c log diff annotate
src/sys/arch/arm64/stand/efiboot/conf.c log diff annotate
src/sys/arch/armv7/stand/efiboot/conf.c log diff annotate
message crank version; looks good deraadt

date 2019-04-08T13:56:22Z
author florian
files src/sys/arch/hppa/stand/boot/conf.c log diff annotate
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/pxeboot/conf.c log diff annotate
src/sys/arch/landisk/stand/boot/conf.c log diff annotate
src/sys/arch/loongson/stand/boot/conf.c log diff annotate
src/sys/arch/octeon/stand/boot/conf.c log diff annotate
src/sys/arch/socppc/stand/boot/conf.c log diff annotate
message crank version; looks good deraadt

date 2019-04-08T17:50:45Z
author jcs
files src/sys/dev/i2c/ihidev.c log diff annotate
message change psize to a signed int to cope with it going negative since
the data read during polling may be junk

fixed with Petr Ročkai
ok deraadt, mpi, stsp