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
2023-03-03
std: add fchmodat
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-04
Add support for mips64/mips64el
Suirad
2023-01-02
remove the experimental std.x namespace
Andrew Kelley
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-16
stdlib: make linux.PERF.TYPE non-exhaustive
Björn Linse
2022-11-15
std.os.linux: Add setitimer and getitimer syscalls
Hayden Pope
2022-11-09
Merge pull request #13418 from ryanschneider/signal-alignment-13216
Veikka Tuominen
2022-11-06
std.os.linux.T: translate more MIPS values
r00ster91
2022-11-04
std.os: fix alignment of Sigaction.handler_fn
Ryan Schneider
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-27
Add sockaddr_vm for vSocckets on Linux
daurnimator
2022-10-27
Add reboot syscall
daurnimator
2022-10-17
add tcdrain on linux
Yujiri
2022-10-13
io_uring: ignore SOCK_NONEMPTY for reproducible tests
Jacob Young
2022-10-11
std: add linux support for packet sockaddr
Eric Milliken
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-20
Merge pull request #12904 from Vexu/ptrcast
Andrew Kelley
2022-09-20
std: fix os.linux.S function signatures to use mode_t
Meghan
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-07-31
Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watch
Ryan Liptak
2022-07-23
io_uring: add new flags and opcodes
Vincent Rischmann
2022-07-21
LLVM: fix lowering of structs with underaligned fields
Andrew Kelley
2022-07-05
Mark fstype argument to mount as optional
Jonathan Marler
2022-07-03
std: better definition for std.os.linux.epoll_event
Andrew Kelley
2022-06-28
zig fmt: fix idempotency with newlines surrounding doc comment
Philipp Lühmann
2022-05-26
fix semantic error with std.os.linux.all_mask
Jonathan Marler
2022-05-16
Generate linux syscalls via. the linux source tree
Stephen Gregoratto
2022-05-16
std.os: Add memfd_create for FreeBSD
Isaac Freund
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-13
std.os.linux: fix signature of setgroups
Jonathan Marler
2022-05-02
Avoid some unnecessary underscores in constant names
r00ster91
2022-04-28
Seccomp fixups re: #10717
Stephen Gregoratto
2022-04-28
Merge pull request #10717 from gh-fork-dump/seccomp-bits
Veikka Tuominen
2022-03-21
stage2 llvm: fix lowerDeclRefValue for function aliases
Veikka Tuominen
2022-03-19
std: enable default panic handler for stage2 LLVM on Linux
Veikka Tuominen
2022-03-09
Add bits for the Linux Secure Computing facility
Stephen Gregoratto
2022-02-27
stage2: fix bitcast to optional ptr in llvm backend; omit safety check for in...
Veikka Tuominen
2022-02-27
stage2: use stage1 test runner for stage2
Veikka Tuominen
2022-02-23
std.os.linux.socketpair: fd is an out parameter
Felix Queißner
2022-02-13
Merge pull request #10863 from m-radomski/fix
Andrew Kelley
2022-02-13
Fix preadv/pwritev bug on 64bit platform
Tw
2022-02-11
validate in Windows using VirtualQuery
m
2022-02-11
std: validate frame-pointer address in stack walking
m
2022-01-29
Add bits for the Linux Auditing System
Stephen Gregoratto
[next]