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
/
exec
/
lp_unix.go
Age
Commit message (
Expand
)
Author
2026-01-12
os/exec: move platform-specific LookPath docs to a common comment
Damien Neil
2025-07-29
os/exec: fix incorrect expansion of "", "." and ".." in LookPath
Olivier Mengué
2024-02-26
os: add available godoc link
cui fliter
2023-09-13
os/exec: avoid calling LookPath in cmd.Start for resolved paths
Bryan C. Mills
2023-09-12
Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"
Ian Lance Taylor
2023-07-26
os/exec: avoid calling LookPath in cmd.Start for resolved paths
qiulaidongfeng
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-09-07
os/exec: LookPath: use eaccess for exec check on linux
Kir Kolyshkin
2022-07-28
os/exec: add GODEBUG setting to opt out of ErrDot changes
Russ Cox
2022-05-02
os/exec: return error when PATH lookup would use current directory
Russ Cox
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-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2018-10-11
os: add AIX operating system
Clément Chigot
2018-04-17
os/exec: remove "binary" when talking about executables
Tim Cooper
2016-05-11
os/exec: cleanup and remove duplicated code
Hiroshi Ioka
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox