Update preset.
[bertos.git] / bertos / kern /
2012-01-13 Daniele BasileRename macro to more appropiate name.
2012-01-12 Daniele BasileAdd test function prototype.
2012-01-11 asterixComplete test.
2012-01-11 asterixFix time conversion from ms to ticks.
2012-01-11 asterixAdd first version of rtask_test.
2012-01-11 asterixSilen some warning.
2012-01-11 asterixAdd rtask module.
2012-01-11 asterixAdd proc_pri function to extract a Process priority.
2011-05-23 lottavianoFix some minor bugs and warnings in the new PI tests.
2011-05-17 lottavianoRemove warnings from nightly tests.
2011-05-17 lottavianoFix compilation issues in sem_test.
2011-05-17 lottavianoAdd high level documentation to priority inheritance...
2011-05-17 lottavianoAdd priority inheritance implementation for Semaphores.
2011-05-17 lottavianoAdd a priority inversion test for Semaphores.
2011-03-14 arighisignal: change sig_waitTimeoutSignal() to accept custom...
2011-03-14 arighisignal: move some of the API documentation in signal.h
2011-03-14 arighisignal: speed up sig_check()
2011-03-07 arighisignal: split user and system signals in two distinct...
2011-03-03 arighisignal: fix a build warning with CONFIG_KERN_SIGNALS...
2011-03-03 arighisignal: introduce a low-level API to specify the partic...
2011-03-03 arighisignal: introduce a struct to represent a signal
2011-02-15 lottavianoUse more descriptive error messages for invalid stacks...
2010-11-12 lottavianodoc: Refactor documentation and add OOP basics.
2010-11-11 lottavianodoc: Add documentation for kernel
2010-11-10 lottavianodoc: Added group definitions for most common modules.
2010-08-04 asterixMove the kern/kfile.c to io dir.
2010-08-04 asterixFix for wizard.
2010-07-02 battRecode files to unix newlines.
2010-07-02 battRemove \version svn tag.
2010-07-02 battMove kfile interface to the io/ directory.
2010-06-21 battAdd some more error messages.
2010-06-03 arighisignal: correctly deliver signal to current_process.
2010-05-28 battExplicit dependancy between CONFIG_KERN_PREEMPT and...
2010-05-17 asterixRemove svn tag.
2010-04-19 arighikernel: preemptive and cooperative scheduler refactoring.
2010-04-16 arighiproc: change proc_yield() behaviour.
2010-04-06 arighiCM3: kernel preemption.
2010-03-26 arighiFix "Found unknown command" doxygen warnings.
2010-03-25 arighisignal_test: use kernel heap memory pool for the proces...
2010-03-25 arighiUse the new sig_send() and sig_post() primitives.
2010-03-25 arighiIntroduce low-latency signals.
2010-03-25 arighiIntroduce proc_wakeup().
2010-03-22 battAdd more kernel tests.
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.
next