aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/syscall_aix.go
AgeCommit message (Expand)Author
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2022-08-08syscall: rename close to closeFDIan Lance Taylor
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2019-06-06runtime: mark all Go symbols called from assembly in other packagesAustin Clements
2019-04-11runtime: move libcall to stack for syscall package on aix/ppc64Clément Chigot
2018-12-14syscall: remove linknames to runtime symbols for aix/ppc64Clément Chigot
2018-10-10syscall: add AIX operating systemClément Chigot