]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: mention GidMappingsEnableSetgroups in linux SysProcAttr
authorIan Lance Taylor <iant@golang.org>
Fri, 12 Jun 2015 23:41:46 +0000 (16:41 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 12 Jun 2015 23:42:50 +0000 (23:42 +0000)
Change-Id: I412621497902fa36f4939df392b10ca7040fc36e
Reviewed-on: https://go-review.googlesource.com/11003
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.5.txt

index fc41bffcb970cc4740bd62cf2dd480943fad7010..882f2bfc7b7772431c4bb75ad147fb4437c09c2c 100644 (file)
@@ -77,6 +77,7 @@ runtime/pprof: memory profiles include overall memory statistics by default (htt
 strings: add Compare(x, y string) int, for symmetry with bytes.Compare (https://golang.org/cl/2828)
 syscall: Add Foreground and Pgid to SysProcAttr (https://golang.org/cl/5130)
 syscall: add missing Syscall9 for darwin/amd64 (https://golang.org/cl/6555)
+syscall: Add GidMappingsEnableSetgroups to linux SysProcAttr (http://golang.org/cl/10670)
 testing/quick: support generation of arrays (https://golang.org/cl/3865)
 testing/quick: generated pointers can now be nil (https://golang.org/cl/10821)
 text/template: add Options method (https://golang.org/cl/8462)