OpenBSD cvs log

created 2018-12-02T20:05:02Z
begin 2018-10-16T00:00:00Z
end 2018-10-17T00:00:00Z
path src/sys
commits 4

date 2018-10-16T03:00:27Z
author dlg
files src/sys/net/if_gre.c log diff annotate
message pull and put the traffic class in ipv6 headers

this gives ipv6 handling equivalent the tos stuff in ipv4.

ok visa@ benno@

date 2018-10-16T16:39:18Z
author naddy
files src/sys/arch/amd64/conf/Makefile.amd64 log diff annotate
src/sys/arch/i386/conf/Makefile.i386 log diff annotate
message Add gapdummy logic (already used on other archs) to allow linking with lld.
ok jsg@ phessler@ kettenis@ deraadt@

date 2018-10-16T18:20:58Z
author kettenis
files src/sys/arch/amd64/stand/biosboot/Makefile log diff annotate
src/sys/arch/amd64/stand/biosboot/ld.script log diff annotate
src/sys/arch/i386/stand/biosboot/Makefile log diff annotate
src/sys/arch/i386/stand/biosboot/ld.script log diff annotate
message Add linker script to assis lld with building something usable that doesn't
have a PT_GNU_STACK segment and doesn't pad the bootblocks to a full page.

ok naddy@, help from guenther@

date 2018-10-16T22:49:41Z
author sashan
files src/sys/net/pf.c log diff annotate
message - pf: honor quick on anchor rules

Regression has been introduced in version 1.1024 (a 6.2 time frame).
It's been discovered and reported by Fabian Mueller-Knapp. Fair amount
of credit goes to kn@, benno@ and henning@ for pointing me to releveant
section of pf.conf(5). Fabian and kn@ also did test the patch.

OK kn@, henning@