Subversion Repositories HelenOS-historic

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
309 6845 d 7 h palkovsky /SPARTAN/trunk/ Added architecture independent hooks for fpu lazy context switching.
It is enabled by defining FPU_LAZY
 
299 6846 d 5 h palkovsky /SPARTAN/trunk/arch/amd64/src/ Better stack recognition in stack content dump.  
297 6846 d 5 h palkovsky /SPARTAN/trunk/ Symtab now contains variables  
296 6846 d 6 h palkovsky /SPARTAN/trunk/ More logical fpu_context_engaged setting.
The sse1 test now correctly tests for thread migration settings.
 
286 6847 d 7 h palkovsky /SPARTAN/trunk/arch/amd64/src/ Codingstyle changes  
282 6847 d 9 h palkovsky /SPARTAN/trunk/ Fixed gdtr naming issues after ia32 changes.
Fixed stack alignment on new thread to by multiple of 16,
we are now ABI-correct and we do not #GP on va_arg to boot.
Fixed bad exception register names reporting.
Fixed bad _hardcoded_load_addr, which caused allocation of kernel text
frames.
 
268 6848 d 0 h palkovsky /SPARTAN/trunk/ Added symbol table lookup in exceptions.
This breaks ia64 & ppc architecture compiles.
 
226 6850 d 3 h palkovsky /SPARTAN/trunk/ Fixed typo in 'outb' instruction.
Paging basically working.