aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_aix.go
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox
2020-10-20syscall, cmd/go/internal/modload: add and use Access on aixTobias Klauser
2020-09-14syscall: fix fsync for read-only files on aixClément Chigot
2019-12-31internal/poll: use correct fcntl implementationsTobias Klauser
2019-08-30syscall: fix coredump bit for aix/ppc64Clé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-27archive/tar, syscall: add statUnix for aix/ppc64Clément Chigot
2019-02-27syscall: add missing Setrlimit and Termios on aix/ppc64Clément Chigot
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2018-10-25syscall: fix TestForeground for AIXClément Chigot
2018-10-10syscall: add AIX operating systemClément Chigot