summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux_ppc64x.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: add race annotations to Pread and PwriteIan Lance Taylor2022-03-121-2/+2
* syscall: remove accept on LinuxTobias Klauser2022-03-021-1/+0
* runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt2022-02-151-6/+0
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-2/+0
* syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser2021-09-171-24/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* syscall: handle undefined r2 value on linux-ppc64xAndrew G. Morgan2020-10-291-0/+6
* syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan2020-10-231-5/+0
* syscall: avoid dup2 in forkAndExecInChild1 on AndroidElias Naur2020-05-281-4/+1
* syscall: don't use deprecated syscalls on linux/arm64Tobias Klauser2019-10-081-1/+7
* syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser2019-08-281-0/+1
* syscall: implement rawVforkSyscall for linux/ppc64x and linux/s390xJoel Sing2019-05-151-3/+1
* syscall: correct argument order for SyncFileRange syscall on linux/ppc64{,le}Tobias Klauser2018-09-051-1/+8
* syscall: support Faccessat flags argumentIan Lance Taylor2018-07-271-0/+1
* syscall: fix EpollWait for arm64Wei Xiao2018-06-041-0/+1
* syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser2018-01-311-1/+0
* syscall: update syscall.Select to use newselect on ppc64xCarlos Eduardo Seo2017-09-221-1/+1
* syscall: use CLONE_VFORK and CLONE_VMRichard Musiol2017-03-221-0/+4
* syscall: for ForkExec on Linux, always use 32-bit setgroups system callRuss Cox2016-10-191-2/+3
* syscall: unify NsecToTime{spec,val}, fix for times < 1970Ian Lance Taylor2016-10-121-9/+4
* syscall: unify TimespecToNsec and TimevalToNsecIan Lance Taylor2016-10-111-4/+0
* syscall: make Getpagesize return page size from runtimeAustin Clements2016-09-061-2/+0
* syscall: added support for linux/mips64{,le}Yao Zhang2015-11-121-1/+4
* syscall: fix InotifyInit on linux/arm64Shenghou Ma2015-05-091-0/+1
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-1/+1
* syscall: exec_linux.go: support platforms without SYS_DUP2Dave Cheney2015-03-101-0/+2
* syscall: Reimplement linux syscalls in terms of their *at replacements.Dave Cheney2015-02-261-1/+0
* syscall: split implementation of Dup2 per linux GOOSDave Cheney2015-02-251-0/+1
* syscall: split implementation of Pipe/Pipe2 per GOOSDave Cheney2015-02-251-0/+24
* all: power64 is now ppc64Russ Cox2014-12-051-0/+97