aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/bpf
AgeCommit message (Expand)Author
2024-11-18linux/bpf: add alignment for helper functions to make compiler happyTw
2024-08-23std.os.linux: Fix bunch of compilation errors (#21138)Michał Drozd
2023-11-19linux/bpf: update helper definitionsTw
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-03bpf: correct return type of ringbuf_output helperTw
2023-04-30std: fix a bunch of typosLinus Groh
2023-03-28bpf: add missing *const for helper functionsTw
2022-11-09Fixes to linux/bpf/btf.zigbfredl
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std, compiler-rt: remove test names where applicableAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-06std: Fix some BPF fn definitionsLemonBoy
2021-05-24housekeeping: builtin.arch → builtin.cpu.archMichael Dusan
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-24fix import pathMatt Knight
2020-12-31Year++Frank Denis
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-09-13changed to opaqueMatt Knight
2020-09-13removed all those kern aliasesMatt Knight
2020-09-13got booleans wrongMatt Knight
2020-09-12added helper definitionsMatt Knight
2020-09-07added license commentsMatt Knight
2020-09-07changed enums to lower caseMatt Knight
2020-09-06fixed missing 'packed' keywordMatt Knight
2020-09-06added btfMatt Knight