OpenBSD cvs log

created 2019-04-30T04:00:34Z
begin 2019-03-08T00:00:00Z
end 2019-03-09T00:00:00Z
path src/sys
commits 4

date 2019-03-08T10:53:59Z
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/spleen8x16.h log diff annotate
message Update Spleen kernel fonts to the latest released version, bringing
the following improvements:

- Remove strain pixels on the inner upper part of parentheses for the
16x32 version
- Harmonize the 'v' and 'V' characters across all sizes
- Remove artefacts from the 'c' in the copyright sign across all sizes
- Make the upper left corner of the 'R' sharp in the registered sign
for the 16x32 and 32x64 versions

"Go for it" kettenis@, deraadt@

date 2019-03-08T16:33:23Z
author jcs
files src/sys/dev/acpi/acpithinkpad.c log diff annotate
message the previous hkey version check was not accurate enough, so try the
ACPI method for screen backlight changes everywhere and if the ACPI
method fails, fallback on the CMOS method.

also unmask the mic mute event needed on the x260.

required for the x260, no regression on the x40, x230, x250, x280,
t460s, t470p, and x1c6.

date 2019-03-08T17:48:35Z
author mpi
files src/sys/net/bridgectl.c log diff annotate
src/sys/net/if_bridge.c log diff annotate
src/sys/net/if_bridge.h log diff annotate
message Move the tag mechanism outside of net/if_bridge.c.

This will help for future (un)locking.

ok visa@

date 2019-03-08T17:49:36Z
author mpi
files src/sys/net/if_bridge.c log diff annotate
message Do not grab a `bif' pointer again, we already have it.

ok visa@