You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/ebpf/aya-ebpf/src/programs
Dave Tucker 9ae2742e39 chore(aya-ebpf)!: Deprecate aya-ebpf-cty
I don't recall why we used aya-ebpf-cty (a fork of the cty crate).
I assume it's because the ffi types in libcore weren't stablized when
the project first started.

Either way, I've replaced aya-ebpf-cty with core::ffi types and
the tests appear to pass still, which is reassuring.

This is a breaking change since the re-export of aya-ebpf-cty as
aya-ebpf::cty has also been removed. Migration is as simple as
replacing import with core::ffi.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
6 months ago
..
device.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago
fentry.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
fexit.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
lsm.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
mod.rs aya-ebpf/programs: moved ret from ProbeContext into new RetProbeContext 1 year ago
perf_event.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago
probe.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
raw_tracepoint.rs bpf: Handle raw tracepoint arguments 7 months ago
retprobe.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
sk_buff.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
sk_lookup.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago
sk_msg.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago
sock.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago
sock_addr.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago
sock_ops.rs aya-ebpf: Add set_reply accessor to SockOpsContext 11 months ago
sockopt.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago
sysctl.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago
tc.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
tp_btf.rs chore(aya-ebpf)!: Deprecate aya-ebpf-cty 6 months ago
tracepoint.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago
xdp.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 1 year ago