summaryrefslogtreecommitdiff
path: root/src/runtime/netpoll_aix.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix net poll racesRuss Cox2022-01-141-4/+1
* runtime: replace the type of netpollWakeSig from a uintptr to a uint32Andy Pan2020-04-101-3/+3
* runtime: avoid racing on pendingUpdates in AIX netpollBreakIan Lance Taylor2020-03-281-2/+11
* Revert "runtime: lock mtxpoll in AIX netpollBreak"Ian Lance Taylor2020-03-281-2/+0
* runtime: lock mtxpoll in AIX netpollBreakIan Lance Taylor2020-03-271-0/+2
* runtime: correct the system-call name of kevent in commentAndy Pan2020-03-231-1/+1
* runtime: fix netpollBreak for AIXClément Chigot2019-10-301-5/+4
* runtime: add netpollBreakIan Lance Taylor2019-10-211-8/+14
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-20/+4
* runtime: change netpoll to take an amount of time to blockIan Lance Taylor2019-10-151-7/+24
* runtime: remove debug prints in netpoll_aix.goClément Chigot2019-04-121-41/+0
* runtime, internal/poll: report only critical event scanning errorMikio Hara2019-03-191-1/+1
* runtime, internal/poll, net: report event scanning error on read eventMikio Hara2019-03-131-0/+4
* runtime: add AIX operating systemClément Chigot2018-10-031-0/+247