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
/
bits
/
linux
Age
Commit message (
Expand
)
Author
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-18
update std lib to decls being disallowed between fields
Vexu
2020-04-02
Use `flock` instead of `fcntl` to lock files
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-31
std: linux syscall numbers are now an extensible enum
daurnimator
2020-03-30
std: add some missing errnos on linux
daurnimator
2020-03-30
std: update for linux 5.6 release
daurnimator
2020-03-14
Define Flock for all posix systems
LeRoyce Pearson
2020-03-14
Implement blocking file locking API for windows
LeRoyce Pearson
2020-03-14
Add fnctlFlock system call, use it to lock files
LeRoyce Pearson
2020-03-09
std: add some definitions for netlink sockets
daurnimator
2020-03-08
Define ino_t for systems not yet defining it
LeRoyce Pearson
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
2019-10-17
mipsel: fix padding on stat struct
Andrew Kelley
2019-10-12
Fix signedness for some fields in ARM stat definition
LemonBoy
2019-10-01
Correct signal bits for MIPS
LemonBoy
2019-09-26
Errno changes for MIPS
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley