aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2021-05-11runtime,syscall: simplify openbsd related build tagsJoel Sing
2021-05-09runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing
2021-05-08syscall: do not change stdio handle inheritanceAlex Brainman
2021-05-04syscall: add //go:build lines to assembly filesTobias Klauser
2021-05-04os, syscall: use wait6 to avoid wait/kill race on netbsdTobias Klauser
2021-05-02os, syscall: use wait6 to avoid wait/kill race on dragonflyTobias Klauser
2021-05-02syscall: add //go:build lines to files generated with with mksyscall_libc.plTobias Klauser
2021-04-30runtime,syscall: convert syscall on openbsd/386 to libcJoel Sing
2021-04-27syscall: move TestForegroundSignal create call out of goroutineIan Lance Taylor
2021-04-27syscall: restore nosplit for ptrace1 on DarwinCherry Zhang
2021-04-27syscall: restore signal mask after setting foreground process groupIan Lance Taylor
2021-04-26syscall: on linux use accept4 in Accept, fall back to acceptTobias Klauser
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