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
2071 6325 d 1 h jermar /trunk/ (c) versus (C)  
1888 6450 d 5 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6515 d 3 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6543 d 7 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1267 6586 d 7 h decky /kernel/trunk/arch/ppc32/ ppc32: proper exception handling from user-space
code cleanup
 
1107 6625 d 23 h jermar /kernel/trunk/ Small atomic #include and typedef changes.  
1104 6626 d 4 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 6633 d 3 h jermar /kernel/trunk/ Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly.
 
1001 6633 d 22 h decky /kernel/trunk/arch/ppc32/include/ fix semantics  
1000 6633 d 22 h decky /kernel/trunk/arch/ppc32/include/ add atomic_pre/post_inc/dec  
990 6634 d 3 h decky /kernel/trunk/ ppc32: initial stack, memory barriers, atomic operations, stack offset fix  
625 6723 d 6 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 6734 d 2 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6734 d 2 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6746 d 7 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
475 6758 d 8 h jermar /SPARTAN/trunk/ Define atomic_t type.  
342 6817 d 8 h jermar /SPARTAN/trunk/arch/ Rename ppc port to ppc32.  
156 6849 d 10 h decky /SPARTAN/trunk/ PPC work in progress