aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_aix.go
AgeCommit message (Expand)Author
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-07-20runtime: adjust netpollWaiters after goroutines are readyIan Lance Taylor
2023-04-18runtime: add and use pollDesc fd sequence fieldIan Lance Taylor
2022-08-17runtime: convert aix netpollWakeSig to atomic typeCuong Manh Le
2022-08-09runtime: refine code reducing indents in netpollBreak()Andy Pan
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-01-14runtime: fix net poll racesRuss Cox
2020-04-10runtime: replace the type of netpollWakeSig from a uintptr to a uint32Andy Pan
2020-03-28runtime: avoid racing on pendingUpdates in AIX netpollBreakIan Lance Taylor
2020-03-28Revert "runtime: lock mtxpoll in AIX netpollBreak"Ian Lance Taylor
2020-03-27runtime: lock mtxpoll in AIX netpollBreakIan Lance Taylor
2020-03-23runtime: correct the system-call name of kevent in commentAndy Pan
2019-10-30runtime: fix netpollBreak for AIXClément Chigot
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-10-15runtime: change netpoll to take an amount of time to blockIan Lance Taylor
2019-04-12runtime: remove debug prints in netpoll_aix.goClément Chigot
2019-03-19runtime, internal/poll: report only critical event scanning errorMikio Hara
2019-03-13runtime, internal/poll, net: report event scanning error on read eventMikio Hara
2018-10-03runtime: add AIX operating systemClément Chigot