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-03-19
std: enable default panic handler for stage2 LLVM on Linux
Veikka Tuominen
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-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
2021-06-14
Add std.os.dup()
Samadi van Koten
2021-06-12
std.Thread.Futex addition (#9070)
protty
2021-06-09
os/linux: add fadvise
Vincent Rischmann
2021-06-01
x: replace std.builtin with std.Target.current
Kenta Iwasaki
2021-06-01
os: have sendmsg, recvmsg flags be c_int
lithdew
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
std: Fix offset param splitting for preadv/pwritev
LemonBoy
2021-05-11
std: Fix fallocate offset type
LemonBoy
2021-05-11
std: Harmonize use of off_t between libc and Zig impls
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
[next]