index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
linux
/
bpf.zig
Age
Commit message (
Expand
)
Author
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-09
bpf: sync map/prog/attach type with latest linux kernel
Tw
2024-04-20
Fix usage of `unexpectedErrno`
Jared Baur
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-01-03
doc: Fix typos in bpf docs
Karl Böhlmark
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-09-15
bpf: remove unhelpful "comptime" and fix union order
bfredl
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-13
bpf: expose "syscall" program type and F_SLEEPABLE flag
bfredl
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2022-11-27
linux.bpf: expose map_get_next_key
bfredl
2022-10-16
os.linux: some fixes to BPF module
bfredl
2022-08-19
std.os.linux.bpf: fix compile error
Andrew Kelley
2021-09-01
std, compiler-rt: remove test names where applicable
Andrew Kelley
2021-09-01
std.os.linux: remove the "bits" namespace altogether
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-06-21
std.os.linux.bpf: fix incorrect usage of unexpectedErrno
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
delete packed enums from the language
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-09-12
added helper definitions
Matt Knight
2020-09-08
Merge pull request #6267 from mattnite/btf
Andrew Kelley
2020-09-07
added map create, update, delete, and prog load
Matt Knight
2020-09-07
BPF: add some more documentation (#6268)
Matthew Knight
2020-09-06
added btf
Matt Knight
2020-09-06
fixed improper builtin import
Matt Knight
2020-09-06
improved compile error message
Matt Knight
2020-09-06
removed redundant pseudo insn
Matt Knight
2020-09-06
implemented and testing op codes for instructions documented in the unofficia...
Matt Knight
2020-08-22
Bpf: move under os/linux instead of bits (#6126)
Matthew Knight