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.zig
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-05-30
linux: fix IOSQE_BIT decl and io_uring_sqe flags
Vincent Rischmann
2020-05-17
linux: remove duplicated fields
Vincent Rischmann
2020-05-05
zig fmt
Tadeo Kondrak
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-01
Workaround for #4789
LemonBoy
2020-04-01
std: Fix more NetBSD bits
LemonBoy
2020-03-30
std: update for linux 5.6 release
daurnimator
2020-03-18
std: Introduce fnctl wrapper
LemonBoy
2020-03-10
std: Fix detection of Linux kernel version
LemonBoy
2020-03-09
std: add some definitions for netlink sockets
daurnimator
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-05
std: Make TCSA enum ABI-compliant
LemonBoy
2020-02-04
Add basic linux termios implementation
nofmal
2020-01-31
std: update for linux 5.5 release
daurnimator
2020-01-19
Small cleanups
LemonBoy
2020-01-14
Correct dlpi_name field type
LemonBoy
2020-01-05
std.os.getrusage: add C extern fn and reserved field
Andrew Kelley
2020-01-05
Add std.os.getrusage
data-man
2019-12-31
os: add memfd_create
Luna
2019-12-22
std: use simpler sigset_t definition
daurnimator
2019-12-05
fix casts
Vexu
2019-11-30
linux-i386 support
LemonBoy
2019-11-25
zig fmt
Andrew Kelley
2019-11-25
Merge pull request #3728 from ziglang/null-terminated-pointers
Andrew Kelley
2019-11-25
std: update for linux 5.4
daurnimator
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-08
fixups and zig fmt
Andrew Kelley
2019-10-31
fix regression in std.os.dirent64 on linux
Andrew Kelley
2019-10-31
DragonFlyBSD tidyup
Tse
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-30
fix os.sockaddr being a union instead of a struct
Andrew Kelley
2019-10-30
canonicalize std.os IPPROTO constants
Andrew Kelley
2019-10-30
make std.net more portable
Andrew Kelley
2019-10-29
basic DNS address resolution for linux without libc
Andrew Kelley
2019-10-28
move libc/linux bits around
Andrew Kelley
2019-10-28
partial no-libc implementation of std.net.getAddressList
Andrew Kelley
2019-10-28
std.net.getAddressList
Andrew Kelley
2019-10-16
improve docs and field names of Statx struct
Andrew Kelley
2019-10-12
Add support for the statx syscall
LemonBoy
[next]