aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2021-06-21[release-branch.go1.15] syscall: fix TestGroupCleanupUserNamespace test failu...Rahul Bajaj
2021-03-01[release-branch.go1.15] syscall: do not overflow key memory in GetQueuedCompl...Jason A. Donenfeld
2020-10-20[release-branch.go1.15] syscall: use MustHaveExec in TestExecIan Lance Taylor
2020-10-20[release-branch.go1.15] runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor
2020-07-25syscall: use correct file descriptor in dup2 fallback pathIan Lance Taylor
2020-06-20syscall: check secondary group membership for Faccessat(..., AT_EACCESS) on L...Tobias Klauser
2020-06-19runtime, syscall: use local cache for Setenv/Getenv in Plan 9Richard Miller
2020-06-04syscall: document float arguments and results on windows/amd64Austin Clements
2020-06-04syscall: hide internal comment from Syscall documentationAustin Clements
2020-05-28syscall: avoid dup2 in forkAndExecInChild1 on AndroidElias Naur
2020-05-26runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7Joel Sing
2020-05-24syscall/js: improve documentation of Func.ReleaseRichard Musiol
2020-05-20syscall: preserve Windows file permissions for O_CREAT|O_TRUNCIan Lance Taylor
2020-05-12syscall/js: prepare IDs for the preset objectsHajime Hoshi
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-05-11syscall: append to environment in tests, don't clobber itIan Lance Taylor
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-05-01syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor
2020-05-01syscall: document exact meaning of Ctty fieldIan Lance Taylor
2020-05-01internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills
2020-04-30syscall: on linux-arm64, prefer prlimit to {g,s}etrlimitIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove darwin/386 build-tags and filesAustin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-08all: remove darwin/arm build-tags and filesAustin Clements
2020-04-02syscall: fix windows WSASendto -d=checkptr violationAlex Brainman
2020-03-24syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArrayAurélio A. Heckert
2020-03-01syscall/js: improve documentation of js.FuncOfTorben Schinke
2020-03-01syscall: fix Fchdir on js/wasmRichard Musiol
2020-02-24syscall: use dup3 in forkAndExecInChild1 if availableTobias Klauser
2020-02-22syscall: release a js.Func object in fsCallHajime Hoshi
2020-02-04syscall: Revert "release a js.Func object in fsCall"Dmitri Shuralyov
2020-02-02syscall: release a js.Func object in fsCallHajime Hoshi
2020-01-06syscall: resync various riscv64 structs with x/sys/unixJoel Sing
2020-01-06syscall: provide Renameat as a wrapper around renameat2 on riscv64Joel Sing
2020-01-06syscall: fix riscv64 syscall assemblyJoel Sing
2019-12-31internal/poll: use correct fcntl implementationsTobias Klauser
2019-12-30syscall: use fcntl64 on 32-bit GNU/Linux systemsTobias Klauser
2019-12-23internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systemsIan Lance Taylor
2019-12-11syscall: use SOCK_CLOEXEC when creating socketsLorenz Bauer
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-12-05os: reset dirinfo when seeking on DarwinKeith Randall
2019-11-23syscall: follow convention for generated code comments in linux/riscv64 filesTobias Klauser
2019-11-23syscall/js: handle interleaved functions correctlyRichard Musiol
2019-11-15syscall: fix EpollEvent padding on mips64{,le}Tobias Klauser
2019-11-12syscall: fix epoll_event padding on linux/arm64Tobias Klauser
2019-11-09syscall: skip TestSyscallNoError on mips{,le}Tobias Klauser
2019-11-07syscall: revert security_windows.go change of CL 201877Cuong Manh Le
2019-11-04syscall/js: garbage collect references to JavaScript valuesRichard Musiol
2019-11-01syscall: add support for linux/riscv64Tobias Klauser