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
2024-07-22
std: Wrap setpgid on POSIX
Nguyễn Gia Phong
2024-07-21
std.os.linux: sched_setaffinity fix (#20357)
Gabor Lekeny
2024-07-19
Merge pull request #20679 from ziglang/std.c-reorg
Andrew Kelley
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
fix fanotify_mark on 32-bit
Techatrix
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-15
std.os.linux: export getauxval only when building executable or root has main...
Vesim
2024-07-12
std.os.linux: type safety for fanotify metadata event mask field
Andrew Kelley
2024-07-12
std.os.linux: add AT.HANDLE_FID
Andrew Kelley
2024-07-12
std.os.linux: fanotify_init, fanotify_mark, name_to_handle_at
Andrew Kelley
2024-07-09
Merge pull request #20561 from jacobly0/debug-segfaults
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-09
debug: prevent segfaults on linux
Jacob Young
2024-07-03
Add two new io_uring flags to linux.zig
Nikita
2024-06-13
Fix futex2_waitv syscall
Peng Guanwen
2024-05-20
fix: incorrect field sizes in std.os.linux.ifmap
Wes Koerber
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-20
Fix usage of `unexpectedErrno`
Jared Baur
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-20
std: fix inconsistent errno size on linux
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-15
io_uring: ring mapped buffers (#17806)
Igor Anić
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-08
std.os.linux: rework io_uring support
mlugg
2024-03-08
std.os.linux: do not use `usingnamespace` to define getauxval
mlugg
2024-03-08
std.os.linux: remove unnecessary use of `usingnamespace`
mlugg
2024-03-05
std.os.linux: enforce null-terminated path arguments
OK Ryoko
2024-02-13
std.posix.termios: bring V back
Andrew Kelley
2024-02-12
std.os.speed_t: add type safety
Andrew Kelley
2024-02-12
std.os.termios: add type safety to lflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to cflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to oflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to iflag field
Andrew Kelley
2024-02-12
std.os.termios: consolidate and correct
Andrew Kelley
2024-02-12
std.c.NCSS: consolidate and correct
Andrew Kelley
2024-02-12
std: add type safety to cc_t
Andrew Kelley
2024-02-12
Merge pull request #18898 from psnszsn/iouring_waitid
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-11
linux: add missing io_uring opcodes
Vlad Pănăzan
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-01-15
Linux: Add syscall bindings, enhance documentation.
Stephen Gregoratto
2024-01-13
Add fchmodat2 bits to os/linux.zig
Stephen Gregoratto
2024-01-09
Optimized `std.mem.eql` with SIMD (#18389)
David Rubin
2023-12-08
switch to mem.span
xdBronch
2023-12-08
add getName helper to inotify_event
xdBronch
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-01
Fix regressing #17290 from #17734
Kai Jellinghaus
[next]