OpenBSD cvs log

created 2020-07-28T20:43:47Z
begin 2020-05-08T00:00:00Z
end 2020-05-09T00:00:00Z
path src/sys
commits 2

date 2020-05-08T07:31:46Z
author mpi
files src/sys/kern/tty.c log diff annotate
message Do not wait indefinitely for flushing when closing a tty.

This prevent exiting processes from hanging when a slave pseudo terminal
is close(2)d before its master.

From NetBSD via anton@.

Reported-by: [email protected]

ok anton@, kettenis@

date 2020-05-08T11:18:01Z
author kettenis
files src/sys/dev/acpi/acpi.c log diff annotate
src/sys/dev/acpi/acpivar.h log diff annotate
src/sys/dev/acpi/ahci_acpi.c log diff annotate
src/sys/dev/acpi/ccp_acpi.c log diff annotate
src/sys/dev/acpi/com_acpi.c log diff annotate
src/sys/dev/acpi/dwiic_acpi.c log diff annotate
src/sys/dev/acpi/if_bse_acpi.c log diff annotate
src/sys/dev/acpi/pluart_acpi.c log diff annotate
src/sys/dev/acpi/sdhc_acpi.c log diff annotate
src/sys/dev/acpi/xhci_acpi.c log diff annotate
message Move parsing of _CRS into acpi(4) and pass the parsed address and interrupt
information in struct acpi_attach_args.

ok mpi@