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
/
syscall
/
exec_unix_test.go
Age
Commit message (
Expand
)
Author
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-11-02
syscall: remove GOMAXPROCS change in TestExecHelper
Michael Anthony Knyszek
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-04-27
syscall: move TestForegroundSignal create call out of goroutine
Ian Lance Taylor
2021-04-27
syscall: restore signal mask after setting foreground process group
Ian Lance Taylor
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-11-13
syscall: use correct type for TIOCSPGRP/TIOCGPGRP
Joel Sing
2020-10-17
syscall: use MustHaveExec in TestExec
Ian Lance Taylor
2020-10-15
runtime: stop preemption during syscall.Exec on Darwin
Ian Lance Taylor
2020-05-01
syscall: if Setctty, require that Ctty be a child descriptor
Ian Lance Taylor
2018-10-10
syscall: add AIX operating system
Clément Chigot
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-03-24
runtime, syscall: fix Solaris exec tests
Aram Hăvărneanu
2015-03-23
syscall: disable test that forks on darwin/arm
David Crawshaw
2015-03-23
syscall: Add Foreground and Pgid to SysProcAttr
Michael MacInnis