Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1968 6412 d 16 h jermar /tags/ Canonize pre-0.2.0.3 tags: remove inner branches, tags and trunk directories.
The change now should reflect how those releases looked like after checkout.
 
1963 6412 d 17 h jermar /tags/0.1.1/ Tagging release 0.1.1  
1104 6631 d 21 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.
 
1082 6636 d 19 h jermar /kernel/trunk/arch/sparc64/include/ Fix atomic_postdec() operation.  
1024 6638 d 20 h jermar /kernel/trunk/ Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly.
 
863 6660 d 15 h jermar /kernel/trunk/arch/sparc64/ sparc64 work.
Add initial TLB miss handlers.
 
861 6661 d 1 h jermar /kernel/trunk/arch/sparc64/include/ Add atomic_add() operation for sparc64.  
627 6728 d 22 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 6728 d 22 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 6739 d 19 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6739 d 19 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6752 d 0 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
475 6764 d 1 h jermar /SPARTAN/trunk/ Define atomic_t type.  
418 6782 d 18 h jermar /SPARTAN/trunk/ sparc64 infrastructure.