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 16db4c8fe0
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.
2 years ago
..
libbpf@a2258003f2 xtask: move libbpf submodule 2 years ago
public-api aya: Use AsFd when attaching fds to programs 2 years ago
src integration-test: Remove cargo symlink workaround 2 years ago
Cargo.toml Cargo.toml: Remove default-features settings 2 years ago