aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux.go
AgeCommit message (Expand)Author
2022-05-09[release-branch.go1.17] syscall: check correct group in FaccessatDamien Neil
2021-04-26syscall: on linux use accept4 in Accept, fall back to acceptTobias Klauser
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2020-10-29syscall: handle undefined r2 value on linux-ppc64xAndrew G. Morgan
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-06-20syscall: check secondary group membership for Faccessat(..., AT_EACCESS) on L...Tobias Klauser
2019-10-18syscall: fix wrong unsafe.Pointer alignment in syscallCuong Manh Le
2019-10-08syscall: don't use deprecated syscalls on linux/arm64Tobias Klauser
2019-08-28syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser
2018-07-27syscall: support Faccessat flags argumentIan Lance Taylor
2018-06-21syscall: check faccessat flags parameter on LinuxTobias Klauser
2018-06-13syscall: check Fchmodat flags parameter on LinuxTobias Klauser
2018-06-04syscall: fix EpollWait for arm64Wei Xiao
2018-04-19syscall: avoid extra syscall on send/recvmsg on LinuxJason A. Donenfeld
2018-02-22syscall: remove list of unimplemented syscallsTobias Klauser
2018-02-13syscall: support syscalls without error return on LinuxTobias Klauser
2018-01-31syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser
2017-10-27syscall: simplify return in Futimesat and MountTobias Klauser
2017-10-26syscall: remove unnecessary use of unsafe.Pointer.Christopher Koch
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-09-26syscall: allow abstract unix socket to use the full Path lenNicolas BRULEZ
2017-08-29syscall: drop dummy byte for oob in unixgram SendmsgNLuca Bruno
2017-08-15syscall: add missing int flag argument to utimensatYuval Pavel Zholkover
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
2016-11-08syscall: fix name of prlimit parametersBrad Fitzpatrick
2016-09-20syscall: validate ParseDirent inputsDamien Neil
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-12syscall: added support for linux/mips64{,le}Yao Zhang
2015-10-30syscall: correct parameter name of Setgid on linuxMarvin Stenger
2015-05-09syscall: fix InotifyInit on linux/arm64Shenghou Ma
2015-03-26syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor
2015-03-24syscall: use Getpgid to emulate Getpgrp on linuxShenghou Ma
2015-02-26syscall: Reimplement linux syscalls in terms of their *at replacements.Dave Cheney
2015-02-25syscall: split implementation of Dup2 per linux GOOSDave Cheney
2015-02-25syscall: split implementation of Pipe/Pipe2 per GOOSDave Cheney
2014-09-08syscall: keep allocated C string live across call to SyscallRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox