OpenBSD cvs log

created 2023-04-18T15:59:11Z
begin 2023-04-16T21:19:26Z
end 2023-04-16T23:57:59Z
path src/sys
commits 1

date 2023-04-16T23:57:59Z
author deraadt
files src/sys/arch/amd64/conf/Makefile.amd64 log diff annotate
message compile regular kernels with -fcf-protection=branch, and ramdisks with
-fcf-protection=none, regardless of what the compiler default is.
-fcf-protection=branch puts endbr64 instructions on functions which could
be reached indirectly.
ok guenther kettenis