index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
Age
Commit message (
Expand
)
Author
2022-10-06
os: if dirFS.Open fails, undo use of backslashes in error message
Ian Lance Taylor
2022-10-06
all: fix some typos
kijimaD
2022-10-04
os/exec: add a GODEBUG setting to diagnose leaked processes
Bryan C. Mills
2022-10-04
Revert "os/exec: make StdoutPipe and StderrPipe safe to Close concurrently"
Bryan Mills
2022-10-02
os: use backslashes for DirFS on Windows
Ian Lance Taylor
2022-10-01
os/exec: make StdoutPipe and StderrPipe safe to Close concurrently
Bryan C. Mills
2022-10-01
os/exec: recombine goroutinePipes and userPipes
Bryan C. Mills
2022-09-30
all: use "unix" build tag where appropriate
Tobias Klauser
2022-09-29
all: use strings.Builder where appropriate
hopehook
2022-09-29
os/exec: avoid leaking a process in TestDoubleStartLeavesPipesOpen
Bryan C. Mills
2022-09-29
os/exec: refactor goroutine error reporting
Bryan C. Mills
2022-09-29
os/exec: do not close pipes on a double-Start error
Bryan C. Mills
2022-09-28
os/signal: disable GNU readline to deflake TestTerminalSignal
Zeke Lu
2022-09-28
all: fix some typos
cui fliter
2022-09-26
runtime: add an exit hook facility
Than McIntosh
2022-09-26
os/exec: split parent I/O pipes by whether they are pumped by user code or in...
Bryan C. Mills
2022-09-26
os/exec: clean up pipe-closing logic
Bryan C. Mills
2022-09-19
os: use wait6 to avoid wait/kill race on netbsd
Tobias Klauser
2022-09-15
os: convert Process.isdone to atomic type
cuiweixie
2022-09-09
os: add a test case of copying a file itself via io.Copy
Andy Pan
2022-09-08
os: fix wrong error msg from TestDoubleCloseError
Kir Kolyshkin
2022-09-08
os: use unsafe.{Slice,StringData} instead of unsafeheader package
Tobias Klauser
2022-09-07
os/exec: skip TestFindExecutableVsNoexec if mount failed
Kir Kolyshkin
2022-09-07
os: fix wrong error msg from TestReadClosed
Kir Kolyshkin
2022-09-07
os: use strings.Builder
cuiweixie
2022-09-07
os/exec: LookPath: use eaccess for exec check on linux
Kir Kolyshkin
2022-09-06
os: delete unused errClosed
Andy Pan
2022-08-18
os: only add file descriptors which are set to non-blocking mode to the netpo...
Yuval Pavel Zholkover
2022-07-28
os/exec: add GODEBUG setting to opt out of ErrDot changes
Russ Cox
2022-07-06
os/exec: clarify that Wait must be called
Ian Lance Taylor
2022-06-30
os: fix a typo in path_windows.go
AndreasHGK
2022-06-30
os: simplify deadline fluctuation tests
Ian Lance Taylor
2022-06-28
os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...
Bryan C. Mills
2022-06-07
os: document that Chdir affects fs.FS returned by DirFS with a relative path
Dan Kortschak
2022-05-20
go, math, os, reflect: support standard library for loong64
Xiaodong Liu
2022-05-18
os: look up hostname from PATH in test
Silke Hofstra
2022-05-18
all: fix spelling
John Bampton
2022-05-10
os/exec: eliminate some arbitrary short timeouts
Bryan C. Mills
2022-05-10
os/exec: return clear error for missing cmd.Path
Russ Cox
2022-05-09
os, syscall: don't consider stderr output as part of hostname
Dmitri Shuralyov
2022-05-06
os/exec: refactor goroutine communication in Wait
Bryan C. Mills
2022-05-03
os/exec: in Command, update cmd.Path even if LookPath returns an error
Bryan C. Mills
2022-05-02
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-04-30
os/signal: scale back the solaris-amd64-oraclerel settle time
Bryan C. Mills
2022-04-29
Revert "os/exec: return error when PATH lookup would use current directory"
Bryan Mills
2022-04-29
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-04-26
os/exec: use a TestMain to avoid hijacking stdout for helper commands
Bryan C. Mills
2022-04-26
os/exec: make skipStdinCopyError a function instead of a variable
Bryan C. Mills
2022-04-25
os: skip TestRemoveAllRace on dragonfly
Bryan C. Mills
2022-04-25
os/exec: in TestImplicitPWD, explicitly request the logical path
Bryan C. Mills
[prev]
[next]