OpenBSD cvs log

created 2019-10-15T01:49:14Z
begin 2019-10-01T00:00:00Z
end 2019-10-02T00:00:00Z
path src/sys
commits 7

date 2019-10-01T03:53:26Z
author jsg
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
message Recognise Cortex-A34 and Cortex-A65AE. TRMs have not been published but
MIDR values were submitted by Arm to GCC.

date 2019-10-01T08:35:13Z
author jsg
files src/sys/dev/pci/drm/amd/powerplay/hwmgr/smu8_hwmgr.c log diff annotate
message Revert "drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD"

From Shirish S
a935d78e54ccc026ae9c4f900002f35e7ecb8ed5 in linux 4.19.y/4.19.76
00fedbe629bfc0a51c07b6e665265ce31d8b6f3c in mainline linux

date 2019-10-01T08:42:26Z
author jsg
files src/sys/dev/pci/drm/drm_probe_helper.c log diff annotate
message drm: Flush output polling on shutdown

From Chris Wilson
ff0fbfacc94f94afae61fd06f44a0d5ac199008c in linux 4.19.y/4.19.76
3b295cb1a411d9c82bbfaa66bc17a8508716ed07 in mainline linux

date 2019-10-01T11:51:13Z
author dlg
files src/sys/net/bpf.c log diff annotate
message remove the internal plumbing that supported a custom mbuf copy function.

this is not needed now that the "public" api does not provide a way
to pass a custom copy function in for the internals to pass around.

ok claudio@ visa@

date 2019-10-01T15:08:27Z
author cheloha
files src/sys/kern/kern_synch.c log diff annotate
message *sleep_nsec(9): add missing newlines to DIAGNOSTIC logs

date 2019-10-01T17:19:03Z
author deraadt
files src/sys/conf/newvers.sh log diff annotate
message stop this -current stuff

date 2019-10-01T18:51:02Z
author anton
files src/sys/kern/kern_unveil.c log diff annotate
message Only increment the ps_uvncount counter when a path is successfully added
to the corresponding red-black tree; meaning the path was not already
present in the tree. This prevents an assertion to trigger in
unveil_destroy() later on when the process exits.

ok beck@

Reported-by: [email protected]