Age | Commit message (Expand) | Author |
---|---|---|
2017-12-20 | Remove match statements with one arm | Bryant Mairs |
2017-12-20 | Remove useless Err(_) match arms | Bryant Mairs |
2017-12-02 | Upgrade to Bitflags 1.0 | Bryant Mairs |
2017-08-28 | Moved ptrace constants into enum types added minor functionality. | xd009642 |
2017-08-02 | Reword the comment. | Marcin Mielniczuk |
2017-07-31 | Extra doc | Marcin Mielniczuk |
2017-07-31 | Add a line break. | Marcin Mielniczuk |
2017-07-31 | Possibly fix tests failing on qemu architectures. | Marcin Mielniczuk |
2017-07-31 | Add tests for ptrace::cont | Marcin Mielniczuk |
2017-07-26 | Mark nix::sys::ptrace::ptrace as unsafe, add safe variants of source routines. | Marcin Mielniczuk |
2017-07-21 | Get rid of the bulk imports | Marcin Mielniczuk |
2017-07-20 | Tidy up imports in test_ptrace.rs | Marcin Mielniczuk |
2017-07-20 | Fix tests | Marcin Mielniczuk |
2017-07-17 | Fix UnsupportedOperation when using ptrace_* functions | Bryant Mairs |
2017-07-08 | Enable ptrace on all Linux platforms | Geoffrey Thomas |