Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1968 6430 d 3 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.
 
1965 6430 d 3 h jermar /tags/0.2.0.1/ Tagging release 0.2.0.1  
1124 6647 d 14 h jermar /kernel/trunk/arch/ Small changes.
Make sparc64 and ppc32 compile again.
 
1078 6654 d 7 h jermar /kernel/trunk/ Improved uspace threads.
ia64 needs fixing.
 
871 6677 d 1 h vana /kernel/trunk/arch/ia64/include/ C version of Itanium FADDR()  
869 6677 d 1 h vana /kernel/trunk/ Uaaaaaaa ;-) Itanium Paging !!!!!! ;-)  
534 6757 d 5 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6757 d 6 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6769 d 10 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
76 6963 d 4 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.