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_posix.go
Age
Commit message (
Expand
)
Author
2022-04-04
Revert "os: add handling of os.Interrupt for windows"
Bryan Mills
2022-04-03
os: add handling of os.Interrupt for windows
Constantin Konstantinidis
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-03-14
all: add internal/itoa package
Josh Bleecher Snyder
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-19
os: fix hex exit code print on 32-bit windows
Russ Cox
2021-02-19
os: report Windows exit status in hex
Russ Cox
2020-10-20
os: use keyed literals for PathError
Russ Cox
2020-02-25
os/exec: use environment variables for user token when present
Liam 'Auzzie' Haworth
2019-10-15
os: keep attr.Files alive when calling StartProcess
Ian Lance Taylor
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-05-16
os: pass correct environment when creating Windows processes
Jason A. Donenfeld
2019-03-04
os/exec: less allocs in the common case
Daniel Martí
2018-12-20
os: clearer doc for Interrupt
Kevin Burke
2018-10-11
os: add AIX operating system
Clément Chigot
2018-08-28
os: add ExitCode method to ProcessState
Guoliang Wang
2018-06-01
os: add js/wasm architecture
Richard Musiol
2017-12-02
os: clarify docs on Interrupt and Kill
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-01-02
os: replace itod on posix with general itoa and fix possible infinite recursion
Martin Möhrmann
2014-09-08
build: move package sources from src/pkg to src
Russ Cox