Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2071 6362 d 22 h jermar /trunk/ (c) versus (C)  
1888 6488 d 1 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6553 d 0 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6581 d 4 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1267 6624 d 3 h decky /kernel/trunk/arch/ppc32/ ppc32: proper exception handling from user-space
code cleanup
 
1107 6663 d 20 h jermar /kernel/trunk/ Small atomic #include and typedef changes.  
1104 6664 d 1 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 6670 d 23 h jermar /kernel/trunk/ Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly.
 
1001 6671 d 18 h decky /kernel/trunk/arch/ppc32/include/ fix semantics  
1000 6671 d 18 h decky /kernel/trunk/arch/ppc32/include/ add atomic_pre/post_inc/dec  
990 6671 d 23 h decky /kernel/trunk/ ppc32: initial stack, memory barriers, atomic operations, stack offset fix  
625 6761 d 2 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 6771 d 22 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6771 d 23 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6784 d 3 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
475 6796 d 4 h jermar /SPARTAN/trunk/ Define atomic_t type.  
342 6855 d 4 h jermar /SPARTAN/trunk/arch/ Rename ppc port to ppc32.  
156 6887 d 6 h decky /SPARTAN/trunk/ PPC work in progress