aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_aix_ppc64.go
AgeCommit message (Expand)Author
4 dayssyscall: add Setuid for aixMauri de Souza Meneguzzo
2023-11-10syscall: regen zsyscall_{aix_ppc64,solaris_amd64}.goTobias Klauser
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-02-23syscall: add ptracePtr that accepts pointer arg as unsafe.PointerDmitri Goutnik
2022-10-07internal/poll, net, syscall: enable writev on aixTobias Klauser
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-03-11runtime/pprof, syscall: report MaxRSS on all unix platformsTobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
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