summaryrefslogtreecommitdiff
path: root/amiga/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* Update for new SDKChris Young2008-12-201-8/+8
| | | | svn path=/trunk/netsurf/; revision=5915
* Minor fixes, changing some defaults to safer values, screen_modeid should ↵Chris Young2008-11-031-3/+5
| | | | | | | | | | now work. Added screen_depth to stop it complaining when trying to BestModeID() a 32-bit screen on a system that doesn't have one. svn path=/trunk/netsurf/; revision=5650
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-6/+5
| | | | svn path=/trunk/netsurf/; revision=5649
* List traversing tidy-up.Chris Young2008-10-061-10/+10
| | | | svn path=/trunk/netsurf/; revision=5499
* Disabled the new scheduler by default as it is more unstable than I thought :(Chris Young2008-09-091-10/+18
| | | | | | Defining AMI_SCHEDULER_USES_TIMER will enable it again. svn path=/trunk/netsurf/; revision=5291
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-2/+33
| | | | | | The timer appears to stop signalling events occasionally - needs some investigation. svn path=/trunk/netsurf/; revision=5287
* Reversed order of running a callback and removing it from the schedule list, ↵Chris Young2008-08-171-13/+3
| | | | | | | | this resolves a serious system freeze especially prevalent on XOOPS-based websites. svn path=/trunk/netsurf/; revision=5137
* Fully implemented schedule, schedule_run and schedule_remove.Chris Young2008-08-031-1/+104
| | | | svn path=/trunk/netsurf/; revision=4875
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+32
svn path=/trunk/netsurf/; revision=4864