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/public-api
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
..
aya-bpf-bindings.txt xtask: Add cargo-public-api 1 year ago
aya-bpf-cty.txt xtask: Add cargo-public-api 1 year ago
aya-bpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-bpf.txt xtask: Add cargo-public-api 1 year ago
aya-log-common.txt aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/ 1 year ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-log-ebpf.txt xtask: Add cargo-public-api 1 year ago
aya-log-parser.txt xtask: Add cargo-public-api 1 year ago
aya-log.txt xtask: bless API with new nightly 1 year ago
aya-obj.txt aya: MapData::fd is non-optional 1 year ago
aya-tool.txt xtask: bless API with new nightly 1 year ago
aya.txt aya: Use AsFd when attaching fds to programs 1 year ago