aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2021-08-19syscall: add SyscallNChangkun Ou
2021-08-16net: reduce allocations for UDP send/recv on WindowsJosh Bleecher Snyder
2021-08-16net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder
2021-08-16net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder
2021-08-16syscall: hoist Getsockname out of NetlinkRIB loopsMatt Layher
2021-08-16syscall: use correct type for TIOCSPGRP/TIOCGPGRPJoel Sing
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2021-06-16syscall: fix TestGroupCleanupUserNamespace test failure on FedoraRahul Bajaj
2021-06-15syscall: disable c-shared test when no cgo, for windows/armJason A. Donenfeld
2021-06-15syscall: rewrite handle inheritance test to use C rather than PowershellJason A. Donenfeld
2021-06-11syscall: do not load native libraries on non-native powershell on armJason A. Donenfeld
2021-06-04syscall: regenerate zsyscall_windows.goBryan C. Mills
2021-06-04syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ...Jason A. Donenfeld
2021-05-20syscall: document NewCallback and NewCallbackCDecl limitationsMichael Anthony Knyszek
2021-05-17syscall: some containers may fail syscall.TestSetuidEtcAndrew G. Morgan
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