OpenBSD cvs log

created 2018-11-30T00:09:11Z
begin 2018-07-21T00:00:00Z
end 2018-07-22T00:00:00Z
path src/sys
commits 2

date 2018-07-21T02:19:54Z
author guenther
files src/sys/arch/amd64/amd64/vector.S log diff annotate
src/sys/arch/amd64/include/frameasm.h log diff annotate
message Remove the "got meltdown?" conditional from INTRENTRY by doing it
unconditionally and codepatching it out on CPUs that don't need/do
the mitigation.
Align the from-{kernel,userspace} targets in INTRENTRY with _ALIGN_TRAPS
Align x2apic_eoi using KUENTRY() instead of the artisinal
segment+label+.globl bits it uses currently
s/testq/testb/ for SEL_RPL checks

ok kettenis@ mlarkin@

date 2018-07-21T09:35:08Z
author anton
files src/sys/ufs/ffs/ffs_vnops.c log diff annotate
message Include the vnode type in the panic message in ffs_write(), just like ffs_read()
does.

ok deraadt@ kettenis@