zig/lib/std/os/linux
LemonBoy a34f67aa66 std: Minor changes to TLS handling
* Always allocate an info block per-thread so that libc can store
  important stuff there.
* Respect ABI-mandated alignment in more places.
* Nicer code, use slices/pointers instead of raw addresses whenever
  possible.
2020-03-25 12:08:50 +01:00
..
arm-eabi.zig Move definition of __aeabi_read_tp 2020-01-15 17:50:51 +01:00
arm64.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
i386.zig linux/i386: Make syscall6 more robust and correct 2020-02-07 22:13:05 +01:00
mipsel.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
riscv64.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
test.zig move std.fs.Dir.cwd to std.fs.cwd 2019-11-30 15:35:27 -05:00
tls.zig std: Minor changes to TLS handling 2020-03-25 12:08:50 +01:00
vdso.zig Added comment justifying wrapping operations 2020-03-03 12:41:11 +02:00
x86_64.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00