aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2020-10-24Fix boolean operator in if clauseKoakuma
2020-10-24Fix sigaction(2) call on sparc64Koakuma
2020-10-24Add sparc64-specific values for the various SA_ and SIG_ constantsKoakuma
2020-10-24Fix constantsKoakuma
2020-10-24Move comptime outKoakuma
2020-10-24Add TLS implementation for sparc64Koakuma
2020-10-24Add pipe(2) supportKoakuma
2020-10-24Account for the delay slotKoakuma
2020-10-24Add sp loadingKoakuma
2020-10-24Fix register namingKoakuma
2020-10-24Add sparc64 linux bitsKoakuma
2020-10-24Add sparc64 syscall interfaceKoakuma
2020-10-22Merge branch 'improve-windows-networking'Andrew Kelley
2020-10-22Merge pull request #6743 from LemonBoy/someppc64stuffAndrew Kelley
2020-10-21std: Slim down the error code path in initStaticTLSLemonBoy
2020-10-19std: Minor changes to startup codeLemonBoy
2020-10-17code cleanupsAndrew Kelley
2020-10-17Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...Andrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-15fixups regarding windows wide stringsAndrew Kelley
2020-10-15Merge branch '5002-fix-entrypoint-with-winmain' of https://github.com/Anthony...Andrew Kelley
2020-10-15Merge pull request #6616 from fengb/darwin-rusageAndrew Kelley
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-08Rename ix_rss -> ixrssBenjamin Feng
2020-10-08Pull in Darwin definitions for rusageBenjamin Feng
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-10-05Test the range of user_data bitsJoran Dirk Greef
2020-10-04simplify api and add smoke testxackus
2020-10-04implement {get, set}rlimit for linuxxackus
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-03Add IORING_FEAT_POLL_32BITSJoran Dirk Greef
2020-10-03Use load acquire semantics when reading the SQPOLL wakeup flagJoran Dirk Greef
2020-10-03Handle EBADFD (ring fd in bad state) in enter()Joran Dirk Greef
2020-09-30Merge pull request #6250 from ziglang/stage2-zig-ccAndrew Kelley
2020-09-29Windows: Handle ACCESS_DENIED in DeviceIoControlRyan Liptak
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-29Revert "Fix for Windows: std.os.windows.DeleteFile()"Jakub Konka
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-27Merge pull request #6397 from suirad/fix-5537Jakub Konka
2020-09-27uefi system_tableWoze Parrrot