aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2023-01-09[release-branch.go1.19] runtime: revert "call __fork instead of fork on darwin"Russ Cox
2022-12-22[release-branch.go1.19] runtime: call __fork instead of fork on darwinRuss Cox
2022-12-21[release-branch.go1.19] syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor
2022-11-01[release-branch.go1.19] syscall, os/exec: reject environment variables contai...Damien Neil
2022-07-11syscall: gofmt after CL 412114Tobias Klauser
2022-06-15syscall: clarify Pdeathsig documentation on LinuxVojtěch Boček
2022-06-15syscall, runtime/internal/syscall: always zero the higher bits of return valu...Guoqi Chen
2022-06-08syscall: remove unused setgroups on linux/loong64Tobias Klauser
2022-06-07syscall: remove unused accept on linux/loong64Tobias Klauser
2022-05-26syscall: update linux/loong64 kernel ABI, emulate fstatat with statxWANG Xuerui
2022-05-20syscall: add syscall support for linux/loong64Xiaodong Liu
2022-05-19all: gofmt main repoRuss Cox
2022-05-19syscall: make //sys lines not doc commentsRuss Cox
2022-05-10syscall: update broken linksIan Lance Taylor
2022-05-09os, syscall: don't consider stderr output as part of hostnameDmitri Shuralyov
2022-05-03internal/poll, net, syscall: use accept4 on solarisTobias Klauser
2022-04-28syscall: add //go:norace to RawSyscallMichael Pratt
2022-04-22syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21Revert "syscall: define Syscall in terms of RawSyscall on linux"Michael Pratt
2022-04-21Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux"Michael Pratt
2022-04-21syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21syscall: define RawSyscall in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...Michael Pratt
2022-04-21syscall: move Syscall declarations to OS filesMichael Pratt
2022-04-12syscall: check correct group in FaccessatDamien Neil
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31syscall: relax output check in TestGroupCleanupUserNamespaceBryan C. Mills
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-28syscall: optimize Byte{Ptr,Slice}FromStringKir Kolyshkin
2022-03-18syscall: use bytealg.IndexByte in clenTobias Klauser
2022-03-18syscall: unskip TestDirentRepeat on freebsdTobias Klauser
2022-03-18syscall: optimize UTF16{,Ptr}FromStringTobias Klauser
2022-03-17syscall: allow EINVAL in TestSCMCredentialsJosh Bleecher Snyder
2022-03-17syscall: call ABI0 exitsyscall on Plan 9/AMD64Cherry Mui
2022-03-16syscall: ensure that Getwd returns absolute pathKir Kolyshkin
2022-03-16syscall: call ABIInternal entersyscall on register ABI platformsCherry Mui
2022-03-15syscall: add race annotations to Windows ReadFile and WriteFileIan Lance Taylor
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-03-11runtime/pprof, syscall: report MaxRSS on all unix platformsTobias Klauser
2022-03-08runtime, syscall: implement syscall.Pipe using syscall.Pipe2 on solarisTobias Klauser
2022-03-08syscall: add Pipe2 on solaris and use it for forkExecPipeTobias Klauser
2022-03-05syscall: use dup3 in forkAndExecInChild on OpenBSDTobias Klauser
2022-03-04syscall: remove TestRlimitIan Lance Taylor
2022-03-03syscall, runtime/internal/syscall: always return 0 in r2 on ppc64{,le} linux ...Paul E. Murphy
2022-03-02syscall: remove accept on LinuxTobias Klauser
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt