index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
ptrace
Age
Commit message (
Expand
)
Author
2022-05-15
Add ptrace::read_user and ptrace::write_user
Nikita Baksalyar
2022-01-24
uclibc support
Jonah Petri
2022-01-22
Suppress clippy::not_unsafe_ptr_arg_deref warnings in ptrace on BSD
Alan Somers
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-19
Clippy cleanup
Alan Somers
2021-08-18
Add `PTRACE_EVENT_STOP` enum variant
Gabriel Majeri
2021-08-09
Add PTRACE_INTERRUPT
Mika Vatanen
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-05-30
misc Clippy cleanup
Alan Somers
2020-10-03
Add PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP support
Dominik Stolz
2020-06-04
Remove several deprecated constants and functions
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-16
Make ptrace::write unsafe on Linux
Alan Somers
2020-04-25
Fix RISC-V support
Andreas Schwab
2020-04-02
Enable getregs/setregs on musl
coord.e
2020-01-12
Add RISC-V support on GNU/Linux
msizanoen1
2019-12-01
Allow signal injection in ptrace::{syscall, detach}
Francisco Giordano
2019-11-17
ptrace: add ptrace::seize for Linux
Jeremy Fitzhardinge
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-05-17
Fix build on arm and s390x after recent libc changes
Alan Somers
2019-01-09
Added ptrace getregs and setregs
Will Povell
2018-12-01
Correct architecture check
Bryant Mairs
2018-11-28
Prefer `map(drop)` to `map(|_| ())`
Alan Somers
2018-10-28
Removed Peek and poke user from unsupportedOp
xd009642
2018-10-24
Added AddressType type
xd009642
2018-10-21
Added ptrace support for BSDs
xd009642