Age | Commit message (Expand) | Author |
---|---|---|
2022-11-06 | Reformat everything | Alex Saveau |
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-07-24 | Mark most C-derived enums as non_exhaustive | Alan Somers |
2021-05-30 | misc Clippy cleanup | Alan Somers |
2020-05-31 | Convert the crate to edition 2018 | Alan Somers |
2019-12-01 | Allow signal injection in ptrace::{syscall, detach} | Francisco Giordano |
2018-11-28 | Prefer `map(drop)` to `map(|_| ())` | Alan Somers |
2018-10-21 | Added ptrace support for BSDs | xd009642 |