OpenBSD cvs log

created 2021-06-12T22:01:56Z
begin 2021-06-09T00:00:00Z
end 2021-06-10T00:00:00Z
path src/sys
commits 4

date 2021-06-09T02:56:45Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c log diff annotate
message don't fatally error on failing to map visible VRAM

Mapping VRAM here is an optimisation only attempted on 64 bit archs,
there is a fallback path if it fails.

Reported and fix tested by Jerome Kasper on RX 5500 XT (Navi 14) who
mentioned the mapping error did not occur with 6.9-stable.

date 2021-06-09T03:24:54Z
author dlg
files src/sys/net/if_vlan.c log diff annotate
message whitespace tweak. no functional change.

date 2021-06-09T17:52:47Z
author semarie
files src/sys/kern/kern_pledge.c log diff annotate
src/sys/kern/kern_unveil.c log diff annotate
message unveil: small cleanup for UNVEIL_INSPECT

remove two leftover checks which were used when ni_unveil was used with UNVEIL_INSPECT.

it was used by:
- readlink(2) - removed 2019-08-31
- stat(2) and access(2) - removed 2019-03-24

ok claudio@

date 2021-06-09T19:46:33Z
author kettenis
files src/sys/arch/powerpc64/include/pci_machdep.h log diff annotate
message Enable MSI-X support for powerpc64.

ok patrick@