aboutsummaryrefslogtreecommitdiff
path: root/std/os/linux
AgeCommit message (Expand)Author
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
2018-07-07M:N threadingAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-01behavior tests passing with new pointer deref syntaxAndrew Kelley
2018-04-29fix std threads for macosAndrew Kelley
2018-04-22linux: support VDSO for clock_gettimeAndrew Kelley
2018-04-22fixupsAndrew Kelley