aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/lp_plan9.go
AgeCommit message (Expand)Author
2026-01-12os/exec: move platform-specific LookPath docs to a common commentDamien Neil
2025-08-13os/exec: fix incorrect expansion of ".." in LookPath on plan9Richard Miller
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-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
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
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