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
/
std
/
os
/
linux.zig
Age
Commit message (
Expand
)
Author
2019-06-10
std: add linux kernel definitions for io_uring
daurnimator
2019-06-10
std: add linux kernel_rwf type and preadv2+pwritev2
daurnimator
2019-05-30
Fix some syscalls on arm64
LemonBoy
2019-05-29
Merge pull request #2546 from LemonBoy/sigaltstack
Andrew Kelley
2019-05-29
run zig fmt to update `use` to `usingnamespace`
Andrew Kelley
2019-05-28
Add sigaltstack syscall
LemonBoy
2019-05-26
tests passing on linux
Andrew Kelley
2019-05-26
behavior tests passing on Linux
Andrew Kelley
2019-05-26
more cleanup. down to just the `@hasDecl` builtin
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-05-26
clean up references to posix
Andrew Kelley
2019-05-26
rename "posix" to "bits"
Andrew Kelley
2019-05-26
more progress. moving windows API layer to its own file
Andrew Kelley
2019-05-26
more progress on posix API layer
Andrew Kelley
2019-05-26
extract posix functions from std/os.zig to std/os/posix.zig
Andrew Kelley
2019-05-16
VDSO calls must use the C CC
LemonBoy
2019-05-11
linux: Minor `zig fmt` induced reformatting
LemonBoy
2019-05-11
linux: Fix clock_gettime on systems w/o VDSO
LemonBoy
2019-05-07
Merge pull request #2427 from LemonBoy/linux-tls
Andrew Kelley
2019-05-07
Merge pull request #2439 from LemonBoy/fixes-fixes-fixes
Andrew Kelley
2019-05-07
std: Implement TLS support for Linux
LemonBoy
2019-05-06
Merge pull request #2354 from LemonBoy/iterate_phdr_impl
Andrew Kelley
2019-05-06
Fix definition of epoll_* struct on non x86_64 arches
LemonBoy
2019-05-05
Review
LemonBoy
2019-05-04
Merge branch 'stdlib-32b' of https://github.com/LemonBoy/zig into LemonBoy-st...
Andrew Kelley
2019-05-04
std: Remove some assumptions about the host platform
LemonBoy
2019-04-30
std: add sendmmsg on linux
daurnimator
2019-04-24
Implementation of dl_phdr_info
LemonBoy
2019-04-21
std: add msghdr_const
daurnimator
2019-03-02
rename std lib files to new convention
Andrew Kelley
2018-02-05
fix test failure, organize code, add new compile error
Andrew Kelley
2018-02-04
Use /dev/urandom and sysctl(RANDOM_UUID) on Linux.
Ben Noordhuis
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-11-10
fix windows trying to run linux-only tests
Andrew Kelley
2017-11-10
rename test
Andrew Kelley
2017-11-10
add epoll and timerfd support on linux
Brendon Scheinman
2017-09-26
std.os.ChildProcess: ability to set both uid and gid
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-09-08
fix ChildProcess.spawn on darwin
Andrew Kelley
2017-09-07
std: os.ChildProcess knows when its child died
Andrew Kelley
2017-09-06
std: add os.sleep
Andrew Kelley
2017-08-27
all tests passing in MacOS
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-08-08
add ptrToInt builtin, remove usize(ptr) cast
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
[next]