2008-08-25 |
bernie | kfile_size_t: kill and replace with kfile_off_t
|
commit | commitdiff | tree |
2008-08-25 |
bernie | Kill MOC and use QT_MOC instead
|
commit | commitdiff | tree |
2008-08-25 |
bernie | BREAKPOINT: x86 asm syntax fix: 'int 3' -> 'int3'
|
commit | commitdiff | tree |
2008-08-25 |
bernie | CC, CXX: revert g++-4.3 to g++, it was a temporary...
|
commit | commitdiff | tree |
2008-08-25 |
bernie | kern: move config dependency checking to proc.c
|
commit | commitdiff | tree |
2008-08-25 |
bernie | emul: enforce timer to be stopped before destroying...
|
commit | commitdiff | tree |
2008-08-25 |
bernie | cfg/depend.h: New header
|
commit | commitdiff | tree |
2008-08-25 |
bernie | idle: Use C-friendly syntax
|
commit | commitdiff | tree |
2008-08-25 |
bernie | proc_setPri(): nop fallback when priorities are disabled
|
commit | commitdiff | tree |
2008-08-25 |
bernie | timer: check for initialization of irq module when...
|
commit | commitdiff | tree |
2008-08-25 |
bernie | proc_test: Convert to new test policy
|
commit | commitdiff | tree |
2008-08-25 |
bernie | preempt: add module initialization safety checks
|
commit | commitdiff | tree |
2008-08-25 |
bernie | irq: suppress warning on !CONFIG_KERN_PREEMPT
|
commit | commitdiff | tree |
2008-08-25 |
bernie | timer Prevent further SIGALRM signals when timer is...
|
commit | commitdiff | tree |
2008-08-25 |
bernie | proc: Move stack hack from emul.c to proc.c
|
commit | commitdiff | tree |
2008-08-24 |
bernie | preempt: Implement scheduling priorities
|
commit | commitdiff | tree |
2008-08-24 |
bernie | preempt: Cleanup
|
commit | commitdiff | tree |
2008-08-24 |
bernie | proc_exit(): Free the correct stack base pointer.
|
commit | commitdiff | tree |
2008-08-23 |
bernie | BREAKPOINT: move from cpu/irq.h to cpu/attr.h
|
commit | commitdiff | tree |
2008-08-23 |
bernie | CONFIG_KERN_MINSTACKSIZE: rename from CONFIG_PROC_DEFSTACKSI...
|
commit | commitdiff | tree |
2008-08-23 |
bernie | preempt: thinko: proc->context.uc_stack.ss_size needs...
|
commit | commitdiff | tree |
2008-08-22 |
bernie | BREAKPOINT: implement for x86 and ppc
|
commit | commitdiff | tree |
2008-08-22 |
bernie | monitor: Space pointers by one space to make the actuaqlly...
|
commit | commitdiff | tree |
2008-08-22 |
bernie | preempt: Move idle process to its own source file
|
commit | commitdiff | tree |
2008-08-22 |
bernie | CONFIG_KERN: rename from CONFIG_KERNEL for consistency
|
commit | commitdiff | tree |
2008-08-22 |
bernie | demo: explain the "purpose" of schedule()
|
commit | commitdiff | tree |
2008-08-22 |
bernie | sig_waitTimeout(): Only enable when timer events are...
|
commit | commitdiff | tree |
2008-08-22 |
bernie | run_tests: Nicer output, configurable verbosity.
|
commit | commitdiff | tree |
2008-08-21 |
bernie | proc: Use a global forbid count;
|
commit | commitdiff | tree |
2008-08-21 |
bernie | IRQ_ASSERT_{EN,DIS}ABLE(): Rename for consistency.
|
commit | commitdiff | tree |
2008-08-20 |
bernie | preempt: introduce idle process; timer: use managed...
|
commit | commitdiff | tree |
2008-08-20 |
bernie | monitor_checkStack(): fix pasto introduced in previous...
|
commit | commitdiff | tree |
2008-08-18 |
bernie | buzzer: spacing fix
|
commit | commitdiff | tree |
2008-08-18 |
bernie | coop: Fix brief description
|
commit | commitdiff | tree |
2008-08-18 |
bernie | proc_new(): thinko: add new processes to the ready...
|
commit | commitdiff | tree |
2008-08-18 |
bernie | OS_HEADER(), OS_CSOURCE(): Fall back to CPU_HEADER...
|
commit | commitdiff | tree |
2008-08-18 |
bernie | monitor_checkStack(): simplify and fix the degenerate...
|
commit | commitdiff | tree |
2008-08-17 |
bernie | lcd_gfx_qt: Implement bitmap scaling
|
commit | commitdiff | tree |
2008-08-17 |
bernie | menu: re-enable harvard specific optimizationn that...
|
commit | commitdiff | tree |
2008-08-17 |
bernie | kdebug: Switched to write() for output because it's...
|
commit | commitdiff | tree |
2008-08-17 |
bernie | kfile: doc cleanup
|
commit | commitdiff | tree |
2008-08-17 |
bernie | Nicer testsuite runner
|
commit | commitdiff | tree |
2008-08-17 |
bernie | battfs: Make it a bit more compliant with the test...
|
commit | commitdiff | tree |
2008-08-17 |
bernie | kfile: Revise module documentation
|
commit | commitdiff | tree |
2008-08-17 |
bernie | irq: more emancipation from proc/preempt
|
commit | commitdiff | tree |
2008-08-17 |
bernie | timer: Cleanup and warning removal from driver and...
|
commit | commitdiff | tree |
2008-08-17 |
bernie | timer: Cleanup and warning removal from driver and...
|
commit | commitdiff | tree |
2008-08-17 |
bernie | timer: Cleanup and warning removal from driver and...
|
commit | commitdiff | tree |
2008-08-17 |
bernie | event_initSoftint(): rename from event_initSoftInt()
|
commit | commitdiff | tree |
2008-08-17 |
bernie | preempt: irq supervisor draft
|
commit | commitdiff | tree |
2008-08-17 |
bernie | timer: Amend previous commit (and Subversion sucks)
|
commit | commitdiff | tree |
2008-08-17 |
bernie | timer: Convert to new-style CONFIG_XYZ parameters
|
commit | commitdiff | tree |
2008-08-17 |
bernie | timer_setSoftInt(): rename from timer_set_event_softint().
|
commit | commitdiff | tree |
2008-08-15 |
bernie | preempt: much closer
|
commit | commitdiff | tree |
2008-08-14 |
bernie | preempt: initialize process context structure in proc_new()
|
commit | commitdiff | tree |
2008-08-14 |
bernie | Remove another instance of obsolete header inclusion
|
commit | commitdiff | tree |
2008-08-13 |
bernie | Initial (nonworking) draft of preemptive task switching
|
commit | commitdiff | tree |
2008-08-13 |
bernie | Fix timer test
|
commit | commitdiff | tree |
2008-08-13 |
bernie | Make listings more useful by adding instruction sizes too
|
commit | commitdiff | tree |
2008-08-13 |
bernie | Use new header locations everywhere
|
commit | commitdiff | tree |
2008-08-13 |
bernie | pgm, byteorder: fix headers
|
commit | commitdiff | tree |
2008-08-13 |
bernie | mware: add compatibility stubs for byteorder.h and...
|
commit | commitdiff | tree |
2008-08-13 |
bernie | fonts: igore generated C files
|
commit | commitdiff | tree |
2008-08-13 |
bernie | pgm, byteorder: move from mware/ to cpu/
|
commit | commitdiff | tree |
2008-08-13 |
bernie | fifobuf: Header fix
|
commit | commitdiff | tree |
2008-08-13 |
bernie | mware: Add missing OBSOLETE markers here to stub headers.
|
commit | commitdiff | tree |
2008-08-13 |
bernie | hashtable: Move from mware/ to struct/
|
commit | commitdiff | tree |
2008-08-13 |
bernie | cpu/power.h: Documentation fixes
|
commit | commitdiff | tree |
2008-08-13 |
bernie | Move algorithms from mware/ to algo/
|
commit | commitdiff | tree |
2008-08-13 |
bernie | Move data structures to new directory struct/
|
commit | commitdiff | tree |
2008-08-11 |
bernie | cpu_relax(): New function.
|
commit | commitdiff | tree |
2008-08-11 |
bernie | timer_delayTicks(): Re-enable check for interrupts...
|
commit | commitdiff | tree |
2008-08-11 |
bernie | CPU_PUSH_CALL_FRAME: Typo in DSP56k version.
|
commit | commitdiff | tree |
2008-08-10 |
bernie | proc_yield(): Rename from proc_switch()
|
commit | commitdiff | tree |
2008-08-10 |
bernie | proc: Split cooperative scheduler in coop.c
|
commit | commitdiff | tree |
2008-08-10 |
bernie | Ignore tags and .gdb_history
|
commit | commitdiff | tree |
2008-08-10 |
bernie | Ignore moc files
|
commit | commitdiff | tree |
2008-08-10 |
bernie | cpu: Split frame handling macros to the new header...
|
commit | commitdiff | tree |
2008-08-10 |
bernie | PUSH_CALL_FRAME(): Renamed from PUSH_CALL_CONTEXT().
|
commit | commitdiff | tree |
2008-08-10 |
bernie | sig_wait(): Don't call proc_shecule() with interrupts...
|
commit | commitdiff | tree |
2008-08-10 |
bernie | log: Retouch documentation; Rearrenge level logic;...
|
commit | commitdiff | tree |
2008-08-10 |
bernie | proc_test: Rename a few functions, change output a...
|
commit | commitdiff | tree |
2008-08-10 |
bernie | ppc: Add cooperative task switching for PowerPC
|
commit | commitdiff | tree |
2008-08-10 |
bernie | proc: Reduce log verbosity
|
commit | commitdiff | tree |
2008-08-10 |
bernie | LOG_PRINT: Fix out of order parameters
|
commit | commitdiff | tree |
2008-08-10 |
bernie | proc_test: Formatting changes
|
commit | commitdiff | tree |
2008-08-10 |
bernie | proc:SCHED_ENQUEUE(): Documentation fix.
|
commit | commitdiff | tree |
2008-08-10 |
bernie | log: Retouch documentation; Rearrenge level logic;...
|
commit | commitdiff | tree |
2008-08-10 |
bernie | Add logging for kernel
|
commit | commitdiff | tree |
2008-08-10 |
bernie | Remove redundant \version tag
|
commit | commitdiff | tree |
2008-08-10 |
bernie | log: Retouch documentation; Rearrenge level logic;...
|
commit | commitdiff | tree |
2008-08-10 |
bernie | avr: Documentation syntax fix.
|
commit | commitdiff | tree |
2008-08-10 |
bernie | ASSERT_IRQ_CONTEXT(), ASSERT_USER_CONTEXT(), ASSERT_IRQ_ENAB...
|
commit | commitdiff | tree |
2008-08-10 |
bernie | x86: define cpuflags_t only in the OS_EMBEDDED case.
|
commit | commitdiff | tree |
2008-08-10 |
bernie | Qt: Really define OS_ID on ARCH_QT
|
commit | commitdiff | tree |
2008-08-10 |
bernie | trac#29: Cleanup timer on demo exit
|
commit | commitdiff | tree |
2008-08-10 |
bernie | monitor: use %zu to print size_t arguments to pacify gcc
|
commit | commitdiff | tree |
2008-08-10 |
bernie | formatwr(): Add 'z' modifier
|
commit | commitdiff | tree |
2008-08-10 |
bernie | ASSERT_VALID_PTR(): Make bottom of memory a per-CPU...
|
commit | commitdiff | tree |
2008-08-10 |
bernie | list: Check pointers with ASSERT_VALID_PTR() rather...
|
commit | commitdiff | tree |
next |