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
Group-Canceled
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
groupAwait
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-10-10
SPARCv9: fix timeval definition
Koakuma
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-23
Linux/sparc64 bits: Add missing C type definitions
Koakuma
2021-09-22
io_uring: implement read_fixed/write_fixed
Vincent Rischmann
2021-09-18
Add Linux ioctl creation utilities (#9748)
Jens Goldberg
2021-09-01
fix regression on linux with kernel_timespec
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std, compiler-rt: remove test names where applicable
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std.os.linux: remove the "bits" namespace altogether
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
Linux/SPARCv9: use C calling convention for restore_rt
Koakuma
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-13
Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449)
Ayende Rahien
2021-08-02
Move iovec and log levels to bits/posix.zig
N00byEdge
2021-08-02
Make linux syscalls accessible with non-Linux target OS
N00byEdge
2021-07-11
io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_remove
Kenta Iwasaki
2021-06-21
mips: fix syscall_pipe
Andrew Kelley
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
[prev]
[next]