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
2021-06-21
std.os.linux.bpf: fix incorrect usage of unexpectedErrno
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-19
std: Fix PIE startup sequence
LemonBoy
2021-06-09
os/linux: add fadvise
Vincent Rischmann
2021-06-06
std: Fix some BPF fn definitions
LemonBoy
2021-05-24
housekeeping: builtin.arch → builtin.cpu.arch
Michael Dusan
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
std: Fix fallocate offset type
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-04
std: Initial bringup for Linux on Thumb2
LemonBoy
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-25
std: Fix wrong alignOf expression
LemonBoy
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-24
fix import path
Matt Knight
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
delete packed enums from the language
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-11
Merge pull request #8497 from LemonBoy/some-ppc-fixes
Andrew Kelley
2021-04-11
std: Fix TLS definitions for 32bit PowerPC targets
LemonBoy
2021-04-10
Add ppc Linux bits
Benjamin Feng
2021-04-07
test: fix std.time timing tests to skip on failure
Michael Dusan
2021-04-02
test: fix io_uring timing test to skip on failure
Michael Dusan
2021-03-19
std: Add syscall7 stub for Linux/MIPS
LemonBoy
2021-03-14
std: Replace testing fns for floating-point values
LemonBoy
2021-03-12
std/linux: sync io_uring library with liburing
Isaac Freund
2021-03-02
os/linux: fix IO_Uring.timeout
Vincent Rischmann
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-25
linux: add fallocate() to io_uring
Joran Dirk Greef
2021-01-03
Improve uring definitions
daurnimator
2020-12-31
Year++
Frank Denis
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
[next]