Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2071 6309 d 17 h jermar /trunk/ (c) versus (C)  
1888 6434 d 20 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6499 d 19 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6527 d 23 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1267 6570 d 23 h decky /kernel/trunk/arch/ppc32/ ppc32: proper exception handling from user-space
code cleanup
 
1107 6610 d 15 h jermar /kernel/trunk/ Small atomic #include and typedef changes.  
1104 6610 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 6617 d 18 h jermar /kernel/trunk/ Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly.
 
1001 6618 d 13 h decky /kernel/trunk/arch/ppc32/include/ fix semantics  
1000 6618 d 13 h decky /kernel/trunk/arch/ppc32/include/ add atomic_pre/post_inc/dec  
990 6618 d 18 h decky /kernel/trunk/ ppc32: initial stack, memory barriers, atomic operations, stack offset fix  
625 6707 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 6718 d 18 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6718 d 18 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6730 d 22 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
475 6743 d 0 h jermar /SPARTAN/trunk/ Define atomic_t type.  
342 6802 d 0 h jermar /SPARTAN/trunk/arch/ Rename ppc port to ppc32.  
156 6834 d 2 h decky /SPARTAN/trunk/ PPC work in progress