Add missing prototype.
[bertos.git] / bertos / kern /
2010-03-19 battRemove unneeded prototype.
2010-03-19 arighiRemove the idle process.
2010-03-19 arighidemo: make the GUI preemptive-safe.
2010-03-19 arighiproc_test: define a distinct instance of test for each...
2010-03-18 arighiproc_test: enlarge processes' stack size to KERN_MINSTA...
2010-03-18 arighiSilent some gcc "no previous prototype" build warnings.
2010-03-18 arighiParametric scheduler approach.
2010-03-18 arighiproc_test: fix a format build warning.
2010-03-18 arighiproc_test: do not overflow preempt_counter on AVR.
2010-03-18 arighiproc_test: use kernel dynamic memory if CONFIG_KERN_HEA...
2010-03-17 arighiproc_test: code cleanup and introduce a synchronization...
2010-03-17 arighimonitor: remove useless warning of main process stack...
2010-03-17 arighiproc_test: fix buffer overflow.
2010-03-17 arighiproc_test: reuse the same stack and memory array of...
2010-03-17 arighiproc_test: use snprintf() instead of sprintf().
2010-03-17 arighipreempt: be sure to never call proc_switch() or proc_yi...
2010-03-17 arighiDo not break old declarations of PROC_DEFINE_STACK().
2010-03-17 arighiproc_test: fix some build warnings on AVR.
2010-03-17 arighiMake kernel heap for processes optional and fully confi...
2010-03-17 arighiFix a memory leak in proc_freeZombies().
2010-03-17 arighiMerge branch "preempt" in "trunk".
2010-01-14 battReformat.
2010-01-14 battReformat.
2009-12-29 lottavianodoc: Clarify Msg documentation.
2009-10-26 battUse a better name.
2009-10-26 battFix process stack size declaration.
2009-09-27 battRefactor kfile_test to use the new kfile_mem module.
2009-09-27 battAdd KFile base class constructor.
2009-09-16 lottavianodoc: Document proc_new(); move documentation around.
2009-09-16 lottavianoUse KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all...
2009-09-16 lottavianoChange change macro to reduce stack space needed for...
2009-09-15 lottavianoMove struct Process definition to proc.h. Fix KERN_MINS...
2009-09-15 asterixAdd macro for define process stack.
2009-09-10 battNew macro to fill a new process stack: in this way...
2009-09-10 lottavianoAdd wizard support for message queues.
2009-09-10 battAdd missing dependency.
2009-09-10 battFix warnings; add ASSERT.
2009-09-10 lottavianoAdd include since in some cases BV() it's not defined.
2009-09-10 asterixFix proc test.
2009-09-10 asterixCompute correct stack size.
2009-09-10 asterixPaste.
2009-09-10 asterixDo signal test if these are enabled.
2009-09-09 battNow stack_size is the real size, there's no need to...
2009-09-09 asterixFix stack alineament on new process.
2009-09-09 lottavianodoc: Update proc.h documentation.
2009-09-01 lottavianoFix formatting warnings.
2009-09-01 lottavianoFix warnings.
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 lottavianoAdd process priority test.
2009-08-24 lottavianoFix proc_setPri(), which now correctly changes the...
2009-07-10 lottavianodoc: Fix style in documentation.
2009-07-07 lottavianodoc: Add user documentation for proc module.
2009-05-01 battAdd missing dependencies.
2009-04-24 battReformat.
2009-04-24 asterixSet correct stack size for kernel componet tests.
2009-04-22 asterixAdd missing dependence.
2009-04-20 battReformat.
2009-04-17 battMake nightly build test works.
2009-04-16 battFix support status for ATmega103.
2009-04-15 duploChange properties
2009-04-10 battRefactor switch context ASM files to comply to Wizard.
2009-03-31 asterixClean up.
2009-03-25 battAlways use custom config files.
2009-03-25 battUse custom files.
2009-03-25 battMake sem, signal and monitor separates modules.
2009-03-25 battUpdate to new kernel config: kernel if OFF by default...
2009-03-25 battUpdate to new kernel config: kernel if OFF by default...
2009-03-25 battUpdate to new kernel config: kernel if OFF by default...
2009-03-25 battSwitch to new kernel config files.
2009-03-25 battStart to refactor kernel configuration.
2009-02-20 battIncrease processes.
2009-02-16 duploChange the comment style for the modules and the list...
2009-02-09 asterixFix comments. Add wizard info.
2009-02-09 asterixReformat.
2009-02-05 asterixAdd wizard info.
2009-01-09 asterixAdd comments.
2009-01-09 asterixRefactor kfile test adding the beckend to be compile...
2009-01-09 asterixRename test function and fix a case.
2009-01-09 asterixFix demo code.
2009-01-09 asterixComplete the test.
2009-01-09 asterixReformat.
2009-01-08 asterixAdd first version of the msg test.
2009-01-08 asterixClean up whitespace.
2008-12-19 asterixRemove unneeded variable.
2008-12-19 asterixClean up.
2008-12-18 asterixRefactor and automaize the test.
2008-12-18 asterixFix comments.
2008-12-18 asterixPastos. Change global settings to complete test in...
2008-12-18 asterixFix and add comments.
2008-12-18 asterixAdd debug include.
2008-12-18 asterixClean the proc structure before to use.
2008-12-18 asterixFinish signal test.
2008-12-17 asterixReformat.
2008-12-17 asterixAdd first skell of signal test.
2008-12-17 asterixClean up.
2008-12-17 asterixRemove unneeded proc_switch.
2008-12-17 asterixUse macros to generate a multiple test code for semaphore.
2008-12-17 asterixRemove unneeded proc_yield.
next