OpenBSD cvs log

created 2024-07-05T02:28:56Z
begin 2024-06-30T00:00:00Z
end 2024-07-01T00:00:00Z
path src/sys
commits 8

date 2024-06-30T00:29:36Z
author jsg
files src/sys/dev/acpi/acpivar.h log diff annotate
message remove struct acpi_parsestate, unused since dsdt.c rev 1.16

date 2024-06-30T05:18:14Z
author tb
files src/sys/lib/libz/infback.c log diff annotate
src/sys/lib/libz/inffast.c log diff annotate
src/sys/lib/libz/inflate.c log diff annotate
src/sys/lib/libz/zlib.h log diff annotate
message sync with base

date 2024-06-30T08:11:36Z
author kevlo
files src/sys/dev/pci/pcidevs log diff annotate
message Add Realtek RTL8126.

date 2024-06-30T08:12:06Z
author kevlo
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2024-06-30T08:13:02Z
author kevlo
files src/sys/dev/pci/if_rge.c log diff annotate
src/sys/dev/pci/if_rgereg.h log diff annotate
message Add support for the Realtek RTL8126 chip to the rge(4) driver.
The RTL8126 is a PCIe to 5Gb Ethernet controller.

date 2024-06-30T12:03:17Z
author krw
files src/sys/dev/ic/nvme.c log diff annotate
message Use howmany() to calculate how many prpl entries are needed to describe a
hibernate i/o.

Use of howmany() suggested by jmatthew@, ok jmatthew@

date 2024-06-30T18:17:09Z
author deraadt
files src/sys/arch/amd64/stand/boot/Makefile log diff annotate
src/sys/arch/amd64/stand/cdboot/Makefile log diff annotate
src/sys/arch/amd64/stand/efiboot/Makefile.common log diff annotate
src/sys/arch/amd64/stand/pxeboot/Makefile log diff annotate
src/sys/arch/arm64/stand/efiboot/Makefile log diff annotate
src/sys/arch/armv7/stand/efiboot/Makefile log diff annotate
src/sys/arch/i386/stand/boot/Makefile log diff annotate
src/sys/arch/i386/stand/cdboot/Makefile log diff annotate
src/sys/arch/i386/stand/pxeboot/Makefile log diff annotate
message we don't need the NOBYFOUR space-savings option anymore, that codepath
was replaced a while ago.
ok tb

date 2024-06-30T18:17:10Z
author deraadt
files src/sys/arch/riscv64/stand/efiboot/Makefile log diff annotate
src/sys/lib/libz/Makefile log diff annotate
src/sys/lib/libz/zutil.h log diff annotate
message we don't need the NOBYFOUR space-savings option anymore, that codepath
was replaced a while ago.
ok tb