OpenBSD cvs log

created 2018-12-03T16:22:27Z
begin 2018-11-11T00:00:00Z
end 2018-11-12T00:00:00Z
path src/sys
commits 8

date 2018-11-11T01:49:04Z
author deraadt
files src/sys/dev/wscons/wsmouse.c log diff annotate
message in the magical language gcc, adding brackets allows correct code to compile.

date 2018-11-11T05:55:10Z
author dlg
files src/sys/net/if.h log diff annotate
src/sys/net/if_gre.c log diff annotate
message use the llprio on gre(4) and eoip(4) interfaces for the keepalive tos

llprios are valued 0 to 7, while the ip tos/dscp/tclass is an 8 bit
value. fortunately the high 3 bits map nicely to the llprio values,
so we shift the llprio into place when generating the keepalive
frames. the llprio is defaulted to the value that cisco uses for
their gre keepalives.

date 2018-11-11T06:05:53Z
author dlg
files src/sys/net/if_gre.c log diff annotate
message actually use the if_llprio to set the mbuf prio.

the llprio is already used to set the gre and eoip packet tos/tclass,
but it was queued at the default prio before this.

date 2018-11-11T06:35:41Z
author dlg
files src/sys/net/if_gre.c log diff annotate
message when encapsulating mpls, map the mpls qos value to an ip tos.

date 2018-11-11T12:47:04Z
author dlg
files src/sys/net/if_gif.c log diff annotate
message copy the mpls cos and use it as the ip dscp/tos/tclass thing.

date 2018-11-11T20:15:24Z
author guenther
files src/sys/arch/sh/include/asm.h log diff annotate
message Add END() macro to set symbol size like every other arch

ok deraadt@

date 2018-11-11T22:31:16Z
author fcambus
files src/sys/dev/pci/pcidevs log diff annotate
message Add ID for a VIA HD Audio device found on my HP t5570 Thin Client.

While there, update URL for the vendor ID search engine.

OK mlarkin@

date 2018-11-11T22:34:43Z
author fcambus
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen