zig/lib/std/os/linux
bfredl 95f989a05b Fixes to linux/bpf/btf.zig
- the meaning of packed structs changed in zig 0.10. adjust accordingly.
  Use "extern struct" for the cases that directly map to C structs.

- Add new type info kinds, like enum64 and DeclTag

- change the Type enum to use the canonical names from libbpf.
  This is more predictable when comparing with external BPF
  documentation (than invented synonyms that need to be guessed)
2022-11-09 17:14:22 +02:00
..
bpf Fixes to linux/bpf/btf.zig 2022-11-09 17:14:22 +02:00
errno
arm-eabi.zig std: Replace use of stage1 function pointers 2022-09-29 21:45:30 +03:00
arm64.zig std: add cbe hacks to more targets 2022-10-25 05:11:29 -04:00
bpf.zig os.linux: some fixes to BPF module 2022-10-16 11:36:11 -04:00
io_uring.zig io_uring: ignore SOCK_NONEMPTY for reproducible tests 2022-10-13 14:58:06 +02:00
ioctl.zig target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
mips.zig std: Replace use of stage1 function pointers 2022-09-29 21:45:30 +03:00
powerpc.zig std: Replace use of stage1 function pointers 2022-09-29 21:45:30 +03:00
powerpc64.zig std: Replace use of stage1 function pointers 2022-09-29 21:45:30 +03:00
riscv64.zig std: Replace use of stage1 function pointers 2022-09-29 21:45:30 +03:00
seccomp.zig Add bits for the Linux Secure Computing facility 2022-03-09 18:49:36 +11:00
sparc64.zig std: Replace use of stage1 function pointers 2022-09-29 21:45:30 +03:00
start_pie.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
syscalls.zig Update Linux syscall list for 5.19 2022-08-05 15:36:32 +03:00
test.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
thumb.zig
tls.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
vdso.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
x86.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
x86_64.zig std: add cbe hacks to more targets 2022-10-25 05:11:29 -04:00