aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2020-03-03Added comment justifying wrapping operationsAlexandros Naskos
2020-03-02Allow wrapping in VDSO lookupAlexandros Naskos
2020-02-19update tls in std lib for lack of sub-archAndrew Kelley
2020-02-07linux/i386: Make syscall6 more robust and correctLemonBoy
2020-01-19progress towards mergingAndrew Kelley
2020-01-15Move definition of __aeabi_read_tpLemonBoy
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-15Make sure the address is aligned for intToPtr opsLemonBoy
2019-11-30Merge pull request #3808 from LemonBoy/i386-for-yaAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-30linux-i386 supportLemonBoy
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-16improve docs and field names of Statx structAndrew 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-26Initial support for mipsel architecture¬LemonBoy
2019-09-25mv std/ lib/Andrew Kelley