aboutsummaryrefslogtreecommitdiff
path: root/std/os/linux
AgeCommit message (Expand)Author
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-31Move dl_iterate_phdr to os.zigLemonBoy
2019-05-29run zig fmt to update `use` to `usingnamespace`Andrew Kelley
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-26rename "posix" to "bits"Andrew Kelley
2019-05-26do Jay's suggestion with posix/os API naming & layoutAndrew 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-19ran zig fmt on stdlibemekoi
2019-05-16std: update linux syscalls to 5.1daurnimator
2019-05-12zig fmt on the standard libraryAndrew Kelley
2019-05-07Add ARCH_SET_* definitions for x86_64LemonBoy
2019-05-07Less error messagesLemonBoy
2019-05-07std: Implement on-demand TLS allocationLemonBoy
2019-05-07std: Implement TLS support for LinuxLemonBoy
2019-05-06Merge pull request #2354 from LemonBoy/iterate_phdr_implAndrew Kelley
2019-05-06Add a test caseLemonBoy
2019-04-21std: add msghdr_constdaurnimator
2019-04-21std: improve msghdr definitiondaurnimator
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-28add mprotect syscallAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-24fix @intCast not catching negative numbers to unsignedAndrew Kelley
2018-11-18Fix setsockopt syscall on linuxDuncan
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-10-06arm64: respond to code reviewShawn Landden
2018-10-03std.Mutex: implement blocking mutexes on linuxAndrew Kelley
2018-10-02add std.os.linux.vfork and std.os.linux.exit_groupAndrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-08fix elf auxv handlingShawn Landden
2018-09-08clone() on arm64Shawn Landden
2018-09-08initial arm64 supportShawn Landden
2018-09-08os: use less syscallsShawn Landden
2018-09-08this is not arch-specificShawn Landden
2018-08-10Merge pull request #1294 from ziglang/async-fsAndrew Kelley
2018-08-06fix std.os.Thread.getCurrentId for linuxAndrew Kelley
2018-08-03Merge remote-tracking branch 'origin/master' into async-fsAndrew Kelley
2018-08-03Fix a type error in std.os.linux.getpid() (#1326)Matthew D. Steele
2018-07-30std: file system watching for linuxAndrew Kelley
2018-07-30introduce std.event.fs for async file system functionsAndrew Kelley
2018-07-07add std.os.cpuCount and have std.event.Loop use it for thread pool sizeAndrew Kelley