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.rs
Age
Commit message (
Expand
)
Author
2017-08-11
Use upstream libc ptrace FFI
Bryant Mairs
2017-08-10
Remove the incorrect doc comment.
Marcin Mielniczuk
2017-08-10
Deprecate `ptrace`.
Marcin Mielniczuk
2017-07-31
support delivering a signal with ptrace::cont
Marcin Mielniczuk
2017-07-27
Improve the documentation of wrappers.
Marcin Mielniczuk
2017-07-26
Mark nix::sys::ptrace::ptrace as unsafe, add safe variants of source routines.
Marcin Mielniczuk
2017-07-20
Rename the public ptrace_* functions.
Marcin Mielniczuk
2017-07-17
Refactor ptrace_get_data
Bryant Mairs
2017-07-17
Fix UnsupportedOperation when using ptrace_* functions
Bryant Mairs
2017-07-08
Enable ptrace on all Linux platforms
Geoffrey Thomas
2017-07-02
Newtypes for uid_t, gid_t and pid_t.
Martin Habovštiak
2017-06-13
Added ptrace utilities.
Daniel McKenna
2016-04-14
fixed a few clippy warnings
Andre Bogus
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-12-03
add function for handling PTRACE_SETOPTIONS nicely
David Roundy
2015-07-06
Use c_long in ptrace fns for arch-independence
Tilde Engineering
2015-07-03
Add support for ptrace
Joseph Kain