aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/bpf.zig
AgeCommit message (Expand)Author
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2022-11-27linux.bpf: expose map_get_next_keybfredl
2022-10-16os.linux: some fixes to BPF modulebfredl
2022-08-19std.os.linux.bpf: fix compile errorAndrew Kelley
2021-09-01std, compiler-rt: remove test names where applicableAndrew Kelley
2021-09-01std.os.linux: remove the "bits" namespace altogetherAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-06-21std.os.linux.bpf: fix incorrect usage of unexpectedErrnoAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-22delete packed enums from the languageAndrew Kelley
2020-12-31Year++Frank Denis
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