OpenBSD cvs log

created 2020-12-20T00:25:28Z
begin 2020-12-13T00:00:00Z
end 2020-12-14T00:00:00Z
path src/sys
commits 4

date 2020-12-13T03:15:52Z
author jsg
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/dev/pci/drm/include/linux/wait.h log diff annotate
message remove unused wait interfaces

date 2020-12-13T04:00:38Z
author jsg
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
message set scatterlist to NULL after free

date 2020-12-13T06:14:35Z
author gnezdo
files src/sys/arch/amd64/amd64/machdep.c log diff annotate
message Turn simple sysctl_rdint into cpuctl_vars entries

ok gkoehler@

date 2020-12-13T21:21:32Z
author bluhm
files src/sys/arch/i386/include/setjmp.h log diff annotate
message Geode CPU does not support SSE, so MXCSR does not exists there. As
our i386 compiler does not generate SSE instructions by default,
it is not strictly necessary to save MXCSR content between setjmp(3)
and longjmp(3). We do not want to end supporting such old processors
now. Remove the stmxcsr and ldmxcsr instructions from libc.
reported by Johan Huldtgren; OK jsg@ kettenis@