aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
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
2020-10-24Account for the delay slotKoakuma
2020-10-24Fix register namingKoakuma
2020-10-24Add sparc64 syscall interfaceKoakuma
2020-10-21std: Slim down the error code path in initStaticTLSLemonBoy
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-10-05Test the range of user_data bitsJoran Dirk Greef
2020-10-04Split openat/close test into two separate testsJoran Dirk Greef
2020-10-04Use const wherever possibleJoran Dirk Greef
2020-10-04Skip openat test only for older kernels that do not fully support AT_FDCWDJoran Dirk Greef
2020-10-04Improve openat/accept test debuggingJoran Dirk Greef
2020-10-04Add openat(), close(), connect(), send(), recv(), as well as testsJoran Dirk Greef
2020-10-04Use load relaxed semantics when reading the SQPOLL wakeup flagJoran Dirk Greef
2020-10-04Allow for advanced non-sequential SQE allocation schemesJoran Dirk Greef
2020-10-04Limit entries to u12, add errors for invalid entries, use mem.zeroInitJoran Dirk Greef
2020-10-04Expose available kernel featuresJoran Dirk Greef
2020-10-03Use load acquire semantics when reading the SQPOLL wakeup flagJoran Dirk Greef