aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2021-02-28std: add sendmsgdaurnimator
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-02-25initial support for haiku sync updateAl Hoang
2021-02-25initial support for haiku continue clean upAl Hoang
2021-02-25initial support for haiku past stage0Al Hoang
2021-02-24zig fmt the std libAndrew Kelley
2021-02-21std.os.uefi.Guid fixes (#8032)Asherah Connor
2021-02-21Rebase link(at) properlyTau
2021-02-21Add epoll_pwait2 Linux syscalldata-man
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-25Merge pull request #7846 from LemonBoy/filtertestAndrew Kelley
2021-01-25linux: add fallocate() to io_uringJoran Dirk Greef
2021-01-25windows: make sure to handle PATH_NOT_FOUND when deleting filesTimon Kruiper
2021-01-24fix windows bug in Progress.zigTimon Kruiper
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-13std.os.uefi.protocols.FileProtocol: fix and expose get_position, set_position...Asherah Connor
2021-01-12define nfds_t for windowsBill Nagel
2021-01-11std.os.windows.GetFinalPathNameByHandle: remove intermediate buffersRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: remove QueryInformationFile code pathRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: address non-structural review commentsRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: replace kernel32 by ntdll callRohlem
2021-01-11introduce std.os.windows.QueryObjectNameRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: add testRohlem
2021-01-11std.os.windows.GetFinalPathNameByHandle: reintroduce kernel32 for compatibilityRohlem
2021-01-11Merge pull request #7195 from Aransentin/masterAndrew Kelley
2021-01-11os/bits/linux: add the termios cc bitsVincent Rischmann
2021-01-11Merge pull request #7134 from alexnask/fix_std_fs_watchAndrew Kelley
2021-01-07Merge pull request #7720 from Snektron/sockoptAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-08Add IP_ constantsRobin Voetter
2021-01-06fix LRESULT and LPARAM typedefsJonathan Marler
2021-01-05std.c add syslogxackus
2021-01-05freebsd, netbsd, dragonfly: add struct timevalxackus
2021-01-03Improve uring definitionsdaurnimator
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2021-01-01openbsd: add pollfd interfaceSébastien Marie
2020-12-31Year++Frank Denis
2020-12-30std: Add more standard type definitions for FreeBSDLemonBoy
2020-12-29std.ChildProcess: improvements to collectOutputPosixAndrew Kelley
2020-12-29std: Use WINAPI instead of .StdcallLemonBoy
2020-12-29std: Fix compilation on FreeBSD/DarwinLemonBoy
2020-12-29std: Fix poll definitions for FreeBSD/DarwinLemonBoy
2020-12-29std: Avoid deadlocking in ChildProcess.execLemonBoy
2020-12-26Merge pull request #7449 from kristoff-it/macos-termiosAndrew Kelley
2020-12-24Merge pull request #7531 from Vexu/orphanageVeikka Tuominen
2020-12-24std: clenup, fixes, fmtVeikka Tuominen
2020-12-23openbsd: implement segfault handling on openbsd x86_64Sébastien Marie
2020-12-23added comments, removed useless comptime keywordsLoris Cro
2020-12-23add termios bits for darwinLoris Cro