aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux/tls.zig
AgeCommit message (Expand)Author
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2021-10-23std: Fix edge case in TLS tp calculationLemonBoy
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-19std: Fix PIE startup sequenceLemonBoy
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-25std: Fix wrong alignOf expressionLemonBoy
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-11std: Fix TLS definitions for 32bit PowerPC targetsLemonBoy
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-12-31Year++Frank Denis
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-18std: Properly fix the TLS alignment problemLemonBoy
2020-12-17std: align(16) main_thread_tls_bufferAndrew Kelley
2020-10-25Add back ppc input/output/clobber definitionsKoakuma
2020-10-24Add TLS implementation for sparc64Koakuma
2020-10-21std: Slim down the error code path in initStaticTLSLemonBoy
2020-09-10Merge pull request #5527 from shawnanastasio/ppc64leAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-01Implement std.os for powerpc64{,le}Shawn Anastasio
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-03-28std: Minor changes to TLS handlingLemonBoy
2020-03-25Revert "Merge pull request #4807 from LemonBoy/tls-touchups"Andrew Kelley
2020-03-25std: Minor changes to TLS handlingLemonBoy
2020-02-19update tls in std lib for lack of sub-archAndrew Kelley
2020-01-19progress towards mergingAndrew Kelley
2019-12-15Make sure the address is aligned for intToPtr opsLemonBoy
2019-11-30linux-i386 supportLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-25mv std/ lib/Andrew Kelley