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
/
x86_64.zig
Age
Commit message (
Expand
)
Author
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2023-10-25
x86_64: pass more tests
Jacob Young
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
std: cleanup asm usage
Jacob Young
2023-07-20
linux: rework getcontext to closer match the specification (saved IP/SP match...
kcbanner
2023-07-20
debug: x86 unwinding support, more unwinding fixes
kcbanner
2023-07-20
linux: add getcontext for x86_64
kcbanner
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-03
x86_64: remove returns from naked functions
Jacob Young
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-10-25
std: add cbe hacks to more targets
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-06-07
add const to msghdr_const iov and control pointers
Jonathan Marler
2022-05-16
Generate linux syscalls via. the linux source tree
Stephen Gregoratto
2022-04-15
update self hosted sources to language changes
Veikka Tuominen
2022-03-22
Fix ucontext_t
Locria Cyber
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-10-17
Linux: Update syscall numbers for 5.14
Stephen Gregoratto
2021-09-01
fix regression on linux with kernel_timespec
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std.os.linux: remove the "bits" namespace altogether
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
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-08-02
Move iovec and log levels to bits/posix.zig
N00byEdge
2021-08-02
Make linux syscalls accessible with non-Linux target OS
N00byEdge
2020-12-31
Year++
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-05-05
zig fmt
Tadeo Kondrak
2020-03-31
std: linux syscall numbers are now an extensible enum
daurnimator
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-01
Correct signal bits for MIPS
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley