aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2021-05-11std: Fix fallocate offset typeLemonBoy
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-04-25std: Fix wrong alignOf expressionLemonBoy
2021-04-24fix import pathMatt Knight
2021-04-11Merge pull request #8497 from LemonBoy/some-ppc-fixesAndrew Kelley
2021-04-11std: Fix TLS definitions for 32bit PowerPC targetsLemonBoy
2021-04-10Add ppc Linux bitsBenjamin Feng
2021-04-07test: fix std.time timing tests to skip on failureMichael Dusan
2021-04-02test: fix io_uring timing test to skip on failureMichael Dusan
2021-03-19std: Add syscall7 stub for Linux/MIPSLemonBoy
2021-03-14std: Replace testing fns for floating-point valuesLemonBoy
2021-03-12std/linux: sync io_uring library with liburingIsaac Freund
2021-03-02os/linux: fix IO_Uring.timeoutVincent Rischmann
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-25linux: add fallocate() to io_uringJoran Dirk Greef
2021-01-03Improve uring definitionsdaurnimator
2020-12-31Year++Frank Denis
2020-12-24std: clenup, fixes, fmtVeikka Tuominen
2020-12-23Truncate user and group ids for 64 bit Linux systems (#7466)Andreas Linz
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-18std: Properly fix the TLS alignment problemLemonBoy
2020-12-17std: align(16) main_thread_tls_bufferAndrew Kelley
2020-12-10Merge pull request #7369 from jorangreef/io_uring_timeoutAndrew Kelley
2020-12-10Skip timeout_remove test where not supported by the kernelJoran Dirk Greef
2020-12-10Debug CI io_uring unsupported opJoran Dirk Greef
2020-12-09Add io_uring TIMEOUT and TIMEOUT_REMOVE operations:Joran Dirk Greef
2020-12-09small fixes and zig fmtVexu
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-11-28Add a comment to explain the fork return values on sparc64Koakuma
2020-11-27Fix fork() on Linux/sparc64Koakuma
2020-11-23Minor code cleanup in start_pie.zigLemonBoy
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-11-05Merge pull request #6978 from LemonBoy/statshitAndrew Kelley
2020-11-05Merge pull request #6895 from jorangreef/fallocateAndrew Kelley
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-11-04std: Fix pipe syscall stub for sparc64LemonBoy
2020-11-03Support 32-bit big-endian targetsJoran Dirk Greef
2020-11-02Pending #5127Joran Dirk Greef
2020-11-02Switch back to writing ZigJoran Dirk Greef
2020-11-02Debug unhandled errnoJoran Dirk Greef
2020-11-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
2020-11-01Add testJoran Dirk Greef
2020-10-29Merge pull request #6356 from jorangreef/io_uringAndrew Kelley
2020-10-26std/*: add missing MIT license headersFrank Denis
2020-10-25Predict error-less path on syscallsKoakuma
2020-10-25Add back ppc input/output/clobber definitionsKoakuma
2020-10-24Add TLS implementation for sparc64Koakuma
2020-10-24Add pipe(2) supportKoakuma