OpenBSD cvs log

created 2019-11-02T14:51:44Z
begin 2019-10-29T00:00:00Z
end 2019-10-30T00:00:00Z
path src/sys
commits 11

date 2019-10-29T02:51:17Z
author deraadt
files src/sys/lib/libsa/arc4.c log diff annotate
src/sys/lib/libsa/arc4.h log diff annotate
message add arc4 cipher to the bootblocks
ok djm mortimer

date 2019-10-29T02:55:49Z
author deraadt
files src/sys/lib/libsa/loadfile_elf.c log diff annotate
message Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
section, which has grown a fair bit with the introduction of retguard.
Mortimer discovered the repeated 512-byte sequence as retguard keys, and
this resolves the issue. (Chacha does not fit on the media, so 1.5K early
drop RC4 is hopefully sufficient in our KARL link universe)
Version crank the bootblocks. sysupgrade -s will install new bootblocks.
ok djm mortimer

date 2019-10-29T02:55:50Z
author deraadt
files src/sys/arch/alpha/stand/boot/Makefile log diff annotate
src/sys/arch/alpha/stand/boot/boot.c log diff annotate
src/sys/arch/alpha/stand/netboot/Makefile log diff annotate
src/sys/arch/amd64/stand/boot/Makefile log diff annotate
src/sys/arch/amd64/stand/boot/conf.c log diff annotate
src/sys/arch/amd64/stand/cdboot/Makefile log diff annotate
src/sys/arch/amd64/stand/cdboot/conf.c log diff annotate
src/sys/arch/amd64/stand/efi32/Makefile.common log diff annotate
src/sys/arch/amd64/stand/efi32/conf.c log diff annotate
src/sys/arch/amd64/stand/efi64/Makefile.common log diff annotate
src/sys/arch/amd64/stand/efi64/conf.c log diff annotate
src/sys/stand/boot/boot.c log diff annotate
message Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
section, which has grown a fair bit with the introduction of retguard.
Mortimer discovered the repeated 512-byte sequence as retguard keys, and
this resolves the issue. (Chacha does not fit on the media, so 1.5K early
drop RC4 is hopefully sufficient in our KARL link universe)
Version crank the bootblocks. sysupgrade -s will install new bootblocks.
ok djm mortimer

date 2019-10-29T02:55:51Z
author deraadt
files src/sys/arch/amd64/stand/efiboot/Makefile.common log diff annotate
src/sys/arch/amd64/stand/efiboot/conf.c log diff annotate
src/sys/arch/amd64/stand/pxeboot/Makefile log diff annotate
src/sys/arch/amd64/stand/pxeboot/conf.c log diff annotate
src/sys/arch/arm64/stand/efiboot/Makefile log diff annotate
src/sys/arch/arm64/stand/efiboot/conf.c log diff annotate
src/sys/arch/armv7/stand/efiboot/Makefile log diff annotate
src/sys/arch/armv7/stand/efiboot/conf.c log diff annotate
src/sys/arch/hppa/stand/boot/conf.c log diff annotate
src/sys/arch/hppa/stand/cdboot/Makefile log diff annotate
src/sys/arch/hppa/stand/cdboot/cdboot.c log diff annotate
src/sys/arch/hppa/stand/libsa/Makefile log diff annotate
src/sys/arch/i386/stand/boot/Makefile log diff annotate
src/sys/arch/i386/stand/boot/conf.c log diff annotate
src/sys/arch/i386/stand/cdboot/Makefile log diff annotate
src/sys/arch/i386/stand/cdboot/conf.c log diff annotate
src/sys/arch/i386/stand/pxeboot/Makefile log diff annotate
src/sys/arch/i386/stand/pxeboot/conf.c log diff annotate
src/sys/arch/landisk/stand/boot/Makefile log diff annotate
src/sys/arch/landisk/stand/boot/conf.c log diff annotate
src/sys/arch/loongson/stand/boot/conf.c log diff annotate
src/sys/arch/loongson/stand/libsa/Makefile log diff annotate
src/sys/arch/luna88k/stand/boot/boot.c log diff annotate
src/sys/arch/macppc/stand/boot.mac/Makefile log diff annotate
src/sys/arch/macppc/stand/ofwboot/Makefile log diff annotate
message Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
section, which has grown a fair bit with the introduction of retguard.
Mortimer discovered the repeated 512-byte sequence as retguard keys, and
this resolves the issue. (Chacha does not fit on the media, so 1.5K early
drop RC4 is hopefully sufficient in our KARL link universe)
Version crank the bootblocks. sysupgrade -s will install new bootblocks.
ok djm mortimer

date 2019-10-29T02:55:52Z
author deraadt
files src/sys/arch/octeon/stand/libsa/Makefile log diff annotate
src/sys/arch/octeon/stand/rdboot/rdboot.c log diff annotate
src/sys/arch/sgi/stand/boot/Makefile log diff annotate
src/sys/arch/sgi/stand/boot/boot.c log diff annotate
src/sys/arch/sparc64/stand/ofwboot/Makefile log diff annotate
src/sys/arch/sparc64/stand/ofwboot/boot.c log diff annotate
src/sys/arch/sparc64/stand/ofwboot/elf64_exec.c log diff annotate
src/sys/arch/sparc64/stand/ofwboot/vers.c log diff annotate
message Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
section, which has grown a fair bit with the introduction of retguard.
Mortimer discovered the repeated 512-byte sequence as retguard keys, and
this resolves the issue. (Chacha does not fit on the media, so 1.5K early
drop RC4 is hopefully sufficient in our KARL link universe)
Version crank the bootblocks. sysupgrade -s will install new bootblocks.
ok djm mortimer

date 2019-10-29T03:19:16Z
author dlg
files src/sys/net/ethertypes.h log diff annotate
message add the 802.1AE MACsec ethertype

date 2019-10-29T13:27:51Z
author kurt
files src/sys/dev/pci/pcidevs log diff annotate
message Add Marvell 88SE9128 AHCI. okay kettenis@

date 2019-10-29T13:28:53Z
author kurt
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message Regen for Marvell 88SE9128 AHCI.

date 2019-10-29T16:24:42Z
author visa
files src/sys/kern/spec_vnops.c log diff annotate
message Consistently release the vnode lock while calling d_close of cloned and
non-cloned devices. Combine spec_close() and spec_close_clone() to avoid
code duplication.

OK mpi@

date 2019-10-29T18:47:51Z
author jcs
files src/sys/dev/pci/pcidevs log diff annotate
message add an Intel 9260 wifi card

date 2019-10-29T18:48:18Z
author jcs
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message sync