aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
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
2020-12-13std: Update more siginfo bits for BSDsLemonBoy
2020-12-13std: Fixes for siginfo test on macosLemonBoy
2020-12-12std: Further siginfo refinementsLemonBoy
2020-12-12std: Correct check in signal testLemonBoy
2020-12-12std: Improve sigaction interfaceLemonBoy
2020-12-10Merge pull request #7369 from jorangreef/io_uring_timeoutAndrew Kelley
2020-12-10Skip timeout_remove test where not supported by the kernelJoran Dirk Greef
2020-12-10Debug CI io_uring unsupported opJoran Dirk Greef
2020-12-09MoveFileEx can return ACCESS_DENIEDAndrew Kelley
2020-12-09Add io_uring TIMEOUT and TIMEOUT_REMOVE operations:Joran Dirk Greef
2020-12-09small fixes and zig fmtVexu
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-11-28Add a comment to explain the fork return values on sparc64Koakuma
2020-11-27Fix fork() on Linux/sparc64Koakuma
2020-11-25std/os: fix prctl constantsIsaac Freund
2020-11-23Fix the ELF base calculationLemonBoy
2020-11-23Minor code cleanup in start_pie.zigLemonBoy
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-11-22UnregisterClassW needs WINAPI as wellAransentin
2020-11-22Fixed bugs, style suggestionsAransentin
2020-11-22Ensure the dynamic function has the same type as the static oneJens Goldberg
2020-11-22user32 cleanup, added wrappers and additional functionsAransentin
2020-11-21std: add support for ppollŽiga Željko
2020-11-20Merge pull request #7165 from LemonBoy/ppc64finalAndrew Kelley
2020-11-20std/os: define and use dev_t for linux x86_64Isaac Freund
2020-11-20std/os: add time_t definiton for x86_64 linuxIsaac Freund
2020-11-20std: Use newfstatat on PPC64LemonBoy
2020-11-19Merge pull request #6829 from tadeokondrak/error-unsupported-callconvVeikka Tuominen
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak