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
Age
Commit message (
Expand
)
Author
2020-12-24
std: clenup, fixes, fmt
Veikka Tuominen
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
2020-12-18
std: Properly fix the TLS alignment problem
LemonBoy
2020-12-17
std: align(16) main_thread_tls_buffer
Andrew Kelley
2020-12-10
Merge pull request #7369 from jorangreef/io_uring_timeout
Andrew Kelley
2020-12-10
Skip timeout_remove test where not supported by the kernel
Joran Dirk Greef
2020-12-10
Debug CI io_uring unsupported op
Joran Dirk Greef
2020-12-09
Add io_uring TIMEOUT and TIMEOUT_REMOVE operations:
Joran Dirk Greef
2020-12-09
small fixes and zig fmt
Vexu
2020-11-29
std.meta: add assumeSentinel
Jonathan Marler
2020-11-28
Add a comment to explain the fork return values on sparc64
Koakuma
2020-11-27
Fix fork() on Linux/sparc64
Koakuma
2020-11-23
Minor code cleanup in start_pie.zig
LemonBoy
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-22
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley
2020-11-05
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley
2020-11-05
Merge pull request #6895 from jorangreef/fallocate
Andrew Kelley
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-04
std: Fix pipe syscall stub for sparc64
LemonBoy
2020-11-03
Support 32-bit big-endian targets
Joran Dirk Greef
2020-11-02
Pending #5127
Joran Dirk Greef
2020-11-02
Switch back to writing Zig
Joran Dirk Greef
2020-11-02
Debug unhandled errno
Joran Dirk Greef
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-11-01
Add test
Joran Dirk Greef
2020-10-29
Merge pull request #6356 from jorangreef/io_uring
Andrew Kelley
2020-10-26
std/*: add missing MIT license headers
Frank Denis
2020-10-25
Predict error-less path on syscalls
Koakuma
2020-10-25
Add back ppc input/output/clobber definitions
Koakuma
2020-10-24
Add TLS implementation for sparc64
Koakuma
2020-10-24
Add pipe(2) support
Koakuma
2020-10-24
Account for the delay slot
Koakuma
2020-10-24
Fix register naming
Koakuma
2020-10-24
Add sparc64 syscall interface
Koakuma
2020-10-21
std: Slim down the error code path in initStaticTLS
LemonBoy
2020-10-06
Update zig files for opaque type syntax
Tadeo Kondrak
2020-10-05
Test the range of user_data bits
Joran Dirk Greef
2020-10-04
Split openat/close test into two separate tests
Joran Dirk Greef
2020-10-04
Use const wherever possible
Joran Dirk Greef
2020-10-04
Skip openat test only for older kernels that do not fully support AT_FDCWD
Joran Dirk Greef
2020-10-04
Improve openat/accept test debugging
Joran Dirk Greef
2020-10-04
Add openat(), close(), connect(), send(), recv(), as well as tests
Joran Dirk Greef
2020-10-04
Use load relaxed semantics when reading the SQPOLL wakeup flag
Joran Dirk Greef
2020-10-04
Allow for advanced non-sequential SQE allocation schemes
Joran Dirk Greef
2020-10-04
Limit entries to u12, add errors for invalid entries, use mem.zeroInit
Joran Dirk Greef
2020-10-04
Expose available kernel features
Joran Dirk Greef
2020-10-03
Use load acquire semantics when reading the SQPOLL wakeup flag
Joran Dirk Greef
2020-10-03
Handle EBADFD (ring fd in bad state) in enter()
Joran Dirk Greef
2020-09-21
Use @intCast instead of @truncate
Joran Dirk Greef
[next]