All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
The implementation is based on https://github.com/rust-lang/compiler-builtins/blob/master/src/mem/mod.rs#L29-L40 and https://github.com/rust-lang/compiler-builtins/blob/master/src/mem/impls.rs#L128-L135 Only the simplest case has been implemented, none of the word optimizations, since memcpy also doesn't seem to have them.
635ed3b
`](https://github.com/aya-rs/aya/commit/635ed3baed
))
- Add set_reply accessor to SockOpsContext ([`95e1763
`](https://github.com/aya-rs/aya/commit/95e1763e30
))
- Merge pull request #974 from Billy99/billy99-arch-ppc64-s390x ([`ab5e688
`](https://github.com/aya-rs/aya/commit/ab5e688fd4
))
- Add archs powerpc64 and s390x to aya ([`b513af1
`](https://github.com/aya-rs/aya/commit/b513af12e8
))
- Appease nightly clippy ([`bce3c4f
`](https://github.com/aya-rs/aya/commit/bce3c4fb1d
))
- Remove PerfEventArray::with_max_entries ([`ef0d125
`](https://github.com/aya-rs/aya/commit/ef0d1253ef
))
- Implement memmove ([`7ad3926
`](https://github.com/aya-rs/aya/commit/7ad3926d99
))
- Allowlist expected cfgs ([`e4f9ed8
`](https://github.com/aya-rs/aya/commit/e4f9ed8d79
))
- Deny warnings ([`b603c66
`](https://github.com/aya-rs/aya/commit/b603c665a9
))
- Moved ret from ProbeContext into new RetProbeContext ([`2d38b23
`](https://github.com/aya-rs/aya/commit/2d38b23b99
))
- Appease clippy ([`57cd351
`](https://github.com/aya-rs/aya/commit/57cd35172f
))
c3ae6f9
`](https://github.com/aya-rs/aya/commit/c3ae6f90d8
))
- Release aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 ([`eb3947b
`](https://github.com/aya-rs/aya/commit/eb3947bf14
))
- Release aya-ebpf-bindings v0.1.0, aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 ([`a34c5e4
`](https://github.com/aya-rs/aya/commit/a34c5e43b8
))
- Add version keys to Cargo.toml(s) ([`a4ae8ad
`](https://github.com/aya-rs/aya/commit/a4ae8adb0d
))
- Release aya-ebpf-bindings v0.1.0, aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 ([`b8964d3
`](https://github.com/aya-rs/aya/commit/b8964d3fd2
))
- Add changelogs ([`c7fe60d
`](https://github.com/aya-rs/aya/commit/c7fe60d47e
))
- Merge pull request #528 from dave-tucker/rename-all-the-things ([`63d8d4d
`](https://github.com/aya-rs/aya/commit/63d8d4d34b
))
- Rename BpfContext -> EbpfContext ([`d7af6ac
`](https://github.com/aya-rs/aya/commit/d7af6acb42
))
- Rename bpf -> ebpf ([`ea80737
`](https://github.com/aya-rs/aya/commit/ea8073793e
))
- Rename bpf -> ebpf ([`41c6156
`](https://github.com/aya-rs/aya/commit/41c61560ea
))