summaryrefslogtreecommitdiff
path: root/firmware/kernel.c (follow)
Commit message (Expand)AuthorAge
* Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing2004-09-01
* New kernel function: queue_clear()Linus Nielsen Feltzing2004-09-01
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* remove extra ';'Daniel Stenberg2004-06-16
* Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing2004-03-02
* The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing2004-02-25
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
* Killed a dozen global variablesBjörn Stenberg2002-12-18
* Enable status bar in usb mode.Markus Braun2002-10-11
* More accurate tick period calculationLinus Nielsen Feltzing2002-10-09
* sleep() and queue_wait() moved to internal RAMLinus Nielsen Feltzing2002-08-01
* Added panicf() call in tick_add_task()Linus Nielsen Feltzing2002-06-29
* Added queue_broadcast()Linus Nielsen Feltzing2002-06-29
* Added init_threads functionLinus Nielsen Feltzing2002-06-07
* Clarified the mutex code, renamed the NUM_TICK_TASKS macroLinus Nielsen Feltzing2002-06-04
* Moved NUM_TICK_TASKS definitionLinus Nielsen Feltzing2002-06-04
* Added queue_empty()Björn Stenberg2002-05-23
* Changed queue API. Added mutex functionsLinus Nielsen Feltzing2002-05-16
* The set_irq_level function was braindeadLinus Nielsen Feltzing2002-05-11
* Made set_irq_level() and queue_post() interrupt safeLinus Nielsen Feltzing2002-05-08
* sleep() always sleeps at least one tickLinus Nielsen Feltzing2002-05-08
* tick_start() now uses HZLinus Nielsen Feltzing2002-05-07
* Added tick and interrupt level functionsLinus Nielsen Feltzing2002-05-05
* Added queue handling stuff - NOT INTERRUPT SAFELinus Nielsen Feltzing2002-04-29
* Not yet workingLinus Nielsen Feltzing2002-04-25
* Alan's ATA code, or what's left of it after I have laid my grubby little handsBjörn Stenberg2002-04-21