4718 |
5625 d 16 h |
mejdrech |
/branches/network/ |
Net: merge with trunk head (0.4.1) |
|
4153 |
5819 d 10 h |
mejdrech |
/branches/network/ |
Networking: merged with trunk changes |
|
3386 |
6015 d 13 h |
decky |
/branches/network/ |
add new network branch (copy of current trunk) |
|
3167 |
6092 d 20 h |
svoboda |
/trunk/kernel/arch/mips32/include/ |
Fix mips32 atomic_add() which would break build unless a constant was propagated into the second argument. (Specifically at -O0) |
|
3162 |
6094 d 8 h |
jermar |
/trunk/ |
The first argument to atomic_add() is read-write. (mips32) |
|
3038 |
6108 d 20 h |
svoboda |
/trunk/kernel/arch/mips32/include/ |
Fix missing earlyclobber-register constraints in mips32 atomic_add(), causing panic when gcc put %0 and %1 to the same register. |
|
2082 |
6605 d 16 h |
decky |
/trunk/ |
__asm__ __volatile__ -> asm volatile |
|
2071 |
6610 d 9 h |
jermar |
/trunk/ |
(c) versus (C) |
|
1888 |
6735 d 12 h |
jermar |
/trunk/ |
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64. |
|
1787 |
6800 d 11 h |
decky |
/ |
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot |
|
1769 |
6810 d 8 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 |
6828 d 15 h |
cejka |
/kernel/trunk/ |
Kernel doxygen comments updated. |
|
1107 |
6911 d 7 h |
jermar |
/kernel/trunk/ |
Small atomic #include and typedef changes. |
|
1104 |
6911 d 12 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 |
6918 d 11 h |
jermar |
/kernel/trunk/ |
Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly. |
|
627 |
7008 d 13 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 |
7008 d 13 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 |
7019 d 10 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel again. |
|
532 |
7019 d 10 h |
jermar |
/ |
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch. |
|
501 |
7031 d 14 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel. |
|