aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2021-06-21std.os.linux.bpf: fix incorrect usage of unexpectedErrnoAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-19std: Fix PIE startup sequenceLemonBoy
2021-06-09os/linux: add fadviseVincent Rischmann
2021-06-06std: Fix some BPF fn definitionsLemonBoy
2021-05-24housekeeping: builtin.arch → builtin.cpu.archMichael Dusan
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11std: Fix fallocate offset typeLemonBoy
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-25std: Fix wrong alignOf expressionLemonBoy
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-24fix import pathMatt Knight
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-22delete packed enums from the languageAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
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