aboutsummaryrefslogtreecommitdiff
path: root/src/core/timer.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-27[time] Add sleep_fixed() function to sleep without checking for Ctrl-CMichael Brown1-3/+36
2017-02-01[time] Report attempts to use timers before initialisationMichael Brown1-3/+25
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-1/+61
2016-03-22[libc] Make sleep() interruptibleMichael Brown1-3/+19
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-10-12[timer] Formalise the timer APIMichael Brown1-82/+9
2008-03-18[Timers] Initialise timers on first useMichael Brown1-27/+25
2008-03-18[Timers] Miscellaneous timer system fixesMichael Brown1-22/+37
2008-03-02CleanupsAlexey Zaytsev1-6/+2
2008-03-02Introduce the new timer subsystem.Alexey Zaytsev1-15/+92
2007-07-14Dead code removal.Michael Brown1-1/+0
2006-08-14Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown1-2/+0
2005-03-08Initial revisionMichael Brown1-0/+30