OpenBSD cvs log

created 2018-11-30T02:55:38Z
begin 2018-08-28T00:00:00Z
end 2018-08-29T00:00:00Z
path src/sys
commits 5

date 2018-08-28T00:00:42Z
author dlg
files src/sys/arch/sparc64/dev/prtc.c log diff annotate
src/sys/arch/sparc64/include/sparc64.h log diff annotate
src/sys/arch/sparc64/sparc64/ofw_machdep.c log diff annotate
message add support for storing the time of day on OPL based machines.

this let's me pull the date back from 2023 to 2018, and have it
stay like that after a reboot.

ok deraadt@

date 2018-08-28T02:51:55Z
author beck
files src/sys/kern/kern_unveil.c log diff annotate
message Fix stat of path components - this was breaking chrome - because the
final directory in a name unveil was not being added with UNVEIL_INSPECT
if it was not already unveiled. Now passes just added regress test for
this case

date 2018-08-28T09:33:18Z
author jsg
files src/sys/dev/fdt/rkpcie.c log diff annotate
message avoid uninitialised variable use in an error path
ok kettenis@

date 2018-08-28T09:35:35Z
author jsg
files src/sys/dev/ofw/ofw_regulator.c log diff annotate
message avoid uninitialised variable use
ok patrick@ kettenis@

date 2018-08-28T15:15:02Z
author mpi
files src/sys/net/pfkeyv2.c log diff annotate
src/sys/net/pfkeyv2.h log diff annotate
src/sys/net/pfkeyv2_convert.c log diff annotate
src/sys/netinet/ip_ah.c log diff annotate
src/sys/netinet/ip_esp.c log diff annotate
src/sys/netinet/ip_ipcomp.c log diff annotate
src/sys/netinet/ip_ipip.c log diff annotate
src/sys/netinet/ip_ipsp.c log diff annotate
src/sys/netinet/ip_ipsp.h log diff annotate
src/sys/netinet/ip_output.c log diff annotate
src/sys/netinet/ipsec_input.c log diff annotate
src/sys/netinet/ipsec_output.c log diff annotate
src/sys/netinet6/ip6_output.c log diff annotate
src/sys/sys/percpu.h log diff annotate
message Add per-TDB counters and a new SADB extension to export them to
userland.

Inputs from markus@, ok sthen@