OpenBSD cvs log

created 2019-05-08T04:40:08Z
begin 2018-01-16T00:00:00Z
end 2018-01-17T00:00:00Z
path src/sys
commits 5

date 2018-01-16T10:33:55Z
author mpi
files src/sys/net/if.h log diff annotate
src/sys/netinet/if_ether.c log diff annotate
message Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip
of IFF* flags.

inputs from jmc@, ok bluhm@, visa@

date 2018-01-16T14:48:38Z
author bluhm
files src/sys/net/pf.c log diff annotate
message If pf route-to is used for locally generated packets, they may have
an invalid source address. As pf route-to happens after IP source
selection based on a different route, the address should be corrected
after pf has allocated the new route. Especially loopback addresses
must not appear at outgoing packets.
OK sashan@ visa@

date 2018-01-16T15:22:14Z
author visa
files src/sys/arch/octeon/dev/octxctl.c log diff annotate
message Fix return value.

date 2018-01-16T15:50:28Z
author visa
files src/sys/arch/octeon/dev/octxctlreg.h log diff annotate
message Fix bit.

date 2018-01-16T19:44:34Z
author benno
files src/sys/kern/uipc_mbuf.c log diff annotate
message garbage collect an unused variable
ok dlg@