bertos.git
2008-08-13 bernieInitial (nonworking) draft of preemptive task switching
2008-08-13 bernieFix timer test
2008-08-13 bernieMake listings more useful by adding instruction sizes too
2008-08-13 bernieUse new header locations everywhere
2008-08-13 berniepgm, byteorder: fix headers
2008-08-13 berniemware: add compatibility stubs for byteorder.h and...
2008-08-13 berniefonts: igore generated C files
2008-08-13 berniepgm, byteorder: move from mware/ to cpu/
2008-08-13 berniefifobuf: Header fix
2008-08-13 berniemware: Add missing OBSOLETE markers here to stub headers.
2008-08-13 berniehashtable: Move from mware/ to struct/
2008-08-13 berniecpu/power.h: Documentation fixes
2008-08-13 bernieMove algorithms from mware/ to algo/
2008-08-13 bernieMove data structures to new directory struct/
2008-08-12 battFix some doxygen warnings.
2008-08-11 berniecpu_relax(): New function.
2008-08-11 bernietimer_delayTicks(): Re-enable check for interrupts...
2008-08-11 bernieCPU_PUSH_CALL_FRAME: Typo in DSP56k version.
2008-08-11 battReformat.
2008-08-10 bernieproc_yield(): Rename from proc_switch()
2008-08-10 bernieproc: Split cooperative scheduler in coop.c
2008-08-10 bernieIgnore tags and .gdb_history
2008-08-10 bernieIgnore moc files
2008-08-10 berniecpu: Split frame handling macros to the new header...
2008-08-10 berniePUSH_CALL_FRAME(): Renamed from PUSH_CALL_CONTEXT().
2008-08-10 berniesig_wait(): Don't call proc_shecule() with interrupts...
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-10 bernieproc_test: Rename a few functions, change output a...
2008-08-10 bernieppc: Add cooperative task switching for PowerPC
2008-08-10 bernieproc: Reduce log verbosity
2008-08-10 bernieLOG_PRINT: Fix out of order parameters
2008-08-10 bernieproc_test: Formatting changes
2008-08-10 bernieproc:SCHED_ENQUEUE(): Documentation fix.
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-10 bernieAdd logging for kernel
2008-08-10 bernieRemove redundant \version tag
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-10 bernieavr: Documentation syntax fix.
2008-08-10 bernieASSERT_IRQ_CONTEXT(), ASSERT_USER_CONTEXT(), ASSERT_IRQ...
2008-08-10 berniex86: define cpuflags_t only in the OS_EMBEDDED case.
2008-08-10 bernieQt: Really define OS_ID on ARCH_QT
2008-08-10 bernietrac#29: Cleanup timer on demo exit
2008-08-10 berniemonitor: use %zu to print size_t arguments to pacify gcc
2008-08-10 bernieformatwr(): Add 'z' modifier
2008-08-10 bernieASSERT_VALID_PTR(): Make bottom of memory a per-CPU...
2008-08-10 bernielist: Check pointers with ASSERT_VALID_PTR() rather...
2008-08-10 bernieSCHED_ENQUEUE(): Enhance documentation
2008-08-10 bernieReformat to be more ps-like
2008-08-10 bernietest.h: Remove stray whitespace
2008-08-10 bernieDrop ABI versioning for asm_switch_context(), as it...
2008-08-10 bernieFix PowerPC support
2008-08-09 battTest only c/c++ sources.
2008-08-09 battRefactor to use new test interface; add timer test.
2008-08-09 battRefactor proc_test to comply with new policy.
2008-08-09 battAdd dummy empty include file.
2008-08-09 battFix warning.
2008-08-09 battAdd documentation.
2008-08-09 battRefactor timer test to new policy.
2008-08-09 battAdd test macros, useful to compile a test as a single...
2008-08-08 battReformat.
2008-08-08 bernieemul: make config simpler and closer to the embedded...
2008-08-08 bernieFix headers and license info in several places
2008-08-08 bernieemul: make config simpler and closer to the embedded...
2008-08-08 bernieCompletely port to Qt4 with no Q3Support
2008-08-08 battTypo.
2008-08-08 battfix warning: missing terminating ' character on 4.2...
2008-08-08 berniedemo: Remove misleading comment
2008-08-08 bernieFix timer test temporarily
2008-08-08 bernieRemove leftovers of Qt3 support
2008-08-07 qwertRefactor FLASH25 macro in FLASH25_CAST.
2008-08-07 qwertRefactor FLASHAVR macro in FLASHAVR_CAST.
2008-08-07 qwertRefactor DATAFLASH macro in DATAFLASH_CAST
2008-08-07 qwertRefactor SERIAL macro.
2008-08-07 bernierun_tests: unbreak and let TESTS be overridden externally
2008-08-07 bernietimer_posix: Implement dummy timer_hw_triggered()
2008-08-07 berniemonitor: Correct preemptive locking
2008-08-07 battFactor out from cfg_kern kernel related default.
2008-08-07 bernieBump copyright year; Indentation fixes
2008-08-07 berniekern: Unify stack_base/stack_size copies in Process
2008-08-07 bernieproc_new(): Rename proc_size_words to PROC_SIZE_WORDS...
2008-08-07 bernieproc_new(): Rename stacksize to stack_size for consistency
2008-08-06 qwertRefactor Dataflash macro to the new name specs.
2008-08-06 qwertRefactor serial macro to the new name specs.
2008-08-06 bernieFix size hinting for LCD widget
2008-08-06 bernieIRQ_ENABLED(): Prevent name clash with variable defined...
2008-08-05 qwertFix test script to pass nightly test. Kdebug was remove...
2008-08-05 qwertRefactor Dataflash and Flash25 struct.
2008-08-05 qwertAdd new file to skip in test.
2008-08-05 qwertRemove old useless debug flag in test makefile.
2008-08-05 qwertRefactor All Serial module.
2008-08-05 qwertSysrq is called by timer init function so we don't...
2008-08-05 battFactor out debug stuff from project makefiles.
2008-08-05 battRefactor how cpu flags are added.
2008-08-05 qwertRe-Refactor code under new specs. FlashAvr.
2008-08-05 qwertRe-Refactor code under new specs. BattFs. Nightlytest...
2008-08-05 battRemove the need of a specific flag to distinguish betwe...
2008-08-04 qwertFix refactor.
2008-08-04 qwertRefactor from KFileBattFs to BattFsKFile.
2008-08-04 qwertRefactor KFileFlash25 to Flash25KFile. Tested.
2008-08-04 qwertRefactor KFileDataFlash in DataFlashKFile. Tested and...
next