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
2025-07-16
zig fmt
Andrew Kelley
2025-04-07
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker
2025-03-27
check result of mmap() call to handle a large base_addr value correctly
Sean Stasiak
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2024-10-04
std.os.linux: Fix mmap() syscall invocation for s390x.
Alex Rønne Petersen
2024-08-15
loongarch: fix asm to set thread pointer (#21086)
YANG Xudong
2024-08-12
std.os.linux.tls: Support sparc32.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add csky support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add arc support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add hexagon support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add s390x support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add loongarch support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add m68k support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Fix layout computation for the modified Variant I.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Refactor and improve documentation.
Alex Rønne Petersen
2024-07-29
std.os.linux.tls: Handle riscv32 in setThreadPointer().
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Fix setThreadPointer() for armeb and thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set some constants correctly for powerpcle.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set tls_tcb_size correctly for thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set tls_variant correctly for thumbeb.
Alex Rønne Petersen
2024-07-22
update start code to use `@disableInstrumentation`
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
std: cleanup asm usage
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-02-04
Add support for mips64/mips64el
Suirad
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
[next]