zig/lib/std/os/linux
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
bpf all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
errno std.os reorganization, avoiding usingnamespace 2021-09-01 17:54:06 -07:00
arm-eabi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
arm64.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
bpf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
io_uring.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ioctl.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mips.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
mips64.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
powerpc.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
powerpc64.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
riscv64.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07: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 all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
tls.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
vdso.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
x86.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
x86_64.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00