Remove the idle process.
[bertos.git] / bertos / kern / proc.h
2010-03-19 arighiRemove the idle process.
2010-03-18 arighiParametric scheduler approach.
2010-03-17 arighiDo not break old declarations of PROC_DEFINE_STACK().
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-10-26 battUse a better name.
2009-10-26 battFix process stack size declaration.
2009-09-16 lottavianodoc: Document proc_new(); move documentation around.
2009-09-16 lottavianoUse KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all...
2009-09-15 lottavianoMove struct Process definition to proc.h. Fix KERN_MINS...
2009-09-15 asterixAdd macro for define process stack.
2009-09-09 lottavianodoc: Update proc.h documentation.
2009-07-10 lottavianodoc: Fix style in documentation.
2009-07-07 lottavianodoc: Add user documentation for proc module.
2009-04-22 asterixAdd missing dependence.
2009-04-20 battReformat.
2009-04-16 battFix support status for ATmega103.
2009-04-10 battRefactor switch context ASM files to comply to Wizard.
2009-03-25 battSwitch to new kernel config files.
2009-03-25 battStart to refactor kernel configuration.
2009-02-16 duploChange the comment style for the modules and the list...
2009-02-09 asterixFix comments. Add wizard info.
2008-11-07 battIncrease minimum required stack to suite ARM7 needs.
2008-09-03 bernieproc_current(): Move inline.
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-29 berniepreempt_forbid_cnt: make it of type cpuatomic_t
2008-08-29 bernieproc_forbid(): extensively document why we don't need...
2008-08-29 battRestore preempt_forbid_cnt as private; supply an access...
2008-08-26 battRemove redundant prototypes; reformat.
2008-08-26 battMove preempt_forbid_cnt to a more suitable place.
2008-08-26 battAdd missing header.
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-25 bernieproc_setPri(): nop fallback when priorities are disabled
2008-08-24 berniepreempt: Implement scheduling priorities
2008-08-23 bernieCONFIG_KERN_MINSTACKSIZE: rename from CONFIG_PROC_DEFST...
2008-08-21 bernieproc: Use a global forbid count;
2008-08-17 bernieirq: more emancipation from proc/preempt
2008-08-17 berniepreempt: irq supervisor draft
2008-08-10 bernieproc_yield(): Rename from proc_switch()
2008-08-09 battRefactor proc_test to comply with new policy.
2008-08-07 battFactor out from cfg_kern kernel related default.
2008-08-04 bernieRename myself
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-26 asterixUse configuration file instead appconfig. Reformat...
2008-04-04 battRefactor BeRTOS to be in his own directory.