Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4343 5503 d 16 h svoboda /branches/dynload/ Merged trunk changes up to r3925 to dynload.  
3191 5807 d 0 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3168 5819 d 0 h svoboda /branches/dynload/ For each arch define one register for passing a pointer to PCB. Implemented in kernel lowlevel swich-to-userspace funcs and libc entry points. Missing in loader's program_run implementations.  
3107 5831 d 5 h svoboda /branches/dynload/ Merge trunk changes up to r3044 into dynload  
2927 5853 d 3 h decky /branches/dynload/ added dynload branch  
2082 6332 d 0 h decky /trunk/ __asm__ __volatile__ -> asm volatile  
2071 6336 d 17 h jermar /trunk/ (c) versus (C)  
1888 6461 d 20 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6526 d 19 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1769 6536 d 15 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 6554 d 23 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1107 6637 d 15 h jermar /kernel/trunk/ Small atomic #include and typedef changes.  
1104 6637 d 20 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 6644 d 18 h jermar /kernel/trunk/ Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly.
 
627 6734 d 20 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 6734 d 21 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 6745 d 17 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6745 d 18 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6757 d 22 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
483 6765 d 18 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.
 

Show All