aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2023-10-21std.os: do nothing when calling fchdir with AT_FDCWDLordMZTE
2023-10-19std.os: unlinkW shouldn't return error.DirNotEmptyKrzysztof Wolicki
2023-10-17return error.AlreadyTerminated from std.ChildProcess.kill when necessaryBen Crist
2023-10-06Add filled_sigset to os.zigRatakor
2023-10-04linux: add fanotify APInikneym
2023-10-03Merge pull request #17341 from rzezeski/illumos-updatesAndrew Kelley
2023-10-02Add illumos OS tagStephen Gregoratto
2023-10-01Sema: add `@errorCast` which works for both error sets and error unionsVeikka Tuominen
2023-09-22Added basic support for wasm32-emscripten targetAven Bross
2023-09-18Return error.WouldBlock when connect returns .WSAEWOULDBLOCKDaniel Guzman
2023-09-17Make `std.os.getenv` always a compile error on WindowsRyan Liptak
2023-09-14std: add compile error when using `std.os.getenv` on the wasi targetRafael Fernández López
2023-09-03std.os+windows: isAtLeast(.win10_rs5) in renameatW(), DeleteFile() for posix ...Jan Philipp Hafer
2023-08-23std.windows: use atomic rename, if possible (#16717)matu3ba
2023-08-19os.realpathW: Reduce the number of OpenFile calls for directoriesRyan Liptak
2023-08-18Add NetworkNotFound to ReadLinkErrorRyan Liptak
2023-08-17fs tests: Test multiple different path types in most testsRyan Liptak
2023-08-11Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...Ryan Liptak
2023-08-06std: remove some unused imports (#16710)Zachary Raineri
2023-07-31Revert "os: expand sched_getaffinity wrapper and update freebsd's cpuset api ...Andrew Kelley
2023-07-31Revert "std.os: sysctl* wrappers, better warning at compile time"Andrew Kelley
2023-07-31Revert "Merge pull request #15317 from devnexen/darwin_rand_nativegen"Andrew Kelley
2023-07-31Revert "std.os: adding linux's sched_setaffinity and its wrapper"Andrew Kelley
2023-07-31Revert "std.os: implementing sched_setaffinity wrapper for freebsd"Andrew Kelley
2023-07-31Revert "std.os: gethostname non libc linking using uname like linux"Andrew Kelley
2023-07-27windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible errorRyan Liptak
2023-07-23os.renameatW: Handle OBJECT_NAME_COLLISION from NtSetInformationFileRyan Liptak
2023-07-18getenv: remove unnessary `small key` blockMathew R Gordon
2023-07-17std: Make getenv return 0-terminated sliceMathew R Gordon
2023-07-11std.os.sigprocmask: @bitCast flags parameterdweiller
2023-07-01std: make panic and abort for amdhsa call trapRobin Voetter
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-20std.os: update logic for 64-bit symbol choiceAndrew Kelley
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-17Merge pull request #16052 from mikdusan/bsd-getdentsAndrew Kelley
2023-06-16add additional errno (INTR) to tcset,getpgrp callsGregory Mullen
2023-06-16plan9: flesh out stdlib enough to allow not using simplified start logicJacob G-W
2023-06-15openbsd: fix std.c.getdents and debitrotMichael Dusan
2023-06-14windows.sendto fix (#15831)Marcos O
2023-06-13os.connect: mark ECONNABORTED as unreachableEvin Yulo
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-22std.os: gethostname non libc linking using uname like linuxDavid CARLIER
2023-05-14std.os: implementing sched_setaffinity wrapper for freebsdDavid CARLIER
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-13std.os: adding linux's sched_setaffinity and its wrapperDavid CARLIER
2023-05-11Add tc{set,get}pgrp to std.os.linuxGregory Mullen
2023-05-05Merge pull request #15317 from devnexen/darwin_rand_nativegenVeikka Tuominen
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley