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/xtask
Andrés Medina 6895b1e2ed
aya: Use AsFd when attaching fds to programs
This is a breaking change but adds another level of safety to ensure
the file descriptor we receive is valid. Additionally, this allows
aya to internally easily duplicate this file descriptor using std
library methods instead of manually calling `dup` which doesn't
duplicate with the CLOSE_ON_EXEC flag that is standard pratice to
avoid leaking the file descriptor when exec'ing.
1 year ago
..
libbpf@a2258003f2 xtask: move libbpf submodule 1 year ago
public-api aya: Use AsFd when attaching fds to programs 1 year ago
src xtask: extract `Errors` type 1 year ago
Cargo.toml Cargo.toml: Remove default-features settings 1 year ago