aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/lp_unix.go
AgeCommit message (Expand)Author
2026-01-12os/exec: move platform-specific LookPath docs to a common commentDamien Neil
2025-07-29os/exec: fix incorrect expansion of "", "." and ".." in LookPathOlivier Mengué
2024-02-26os: add available godoc linkcui fliter
2023-09-13os/exec: avoid calling LookPath in cmd.Start for resolved pathsBryan C. Mills
2023-09-12Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"Ian Lance Taylor
2023-07-26os/exec: avoid calling LookPath in cmd.Start for resolved pathsqiulaidongfeng
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-09-07os/exec: LookPath: use eaccess for exec check on linuxKir Kolyshkin
2022-07-28os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
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-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-11os: add AIX operating systemClément Chigot
2018-04-17os/exec: remove "binary" when talking about executablesTim Cooper
2016-05-11os/exec: cleanup and remove duplicated codeHiroshi Ioka
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox