aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-08-19std.os.linux.bpf: fix compile errorAndrew Kelley
2022-08-19fix std.os.windows.PathSpace.spanAndrew Kelley
2022-08-11Merge pull request #12410 from ifreund/sig-err-dfl-ign-fixAndrew Kelley
2022-08-11std: add missing error to windows.WriteFileAndrew Kelley
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-08-07remove 'builtin.stage2_arch', Sema is smart enough nowMeghan Denny
2022-08-05Update Linux syscall list for 5.19Stephen Gregoratto
2022-07-31Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watchRyan Liptak
2022-07-23io_uring: add new flags and opcodesVincent Rischmann
2022-07-21LLVM: fix lowering of structs with underaligned fieldsAndrew Kelley
2022-07-16Fix io_uring tests (#12134)Vincent Rischmann
2022-07-05std.os.linux.io_uring: work around LLVM bugAndrew Kelley
2022-07-05Mark fstype argument to mount as optionalJonathan Marler
2022-07-03std: better definition for std.os.linux.epoll_eventAndrew Kelley
2022-06-28zig fmt: fix idempotency with newlines surrounding doc commentPhilipp Lühmann
2022-06-27std.os.linux.clone: upgrade to stage2 fn ptr semanticsAndrew Kelley
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler
2022-06-06std: handle stage2 function pointer semantics in testVeikka Tuominen
2022-06-06std: fix ambiguous referencesVeikka Tuominen
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-26fix semantic error with std.os.linux.all_maskJonathan Marler
2022-05-25io_uring: replace the readv method with a read on a new ReadBuffer typeVincent Rischmann
2022-05-25io_uring: add tests for automatic buffer selectionVincent Rischmann
2022-05-25io_uring: use the socket test harnessVincent Rischmann
2022-05-25io_uring: add a test harness for server/client TCP socket testsVincent Rischmann
2022-05-25io_uring: change recv() to use a RecvBuffer insteadVincent Rischmann
2022-05-25io_uring: change read() to use a ReadBuffer insteadVincent Rischmann
2022-05-25io_uring: add provide_buffers and remove_buffersVincent Rischmann
2022-05-16Generate linux syscalls via. the linux source treeStephen Gregoratto
2022-05-17std.os: add timerfd_create, timerfd_settime and timerfd_gettimeThiago Teodoro Pereira Silva
2022-05-16std.os: Add memfd_create for FreeBSDIsaac Freund
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-13std.os.linux: fix signature of setgroupsJonathan Marler
2022-05-11remove RtlUpcaseUnicodeString, no longer neededJonathan Marler
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