Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1968 6411 d 14 h jermar /tags/ Canonize pre-0.2.0.3 tags: remove inner branches, tags and trunk directories.
The change now should reflect how those releases looked like after checkout.
 
1963 6411 d 14 h jermar /tags/0.1.1/ Tagging release 0.1.1  
1124 6629 d 1 h jermar /kernel/trunk/arch/ Small changes.
Make sparc64 and ppc32 compile again.
 
1078 6635 d 18 h jermar /kernel/trunk/ Improved uspace threads.
ia64 needs fixing.
 
871 6658 d 12 h vana /kernel/trunk/arch/ia64/include/ C version of Itanium FADDR()  
869 6658 d 12 h vana /kernel/trunk/ Uaaaaaaa ;-) Itanium Paging !!!!!! ;-)  
534 6738 d 16 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6738 d 16 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6750 d 21 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
76 6944 d 15 h jermar /SPARTAN/trunk/ For each architecture, add function/macro FADDR that calculates absolute address of a function referenced by void (* f)(void).
IA-32 and MIPS gcc's use direct addressing (f == FADDR(f)) while IA-64 gcc uses indirect addressing (f != FADDR(f)).

Tweaks in IA-64 Makefile.inc to declare constant gp and main Makefile to consider ASFLAGS when compiling .s targets.