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.zig
Age
Commit message (
Expand
)
Author
2022-05-26
fix semantic error with std.os.linux.all_mask
Jonathan Marler
2022-05-16
Generate linux syscalls via. the linux source tree
Stephen Gregoratto
2022-05-16
std.os: Add memfd_create for FreeBSD
Isaac Freund
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-13
std.os.linux: fix signature of setgroups
Jonathan Marler
2022-05-02
Avoid some unnecessary underscores in constant names
r00ster91
2022-04-28
Seccomp fixups re: #10717
Stephen Gregoratto
2022-04-28
Merge pull request #10717 from gh-fork-dump/seccomp-bits
Veikka Tuominen
2022-03-21
stage2 llvm: fix lowerDeclRefValue for function aliases
Veikka Tuominen
2022-03-19
std: enable default panic handler for stage2 LLVM on Linux
Veikka Tuominen
2022-03-09
Add bits for the Linux Secure Computing facility
Stephen Gregoratto
2022-02-27
stage2: fix bitcast to optional ptr in llvm backend; omit safety check for in...
Veikka Tuominen
2022-02-27
stage2: use stage1 test runner for stage2
Veikka Tuominen
2022-02-23
std.os.linux.socketpair: fd is an out parameter
Felix Queißner
2022-02-13
Merge pull request #10863 from m-radomski/fix
Andrew Kelley
2022-02-13
Fix preadv/pwritev bug on 64bit platform
Tw
2022-02-11
validate in Windows using VirtualQuery
m
2022-02-11
std: validate frame-pointer address in stack walking
m
2022-01-29
Add bits for the Linux Auditing System
Stephen Gregoratto
2022-01-27
fchown: use the 32-bit uid/gid variant of the syscall on 32-bit linux targets
Vesim
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-12
os/linux: add more io_uring opcode
Vincent Rischmann
2021-12-04
Added an explicit type for the termios constants (#10266)
Zapolsky Anton
2021-11-16
os/linux: fix rlimit_resource for mips/sparcv9
Vincent Rischmann
2021-11-15
Add `chmod` and `chown`
Ominitay
2021-11-10
Merge pull request #9853 from koachan/sparc64-unittests
Andrew Kelley
2021-11-01
std: expose rusage constants under rusage namespace
Andrew Kelley
2021-11-01
std: add Linux perf syscall bits
Andrew Kelley
2021-10-10
Linux: fix socket constants for SPARCv9
Koakuma
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-18
Add Linux ioctl creation utilities (#9748)
Jens Goldberg
2021-09-16
Set the Storage socket sizes to be system defined
Stephen Gregoratto
2021-09-12
os: usingnamespace fixes for std.x.os.Socket and std.os.TCP
Kenta Iwasaki
2021-09-01
fix regression on linux with kernel_timespec
Andrew Kelley
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
re-apply a commit dropped in this branch due to conflicts
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
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-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-07-28
linux: add mknod and mknodat syscalls
Mahdi Khanalizadeh
2021-07-10
Add waitid syscall on linux (#9335)
Malcolm Still
2021-06-21
std.os.linux: fix splitValueBE64
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-19
std: Fix PIE startup sequence
LemonBoy
[next]