aboutsummaryrefslogtreecommitdiff
path: root/std/os/linux.zig
AgeCommit message (Expand)Author
2019-06-10std: add linux kernel definitions for io_uringdaurnimator
2019-06-10std: add linux kernel_rwf type and preadv2+pwritev2daurnimator
2019-05-30Fix some syscalls on arm64LemonBoy
2019-05-29Merge pull request #2546 from LemonBoy/sigaltstackAndrew Kelley
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-26more cleanup. down to just the `@hasDecl` builtinAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-05-26clean up references to posixAndrew Kelley
2019-05-26rename "posix" to "bits"Andrew Kelley
2019-05-26more progress. moving windows API layer to its own fileAndrew Kelley
2019-05-26more progress on posix API layerAndrew Kelley
2019-05-26extract posix functions from std/os.zig to std/os/posix.zigAndrew Kelley
2019-05-16VDSO calls must use the C CCLemonBoy
2019-05-11linux: Minor `zig fmt` induced reformattingLemonBoy
2019-05-11linux: Fix clock_gettime on systems w/o VDSOLemonBoy
2019-05-07Merge pull request #2427 from LemonBoy/linux-tlsAndrew Kelley
2019-05-07Merge pull request #2439 from LemonBoy/fixes-fixes-fixesAndrew Kelley
2019-05-07std: Implement TLS support for LinuxLemonBoy
2019-05-06Merge pull request #2354 from LemonBoy/iterate_phdr_implAndrew Kelley
2019-05-06Fix definition of epoll_* struct on non x86_64 archesLemonBoy
2019-05-05ReviewLemonBoy
2019-05-04Merge branch 'stdlib-32b' of https://github.com/LemonBoy/zig into LemonBoy-st...Andrew Kelley
2019-05-04std: Remove some assumptions about the host platformLemonBoy
2019-04-30std: add sendmmsg on linuxdaurnimator
2019-04-24Implementation of dl_phdr_infoLemonBoy
2019-04-21std: add msghdr_constdaurnimator
2019-03-02rename std lib files to new conventionAndrew Kelley
2018-02-05fix test failure, organize code, add new compile errorAndrew Kelley
2018-02-04Use /dev/urandom and sysctl(RANDOM_UUID) on Linux.Ben Noordhuis
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-11-10fix windows trying to run linux-only testsAndrew Kelley
2017-11-10rename testAndrew Kelley
2017-11-10add epoll and timerfd support on linuxBrendon Scheinman
2017-09-26std.os.ChildProcess: ability to set both uid and gidAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-09-08fix ChildProcess.spawn on darwinAndrew Kelley
2017-09-07std: os.ChildProcess knows when its child diedAndrew Kelley
2017-09-06std: add os.sleepAndrew Kelley
2017-08-27all tests passing in MacOSAndrew Kelley
2017-08-27all behavior tests passing for macosAndrew Kelley
2017-08-27progress toward tests passing on MacOSAndrew Kelley
2017-08-08add ptrToInt builtin, remove usize(ptr) castAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley