OpenBSD cvs log

created 2018-11-30T05:21:33Z
begin 2018-09-24T00:00:00Z
end 2018-09-25T00:00:00Z
path src/sys
commits 3

date 2018-09-24T11:10:34Z
author fcambus
files src/sys/dev/wsfont/spleen5x8.h log diff annotate
src/sys/dev/wsfont/wsfont.c log diff annotate
message Add "Spleen 5x8" to wsfont, a font targetted at small OLED displays
to be used with devices handled by ssdfb(4). It contains all printable
ASCII characters (96 glyphes).

The font is 2-Clause BSD licensed and is my original creation.

OK patrick@

date 2018-09-24T12:25:52Z
author mpi
files src/sys/netinet/ip_carp.c log diff annotate
message Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4)
out of the KERNEL_LOCK().

ok visa@, bluhm@

date 2018-09-24T20:14:59Z
author stsp
files src/sys/net80211/ieee80211_crypto.c log diff annotate
message Prevent ieee80211_get_txkey() from returning the integrity group temporal
key (IGTK) if a node doesn't have management frame protection (MFP) enabled.
The IGTK is not initialized if MFP is disabled, so using it triggers this
panic in ieee80211_encrypt(): panic("invalid key cipher 0x%x", k->k_cipher)

(As far as I can tell, at present, MFP is never enabled.)

Problem reported and fix tested by tj@ on athn(4) hostap