aboutsummaryrefslogtreecommitdiff
path: root/std/os/linux.zig
AgeCommit message (Expand)Author
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
2017-04-24better stack traces for ELF x86_64Andrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-20delete test_artifacts directory when tests completeAndrew Kelley
2017-04-19convert compare-output tests to use zig build systemAndrew Kelley
2017-04-17zig build system creates symlinks atomicallyAndrew Kelley
2017-04-17improvements to zig build system and unwrap error safetyAndrew Kelley
2017-04-17zig build system: ability to link against dynamic library stepAndrew Kelley
2017-04-03fix std build for darwinAndrew Kelley
2017-04-03zig build system: add setLinkerScript and setTargetAndrew Kelley
2017-04-02proof of concept build systemAndrew Kelley
2017-04-02zig build system progressAndrew Kelley
2017-03-31change `@bitcast` to `@ptrcast`Andrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley