projects
/
bertos.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add configurable option to choose at compile time which i2c backend to use.
[bertos.git]
/
bertos
/
kern
/
2008-11-07
batt
Increase minimum required stack to suite ARM7 needs.
tree
|
commitdiff
2008-10-08
batt
Merged from external project:
tree
|
commitdiff
2008-10-08
batt
Merged from external project:
tree
|
commitdiff
2008-10-06
batt
Merged from external project:
tree
|
commitdiff
2008-09-27
batt
Add missing include.
tree
|
commitdiff
2008-09-25
batt
Reformat.
tree
|
commitdiff
2008-09-24
batt
Handle reading outside EOF.
tree
|
commitdiff
2008-09-05
batt
Add generic kfile_close.
tree
|
commitdiff
2008-09-03
batt
Remove duplicate proc_current function.
tree
|
commitdiff
2008-09-03
bernie
proc_current(): Move inline.
tree
|
commitdiff
2008-09-03
bernie
SCHED_ENQUEUE: tighten checks on locking
tree
|
commitdiff
2008-08-31
bernie
proc_test: print process table during test
tree
|
commitdiff
2008-08-31
bernie
monitor: set process priority to -10
tree
|
commitdiff
2008-08-29
bernie
rename cpuXXX_t to cpu_XXX_t
tree
|
commitdiff
2008-08-29
bernie
preempt_forbid_cnt: make it of type cpuatomic_t
tree
|
commitdiff
2008-08-29
bernie
proc_forbid(): extensively document why we don't need...
tree
|
commitdiff
2008-08-29
batt
Silence a warning on 64bit platforms.
tree
|
commitdiff
2008-08-29
batt
Restore preempt_forbid_cnt as private; supply an access...
tree
|
commitdiff
2008-08-28
batt
Fix unit test check.
tree
|
commitdiff
2008-08-28
batt
Add missing header.
tree
|
commitdiff
2008-08-28
batt
Rename _TEST to ARCH_UNITTEST.
tree
|
commitdiff
2008-08-27
batt
Fix warning for no prototype.
tree
|
commitdiff
2008-08-27
batt
Add missing header.
tree
|
commitdiff
2008-08-27
batt
Add a way to easily exclude a file from nightly test.
tree
|
commitdiff
2008-08-27
batt
Fix const position.
tree
|
commitdiff
2008-08-26
batt
Remove redundant prototypes; reformat.
tree
|
commitdiff
2008-08-26
batt
Use correct macro name.
tree
|
commitdiff
2008-08-26
batt
Move preempt_forbid_cnt to a more suitable place.
tree
|
commitdiff
2008-08-26
batt
Add missing header.
tree
|
commitdiff
2008-08-26
batt
Use correct type.
tree
|
commitdiff
2008-08-26
batt
Add missing parameter.
tree
|
commitdiff
2008-08-26
batt
Typo; proc_preempt_timer -> proc_preempt.
tree
|
commitdiff
2008-08-25
bernie
proc_switch(): rename from proc_schedule(). Split out...
tree
|
commitdiff
2008-08-25
bernie
proc_switch(): rename from proc_schedule(). Split out...
tree
|
commitdiff
2008-08-25
bernie
proc_switch(): rename from proc_schedule(). Split out...
tree
|
commitdiff
2008-08-25
bernie
CONFIG_KERN_PREEMPTIVE -> CONFIG_KERN_PREEMPT
tree
|
commitdiff
2008-08-25
bernie
preempt: document architecture
tree
|
commitdiff
2008-08-25
bernie
Remove plenty of legacy names marked as OBSOLETE
tree
|
commitdiff
2008-08-25
bernie
kfile_size_t: kill and replace with kfile_off_t
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
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
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
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
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
sig_waitTimeout(): Only enable when timer events are...
tree
|
commitdiff
2008-08-21
bernie
proc: Use a global forbid count;
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
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
monitor_checkStack(): simplify and fix the degenerate...
tree
|
commitdiff
2008-08-17
bernie
kfile: doc cleanup
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
preempt: irq supervisor draft
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-13
bernie
Initial (nonworking) draft of preemptive task switching
tree
|
commitdiff
2008-08-13
bernie
Use new header locations everywhere
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
proc_test: Formatting changes
tree
|
commitdiff
2008-08-10
bernie
proc:SCHED_ENQUEUE(): Documentation fix.
tree
|
commitdiff
2008-08-10
bernie
monitor: use %zu to print size_t arguments to pacify gcc
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
Drop ABI versioning for asm_switch_context(), as it...
tree
|
commitdiff
2008-08-09
batt
Refactor proc_test to comply with new policy.
tree
|
commitdiff
2008-08-09
batt
Fix warning.
tree
|
commitdiff
2008-08-07
qwert
Refactor SERIAL macro.
tree
|
commitdiff
2008-08-07
bernie
monitor: Correct preemptive locking
tree
|
commitdiff
2008-08-07
batt
Factor out from cfg_kern kernel related default.
tree
|
commitdiff
2008-08-07
bernie
Bump copyright year; Indentation fixes
tree
|
commitdiff
2008-08-07
bernie
kern: Unify stack_base/stack_size copies in Process
tree
|
commitdiff
2008-08-07
bernie
proc_new(): Rename proc_size_words to PROC_SIZE_WORDS...
tree
|
commitdiff
2008-08-07
bernie
proc_new(): Rename stacksize to stack_size for consistency
tree
|
commitdiff
2008-08-04
qwert
Refactor KFileSerial to SerialKFile. Tested and working.
tree
|
commitdiff
2008-08-04
bernie
Rename myself
tree
|
commitdiff
2008-07-29
qwert
Replaced macro that remove node from list with the...
tree
|
commitdiff
2008-07-17
qwert
Remove kfile_testSetUp function from kfile_testRun
tree
|
commitdiff
2008-06-17
qwert
Modified gen_mk_src script for asm file, moved asm...
tree
|
commitdiff
2008-06-10
asterix
Reformat.
tree
|
commitdiff
2008-06-10
asterix
Camelcase the testSetUp functions.
tree
|
commitdiff
2008-06-05
asterix
Refactor module using log module and comply to bertos...
tree
|
commitdiff
2008-05-27
asterix
Specific the directory for all hw and cfg module. Use...
tree
|
commitdiff
2008-05-27
asterix
Move pc assembly code to emul dir.
tree
|
commitdiff
2008-05-26
asterix
Use cfg instead appconfig in bertos modules. Reformat...
tree
|
commitdiff
next