Add sam3n bechmark into nightly test.
[bertos.git] / bertos / kern /
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.
2008-12-17 asterixAdd process to test semaphore. Add debung string.
2008-12-16 asterixAdd first skell of semaphore test.
2008-12-04 asterixAdd the generic kfile resync.
2008-12-02 battRemove c files inclusions: use libunittest instead.
2008-11-07 battIncrease minimum required stack to suite ARM7 needs.
2008-10-08 battMerged from external project:
2008-10-08 battMerged from external project:
2008-10-06 battMerged from external project:
2008-09-27 battAdd missing include.
2008-09-25 battReformat.
2008-09-24 battHandle reading outside EOF.
2008-09-05 battAdd generic kfile_close.
2008-09-03 battRemove duplicate proc_current function.
2008-09-03 bernieproc_current(): Move inline.
2008-09-03 bernieSCHED_ENQUEUE: tighten checks on locking
2008-08-31 bernieproc_test: print process table during test
2008-08-31 berniemonitor: set process priority to -10
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 battSilence a warning on 64bit platforms.
2008-08-29 battRestore preempt_forbid_cnt as private; supply an access...
2008-08-28 battFix unit test check.
2008-08-28 battAdd missing header.
2008-08-28 battRename _TEST to ARCH_UNITTEST.
2008-08-27 battFix warning for no prototype.
2008-08-27 battAdd missing header.
2008-08-27 battAdd a way to easily exclude a file from nightly test.
2008-08-27 battFix const position.
2008-08-26 battRemove redundant prototypes; reformat.
2008-08-26 battUse correct macro name.
2008-08-26 battMove preempt_forbid_cnt to a more suitable place.
2008-08-26 battAdd missing header.
2008-08-26 battUse correct type.
2008-08-26 battAdd missing parameter.
2008-08-26 battTypo; proc_preempt_timer -> proc_preempt.
2008-08-25 bernieproc_switch(): rename from proc_schedule(). Split out...
2008-08-25 bernieproc_switch(): rename from proc_schedule(). Split out...
2008-08-25 bernieproc_switch(): rename from proc_schedule(). Split out...
2008-08-25 bernieCONFIG_KERN_PREEMPTIVE -> CONFIG_KERN_PREEMPT
2008-08-25 berniepreempt: document architecture
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-25 berniekfile_size_t: kill and replace with kfile_off_t
2008-08-25 bernieidle: Use C-friendly syntax
2008-08-25 bernieproc_setPri(): nop fallback when priorities are disabled
2008-08-25 bernieproc_test: Convert to new test policy
2008-08-25 berniepreempt: add module initialization safety checks
2008-08-25 bernieirq: suppress warning on !CONFIG_KERN_PREEMPT
2008-08-25 bernieproc: Move stack hack from emul.c to proc.c
2008-08-24 berniepreempt: Implement scheduling priorities
2008-08-24 berniepreempt: Cleanup
2008-08-24 bernieproc_exit(): Free the correct stack base pointer.
2008-08-23 bernieCONFIG_KERN_MINSTACKSIZE: rename from CONFIG_PROC_DEFST...
2008-08-23 berniepreempt: thinko: proc->context.uc_stack.ss_size needs...
2008-08-22 berniemonitor: Space pointers by one space to make the actuaq...
2008-08-22 berniepreempt: Move idle process to its own source file
2008-08-22 berniesig_waitTimeout(): Only enable when timer events are...
2008-08-21 bernieproc: Use a global forbid count;
2008-08-20 berniepreempt: introduce idle process; timer: use managed...
2008-08-20 berniemonitor_checkStack(): fix pasto introduced in previous...
2008-08-18 berniecoop: Fix brief description
2008-08-18 bernieproc_new(): thinko: add new processes to the ready...
2008-08-18 berniemonitor_checkStack(): simplify and fix the degenerate...
2008-08-17 berniekfile: doc cleanup
2008-08-17 berniekfile: Revise module documentation
next