aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2021-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-04-21syscall: use libc in Exec on openbsd/arm64Tobias Klauser
2021-04-20net: pass MSG_CMSG_CLOEXEC in ReadMsgUnix on dragonfly, netbsd and openbsdTobias Klauser
2021-04-19net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnixHowJMay
2021-04-14syscall: don't defer close raw Socketpair fds in testsTobias Klauser
2021-04-07syscall: replace os.MkdirTemp with T.TempDirianwoolf
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-04-02syscall: delete asm_windows.sCherry Zhang
2021-03-19syscall: fix typo in exec_windows_test.goAntonio Garcia
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-03-11syscall: use runtime.KeepAlive for ProcThreadAttributeList argumentsJason A. Donenfeld
2021-03-04syscall: treat proc thread attribute lists as unsafe.PointersJason A. Donenfeld
2021-03-03syscall: implement rawVforkSyscall for remaining linux platformsJoel Sing
2021-03-02all: fix spellingJohn Bampton
2021-02-26syscall: introduce SysProcAttr.ParentProcess on WindowsJason A. Donenfeld
2021-02-26syscall: introduce SysProcAttr.AdditionalInheritedHandles on WindowsJason A. Donenfeld
2021-02-26syscall: restrict inherited handles on WindowsJason A. Donenfeld
2021-02-26syscall: add support for proc thread attribute listsJason A. Donenfeld
2021-02-25syscall: comment on fields omitted from the win32finddata1 structBryan C. Mills
2021-02-25syscall: return error if GetQueuedCompletionStatus truncates keyJason A. Donenfeld
2021-02-25syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser
2021-02-24syscall: restore broken GetQueuedCompletionStatus signature but make it not c...Jason A. Donenfeld
2021-02-24syscall: do not overflow key memory in GetQueuedCompletionStatusJason A. Donenfeld
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