zig/lib/std/os/linux
bfredl 1a0e6bcdb1 bpf: remove unhelpful "comptime" and fix union order
Insn.st() can be used with dynamic size just like Insn.stx(), which is
relevant in a code generation context.

using ImmOrReg caused an error as its fields were ordered differently than
Source.
2023-09-15 01:05:52 -07:00
..
bpf all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
errno
arm-eabi.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
arm64.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
bpf.zig bpf: remove unhelpful "comptime" and fix union order 2023-09-15 01:05:52 -07:00
io_uring.zig Make a Couple Syscall Comments Consistent (#17066) 2023-09-04 09:09:11 +02:00
ioctl.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mips.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
mips64.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
powerpc.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
powerpc64.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
riscv64.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
seccomp.zig std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
sparc64.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
start_pie.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
syscalls.zig Update Linux syscall list for 6.1, support Mips64 2023-02-05 03:25:21 -05:00
test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
thumb.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
tls.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
vdso.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
x86.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
x86_64.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00