aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/lp_unix.go
AgeCommit message (Expand)Author
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