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-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
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
[prev]
[next]