aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* linux: Fix usage of ptrace(PT_GET_SC_ARGS)Mark Johnston2025-06-131-14/+4
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin2023-05-181-8/+0
* linux(4): Make ptrace_peekusr machine dependendDmitry Chagin2023-05-181-43/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add security.bsd.allow_ptrace sysctlKonstantin Belousov2022-01-221-0/+3
* linux: Drop some unnecessary includesEdward Tomasz Napierala2021-11-131-2/+0
* linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala2021-11-091-101/+5
* linux: Add ptrace(2) support on arm64Edward Tomasz Napierala2021-11-071-0/+713