aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2020-11-05syscall: expose bInheritHandles of CreateProcessJohan Knutzen
2020-11-02all: update dependency on golang.org/x/sys and regenerate Windows syscallsBryan C. Mills
2020-11-02syscall: switch go:generate directives back to mksyscall_windows.goBryan C. Mills
2020-10-29syscall: handle undefined r2 value on linux-ppc64xAndrew G. Morgan
2020-10-29syscall: add support for openbsd/mips64Joel Sing
2020-10-27crypto/rand: generate random numbers using RtlGenRandom on WindowsJason A. Donenfeld
2020-10-24syscall: disable TestAllThreadsSyscall on linux-ppc64Andrew G. Morgan
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20syscall, cmd/go/internal/modload: add and use Access on aixTobias Klauser
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-17syscall: use MustHaveExec in TestExecIan Lance Taylor
2020-10-16internal/poll, net, syscall: use accept4 on illumosTobias Klauser
2020-10-15runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor
2020-10-14syscall: remove stray TODO commentTobias Klauser
2020-10-13syscall: remove dependency on ioRuss Cox
2020-10-08syscall: support ptrace on macOS/ARM64Cherry Zhang
2020-10-08syscall: restore EscapeArg behavior for empty stringIan Lance Taylor
2020-10-07syscall: rewrite Windows makeCmdLine to use []byteIan Lance Taylor
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-10-01syscall: use correct cmsg alignment for netbsd/arm64Tobias Klauser
2020-09-30runtime: don't crash if vsyscall and vdso are disabled on x86_64Andrei Vagin
2020-09-26syscall: implement Getwd using getcwd from libSystem on darwinTobias Klauser
2020-09-26syscall: remove mksysnum_darwin.pl scriptTobias Klauser
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-22syscall: use libc-based ioctl for Ioctl in tests on darwinTobias Klauser
2020-09-17syscall, cmd/go/internal/lockedfile/internal/filelock: add and use Flock on i...Tobias Klauser
2020-09-14syscall: fix fsync for read-only files on aixClément Chigot
2020-08-17syscall: cap RLIMIT_NOFILE soft limit in TestRlimit on darwinCholerae Hu
2020-08-16syscall: support rawVforkSyscall on linux/riscv64Joel Sing
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