OpenBSD cvs log

created 2019-05-08T22:22:08Z
begin 2018-03-02T00:00:00Z
end 2018-03-03T00:00:00Z
path src/sys
commits 5

date 2018-03-02T03:11:23Z
author jsg
files src/sys/arch/amd64/stand/efiboot/efiboot.c log diff annotate
src/sys/arch/arm64/stand/efiboot/efiboot.c log diff annotate
src/sys/arch/armv7/stand/efiboot/efiboot.c log diff annotate
message The UEFI specification states that a watchdog timer should be armed for
five minutes. Disable the timer to make it possible to use efiboot for
more than five minutes.

ok patrick@ kettenis@

date 2018-03-02T15:36:39Z
author visa
files src/sys/arch/sgi/stand/boot/diskio.c log diff annotate
src/sys/arch/sgi/stand/boot/version log diff annotate
message Fix the locating of the OpenBSD disklabel on media with 2048 byte
sectors (installXX.iso). The change to properly locate the disklabel,
introduced after 6.0, assumed incorrectly 512 byte sectors.

Diff from miod@

date 2018-03-02T15:44:39Z
author visa
files src/sys/arch/octeon/dev/octxctl.c log diff annotate
message Fix reference clock frequency.

date 2018-03-02T15:52:11Z
author claudio
files src/sys/net/if.c log diff annotate
src/sys/net/if_loop.c log diff annotate
src/sys/netinet/in.c log diff annotate
src/sys/netinet/in.h log diff annotate
message Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now.
This needs to go back to the drawing board.

date 2018-03-02T16:57:41Z
author bluhm
files src/sys/net/bpf.c log diff annotate
message Protect the calls to ifpromisc() in bpf(4) with net lock. This
affects the bpfioctl() and bpfclose() path.
lock assertion reported and fix tested by Pierre Emeriaud; OK visa@