4692 |
5680 d 22 h |
svoboda |
/branches/tracing/ |
Merge trunk changes up to r4686. |
|
4377 |
5780 d 22 h |
svoboda |
/branches/tracing/ |
Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing. |
|
3424 |
6018 d 20 h |
svoboda |
/branches/tracing/ |
Merge trunk changes up to r3180 into tracing |
|
3042 |
6124 d 4 h |
svoboda |
/branches/tracing/ |
Merged latest trunk changes to tracing. |
|
2787 |
6191 d 1 h |
decky |
/branches/tracing/ |
add dynamic linking, debugging and tracing branch |
|
2082 |
6621 d 5 h |
decky |
/trunk/ |
__asm__ __volatile__ -> asm volatile |
|
2071 |
6625 d 21 h |
jermar |
/trunk/ |
(c) versus (C) |
|
1888 |
6751 d 1 h |
jermar |
/trunk/ |
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64. |
|
1787 |
6815 d 23 h |
decky |
/ |
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot |
|
1769 |
6825 d 20 h |
jermar |
/kernel/trunk/arch/ |
Change cache_error exception to take istate * as a parameter.
Make cache_error() print epc in the panic message.
Do not rely on the compiler to generate 'nop' after 'beq' in atomic_add()
and put it there explicitly.
Indentation fixes and cosmetic changes. |
|
1702 |
6844 d 3 h |
cejka |
/kernel/trunk/ |
Kernel doxygen comments updated. |
|
1107 |
6926 d 19 h |
jermar |
/kernel/trunk/ |
Small atomic #include and typedef changes. |
|
1104 |
6927 d 0 h |
jermar |
/kernel/trunk/ |
Define atomic_t only once in atomic.h
Change the encapsulated counter type to long so that it supports negative values as well. |
|
1024 |
6933 d 23 h |
jermar |
/kernel/trunk/ |
Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly. |
|
627 |
7024 d 1 h |
jermar |
/kernel/trunk/ |
Fix ia64 and sparc64 to compile with new atomic_t.
Fix rwlock test #5 and semaphore test #1 to compile with new atomic_t.
sparc64 work.
TBA must be set before a function call when MMU is switched off. |
|
625 |
7024 d 2 h |
palkovsky |
/kernel/trunk/ |
We are now almost -Wall clean.
- redefined atomic_t
- deleted many, many unused variables
- some minor code cleanups found using compiler warning. |
|
534 |
7034 d 22 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel again. |
|
532 |
7034 d 22 h |
jermar |
/ |
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch. |
|
501 |
7047 d 3 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel. |
|
483 |
7054 d 22 h |
jermar |
/SPARTAN/trunk/ |
For now, each architecture must use its own -O switch (-O2 doesn't work for ia64, -O3 doesn't work for mips32).
New mips32 atomic_add() function.
Cleanup. |
|