Merge branch "preempt" in "trunk".
[bertos.git] / bertos / kern / proc_test.c
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-09-16 lottavianoUse KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all...
2009-09-10 asterixFix proc test.
2009-09-10 asterixDo signal test if these are enabled.
2009-08-24 lottavianoAdd process priority test.
2009-04-24 asterixSet correct stack size for kernel componet tests.
2009-03-25 battUpdate to new kernel config: kernel if OFF by default...
2008-12-19 asterixRemove unneeded variable.
2008-12-19 asterixClean up.
2008-12-18 asterixRefactor and automaize the test.
2008-12-17 asterixRemove unneeded proc_switch.
2008-12-17 asterixRemove unneeded proc_yield.
2008-12-02 battRemove c files inclusions: use libunittest instead.
2008-08-31 bernieproc_test: print process table during test
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-28 battFix unit test check.
2008-08-28 battRename _TEST to ARCH_UNITTEST.
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-25 bernieproc_test: Convert to new test policy
2008-08-10 bernieproc_yield(): Rename from proc_switch()
2008-08-10 bernieproc: Split cooperative scheduler in coop.c
2008-08-10 bernieproc_test: Rename a few functions, change output a...
2008-08-10 bernieproc_test: Formatting changes
2008-08-09 battRefactor proc_test to comply with new policy.
2008-08-07 berniemonitor: Correct preemptive locking
2008-05-22 asterixMark these test module with warning.
2008-04-04 battRefactor BeRTOS to be in his own directory.