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-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
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-27
std.linux: Update io_uring structs and consts for kernel 6.3.8
joadnacer
2023-10-20
gettimeofday takes nullable pointers
Prokop Randacek
2023-10-06
Add pause() to linux.zig
Ratakor
2023-10-06
Add filled_sigset to os.linux
Ratakor
2023-10-04
x86_64: implement C abi for 128-bit integers
Jacob Young
2023-10-04
linux: add fanotify API
nikneym
2023-10-04
Update IORING_OP to reflect upstream (#17388)
Kai Jellinghaus
2023-09-28
Linux: Add cachestat wrapper.
Stephen Gregoratto
2023-09-26
Add new fields to io_sqring_offsets & io_cqring_offsets
Kai Jellinghaus
2023-08-27
linux: fixup for platforms that don't support extern functions yet
kcbanner
2023-08-27
linux: only export getauxval if not linking libc
kcbanner
2023-08-27
linux: instead of export elf_aux_maybe, export getauxval itself
kcbanner
2023-08-26
linux: export elf_aux_maybe so that libraries can call getauxval
kcbanner
2023-08-09
linux: add setsid
mllken
2023-07-31
Merge pull request #16622 from jacobly0/cbe-asm-compat
Andrew Kelley
2023-07-31
Revert "linux adding some NUMA support"
Andrew Kelley
2023-07-31
Revert "std.os: adding linux's sched_setaffinity and its wrapper"
Andrew Kelley
2023-07-31
Revert "std.os: add linux timer api"
Andrew Kelley
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-25
std.os.linux | Fix sendmmsg function | Issue #16513
Zachary Raineri
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-07-20
debug: fix initialization of the optional fields on StackIterator
kcbanner
2023-07-20
linux: add getcontext for x86_64
kcbanner
[next]