Subversion Repositories HelenOS-historic

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1780 6507 d 2 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1731 6523 d 19 h jermar /kernel/trunk/ Updates in Doxygen-style comments.
Make architecture specific modules appear conditionally in the documentation.
Add time management module.
Improve names of other modules and sort module order
to be more like in the design documentation.
 
1705 6527 d 8 h cejka /kernel/trunk/ Added file with modules definitions and descriptions.
We are able to change modules order and their description in one place.
 
1702 6528 d 5 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
534 6719 d 0 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6719 d 0 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6731 d 5 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
476 6742 d 7 h jermar /SPARTAN/trunk/arch/ia64/ ia64 CPU identification.  
473 6743 d 21 h jermar /SPARTAN/trunk/arch/ia64/src/ ia64 work.
Comment some offending steps of heavyweight interrupt handler regarding RSE switching.
With this change, ia64 will do well on tests rwlock #4 and thread #1.
Cleanup.
 
470 6744 d 18 h jermar /SPARTAN/trunk/ ia64 work.
Big cleanup of IA-64 interrupt processing.
Merge of interrupt.c and interrupt_handler.c.
Rewrite of ivt.S and interrupt.c.
Higher level interrupt handlers are now passed a vector number and a pointer to stack structure.

ia32 work.
ia32 has ordered writes. Until it deploys weaker memory ordering model, write_barrier() can be empty statement.
 
272 6811 d 2 h vana /SPARTAN/trunk/arch/ia64/ Symtab support for ia64  
249 6812 d 1 h vana /SPARTAN/trunk/arch/ia64/src/ Serialization of psr write  
239 6813 d 2 h vana /SPARTAN/trunk/ Missing ";" added  
238 6813 d 2 h vana /SPARTAN/trunk/ Register dump on IA-64 exceptions  
212 6813 d 22 h vana /SPARTAN/trunk/ Basic exception support added for ia64 arch ......