summaryrefslogtreecommitdiff
path: root/src/syscall
Commit message (Expand)AuthorAgeFilesLines
* crypto/rand: generate random numbers using RtlGenRandom on WindowsJason A. Donenfeld2020-10-272-0/+14
* syscall: disable TestAllThreadsSyscall on linux-ppc64Andrew G. Morgan2020-10-241-0/+6
* syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan2020-10-2325-655/+475
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-202-3/+3
* syscall, cmd/go/internal/modload: add and use Access on aixTobias Klauser2020-10-201-0/+4
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-205-5/+6
* syscall: use MustHaveExec in TestExecIan Lance Taylor2020-10-171-0/+1
* internal/poll, net, syscall: use accept4 on illumosTobias Klauser2020-10-161-1/+24
* runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor2020-10-151-0/+45
* syscall: remove stray TODO commentTobias Klauser2020-10-141-3/+0
* syscall: remove dependency on ioRuss Cox2020-10-131-4/+3
* syscall: support ptrace on macOS/ARM64Cherry Zhang2020-10-083-10/+22
* syscall: restore EscapeArg behavior for empty stringIan Lance Taylor2020-10-082-0/+46
* syscall: rewrite Windows makeCmdLine to use []byteIan Lance Taylor2020-10-071-30/+43
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-061-1/+1
* syscall: use correct cmsg alignment for netbsd/arm64Tobias Klauser2020-10-011-0/+4
* runtime: don't crash if vsyscall and vdso are disabled on x86_64Andrei Vagin2020-09-301-1/+9
* syscall: implement Getwd using getcwd from libSystem on darwinTobias Klauser2020-09-2610-109/+79
* syscall: remove mksysnum_darwin.pl scriptTobias Klauser2020-09-262-34/+0
* all: add GOOS=iosCherry Zhang2020-09-235-7/+7
* syscall: use libc-based ioctl for Ioctl in tests on darwinTobias Klauser2020-09-222-1/+14
* syscall, cmd/go/internal/lockedfile/internal/filelock: add and use Flock on i...Tobias Klauser2020-09-172-0/+42
* syscall: fix fsync for read-only files on aixClément Chigot2020-09-142-14/+18
* syscall: cap RLIMIT_NOFILE soft limit in TestRlimit on darwinCholerae Hu2020-08-171-7/+7
* syscall: support rawVforkSyscall on linux/riscv64Joel Sing2020-08-163-4/+28
* syscall: use correct file descriptor in dup2 fallback pathIan Lance Taylor2020-07-251-1/+1
* syscall: check secondary group membership for Faccessat(..., AT_EACCESS) on L...Tobias Klauser2020-06-201-1/+15
* runtime, syscall: use local cache for Setenv/Getenv in Plan 9Richard Miller2020-06-192-127/+11
* syscall: document float arguments and results on windows/amd64Austin Clements2020-06-041-1/+9
* syscall: hide internal comment from Syscall documentationAustin Clements2020-06-041-0/+1
* syscall: avoid dup2 in forkAndExecInChild1 on AndroidElias Naur2020-05-2811-36/+28
* runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7Joel Sing2020-05-262-10/+23
* syscall/js: improve documentation of Func.ReleaseRichard Musiol2020-05-241-1/+2
* syscall: preserve Windows file permissions for O_CREAT|O_TRUNCIan Lance Taylor2020-05-201-0/+20
* syscall/js: prepare IDs for the preset objectsHajime Hoshi2020-05-121-0/+11
* internal/poll, os: loop on EINTRIan Lance Taylor2020-05-111-1/+6
* syscall: append to environment in tests, don't clobber itIan Lance Taylor2020-05-112-6/+9
* syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman2020-05-032-6/+11
* syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor2020-05-012-0/+38
* syscall: document exact meaning of Ctty fieldIan Lance Taylor2020-05-014-25/+69
* internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills2020-05-011-9/+7
* syscall: on linux-arm64, prefer prlimit to {g,s}etrlimitIan Lance Taylor2020-04-302-4/+22
* all: remove scattered remnants of darwin/386Austin Clements2020-04-081-7/+0
* all: remove darwin/386 build-tags and filesAustin Clements2020-04-087-4778/+0
* all: remove scattered remnants of darwin/armAustin Clements2020-04-082-8/+1
* all: remove darwin/arm build-tags and filesAustin Clements2020-04-087-4673/+0
* syscall: fix windows WSASendto -d=checkptr violationAlex Brainman2020-04-021-2/+10
* syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArrayAurélio A. Heckert2020-03-241-6/+6
* syscall/js: improve documentation of js.FuncOfTorben Schinke2020-03-011-9/+14
* syscall: fix Fchdir on js/wasmRichard Musiol2020-03-011-0/+4