OpenBSD cvs log

created 2024-01-25T04:53:26Z
begin 2024-01-18T00:00:00Z
end 2024-01-19T00:00:00Z
path src/sys
commits 7

date 2024-01-18T05:01:52Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
message Instead of skipping the call to hdcp_destroy(), use NULL for the kobject
argument. Unused in the function itself as we define away
sysfs_remove_bin_file().

date 2024-01-18T06:24:03Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.c log diff annotate
message remove duplicate steam deck block, merge error from local patches

date 2024-01-18T07:52:37Z
author jsg
files src/sys/dev/pci/drm/i915/intel_device_info.h log diff annotate
message remove duplicate defines, merge error from local patches

date 2024-01-18T08:46:41Z
author mvs
files src/sys/net/if_wg.c log diff annotate
message Use `nowake' as tsleep_nsec(9) ident. It has no corresponding wakeup(9).

ok bluhm

date 2024-01-18T08:48:32Z
author mvs
files src/sys/kern/kern_sysctl.c log diff annotate
message Use solock() instead of netlock within fill_file(). This makes all
socket types protected. The netlock is still used while fill_file()
called through *table.inpt_queue walkthroughs, but this is the inet
sockets case.

ok bluhm

date 2024-01-18T08:50:27Z
author jsg
files src/sys/dev/pci/drm/drm_print.c log diff annotate
src/sys/dev/pci/drm/drm_syncobj.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smu_v11_0_i2c.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_rc6.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_prime.c log diff annotate
message reduce diff to linux

date 2024-01-18T11:03:16Z
author claudio
files src/sys/netinet/in_pcb.c log diff annotate
src/sys/netinet/ip_output.c log diff annotate
src/sys/netinet6/ip6_output.c log diff annotate
message Move the rtable_exists() check into in_pcbset_rtableid().
OK bluhm@ mvs@