OpenBSD cvs log

created 2020-11-21T18:56:53Z
begin 2020-06-28T00:00:00Z
end 2020-06-29T00:00:00Z
path src/sys
commits 11

date 2020-06-28T00:07:22Z
author kettenis
files src/sys/arch/powerpc64/include/pcb.h log diff annotate
src/sys/arch/powerpc64/powerpc64/genassym.cf log diff annotate
src/sys/arch/powerpc64/powerpc64/locore.S log diff annotate
src/sys/arch/powerpc64/powerpc64/machdep.c log diff annotate
src/sys/arch/powerpc64/powerpc64/trap.c log diff annotate
message Make the copyin(9) functions handle bad addresses.

date 2020-06-28T02:23:14Z
author jsg
files src/sys/dev/pci/drm/include/linux/fb.h log diff annotate
message call fb_set_par() function pointer in register_framebuffer() if set

ok stsp@ kettenis@

date 2020-06-28T02:29:19Z
author jsg
files src/sys/dev/pci/drm/i915/i915_drv.c log diff annotate
message set fb_set_par and have register_framebuffer() do initial modeset

ok stsp@ kettenis@

date 2020-06-28T02:29:20Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_fbdev.c log diff annotate
message set fb_set_par and have register_framebuffer() do initial modeset

ok stsp@ kettenis@

date 2020-06-28T02:41:28Z
author jsg
files src/sys/dev/pci/drm/drm_fb_helper.c log diff annotate
message On hotplug event call driver specific fb_set_par if available instead of
directly calling drm_fb_helper_set_par(). Avoids a problem where rc
output and login prompt were not seen without switching to a vt and back
on some intel machines with skylake and newer graphics.

diff from stsp@ who tracked this problem down
ok stsp@ kettenis@

date 2020-06-28T05:27:42Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fb.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c log diff annotate
src/sys/dev/pci/drm/include/drm/drm_fb_helper.h log diff annotate
message set fb_set_par and have register_framebuffer() do initial modeset

date 2020-06-28T05:27:43Z
author jsg
files src/sys/dev/pci/drm/radeon/radeon_fb.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_kms.c log diff annotate
message set fb_set_par and have register_framebuffer() do initial modeset

date 2020-06-28T06:40:14Z
author sashan
files src/sys/net/if_pfsync.c log diff annotate
message state import should accept AF_INET/AF_INET6 only

Reported-by: [email protected]

ok kn@

date 2020-06-28T08:19:34Z
author kettenis
files src/sys/arch/powerpc64/include/fenv.h log diff annotate
message Add powerpc64 fenv bits; copied from powerpc. From drahn@

date 2020-06-28T09:29:57Z
author kettenis
files src/sys/sys/exec.h log diff annotate
message Add MID_POWERPC64. These identifiers are only used for kernel core dumps
these days, so inventing our own numbers is fine.

From drahn@

date 2020-06-28T19:36:54Z
author kettenis
files src/sys/arch/powerpc64/include/exec.h log diff annotate
message Add processor specific dynamic tag values.

ok drahn@