OpenBSD cvs log

created 2020-12-01T16:32:42Z
begin 2020-10-16T00:00:00Z
end 2020-10-17T00:00:00Z
path src/sys
commits 9

date 2020-10-16T03:59:24Z
author jsg
files src/sys/arch/sparc64/dev/vdsk.c log diff annotate
message unbreak build

date 2020-10-16T04:09:25Z
author deraadt
files src/sys/arch/amd64/conf/RAMDISK log diff annotate
message rl(4) is becoming rare.

date 2020-10-16T04:09:42Z
author deraadt
files src/sys/arch/i386/conf/RAMDISK_CD log diff annotate
message ef(4), give me a break

date 2020-10-16T04:19:06Z
author deraadt
files src/sys/arch/i386/conf/RAMDISK_CD log diff annotate
message xe(4) and mtd(4) are from a long gone era

date 2020-10-16T09:20:04Z
author jsg
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/dev/pci/drm/include/linux/interval_tree.h log diff annotate
src/sys/dev/pci/drm/include/linux/rbtree.h log diff annotate
message implement linux interval tree functions

Adapt kettenis' amdgpu interval tree replacement functions for the
interval_tree.h functions radeondrm uses on cayman, aruba and GCN.

date 2020-10-16T09:44:17Z
author jsg
files src/sys/dev/pci/drm/include/linux/xarray.h log diff annotate
message remove uneeded pool.h include

date 2020-10-16T17:28:59Z
author kettenis
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
message Architecture guarantees that the fields in ID register have the property
that a value of n+1 implies all the features included in feature n.
Adjust various checks to a simple >= comparison.

ok patrick@

date 2020-10-16T23:39:25Z
author mortimer
files src/sys/arch/powerpc64/include/asm.h log diff annotate
message Add retguard asm macros for ppc64.

ok deraadt@

date 2020-10-16T23:43:26Z
author deraadt
files src/sys/lib/libkern/arch/powerpc64/ffs.S log diff annotate
message Use the retguard macros from asm.h to protect the function.
ok mortimer kettenis