aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_linux_ppc64.go
AgeCommit message (Expand)Author
2021-09-17syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2019-10-08syscall: don't use deprecated syscalls on linux/arm64Tobias Klauser
2019-08-28syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser
2018-09-05syscall: correct argument order for SyncFileRange syscall on linux/ppc64{,le}Tobias Klauser
2018-07-27syscall: support Faccessat flags argumentIan Lance Taylor
2018-06-21syscall: check faccessat flags parameter on LinuxTobias Klauser
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-06-13syscall: check Fchmodat flags parameter on LinuxTobias Klauser
2018-06-04syscall: fix EpollWait for arm64Wei Xiao
2018-02-13syscall: support syscalls without error return on LinuxTobias Klauser
2018-01-31syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-09-22syscall: update syscall.Select to use newselect on ppc64xCarlos Eduardo Seo
2017-08-15syscall: add missing int flag argument to utimensatYuval Pavel Zholkover
2017-02-09syscall: remove "use" function and calls from generated code.Sameer Ajmani
2016-11-08syscall: fix name of prlimit parametersBrad Fitzpatrick
2015-11-12syscall: added support for linux/mips64{,le}Yao Zhang
2015-05-15syscall: add explicit build tagsShenghou Ma
2015-05-09syscall: fix InotifyInit on linux/arm64Shenghou Ma
2015-03-27syscall: apply the errno allocation fix to other operating systemsBrad Fitzpatrick
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
2015-02-24syscall: rebuild zsyscall_linux_*.goDave Cheney
2014-12-05all: power64 is now ppc64Russ Cox