Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4377 5491 d 15 h svoboda /branches/tracing/ Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing.  
3424 5729 d 13 h svoboda /branches/tracing/ Merge trunk changes up to r3180 into tracing  
2787 5901 d 19 h decky /branches/tracing/ add dynamic linking, debugging and tracing branch  
2071 6336 d 14 h jermar /trunk/ (c) versus (C)  
1888 6461 d 18 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6526 d 17 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6554 d 21 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1267 6597 d 20 h decky /kernel/trunk/arch/ppc32/ ppc32: proper exception handling from user-space
code cleanup
 
990 6645 d 16 h decky /kernel/trunk/ ppc32: initial stack, memory barriers, atomic operations, stack offset fix  
534 6745 d 15 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6745 d 15 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6757 d 20 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
342 6828 d 21 h jermar /SPARTAN/trunk/arch/ Rename ppc port to ppc32.  
177 6842 d 23 h jermar /SPARTAN/trunk/ Add some comments to IA-32 src/boot/boot.S and src/smp.S.

Make the boot stack start on page boundary.
This is required by get_stack_base().

Define 'THE' macro.

Implement preemption_disable() and preemption_enable().

Add memory barrier macros.
IA-32 macros need support for older processors.
Non IA-32 macros are dummy.

Reduction of many #include paths.
 
156 6860 d 23 h decky /SPARTAN/trunk/ PPC work in progress