aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox
2021-12-09[release-branch.go1.16] syscall: fix ForkLock spurious close(0) on pipe failureRuss Cox
2021-06-21[release-branch.go1.16] syscall: fix TestGroupCleanupUserNamespace test failu...Rahul Bajaj
2021-03-01[release-branch.go1.16] syscall: do not overflow key memory in GetQueuedCompl...Jason A. Donenfeld
2021-02-25[release-branch.go1.16] syscall: add explicit ios build tagIan Lance Taylor
2021-02-08syscall/plan9: remove spooky fd action at a distanceOri Bernstein
2021-01-28syscall: generate readlen/writelen for openbsd libcJoel Sing
2021-01-28runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing
2021-01-27syscall: clean up mkasm related changesJoel Sing
2021-01-26runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2020-12-23runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan
2020-12-21syscall: don't generate ptrace on iOSCherry Zhang
2020-12-10syscall: drop references to Unix epoch in Timeval/Timespec docsIan Lance Taylor
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-05syscall: correct CertOpenStore to expect a 0 return value on failureJason A. Donenfeld
2020-11-21syscall: add DLLError.Unwrap functionJason A. Donenfeld
2020-11-13syscall: use correct type for TIOCSPGRP/TIOCGPGRPJoel Sing
2020-11-11syscall: improve TestSetuidEtc() /proc/ parsing against racesAndrew G. Morgan
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