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-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
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-22
fix type errors in os.linux (#15801)
yujiri8
2023-05-19
std.os: add linux timer api
David CARLIER
2023-05-13
std.os: adding linux's sched_setaffinity and its wrapper
David CARLIER
2023-05-13
linux adding some NUMA support
David CARLIER
2023-05-11
Add tc{set,get}pgrp to std.os.linux
Gregory Mullen
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-27
fix incorrect struct definition
朕与将军解战袍
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-23
std.os.linux: Add new CAP constants
Hubert Jasudowicz
2023-04-06
std.os: add mincore syscall
jim price
2023-03-15
std: child process API supports rusage data
Andrew Kelley
2023-03-15
hot code swapping PoC working
Andrew Kelley
2023-03-15
std.os.linux: add ptrace
Andrew Kelley
2023-03-03
std: add fchmodat
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
[next]