OpenBSD cvs log

created 2019-02-03T05:27:30Z
begin 2019-01-30T00:00:00Z
end 2019-01-31T00:00:00Z
path src/sys
commits 5

date 2019-01-30T00:28:26Z
author dlg
files src/sys/net/if_mpe.c log diff annotate
message dont store the unit when creating the interface, it's never used

date 2019-01-30T01:01:01Z
author dlg
files src/sys/netmpls/mpls.h log diff annotate
message add some macros to help turn labels into shims and back again.

date 2019-01-30T01:09:36Z
author dlg
files src/sys/net/if_mpe.c log diff annotate
src/sys/net/if_mpw.c log diff annotate
message use MPLS_SHIM2LABEL and MPLS_LABEL2SHIM

date 2019-01-30T09:20:56Z
author stsp
files src/sys/dev/ic/bwfm.c log diff annotate
src/sys/dev/ic/bwfmreg.h log diff annotate
message Make bwfm(4) query firmware for RSSI levels and current transmit rate when
ifconfig asks for such information.
ok patrick@

date 2019-01-30T17:04:04Z
author anton
files src/sys/kern/vfs_lockf.c log diff annotate
src/sys/sys/lockf.h log diff annotate
message Replace hand rolled linked list with TAILQ. All made possible by the recent
introduction of struct lockf_state.

ok bluhm@ visa@