Commit a883f117 authored by Rob Pike's avatar Rob Pike

doc/go1.4.txt: reduced stack size

CC=golang-codereviews
https://golang.org/cl/144050043
parent 6c934238
...@@ -25,6 +25,7 @@ net/http/httputil: add ReverseProxy.ErrorLog (CL 132750043) ...@@ -25,6 +25,7 @@ net/http/httputil: add ReverseProxy.ErrorLog (CL 132750043)
os: implement symlink support for windows (CL 86160044) os: implement symlink support for windows (CL 86160044)
reflect: add type.Comparable (CL 144020043) reflect: add type.Comparable (CL 144020043)
runtime: implement monotonic clocks on windows (CL 108700045) runtime: implement monotonic clocks on windows (CL 108700045)
runtime: stack size 2K (4K on plan 9 and windows) (CL 145790043)
runtime/race: freebsd is supported (CL 107270043) runtime/race: freebsd is supported (CL 107270043)
sync/atomic: add Value (CL 136710045) sync/atomic: add Value (CL 136710045)
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) 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment