aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2022-10-06os: if dirFS.Open fails, undo use of backslashes in error messageIan Lance Taylor
2022-10-06all: fix some typoskijimaD
2022-10-04os/exec: add a GODEBUG setting to diagnose leaked processesBryan C. Mills
2022-10-04Revert "os/exec: make StdoutPipe and StderrPipe safe to Close concurrently"Bryan Mills
2022-10-02os: use backslashes for DirFS on WindowsIan Lance Taylor
2022-10-01os/exec: make StdoutPipe and StderrPipe safe to Close concurrentlyBryan C. Mills
2022-10-01os/exec: recombine goroutinePipes and userPipesBryan C. Mills
2022-09-30all: use "unix" build tag where appropriateTobias Klauser
2022-09-29all: use strings.Builder where appropriatehopehook
2022-09-29os/exec: avoid leaking a process in TestDoubleStartLeavesPipesOpenBryan C. Mills
2022-09-29os/exec: refactor goroutine error reportingBryan C. Mills
2022-09-29os/exec: do not close pipes on a double-Start errorBryan C. Mills
2022-09-28os/signal: disable GNU readline to deflake TestTerminalSignalZeke Lu
2022-09-28all: fix some typoscui fliter
2022-09-26runtime: add an exit hook facilityThan McIntosh
2022-09-26os/exec: split parent I/O pipes by whether they are pumped by user code or in...Bryan C. Mills
2022-09-26os/exec: clean up pipe-closing logicBryan C. Mills
2022-09-19os: use wait6 to avoid wait/kill race on netbsdTobias Klauser
2022-09-15os: convert Process.isdone to atomic typecuiweixie
2022-09-09os: add a test case of copying a file itself via io.CopyAndy Pan
2022-09-08os: fix wrong error msg from TestDoubleCloseErrorKir Kolyshkin
2022-09-08os: use unsafe.{Slice,StringData} instead of unsafeheader packageTobias Klauser
2022-09-07os/exec: skip TestFindExecutableVsNoexec if mount failedKir Kolyshkin
2022-09-07os: fix wrong error msg from TestReadClosedKir Kolyshkin
2022-09-07os: use strings.Buildercuiweixie
2022-09-07os/exec: LookPath: use eaccess for exec check on linuxKir Kolyshkin
2022-09-06os: delete unused errClosedAndy Pan
2022-08-18os: only add file descriptors which are set to non-blocking mode to the netpo...Yuval Pavel Zholkover
2022-07-28os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox
2022-07-06os/exec: clarify that Wait must be calledIan Lance Taylor
2022-06-30os: fix a typo in path_windows.goAndreasHGK
2022-06-30os: simplify deadline fluctuation testsIan Lance Taylor
2022-06-28os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...Bryan C. Mills
2022-06-07os: document that Chdir affects fs.FS returned by DirFS with a relative pathDan Kortschak
2022-05-20go, math, os, reflect: support standard library for loong64Xiaodong Liu
2022-05-18os: look up hostname from PATH in testSilke Hofstra
2022-05-18all: fix spellingJohn Bampton
2022-05-10os/exec: eliminate some arbitrary short timeoutsBryan C. Mills
2022-05-10os/exec: return clear error for missing cmd.PathRuss Cox
2022-05-09os, syscall: don't consider stderr output as part of hostnameDmitri Shuralyov
2022-05-06os/exec: refactor goroutine communication in WaitBryan C. Mills
2022-05-03os/exec: in Command, update cmd.Path even if LookPath returns an errorBryan C. Mills
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-30os/signal: scale back the solaris-amd64-oraclerel settle timeBryan C. Mills
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2022-04-26os/exec: make skipStdinCopyError a function instead of a variableBryan C. Mills
2022-04-25os: skip TestRemoveAllRace on dragonflyBryan C. Mills
2022-04-25os/exec: in TestImplicitPWD, explicitly request the logical pathBryan C. Mills