summaryrefslogtreecommitdiff
path: root/src/sys/ptrace.rs
AgeCommit message (Expand)Author
2017-08-28Added detach functionxd009642
2017-08-28Moved ptrace constants into enum types added minor functionality.xd009642
2017-08-11Use upstream libc ptrace FFIBryant Mairs
2017-08-10Remove the incorrect doc comment.Marcin Mielniczuk
2017-08-10Deprecate `ptrace`.Marcin Mielniczuk
2017-07-31support delivering a signal with ptrace::contMarcin Mielniczuk
2017-07-27Improve the documentation of wrappers.Marcin Mielniczuk
2017-07-26Mark nix::sys::ptrace::ptrace as unsafe, add safe variants of source routines.Marcin Mielniczuk
2017-07-20Rename the public ptrace_* functions.Marcin Mielniczuk
2017-07-17Refactor ptrace_get_dataBryant Mairs
2017-07-17Fix UnsupportedOperation when using ptrace_* functionsBryant Mairs
2017-07-08Enable ptrace on all Linux platformsGeoffrey Thomas
2017-07-02Newtypes for uid_t, gid_t and pid_t.Martin Habovštiak
2017-06-13Added ptrace utilities.Daniel McKenna
2016-04-14fixed a few clippy warningsAndre Bogus
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-12-03add function for handling PTRACE_SETOPTIONS nicelyDavid Roundy
2015-07-06Use c_long in ptrace fns for arch-independenceTilde Engineering
2015-07-03Add support for ptraceJoseph Kain