aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_aix.go
AgeCommit message (Expand)Author
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