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
Age
Commit message (
Expand
)
Author
2020-06-02
cleanups
Andrew Kelley
2020-06-02
Make ifru fields sentinel-terminated
Luna
2020-06-02
Replace C types in declarations
Luna
2020-06-02
Replace C shorts by integer types
Luna
2020-06-02
Fix ifreq definition
Luna
2020-06-02
Only resolve scope id when needed
Luna
2020-06-02
Add some interface structs to linux bits
Luna
2020-06-01
Merge pull request #5475 from marler8997/windowsDns
Andrew Kelley
2020-05-31
more windows network fixes
Jonathan Marler
2020-05-30
linux: fix IOSQE_BIT decl and io_uring_sqe flags
Vincent Rischmann
2020-05-29
more windows network support, including dns
Jonathan Marler
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-24
os/bits/freebsd audit
Jethro Nederhof
2020-05-24
FreeBSD: missing networking constants
Jethro Nederhof
2020-05-22
Add poll definitions for Darwin
Greg Anders
2020-05-18
Make mode_t a 0-byte type in WASI
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-17
linux: remove duplicated fields
Vincent Rischmann
2020-05-08
std: fix RTLD_ constants on OSX
daurnimator
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-02
solve the problem with Darwin shims in std.os instead
Andrew Kelley
2020-05-01
Added socket bits for Darwin
Cato Auestad
2020-04-30
Fast-forward std.os.bits.wasi to match preview1 snapshot ABI
Jakub Konka
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
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-10
Merge pull request #4711 from leroycep/feature-file-locks
Andrew Kelley
2020-04-07
Add missing constants for DragonFly
Michael Neumann
2020-04-02
Add LOCK_* constants to BSD `os/bits`
LeRoyce Pearson
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-04-01
Workaround for #4789
LemonBoy
2020-04-01
std: Fix more NetBSD bits
LemonBoy
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-27
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-23
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-23
Add O_SHLOCK and O_EXLOCK to freebsd and netbsd
LeRoyce Pearson
2020-03-23
std: Add missing C bits and defines for NetBSD
LemonBoy
2020-03-23
std: Add missing C defines for NetBSD
LemonBoy
2020-03-18
std: Introduce fnctl wrapper
LemonBoy
2020-03-17
Match netbsd's flock fields with others
LeRoyce Pearson
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-10
std: Fix detection of Linux kernel version
LemonBoy
2020-03-09
std: add some definitions for netlink sockets
daurnimator
2020-03-08
Use os.ino_t for everything
LeRoyce Pearson
2020-03-08
Define ino_t for systems not yet defining it
LeRoyce Pearson
[next]