| Commit message (Expand) | Author | Age | Files | Lines |
| * | crypto/rand: generate random numbers using RtlGenRandom on Windows | Jason A. Donenfeld | 2020-10-27 | 2 | -0/+14 |
| * | syscall: disable TestAllThreadsSyscall on linux-ppc64 | Andrew G. Morgan | 2020-10-24 | 1 | -0/+6 |
| * | syscall: support POSIX semantics for Linux syscalls | Andrew G. Morgan | 2020-10-23 | 25 | -655/+475 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 2 | -3/+3 |
| * | syscall, cmd/go/internal/modload: add and use Access on aix | Tobias Klauser | 2020-10-20 | 1 | -0/+4 |
| * | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 5 | -5/+6 |
| * | syscall: use MustHaveExec in TestExec | Ian Lance Taylor | 2020-10-17 | 1 | -0/+1 |
| * | internal/poll, net, syscall: use accept4 on illumos | Tobias Klauser | 2020-10-16 | 1 | -1/+24 |
| * | runtime: stop preemption during syscall.Exec on Darwin | Ian Lance Taylor | 2020-10-15 | 1 | -0/+45 |
| * | syscall: remove stray TODO comment | Tobias Klauser | 2020-10-14 | 1 | -3/+0 |
| * | syscall: remove dependency on io | Russ Cox | 2020-10-13 | 1 | -4/+3 |
| * | syscall: support ptrace on macOS/ARM64 | Cherry Zhang | 2020-10-08 | 3 | -10/+22 |
| * | syscall: restore EscapeArg behavior for empty string | Ian Lance Taylor | 2020-10-08 | 2 | -0/+46 |
| * | syscall: rewrite Windows makeCmdLine to use []byte | Ian Lance Taylor | 2020-10-07 | 1 | -30/+43 |
| * | all: enable more tests on macOS/ARM64 | Cherry Zhang | 2020-10-06 | 1 | -1/+1 |
| * | syscall: use correct cmsg alignment for netbsd/arm64 | Tobias Klauser | 2020-10-01 | 1 | -0/+4 |
| * | runtime: don't crash if vsyscall and vdso are disabled on x86_64 | Andrei Vagin | 2020-09-30 | 1 | -1/+9 |
| * | syscall: implement Getwd using getcwd from libSystem on darwin | Tobias Klauser | 2020-09-26 | 10 | -109/+79 |
| * | syscall: remove mksysnum_darwin.pl script | Tobias Klauser | 2020-09-26 | 2 | -34/+0 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 5 | -7/+7 |
| * | syscall: use libc-based ioctl for Ioctl in tests on darwin | Tobias Klauser | 2020-09-22 | 2 | -1/+14 |
| * | syscall, cmd/go/internal/lockedfile/internal/filelock: add and use Flock on i... | Tobias Klauser | 2020-09-17 | 2 | -0/+42 |
| * | syscall: fix fsync for read-only files on aix | Clément Chigot | 2020-09-14 | 2 | -14/+18 |
| * | syscall: cap RLIMIT_NOFILE soft limit in TestRlimit on darwin | Cholerae Hu | 2020-08-17 | 1 | -7/+7 |
| * | syscall: support rawVforkSyscall on linux/riscv64 | Joel Sing | 2020-08-16 | 3 | -4/+28 |
| * | syscall: use correct file descriptor in dup2 fallback path | Ian Lance Taylor | 2020-07-25 | 1 | -1/+1 |
| * | syscall: check secondary group membership for Faccessat(..., AT_EACCESS) on L... | Tobias Klauser | 2020-06-20 | 1 | -1/+15 |
| * | runtime, syscall: use local cache for Setenv/Getenv in Plan 9 | Richard Miller | 2020-06-19 | 2 | -127/+11 |
| * | syscall: document float arguments and results on windows/amd64 | Austin Clements | 2020-06-04 | 1 | -1/+9 |
| * | syscall: hide internal comment from Syscall documentation | Austin Clements | 2020-06-04 | 1 | -0/+1 |
| * | syscall: avoid dup2 in forkAndExecInChild1 on Android | Elias Naur | 2020-05-28 | 11 | -36/+28 |
| * | runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7 | Joel Sing | 2020-05-26 | 2 | -10/+23 |
| * | syscall/js: improve documentation of Func.Release | Richard Musiol | 2020-05-24 | 1 | -1/+2 |
| * | syscall: preserve Windows file permissions for O_CREAT|O_TRUNC | Ian Lance Taylor | 2020-05-20 | 1 | -0/+20 |
| * | syscall/js: prepare IDs for the preset objects | Hajime Hoshi | 2020-05-12 | 1 | -0/+11 |
| * | internal/poll, os: loop on EINTR | Ian Lance Taylor | 2020-05-11 | 1 | -1/+6 |
| * | syscall: append to environment in tests, don't clobber it | Ian Lance Taylor | 2020-05-11 | 2 | -6/+9 |
| * | syscall, internal/syscall/windows: remove utf16PtrToString parameter | Alex Brainman | 2020-05-03 | 2 | -6/+11 |
| * | syscall: if Setctty, require that Ctty be a child descriptor | Ian Lance Taylor | 2020-05-01 | 2 | -0/+38 |
| * | syscall: document exact meaning of Ctty field | Ian Lance Taylor | 2020-05-01 | 4 | -25/+69 |
| * | internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ... | Bryan C. Mills | 2020-05-01 | 1 | -9/+7 |
| * | syscall: on linux-arm64, prefer prlimit to {g,s}etrlimit | Ian Lance Taylor | 2020-04-30 | 2 | -4/+22 |
| * | all: remove scattered remnants of darwin/386 | Austin Clements | 2020-04-08 | 1 | -7/+0 |
| * | all: remove darwin/386 build-tags and files | Austin Clements | 2020-04-08 | 7 | -4778/+0 |
| * | all: remove scattered remnants of darwin/arm | Austin Clements | 2020-04-08 | 2 | -8/+1 |
| * | all: remove darwin/arm build-tags and files | Austin Clements | 2020-04-08 | 7 | -4673/+0 |
| * | syscall: fix windows WSASendto -d=checkptr violation | Alex Brainman | 2020-04-02 | 1 | -2/+10 |
| * | syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArray | Aurélio A. Heckert | 2020-03-24 | 1 | -6/+6 |
| * | syscall/js: improve documentation of js.FuncOf | Torben Schinke | 2020-03-01 | 1 | -9/+14 |
| * | syscall: fix Fchdir on js/wasm | Richard Musiol | 2020-03-01 | 1 | -0/+4 |