OpenBSD cvs log

created 2019-06-13T16:46:58Z
begin 2019-06-08T00:00:00Z
end 2019-06-09T00:00:00Z
path src/sys
commits 4

date 2019-06-08T02:52:20Z
author jsg
files src/sys/arch/amd64/stand/boot/conf.c log diff annotate
src/sys/arch/amd64/stand/libsa/exec_i386.c log diff annotate
src/sys/arch/i386/stand/boot/conf.c log diff annotate
src/sys/arch/i386/stand/libsa/exec_i386.c log diff annotate
message When loading intel microcode in the non-efi case, error if the file is
larger than 256KB not 128KB to cope with the 06-8e-09 microcode which is
currently 193KB.

Reported and tested by Paul de Weerd. Matches a diff from claudio@

date 2019-06-08T07:44:07Z
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
src/sys/dev/wsfont/spleen5x8.h log diff annotate
src/sys/dev/wsfont/spleen8x16.h log diff annotate
message Update Spleen kernel fonts to the latest released version, bringing
the following improvements:

- Shift the middle bar of the upper case 'G' one pixel down in the 12x24
version
- Shift lower case 'k' character right, for better alignment in the 12x24,
16x32, and 32x64 versions
- Make upper case 'X' thicker in the 16x32 and 32x64 versions
- Make upper case 'V' thicker in the 32x64 version
- Make lower case 'g' character smoother in the 16x32 and 32x64 versions
- Add some artefacts on each side of the lower case 'i' characters

OK kettenis@, naddy@, deraadt@

date 2019-06-08T10:27:02Z
author dlg
files src/sys/dev/pci/pci.c log diff annotate
message disambiguate memory extent conflicts for membars and rom addresses

there's some more work to do in this space, but this helps us start.

ok kettenis@

date 2019-06-08T12:25:19Z
author kettenis
files src/sys/dev/acpi/acpi.c log diff annotate
message When establishing the mapping between ACPI device nodes and PCI devices,
skip PCI host bridges and devices that aren't there.

ok patrick@