bertos.git
2008-08-21 bernieIRQ_ASSERT_{EN,DIS}ABLE(): Rename for consistency.
2008-08-20 berniepreempt: introduce idle process; timer: use managed...
2008-08-20 berniemonitor_checkStack(): fix pasto introduced in previous...
2008-08-18 berniebuzzer: spacing fix
2008-08-18 berniecoop: Fix brief description
2008-08-18 bernieproc_new(): thinko: add new processes to the ready...
2008-08-18 bernieOS_HEADER(), OS_CSOURCE(): Fall back to CPU_HEADER...
2008-08-18 berniemonitor_checkStack(): simplify and fix the degenerate...
2008-08-17 bernielcd_gfx_qt: Implement bitmap scaling
2008-08-17 berniemenu: re-enable harvard specific optimizationn that...
2008-08-17 berniekdebug: Switched to write() for output because it's...
2008-08-17 berniekfile: doc cleanup
2008-08-17 bernieNicer testsuite runner
2008-08-17 berniebattfs: Make it a bit more compliant with the test...
2008-08-17 berniekfile: Revise module documentation
2008-08-17 bernieirq: more emancipation from proc/preempt
2008-08-17 bernietimer: Cleanup and warning removal from driver and...
2008-08-17 bernietimer: Cleanup and warning removal from driver and...
2008-08-17 bernietimer: Cleanup and warning removal from driver and...
2008-08-17 bernieevent_initSoftint(): rename from event_initSoftInt()
2008-08-17 berniepreempt: irq supervisor draft
2008-08-17 bernietimer: Amend previous commit (and Subversion sucks)
2008-08-17 bernietimer: Convert to new-style CONFIG_XYZ parameters
2008-08-17 bernietimer_setSoftInt(): rename from timer_set_event_softint().
2008-08-15 berniepreempt: much closer
2008-08-14 berniepreempt: initialize process context structure in proc_new()
2008-08-14 bernieRemove another instance of obsolete header inclusion
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.
next