aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2021-02-20syscall: add explicit ios build tagIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19syscall: add windows/arm64 supportRuss Cox
2021-02-19syscall: clean up windows a bitRuss Cox
2021-02-08[dev.regabi] all: merge master (1901853) into dev.regabiCherry Zhang
2021-02-08syscall/plan9: remove spooky fd action at a distanceOri Bernstein
2021-02-03[dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternalCherry Zhang
2021-02-02[dev.regabi] all: merge master (fca94ab) into dev.regabiRobert Griesemer
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-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2020-12-28[dev.regabi] all: merge master (1d78139) into dev.regabiMatthew Dempsky
2020-12-23runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan
2020-12-22[dev.regabi] all: merge master (c9fb4eb) into dev.regabiRuss Cox
2020-12-21syscall: don't generate ptrace on iOSCherry Zhang
2020-12-21[dev.regabi] all: merge master into dev.regabiMatthew Dempsky
2020-12-14Merge branch 'master' into dev.regabiAlexander Rakoczy
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-12-01[dev.regabi] cmd/compile: process //go:linknames after declarationsMatthew Dempsky
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