bertos.git
2008-08-31 bernieAdd GDB support for debugging preemptive kernel
2008-08-29 battReformat: use tabs.
2008-08-29 battFix ramp_test.
2008-08-29 battFix sprintf_test.
2008-08-29 battRename hw-related tests.
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 berniecpu: introduce cpuatomic_t
2008-08-29 battFix documentation.
2008-08-29 battDrop the magical test macros.
2008-08-29 battFix UNITTEST ARCH declaration.
2008-08-29 bernieproc_forbid(): extensively document why we don't need...
2008-08-29 battRevert bad commit.
2008-08-29 battFix some warnings for printf arguments.
2008-08-29 battSilence a warning on 64bit platforms.
2008-08-29 battRestore preempt_forbid_cnt as private; supply an access...
2008-08-29 battRemove unneeded cast.
2008-08-28 battAdd missing brackets.
2008-08-28 battReformat.
2008-08-28 battFix unit test check.
2008-08-28 battAdd missing header.
2008-08-28 battUse new macro.
2008-08-28 battRename _TEST to ARCH_UNITTEST.
2008-08-28 battUse the new ARCH_NIGHTTEST.
2008-08-28 battAdd test ARCH; remove macros.h dependency to allow...
2008-08-27 battRemove timer_avr.c from nightly_test.
2008-08-27 battAdd missing prototypes.
2008-08-27 battRemove from nightly_test list.
2008-08-27 battUpdate to new macro name.
2008-08-27 battAdd item to list correctly.
2008-08-27 battFix warning for no prototype.
2008-08-27 battLower meaningless demo clock frequency to avoid overflo...
2008-08-27 battAdd missing header.
2008-08-27 battDisable kernel heap (needs to be refactored).
2008-08-27 battAdd a way to easily exclude a file from nightly test.
2008-08-27 battSet a more conservative default.
2008-08-27 battAdd missing header.
2008-08-27 battUpdate to new name.
2008-08-27 battUpdate to new macro.
2008-08-27 battRemove obsolete appconfig.h file.
2008-08-27 battUpdate to new CONFIG_KERN.
2008-08-27 battInclude proper header.
2008-08-27 battRemove obsolete header.
2008-08-27 battUpdate to new cfg_kern.h
2008-08-27 battAdd missing header.
2008-08-27 battUpdate to new name.
2008-08-27 battUse correct type.
2008-08-27 battUpdate to new directory layout.
2008-08-27 battAdd cfg_kern.h to triface project.
2008-08-27 battMove proc_testRun() out of loop.
2008-08-27 battAdd cooperative scheduler to makefile.
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 battRefactor to new CONFIG_KERN.
2008-08-26 battUse correct type.
2008-08-26 battAdd missing parameter.
2008-08-26 battUpdate to new interface.
2008-08-26 battAdd application specific config file.
2008-08-26 battRemove obsolete appconfig file.
2008-08-26 battTypo; proc_preempt_timer -> proc_preempt.
2008-08-26 battUpdate to new name.
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 bernieMore OBSOLETE removal
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 bernieKill MOC and use QT_MOC instead
2008-08-25 bernieBREAKPOINT: x86 asm syntax fix: 'int 3' -> 'int3'
2008-08-25 bernieCC, CXX: revert g++-4.3 to g++, it was a temporary...
2008-08-25 berniekern: move config dependency checking to proc.c
2008-08-25 bernieemul: enforce timer to be stopped before destroying...
2008-08-25 berniecfg/depend.h: New header
2008-08-25 bernieidle: Use C-friendly syntax
2008-08-25 bernieproc_setPri(): nop fallback when priorities are disabled
2008-08-25 bernietimer: check for initialization of irq module when...
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 bernietimer Prevent further SIGALRM signals when timer is...
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 bernieBREAKPOINT: move from cpu/irq.h to cpu/attr.h
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 bernieBREAKPOINT: implement for x86 and ppc
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 bernieCONFIG_KERN: rename from CONFIG_KERNEL for consistency
2008-08-22 berniedemo: explain the "purpose" of schedule()
2008-08-22 berniesig_waitTimeout(): Only enable when timer events are...
2008-08-22 bernierun_tests: Nicer output, configurable verbosity.
2008-08-21 bernieproc: Use a global forbid count;
next