summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ptrace.c
AgeCommit message (Expand)Author
2025-06-13linux: Fix usage of ptrace(PT_GET_SC_ARGS)Mark Johnston
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-18linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin
2023-05-18linux(4): Make ptrace_peekusr machine dependendDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-01-22Add security.bsd.allow_ptrace sysctlKonstantin Belousov
2021-11-13linux: Drop some unnecessary includesEdward Tomasz Napierala
2021-11-09linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala
2021-11-07linux: Add ptrace(2) support on arm64Edward Tomasz Napierala