summaryrefslogtreecommitdiff
path: root/src/sys/ptrace
AgeCommit message (Expand)Author
2023-05-21Merge #2009bors[bot]
2023-04-16Quiet a clippy::suspicious_doc_comments lintAlan Somers
2023-03-06Add more detail for ptrace documentationThomas de Queiroz Barros
2022-11-06Reformat everythingAlex Saveau
2022-05-15Add ptrace::read_user and ptrace::write_userNikita Baksalyar
2022-01-24uclibc supportJonah Petri
2022-01-22Suppress clippy::not_unsafe_ptr_arg_deref warnings in ptrace on BSDAlan Somers
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-19Clippy cleanupAlan Somers
2021-08-18Add `PTRACE_EVENT_STOP` enum variantGabriel Majeri
2021-08-09Add PTRACE_INTERRUPTMika Vatanen
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-05-30misc Clippy cleanupAlan Somers
2020-10-03Add PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP supportDominik Stolz
2020-06-04Remove several deprecated constants and functionsAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-16Make ptrace::write unsafe on LinuxAlan Somers
2020-04-25Fix RISC-V supportAndreas Schwab
2020-04-02Enable getregs/setregs on muslcoord.e
2020-01-12Add RISC-V support on GNU/Linuxmsizanoen1
2019-12-01Allow signal injection in ptrace::{syscall, detach}Francisco Giordano
2019-11-17ptrace: add ptrace::seize for LinuxJeremy Fitzhardinge
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-05-17Fix build on arm and s390x after recent libc changesAlan Somers
2019-01-09Added ptrace getregs and setregsWill Povell
2018-12-01Correct architecture checkBryant Mairs
2018-11-28Prefer `map(drop)` to `map(|_| ())`Alan Somers
2018-10-28Removed Peek and poke user from unsupportedOpxd009642
2018-10-24Added AddressType typexd009642
2018-10-21Added ptrace support for BSDsxd009642