OpenBSD cvs log

created 2018-11-29T15:01:20Z
begin 2018-05-12T00:00:00Z
end 2018-05-13T00:00:00Z
path src/sys
commits 5

date 2018-05-12T02:02:34Z
author ccardenas
files src/sys/net/trunklacp.h log diff annotate
message Make LACP_STATE_BITS accessible to userland

Update ifconfig to display LACP State (Actor and Partner) on
each trunk port

Ok benno@, phessler@, and tb@

date 2018-05-12T09:38:33Z
author bluhm
files src/sys/netinet/ip_ipcomp.c log diff annotate
message Cleanup IPsec IPComp error handling with consistent goto drop.
from markus@; OK mpi@

date 2018-05-12T09:43:02Z
author tb
files src/sys/netinet6/in6.c log diff annotate
message Make the code a bit easier on the eye by factoring repeated embedded
scope check and clearing of the scope id into separate functions.

input & ok visa, mpi

date 2018-05-12T17:17:27Z
author krw
files src/sys/uvm/uvm_page.c log diff annotate
message Re-apply inadvertantly misplaced r1.127 from kettenis@:

"Buffer cache pages are wired but not counted as such. Therefore we
have to set the wire count on the pages to 0 before we call
uvm_pagefree() on them, just like we do in buf_free_pages().
Otherwise the wired pages counter goes negative. While there, also
sprinkle some KASSERTs in there that buf_free_pages() has as well."

ok beck@ (again)

date 2018-05-12T21:24:43Z
author bluhm
files src/sys/netinet/ipsec_input.c log diff annotate
message Cleanup IPsec common input error handling with consistent goto drop.
from markus@; OK mpi@