Age | Commit message (Expand) | Author |
---|---|---|
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 |