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
/
tools
/
generate_linux_syscalls.zig
Age
Commit message (
Expand
)
Author
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-14
Rewrite `generate_linux_syscalls` to be completely table based
Stephen Gregoratto
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-16
tools: fix some bitrot
Alex Rønne Petersen
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2024-11-02
generate_linux_syscalls: Generate syscalls for x32.
Alex Rønne Petersen
2024-10-03
generate_linux_syscalls: Rename mmap_pgoff to mmap2.
Alex Rønne Petersen
2024-08-09
fix(fmt): remove additional trailing newline
ippsav
2024-08-05
Rewrite `generate_linux_syscalls.zig` (#20895)
ippsav
2024-07-30
generate_linux_syscalls: Skip some reserved syscalls on mips and xtensa.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Add generation code for xtensa.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Add generation code for m68k.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Add generation code for s390x.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Add generation code for mips n32.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Add generation code for sparc32.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Add generation code for hexagon.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Add generation code for csky.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Add generation code for arc.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Name mips types according to ABI.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Don't expose the helper constants on mips/mips64.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Simplify include paths.
Alex Rønne Petersen
2024-07-30
generate_linux_syscalls: Bring loongarch64 generation code in line with other...
Alex Rønne Petersen
2024-07-29
generate_linux_syscalls: Rework generation strategy for newer kernel ports.
Alex Rønne Petersen
2024-07-29
generate_linux_syscalls: Add some missing include paths for riscv.
Alex Rønne Petersen
2024-07-29
generate_linux_syscalls: Add riscv32 support.
Alex Rønne Petersen
2024-07-29
generate_linux_syscalls: Handle riscv_hwprobe.
Alex Rønne Petersen
2024-06-05
generate loongarch64 Linux syscalls
YANG Xudong
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-04-07
Update usages of `fmtId`/`isValidId`
Carl Åstholm
2023-11-19
tools: correct unnecessary uses of 'var'
mlugg
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-09-28
gen_linux_syscalls: use default max output bytes
Stephen Gregoratto
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-02-05
Update Linux syscall list for 6.1, support Mips64
Stephen Gregoratto
2022-05-16
Generate linux syscalls via. the linux source tree
Stephen Gregoratto