aboutsummaryrefslogtreecommitdiff
path: root/std/os/bits/linux.zig
AgeCommit message (Collapse)Author
2019-09-25mv std/ lib/Andrew Kelley
that's all this commit does. further commits will fix cli flags and such. see #2221
2019-09-22linux implementation of std.net.getHostNameAndrew Kelley
2019-09-20add more RISCV64 linux bits to std libAndrew Kelley
2019-09-20fix typoAndrew Kelley
2019-09-20std: update for linux 5.3daurnimator
2019-09-15Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-12Correct AT_FDCWD definitionLemonBoy
2019-09-10Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-28add arm32 linux bits definitionsRobin Voetter
2019-08-20Merge branch 'master' into llvm9Andrew Kelley
2019-08-16improvements to std lib for event-based I/OAndrew Kelley
2019-07-18basic riscv supportAndrew Kelley
llvm is giving me `error: couldn't allocate output register for constraint '{a0}'` which is a bug that needs to be fixed upstream.
2019-07-12std: add new linux 5.2 constantsdaurnimator
2019-07-07std: Make linux MAP_ definitions match kerneldaurnimator
2019-07-07std: Linux AT_ constants are the same across architecturesdaurnimator
2019-07-02stack traces on segfault by default for linux-x86_64Andrew Kelley
closes #2355
2019-06-10std: add linux kernel definitions for io_uringdaurnimator
2019-06-10std: add linux kernel_rwf type and preadv2+pwritev2daurnimator
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
old syntax: []i32{1, 2, 3} new syntax: [_]i32{1, 2, 3} closes #1797
2019-05-30Fix some syscalls on arm64LemonBoy
2019-05-29Merge pull request #2546 from LemonBoy/sigaltstackAndrew Kelley
Add sigaltstack syscall for Linux
2019-05-29run zig fmt to update `use` to `usingnamespace`Andrew Kelley
2019-05-28Add sigaltstack syscallLemonBoy
2019-05-26tests passing on linuxAndrew Kelley
2019-05-26behavior tests passing on LinuxAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-05-26clean up references to posixAndrew Kelley
2019-05-26starting to fix the regressionsAndrew Kelley
2019-05-26rename "posix" to "bits"Andrew Kelley