OpenBSD cvs log

created 2024-12-21T21:26:55Z
begin 2024-12-17T00:00:00Z
end 2024-12-18T00:00:00Z
path src/sys
commits 2

date 2024-12-17T05:32:31Z
author stsp
files src/sys/dev/pci/if_ice.c log diff annotate
message actually enable vlan tagging offload on ice(4) interfaces

Patch by brad, tested by me on E810

date 2024-12-17T14:45:00Z
author claudio
files src/sys/kern/kern_exit.c log diff annotate
src/sys/kern/kern_sig.c log diff annotate
src/sys/sys/proc.h log diff annotate
message Mark processes that are stopped because of a ptrace trap as PS_TRAPPED.

Use this flag instead of ps_single in dowait6() to decide if a process
was stopped because of a ptrace event.
OK mpi@