aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/bpf.zig
AgeCommit message (Expand)Author
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-09std: fix typos (#20560)Jora Troosh
2024-07-09bpf: sync map/prog/attach type with latest linux kernelTw
2024-04-20Fix usage of `unexpectedErrno`Jared Baur
2024-03-19extract std.posix from std.osAndrew Kelley
2024-01-03doc: Fix typos in bpf docsKarl Böhlmark
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-09-15bpf: remove unhelpful "comptime" and fix union orderbfredl
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13bpf: expose "syscall" program type and F_SLEEPABLE flagbfredl
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