bertos.git
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;
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
next