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
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
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-04
std: Initial bringup for Linux on Thumb2
LemonBoy
2021-05-01
fix typo
Andrew Kelley
2021-05-01
std: Fix pwrite/pread syscalls on SPARC targets
LemonBoy
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-21
std: Split syscall parameters for PowerPC targets
LemonBoy
2021-04-19
std: Add process_vm_readv/writev wrappers
Hubert Jasudowicz
2021-04-17
std: Add pidfd wrappers
Hubert Jasudowicz
2021-04-16
linux: fix number of arguments for tgkill syscall
Mahdi Khanalizadeh
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-10
Add ppc Linux bits
Benjamin Feng
2021-02-28
std: add sendmsg
daurnimator
2021-02-21
Rebase link(at) properly
Tau
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-23
Truncate user and group ids for 64 bit Linux systems (#7466)
Andreas Linz
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-12
std: Further siginfo refinements
LemonBoy
2020-12-12
std: Improve sigaction interface
LemonBoy
2020-12-09
small fixes and zig fmt
Vexu
2020-11-27
Fix fork() on Linux/sparc64
Koakuma
2020-11-21
std: add support for ppoll
Žiga Željko
2020-11-20
std: Use newfstatat on PPC64
LemonBoy
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-05
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley
2020-11-05
Merge pull request #6895 from jorangreef/fallocate
Andrew Kelley
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-03
Support 32-bit big-endian targets
Joran Dirk Greef
2020-11-02
std: Fix syscall stubs passing 64bit offsets for BE targets
LemonBoy
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-11-01
Swap endianness
Joran Dirk Greef
2020-11-01
"The Traveling Wilburys' - Handle With Care"
Joran Dirk Greef
2020-10-31
linux: add fallocate()
Joran Dirk Greef
2020-10-29
Merge pull request #6356 from jorangreef/io_uring
Andrew Kelley
[next]