aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec_posix.go
AgeCommit message (Expand)Author
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19os: fix hex exit code print on 32-bit windowsRuss Cox
2021-02-19os: report Windows exit status in hexRuss Cox
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-02-25os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth
2019-10-15os: keep attr.Files alive when calling StartProcessIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-05-16os: pass correct environment when creating Windows processesJason A. Donenfeld
2019-03-04os/exec: less allocs in the common caseDaniel Martí
2018-12-20os: clearer doc for InterruptKevin Burke
2018-10-11os: add AIX operating systemClément Chigot
2018-08-28os: add ExitCode method to ProcessStateGuoliang Wang
2018-06-01os: add js/wasm architectureRichard Musiol
2017-12-02os: clarify docs on Interrupt and KillBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2015-01-02os: replace itod on posix with general itoa and fix possible infinite recursionMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox