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