Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2071 7018 d 0 h jermar /trunk/ (c) versus (C)  
1888 7143 d 4 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 7208 d 2 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 7236 d 6 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1267 7279 d 6 h decky /kernel/trunk/arch/ppc32/ ppc32: proper exception handling from user-space
code cleanup
 
1107 7318 d 22 h jermar /kernel/trunk/ Small atomic #include and typedef changes.  
1104 7319 d 3 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 7326 d 2 h jermar /kernel/trunk/ Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly.
 
1001 7326 d 20 h decky /kernel/trunk/arch/ppc32/include/ fix semantics  
1000 7326 d 21 h decky /kernel/trunk/arch/ppc32/include/ add atomic_pre/post_inc/dec  
990 7327 d 2 h decky /kernel/trunk/ ppc32: initial stack, memory barriers, atomic operations, stack offset fix  
625 7416 d 5 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 7427 d 1 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 7427 d 1 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 7439 d 6 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
475 7451 d 7 h jermar /SPARTAN/trunk/ Define atomic_t type.  
342 7510 d 7 h jermar /SPARTAN/trunk/arch/ Rename ppc port to ppc32.  
156 7542 d 9 h decky /SPARTAN/trunk/ PPC work in progress