aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/bpf.zig
AgeCommit message (Expand)Author
2020-09-12added helper definitionsMatt Knight
2020-09-08Merge pull request #6267 from mattnite/btfAndrew Kelley
2020-09-07added map create, update, delete, and prog loadMatt Knight
2020-09-07BPF: add some more documentation (#6268)Matthew Knight
2020-09-06added btfMatt Knight
2020-09-06fixed improper builtin importMatt Knight
2020-09-06improved compile error messageMatt Knight
2020-09-06removed redundant pseudo insnMatt Knight
2020-09-06implemented and testing op codes for instructions documented in the unofficia...Matt Knight
2020-08-22Bpf: move under os/linux instead of bits (#6126)Matthew Knight