Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux: Fix usage of ptrace(PT_GET_SC_ARGS) | Mark Johnston | 2025-06-13 | 1 | -14/+4 |
* | linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743 | Dmitry Chagin | 2023-08-18 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | linux(4): Make ptrace_pokeusr machine dependent | Dmitry Chagin | 2023-05-18 | 1 | -8/+0 |
* | linux(4): Make ptrace_peekusr machine dependend | Dmitry Chagin | 2023-05-18 | 1 | -43/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | Add security.bsd.allow_ptrace sysctl | Konstantin Belousov | 2022-01-22 | 1 | -0/+3 |
* | linux: Drop some unnecessary includes | Edward Tomasz Napierala | 2021-11-13 | 1 | -2/+0 |
* | linux: Replace ifdefs in ptrace with per-architecture callbacks | Edward Tomasz Napierala | 2021-11-09 | 1 | -101/+5 |
* | linux: Add ptrace(2) support on arm64 | Edward Tomasz Napierala | 2021-11-07 | 1 | -0/+713 |