OpenBSD cvs log

created 2019-10-05T14:15:45Z
begin 2019-09-05T18:00:00Z
end 2019-09-05T21:00:00Z
path src/sys
commits 4

date 2019-09-05T18:38:30Z
author patrick
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/mvdog.c log diff annotate
message Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC.
At the moment it only supports disabling the watchdog, which lets me
continue to work on the Turris Mox.

ok kettenis@

date 2019-09-05T18:49:03Z
author krw
files src/sys/scsi/st.c log diff annotate
message Nuke some 25+year old comments that the oracles at delphi would have
found obscure. Repair a broken WangTEK 5150ES quirks entry that
apparently suffered some damage when imported in 1995. It never made
NetBSD/FreeBSD quirk lists at all.

Some whitespace tweaking to make everything line up.

date 2019-09-05T19:18:32Z
author fcambus
files src/sys/dev/wsfont/spleen12x24.h log diff annotate
src/sys/dev/wsfont/spleen16x32.h log diff annotate
src/sys/dev/wsfont/spleen32x64.h log diff annotate
message Update Spleen kernel fonts to the latest released version, bringing
the following improvements:

- Character at position CB is 'E' with diaeresis, not with tilde (12x24 version)
- Character at position D6 is 'O' with diaeresis, not with tilde (12x24 version)
- Character at position DC is 'U' with diaeresis, not with tilde (12x24 version)
- Fix middle bar thickness in the upper case 'eth' character (12x24 version)
- Fix ring alignment for the 'A' and 'a' characters (16x32 and 32x64 versions)
- Fix tilde alignment in the 'o' with tilde character (32x64 version)
- Remove strain pixel on the '3' and 'k' characters (32x64 version)

OK deraadt@, mpi@

date 2019-09-05T20:47:49Z
author kettenis
files src/sys/dev/pci/if_em_hw.c log diff annotate
message Fix previous commit.

ok millert@, sf@, deraadt@