aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux.zig
AgeCommit message (Expand)Author
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-06remove `@inlineCall` from zigAndrew Kelley
2019-11-30linux-i386 supportLemonBoy
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-13use @atomicStore in std libVexu
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-07move SpinLock definitions aroundkprotty
2019-10-30fix regressionsAndrew Kelley
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-12Add support for the statx syscallLemonBoy
2019-10-03Fix pipe syscall for MIPSLemonBoy
2019-10-01Correct signal bits for MIPSLemonBoy
2019-09-27Avoid truncating mmap2 offsets if not multiple of page sizeLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-25mv std/ lib/Andrew Kelley