summaryrefslogtreecommitdiff
path: root/frontends/amiga/schedule.c
Commit message (Expand)AuthorAgeFilesLines
* Check callback memory is allocated before trying to use it.Chris Young2019-06-091-1/+2
* remove some warnings in amiga frontend buildVincent Sanders2019-05-051-9/+11
* Fix IORequest duplication and ensure library bases are cleared when closed.Chris Young2019-03-171-1/+9
* Ensure the message port has been initialisedChris Young2019-03-151-0/+1
* Update scheduler logging to use catagoryVincent Sanders2017-09-071-3/+5
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-5/+6
* Move memory functions from misc.c to memory.cChris Young2016-11-191-1/+1
* Fix OS3 buildChris Young2016-08-111-1/+6
* Remove excessive scheduler debugChris Young2016-08-111-26/+0
* Don't Abort/WaitIO when we've already removed it from the message queue (thx ...Chris Young2016-08-111-4/+10
* Missing TAG_DONE (thx capehill)Chris Young2016-08-101-0/+1
* Use the API for duplicating IORequestsChris Young2016-08-101-17/+48
* Always wait for at least some time, as it's ambiguous as to whether a 0.0s ti...Chris Young2016-08-101-0/+2
* more debugChris Young2016-08-091-2/+3
* Decouple the scheduler from system timeChris Young2016-08-091-69/+54
* We don't need ReplyMsg here.Chris Young2016-08-091-4/+4
* Scheduler debug loggingChris Young2016-08-091-4/+11
* tidy-upChris Young2016-07-091-4/+4
* move frontends into sub directoryVincent Sanders2016-05-151-0/+353