aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2024-01-10os: relax tests and add examples for UserCacheDir and UserConfigDirBryan C. Mills
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-11os: limit temp file randomness to uint32Russ Cox
2023-12-07os: document Readlink behavior for relative linksBryan C. Mills
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-27io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir}Jes Cok
2023-11-21os: remove useless if from Wait on unixKir Kolyshkin
2023-11-21os: avoid TestFileChdir fail when GOROOT is a symbolic linkqiulaidongfeng
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-17net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConnAndy Pan
2023-11-09os/signal: remove some arbitrary timeouts in testsBryan C. Mills
2023-11-02os/signal: skip nohup tests on darwin buildersMichael Pratt
2023-11-02os/signal: remove go t.Run from TestNohupMichael Pratt
2023-11-01os: fix PathError.Op for dirFS.OpenJoe Tsai
2023-11-01os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and LstatBryan C. Mills
2023-11-01os/signal: use syscall.Wait4 directly in testsJoel Sing
2023-10-09os: use strings.EqualFold in os_test.gocui fliter
2023-09-25all: use the indefinite article an in commentsJes Cok
2023-09-18os: in TestMkdirStickyUmask, create a non-sticky directory as a controlBryan C. Mills
2023-09-18os/exec: adjust function name in fatal messageTobias Klauser
2023-09-13os/exec: avoid calling LookPath in cmd.Start for resolved pathsBryan C. Mills
2023-09-13os/exec: fix edge cases in Windows PATH resolutionBryan C. Mills
2023-09-13os/exec: avoid writing to Cmd.Path in Cmd.Start on WindowsBryan C. Mills
2023-09-13os/exec: simplify Windows-specific testsBryan C. Mills
2023-09-12os: fix TestRenameCaseDifferenceKir Kolyshkin
2023-09-12all: fix Microsoft linksqmuntal
2023-09-12Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"Ian Lance Taylor
2023-09-05all: use ^$ instead of XXXX, NoSuchTestExists to match no testsDmitri Shuralyov
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-05os: don't invoke shell in TestStatStdinIan Lance Taylor
2023-08-31os/user: use correct size for initial call in retryWithBufferIan Lance Taylor
2023-08-25internal/bytealg: add generic LastIndexByte{,String}Tobias Klauser
2023-08-25os: omit existence check for GetFinalPathNameByHandleqmuntal
2023-08-23os: use testenv.Command and os.Executable in testsBryan C. Mills
2023-08-21os/exec: don't convert byte slice to string when using verb %sJes Cok
2023-08-21os: add tests for UserCacheDir and UserConfigDirJosh Kraft
2023-08-21os: avoid allocating a string for ReadDir skipped entries on Windowsqmuntal
2023-08-16os: skip Chown tests for auxiliary groups that fail due to permission errorsBryan C. Mills
2023-08-16os: support file systems without file IDs when reading directories on windowsqmuntal
2023-08-11internal/itoa, os: move os.uitox to itoa.UitoxTobias Klauser
2023-08-11os: remove unused func itoxTobias Klauser
2023-08-10os: define TestIssue60181 only on Unix platformsBryan C. Mills
2023-08-09os: test that copying to append-only files doesn't fail on LinuxTobias Klauser
2023-08-09os: make MkdirAll support volume namesqmuntal
2023-08-08os: follow all name surrogate reparse points in Stat on Windowsqmuntal
2023-08-07os: fix test failure when Workstation service is not enabledqiulaidongfeng
2023-08-07os: replace "used to used" with "used to use" in description textJes Cok
2023-08-07os: use t.Fatalf instead of t.Errorf in TestErrProcessDoneJes Cok
2023-08-01os/exec: Use the built-in function min instead of minIntapocelipes
2023-07-26os: remove 5ms sleep on Windows in (*Process).Waitqmuntal