Merge branch "preempt" in "trunk".
[bertos.git] / bertos / kern / signal.c
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-10-26 battUse a better name.
2009-03-25 battSwitch to new kernel config files.
2008-12-17 asterixReformat.
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-29 battRestore preempt_forbid_cnt as private; supply an access...
2008-08-26 battMove preempt_forbid_cnt to a more suitable place.
2008-08-25 bernieproc_switch(): rename from proc_schedule(). Split out...
2008-08-22 berniesig_waitTimeout(): Only enable when timer events are...
2008-08-20 berniepreempt: introduce idle process; timer: use managed...
2008-08-10 berniesig_wait(): Don't call proc_shecule() with interrupts...
2008-08-04 bernieRename myself
2008-04-04 battRefactor BeRTOS to be in his own directory.