aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_aix.go
AgeCommit message (Expand)Author
11 dayssyscall: add Setuid for aixMauri de Souza Meneguzzo
2024-01-30all: fix typosJes Cok
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-02-27syscall: use unsafe.Slice in anyToSockaddrCuong Manh Le
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-10-02syscall: remove redundant type conversioncui fliter
2022-05-19syscall: make //sys lines not doc commentsRuss Cox
2022-04-21syscall: move Syscall declarations to OS filesMichael Pratt
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-12-09syscall: avoid writing to p when Pipe(p) failsRuss Cox
2021-11-04syscall: unify unix Recvmsg epiloguesJosh Bleecher Snyder
2021-11-04syscall: unify unix Sendmsg prologuesJosh Bleecher Snyder
2021-11-02syscall,internal/poll: copy arrays by assignment instead of loopingJosh Bleecher Snyder
2021-10-26syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumosTobias Klauser
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