aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_aix_ppc64.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-09-14syscall: fix fsync for read-only files on aixClément Chigot
2019-04-12syscall: add aix to syscall_unix_test.goClément Chigot
2019-04-03syscall: on AIX use nsendmsg and nrecvmsg, define SockaddrDatalinkClément Chigot
2019-03-22syscall: fix returned values of Dup2 on aix/ppc64Clément Chigot
2019-03-13syscall: add Chroot and Dup2 for aix/ppc64Clément Chigot
2019-02-27syscall: add missing Setrlimit and Termios on aix/ppc64Clément Chigot
2018-10-25syscall: fix TestForeground for AIXClément Chigot
2018-10-10syscall: add marker comments to zsyscall_{aix,solaris}_*.goTobias Klauser
2018-10-10syscall: add AIX operating systemClément Chigot