summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2014-06-24 09:50:10 +1000
committerDave Cheney <dave@cheney.net>2014-06-24 09:50:10 +1000
commit05b75b6dfea4e23e647178d52b54aec5bbcac0d3 (patch)
tree51e4b7649cdb71d48d3bba8af4592ba2e085a732
parenta573d2b7f3e1ed8ac73c25a1471d7826345df787 (diff)
downloadgo-05b75b6dfea4e23e647178d52b54aec5bbcac0d3.tar.gz
doc/go1.4: add note about Set{uid,gid} change
LGTM=iant R=ruiu, iant CC=golang-codereviews https://codereview.appspot.com/107320044
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index dc9b416bd..3ceb99b7a 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -6,4 +6,5 @@ package or cmd/xxx directory name, and ending in a CL number.
Please keep the list sorted (as in sort.Strings of the lines).
runtime/race: freebsd is supported (CL 107270043)
+syscall: Setuid, Setgid are disabled on linux platforms. On linux those syscalls operate on the calling thread, not the whole process. This does not match the semantics of other platforms, nor the expectations of the caller, so the operations have been disabled until issue 1435 is resolved (CL 106170043)
time: use the micro symbol (ยต (U+00B5)) to print microsecond duration (CL 105030046)