aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
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
2019-10-30syscall: treat ENFILE as a temporary errorLorenz Bauer
2019-10-24syscall: correct comment in testGetdirentriesCuong Manh Le
2019-10-24syscall: remove un-used const ptrSizeCuong Manh Le
2019-10-24syscall: make convertFromDirents11 checkptr safeCuong Manh Le
2019-10-24syscall: make TestGetdirentries checkptr safeBrad Fitzpatrick
2019-10-23syscall: fix Clearenv on Plan 9Fazlul Shahriar
2019-10-23syscall: reenable sysctl on iOSJason A. Donenfeld
2019-10-22syscall: respect permission bits on file opening on WindowsJason A. Donenfeld
2019-10-20syscall: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after A...Tobias Klauser
2019-10-18syscall: fix wrong unsafe.Pointer alignment in syscallCuong Manh Le
2019-10-17syscall: avoid "just past the end" pointers in UnixRightsMatthew Dempsky
2019-10-17syscall: remove use of IN_KUBERNETES in test, add a TODO to improve furtherBrad Fitzpatrick
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-08syscall: don't use deprecated syscalls on linux/arm64Tobias Klauser
2019-10-08syscall: on wasm, do not panic if "process" global is not definedRichard Musiol
2019-10-05syscall: add support for freebsd/arm64Tobias Klauser
2019-10-05syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2019-10-04syscall: replace mksyscall_windows.go with wrapper to new x/sys homeJason A. Donenfeld
2019-09-30syscall: fix TestGroupCleanupUserNamespace on CentOSTobias Klauser
2019-09-30syscall/js: add Value.Delete for deleting JavaScript propertiesRichard Musiol
2019-09-19syscall: extend skip criteria for TestAmbientCapsUsernsTobias Klauser
2019-09-19syscall: avoid memory corruption in mksyscall_windows.go with *bool parametersJason A. Donenfeld