]> Cypherpunks repositories - gostls13.git/commit
syscall: SysProcAttr job control changes
authorMichael MacInnis <Michael.P.MacInnis@gmail.com>
Fri, 12 Sep 2014 01:39:51 +0000 (18:39 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 12 Sep 2014 01:39:51 +0000 (18:39 -0700)
commitaa168ed2cd0614afa7503e3b0eb2b1e38b43384a
treef0378e072c0296c57abc94c9f1dba6bf0d00d2a2
parentdf1c2310f3ff93fd8c1c000ea44e80f960555286
syscall: SysProcAttr job control changes

Making the child's process group the foreground process group and
placing the child in a specific process group involves co-ordination
between the parent and child that must be done post-fork but pre-exec.

LGTM=iant
R=golang-codereviews, gobot, iant, mikioh.mikioh
CC=golang-codereviews
https://golang.org/cl/131750044
src/syscall/exec_bsd.go
src/syscall/exec_linux.go