summaryrefslogtreecommitdiff
path: root/rts/IOManager.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ioManager{Start,Die,Wakeup} from IOManager.hDuncan Coutts2021-01-251-2/+4
* Add a common wakeupIOManager hookDuncan Coutts2021-01-251-0/+14
* Replace a direct call to ioManagerStartCap with a new hookDuncan Coutts2021-01-251-0/+28
* Move hooks for I/O manager startup / shutdown into IOManager.{c,h}Duncan Coutts2021-01-251-0/+67
* Move setIOManagerControlFd from Capability.c to IOManager.cDuncan Coutts2021-01-251-0/+17
* Start to centralise the I/O manager hooks from other bits of the RTSDuncan Coutts2021-01-251-0/+21