index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
linux
/
tls.zig
Age
Commit message (
Expand
)
Author
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2021-10-23
std: Fix edge case in TLS tp calculation
LemonBoy
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-19
std: Fix PIE startup sequence
LemonBoy
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-04
std: Initial bringup for Linux on Thumb2
LemonBoy
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-25
std: Fix wrong alignOf expression
LemonBoy
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-11
std: Fix TLS definitions for 32bit PowerPC targets
LemonBoy
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2020-12-31
Year++
Frank Denis
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-18
std: Properly fix the TLS alignment problem
LemonBoy
2020-12-17
std: align(16) main_thread_tls_buffer
Andrew Kelley
2020-10-25
Add back ppc input/output/clobber definitions
Koakuma
2020-10-24
Add TLS implementation for sparc64
Koakuma
2020-10-21
std: Slim down the error code path in initStaticTLS
LemonBoy
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-01
Implement std.os for powerpc64{,le}
Shawn Anastasio
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-03-31
std: linux syscall numbers are now an extensible enum
daurnimator
2020-03-28
std: Minor changes to TLS handling
LemonBoy
2020-03-25
Revert "Merge pull request #4807 from LemonBoy/tls-touchups"
Andrew Kelley
2020-03-25
std: Minor changes to TLS handling
LemonBoy
2020-02-19
update tls in std lib for lack of sub-arch
Andrew Kelley
2020-01-19
progress towards merging
Andrew Kelley
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-11-30
linux-i386 support
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley