aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
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
2020-12-23Truncate user and group ids for 64 bit Linux systems (#7466)Andreas Linz
2020-12-23openbsd: fix siginfo_t struct definitionSébastien Marie
2020-12-23Enable segfault handling on FreeBSD.Alex Cameron
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-18std: Properly fix the TLS alignment problemLemonBoy
2020-12-17std: align(16) main_thread_tls_bufferAndrew Kelley
2020-12-17Add EV_ERROR to FreeBSD bitsAlexandros Naskos
2020-12-17Add baudrate constantsTau
2020-12-17Add process_madvise to Linux syscalls (#7450)Dmitry Atamanov
2020-12-17Only check for evented mode in windows.OpenFile when in async modeAlexandros Naskos
2020-12-15openbsd: correct few structsSébastien Marie
2020-12-14Implement std.fs.Watch on WindowsAlexandros Naskos
2020-12-14Add missed Linux syscallsdata-man
2020-12-13Fix compilation error on OpenBSDLemonBoy
2020-12-13Fix compilation error on FreeBSDLemonBoy
2020-12-13std: Drop struct prefixes in FreeBSD siginfoLemonBoy
2020-12-13Fix Sigaction struct on FreeBSD.Alex Cameron
2020-12-13Disable sigaction test on i386 because of #7427LemonBoy