zig/lib/std/os/linux
Motiejus Jakštys d41111d7ef mem: rename align*Generic to mem.align*
Anecdote 1: The generic version is way more popular than the non-generic
one in Zig codebase:

     git grep -w alignForward | wc -l
    56
     git grep -w alignForwardGeneric | wc -l
    149

     git grep -w alignBackward | wc -l
    6
     git grep -w alignBackwardGeneric | wc -l
    15

Anecdote 2: In my project (turbonss) that does much arithmetic and
alignment I exclusively use the Generic functions.

Anecdote 3: we used only the Generic versions in the Macho Man's linker
workshop.
2023-06-17 12:49:13 -07:00
..
bpf bpf: correct return type of ringbuf_output helper 2023-05-03 08:37:40 +03:00
errno
arm-eabi.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
arm64.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
bpf.zig bpf: expose "syscall" program type and F_SLEEPABLE flag 2023-06-13 10:57:51 -07:00
io_uring.zig migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00
ioctl.zig target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
mips.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
mips64.zig Add support for mips64/mips64el 2023-02-04 15:19:53 -05:00
powerpc.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
powerpc64.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
riscv64.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
seccomp.zig std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
sparc64.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
start_pie.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
syscalls.zig Update Linux syscall list for 6.1, support Mips64 2023-02-05 03:25:21 -05:00
test.zig std lib tests: avoid cwd races by using std.testing.tmpDir 2023-03-15 10:48:15 -07:00
thumb.zig
tls.zig mem: rename align*Generic to mem.align* 2023-06-17 12:49:13 -07:00
vdso.zig std: remove meta.assumeSentinel 2023-01-24 15:39:52 -05:00
x86.zig fix incorrect use of mutable pointers to temporary values 2023-05-11 17:23:06 +03:00
x86_64.zig x86_64: remove returns from naked functions 2023-04-03 17:45:16 +02:00