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
Age
Commit message (
Expand
)
Author
2024-08-19
Added Constants Related To Ioctl (sockios.h)
Mohanavel S K
2024-08-15
loongarch: fix asm to set thread pointer (#21086)
YANG Xudong
2024-08-14
std.os.linux: add mseal syscall
reokodoku
2024-08-13
add getcontext
YANG Xudong
2024-08-12
`std.os.linux`: Add clone() implementation for mips64. (#21038)
Alex Rønne Petersen
2024-08-12
std.os.linux.tls: Support sparc32.
Alex Rønne Petersen
2024-08-12
std.os.linux: Fix definition of tc_lflag_t on MIPS
Linus Groh
2024-08-11
std.os.linux.start_pie: Add support for the new RELR relocation format.
Alex Rønne Petersen
2024-08-09
std.os.linux: Retranslate and port some ioctl-related types and values.
Alex Rønne Petersen
2024-08-09
Merge pull request #21004 from alexrp/linux-6.10
Andrew Kelley
2024-08-09
std: add loongarch64 support (#20915)
YANG Xudong
2024-08-09
Update Linux syscalls to 6.10.
Alex Rønne Petersen
2024-08-07
loongarch: various architecture specific fixes (#20912)
YANG Xudong
2024-08-07
POSIX link() syscall only takes two arguments (no flags)
Pat Tullmann
2024-08-07
Add getppid to std.c and std.os.linux.
Jeffrey C. Ollie
2024-08-07
std.os.linux: Move clone() here and stop exporting it.
Alex Rønne Petersen
2024-08-07
Merge pull request #20922 from alexrp/vdso
Andrew Kelley
2024-08-07
Merge pull request #20925 from alexrp/windows-tls
Andrew Kelley
2024-08-07
std.os.linux.start_pie: Add sparc/sparc64 support.
Alex Rønne Petersen
2024-08-03
std.os.windows.tls: Set `AddressOfCallBacks` to `&__xl_a + 1`.
Alex Rønne Petersen
2024-08-03
std.os.windows.tls: Only define _tls_array when targeting MSVC.
Alex Rønne Petersen
2024-08-03
std.os.windows.tls: Slightly improve type safety.
Alex Rønne Petersen
2024-08-03
std.os.windows.tls: Change type of `_tls_start`/`_tls_end` to `*anyopaque`.
Alex Rønne Petersen
2024-08-03
std: Move start_windows_tls.zig to os/windows/tls.zig.
Alex Rønne Petersen
2024-08-03
std.os.linux: Add VDSO definition for riscv32/riscv64.
Alex Rønne Petersen
2024-08-03
std.os.linux: Fix CGT_SYM for mips/mips64.
Alex Rønne Petersen
2024-08-03
std.os.linux: Replace `@hasDecl()` with `!= void` check for VDSO.
Alex Rønne Petersen
2024-08-01
std.os.linux: Fix arm check in fadvise() to also include thumb.
Alex Rønne Petersen
2024-08-01
std.os.linux: Fix require_aligned_register_pair to check isMIPS32().
Alex Rønne Petersen
2024-08-01
std.Target: Rework isPPC()/isPPC64() functions.
Alex Rønne Petersen
2024-08-01
std.os.linux: Unbreak the build
Alex Rønne Petersen
2024-08-01
Merge pull request #20870 from alexrp/target-cleanup-3
Andrew Kelley
2024-08-01
Merge pull request #20869 from alexrp/linux-syscalls
Andrew Kelley
2024-08-01
Merge pull request #20857 from alexrp/tls-porting
Andrew Kelley
2024-08-01
Merge pull request #20772 from alexrp/linux-audit
Andrew Kelley
2024-07-30
std.os.linux.start_pie: Use a 64-bit displacement for s390x.
Alex Rønne Petersen
2024-07-30
std.os.linux.start_pie: Apply MIPS local GOT relocations.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
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-30
std.os.linux: Hook up newly added syscall enums.
Alex Rønne Petersen
2024-07-30
std.os.linux: Adjust for rename of mips syscall enums.
Alex Rønne Petersen
2024-07-30
std.os.linux.syscalls: Regenerate based on Linux v6.7.
Alex Rønne Petersen
2024-07-30
std.os.linux.AUDIT: Rewrite ARCH in terms of std.elf.EM.
Alex Rønne Petersen
[next]