aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2022-05-11fix ntdll extern casingJonathan Marler
2022-05-11add unicode supportJonathan Marler
2022-05-11Add `process.EnvMap`, a platform-independent environment variable mapRyan Liptak
2022-05-11Merge pull request #10595 from squeek502/getenvW-caseAndrew Kelley
2022-05-10io_uring cancel test must tolerate CQ reorderingBrian Gold
2022-05-05std.os.linux.arm-eabi: upgrade to new fn ptr semanticsAndrew Kelley
2022-05-02std.os.windows: upgrade to new function pointer semanticsAndrew Kelley
2022-05-02Avoid some unnecessary underscores in constant namesr00ster91
2022-04-28Seccomp fixups re: #10717Stephen Gregoratto
2022-04-28Merge pull request #10717 from gh-fork-dump/seccomp-bitsVeikka Tuominen
2022-04-23std.Thread: Mutex and Condition improvements (#11497)protty
2022-04-23add GetProcessTimes binding to the kernel32.zig (#11488)Morritz
2022-04-19std.os.uefi: Add `BlockIoProtocol`Yusuf Bham
2022-04-17std.os.uefi: fix GUID formatting (#11452)Yusuf Bham
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott
2022-04-15update self hosted sources to language changesVeikka Tuominen
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-04-04Pull elf magic string out to re-used constantTom Read Cutting
2022-03-23std.os: disable failing fnctl file locking testAndrew Kelley
2022-03-22Fix ucontext_tLocria Cyber
2022-03-21stage2 llvm: fix lowerDeclRefValue for function aliasesVeikka Tuominen
2022-03-19Merge pull request #11228 from Vexu/panicAndrew Kelley
2022-03-19fix sigaction double paniczseri
2022-03-19std: enable default panic handler for stage2 LLVM on LinuxVeikka Tuominen
2022-03-17macos: update Mach routines for accessing page infoJakub Konka
2022-03-16std: introduce posix_spawn as an alt to fork-execJakub Konka
2022-03-13std+macho: revert and fix exposing Mach wrappers in std.os and std.cJakub Konka
2022-03-13std: fix imports for darwin specific flags and funcsJakub Konka
2022-03-13macos: add Mach task abstractionJakub Konka
2022-03-11std.os: disable failing fnctl file locking testAndrew Kelley
2022-03-09Add bits for the Linux Secure Computing facilityStephen Gregoratto
2022-03-06std: disable flaky os.fcntl testAndrew Kelley
2022-03-03stdlib WASI: Add realpath() support for non-absolute PreopensCody Tapscott
2022-03-03stdlib: Add emulated CWD to std.os for WASI targetsCody Tapscott
2022-03-03os/linux/io_uring: add recvmsg and sendmsg (#10212)Hiroaki Nakamura
2022-02-27stage2: fix bitcast to optional ptr in llvm backend; omit safety check for in...Veikka Tuominen
2022-02-27stage2: use stage1 test runner for stage2Veikka Tuominen
2022-02-24std: work around current packed struct situationIsaac Freund
2022-02-23stage2: integer-backed packed structsAndrew Kelley
2022-02-23std.os.linux.socketpair: fd is an out parameterFelix Queißner
2022-02-19os.getenvW: Fix case-insensitivity for Unicode env var namesRyan Liptak
2022-02-18Merge pull request #10604 from fifty-six/masterAndrew Kelley
2022-02-15Merge pull request #10003 from viriuwu/nt-thread-nameVeikka Tuominen
2022-02-15Adds Linux support for POSIX file locking with fcntlAnthony Carrico
2022-02-15std.Thread(windows): use NT internals for name fnsviri
2022-02-14Merge pull request #10486 from ominitay/metadataVeikka Tuominen
2022-02-13Merge pull request #10863 from m-radomski/fixAndrew Kelley
2022-02-13std.c.Wasi.Stat: use timespecominitay
2022-02-13Fix preadv/pwritev bug on 64bit platformTw
2022-02-11validate in Windows using VirtualQuerym