aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24Linux/SPARCv9: use C calling convention for restore_rtKoakuma
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-22std.os: (p)writev should perform partial writes if iov.len > IOV_MAXdaurnimator
2021-08-21linux: Add recent clone/clone3 and missing signalfd flags.Aydin Mercan
2021-08-13Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449)Ayende Rahien
2021-08-09Merge remote-tracking branch 'origin' into libc-wasi-testTakeshi Yoneda
2021-08-09review: use defined flag for oflags.Takeshi Yoneda
2021-08-07linux: add missing FUTEX definitionsKlecko
2021-08-02Move iovec and log levels to bits/posix.zigN00byEdge
2021-08-02Make linux syscalls accessible with non-Linux target OSN00byEdge
2021-07-29windows: add wrappers for LocalFree, SetThreadDescription and GetThreadDescri...Vincent Rischmann
2021-07-29windows/kernel32: add LocalFree, SetThreadDescription and GetThreadDescriptionVincent Rischmann
2021-07-28linux: add mknod and mknodat syscallsMahdi Khanalizadeh
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-07-22Fixed compile error: 'bMenu' needs to casted. (#9426)Michal Ziulek
2021-07-22linux stdlib: fix definition of RW flags (#9428)Biolunar
2021-07-11io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_removeKenta Iwasaki
2021-07-10Add waitid syscall on linux (#9335)Malcolm Still
2021-07-07Fixed builtin.Target -> std.TargetCarlos Zúñiga
2021-07-04Merge pull request #9175 from kprotty/threadAndrew Kelley
2021-07-02AstGen: detect redeclaration of function parametersAndrew Kelley
2021-06-30std.Thread: more cleanup & testingkprotty
2021-06-30std.Thread: more fixeskprotty
2021-06-30std.Thread.getCpuCount(): fix usageskprotty
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-30std/os/uefi: fix packed struct bitfieldsNameless
2021-06-30boot_services: allow custom MemoryTypesSreehari Sreedev
2021-06-29std: implement a cross platform file locking abstractionAndrew Kelley
2021-06-29implement std.fs.File.setLock for WindowsAndrew Kelley
2021-06-25Merge pull request #9148 from marler8997/windowsChildOutputAndrew Kelley
2021-06-21mips: fix syscall_pipeAndrew Kelley
2021-06-21std.os.linux.bpf: fix incorrect usage of unexpectedErrnoAndrew Kelley
2021-06-21std.os.linux: fix splitValueBE64Andrew 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-18finish ChildProcess collectOutputWindowsJonathan Marler
2021-06-17std: Use WINAPI instead of .StdcallLemonBoy
2021-06-17std: Avoid deadlocking in ChildProcess.execLemonBoy
2021-06-16netbsd: add more std.os.bitsMichael Dusan
2021-06-14add a test for dup and dup2Veikka Tuominen
2021-06-14Add std.os.dup()Samadi van Koten
2021-06-13std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY`viri
2021-06-12Make std.ChildProcess exit code u8 to match std.process.exitGarrett Squire
2021-06-12Renamed @byteOffsetOf to @offsetOfExonorid
2021-06-12std.Thread.Futex addition (#9070)protty
2021-06-11std.os.windows: implement <timeapi.h> (#8801)viri
2021-06-10netlink ifi_change no longer reservedJens Goldberg
2021-06-09std.Progress: use `*W` functions on windowsviri