OpenBSD cvs log

created 2019-01-30T18:05:10Z
begin 2019-01-24T00:00:00Z
end 2019-01-25T00:00:00Z
path src/sys
commits 6

date 2019-01-24T00:00:50Z
author deraadt
files src/sys/arch/amd64/amd64/locore.S log diff annotate
src/sys/arch/amd64/amd64/locore0.S log diff annotate
message gdt64 is only used by locore0 during the gut-wrenching 32-bit bring-up, so
move it to right place.

date 2019-01-24T00:16:15Z
author deraadt
files src/sys/arch/amd64/amd64/locore0.S log diff annotate
src/sys/arch/amd64/include/param.h log diff annotate
message the KERN*_{HI,LO} variables are not needed, and easier to calculate the
parts on the fly.

date 2019-01-24T00:21:45Z
author deraadt
files src/sys/arch/amd64/amd64/locore0.S log diff annotate
message 32 not 16

date 2019-01-24T00:57:14Z
author mlarkin
files src/sys/arch/amd64/amd64/locore0.S log diff annotate
message Correct a wrong comment about PTE skip size

This was likely left over from long ago when we loaded the kernel at a
lower PA. Noticed by deraadt@ and I as we were crawling through this
code recently. This may change again, but correcting it now just in case
this code stays around for a while.

date 2019-01-24T09:48:01Z
author kn
files src/sys/dev/pci/if_iwn.c log diff annotate
message Zap unused disable flag from iwn_stop()

This function parameter has been unused since introduction in 2007.

OK stsp

date 2019-01-24T13:19:19Z
author kettenis
files src/sys/arch/arm/arm/vfp.c log diff annotate
message Add .fpu directives in inline assembly to silence new compiler
warnings/errors about using VFP2 instructions. We use vfpv3 here
(which corresponds to vfpv3-d32) since that is the minimum requirement
for OpenBSD/armv7.

ok jsg@, patrick@