OpenBSD cvs log

created 2018-12-30T10:40:29Z
begin 2018-12-07T00:00:00Z
end 2018-12-08T00:00:00Z
path src/sys
commits 7

date 2018-12-07T01:53:20Z
author kevlo
files src/sys/dev/ic/r92creg.h log diff annotate
src/sys/dev/ic/rtwn.c log diff annotate
src/sys/dev/usb/if_urtwn.c log diff annotate
message Handle 2 Tx chains in the computation of transmit power for the RTL8192EU.
While here sort vendors.

Tested by jmatthew@

ok stsp@, jmatthew@

date 2018-12-07T08:37:24Z
author claudio
files src/sys/sys/mbuf.h log diff annotate
message All the references to the M_ALIGN and MH_ALIGN macros are gone.
Time to bring them behind the shed and free them. Use m_align() instead.
OK mpi@ henning@ florian@ kn@

date 2018-12-07T10:01:06Z
author florian
files src/sys/netinet6/nd6_nbr.c log diff annotate
message We are not going to send a neighbor advertisement from a non-master
carp interface. Move the check to the beginning of the function to
make it clear that there are no other side effects happening.
OK claudio

date 2018-12-07T16:17:51Z
author mpi
files src/sys/net/bridgestp.c log diff annotate
message Remove useless spl protection.

ok visa@

date 2018-12-07T16:19:40Z
author mpi
files src/sys/net/if_bridge.c log diff annotate
src/sys/net/if_bridge.h log diff annotate
src/sys/net/if_switch.c log diff annotate
message Stop passing `sc' when it isn't needed and use `ifp' where it's good
enough.

ok sthen@, visa@

date 2018-12-07T16:21:19Z
author mpi
files src/sys/kern/vfs_subr.c log diff annotate
src/sys/sys/mount.h log diff annotate
message free(9) sizes for netcred.

ok visa@

date 2018-12-07T21:33:28Z
author patrick
files src/sys/arch/arm/cortex/ampintc.c log diff annotate
src/sys/arch/arm64/dev/agintc.c log diff annotate
src/sys/arch/arm64/dev/ampintc.c log diff annotate
src/sys/arch/armv7/marvell/mvmpic.c log diff annotate
message For shared interrupts we need to make sure that we register
with the lowest IPL. Once we actually run the IRQ handler
we raise to the highest IPL. Fixes a crash seen when having
a network card in the PCIe slot of the MacchiatoBin.

ok ccardenas@