kernel: preemptive and cooperative scheduler refactoring.
[bertos.git] / bertos / kern / coop.c
2010-04-19 arighikernel: preemptive and cooperative scheduler refactoring.
2010-04-16 arighiproc: change proc_yield() behaviour.
2010-03-25 arighiIntroduce proc_wakeup().
2010-03-19 arighiRemove the idle process.
2010-03-18 arighiSilent some gcc "no previous prototype" build warnings.
2010-03-18 arighiParametric scheduler approach.
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-04-15 duploChange properties
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-27 battFix const position.
2008-08-26 battUse correct macro name.
2008-08-25 bernieproc_switch(): rename from proc_schedule(). Split out...
2008-08-18 berniecoop: Fix brief description
2008-08-10 bernieproc_yield(): Rename from proc_switch()
2008-08-10 bernieproc: Split cooperative scheduler in coop.c