rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / kern / proc_p.h
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.