Remove the idle process.
[bertos.git] / bertos / kern / proc_p.h
2010-03-19 arighiRemove the idle process.
2010-03-18 arighiParametric scheduler approach.
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-09-15 lottavianoMove struct Process definition to proc.h. Fix KERN_MINS...
2009-08-28 lottavianoRename SCHED_CHANGE_PRI to better describe functionality.
2009-08-27 (no author)Correct conditional test.
2009-08-24 lottavianoFix warnings.
2009-08-24 lottavianoFix proc_setPri(), which now correctly changes the...
2009-03-25 battSwitch to new kernel config files.
2008-09-03 bernieSCHED_ENQUEUE: tighten checks on locking
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-25 bernieproc_switch(): rename from proc_schedule(). Split out...
2008-08-25 bernieCONFIG_KERN_PREEMPTIVE -> CONFIG_KERN_PREEMPT
2008-08-24 berniepreempt: Implement scheduling priorities
2008-08-21 bernieproc: Use a global forbid count;
2008-08-15 berniepreempt: much closer
2008-08-13 bernieInitial (nonworking) draft of preemptive task switching
2008-08-13 bernieUse new header locations everywhere
2008-08-10 bernieproc: Split cooperative scheduler in coop.c
2008-08-10 bernieproc:SCHED_ENQUEUE(): Documentation fix.
2008-08-10 bernieSCHED_ENQUEUE(): Enhance documentation
2008-08-07 berniemonitor: Correct preemptive locking
2008-08-07 berniekern: Unify stack_base/stack_size copies in Process
2008-08-04 bernieRename myself
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-26 asterixUse cfg instead appconfig in bertos modules. Reformat...
2008-04-04 battRefactor BeRTOS to be in his own directory.