From 88b663b246db802809afaeac0f1b86b2bd260723 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Tue, 24 Jun 2014 09:50:10 +1000 Subject: [PATCH] doc/go1.4: add note about Set{uid,gid} change LGTM=iant R=ruiu, iant CC=golang-codereviews https://golang.org/cl/107320044 --- doc/go1.4.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.4.txt b/doc/go1.4.txt index dc9b416bdf..3ceb99b7a0 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) -- 2.50.0