Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4389 5559 d 22 h svoboda /branches/dynload/ Merge trunk changes up to r4388 to dynload.  
4348 5574 d 10 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
4347 5574 d 10 h svoboda /branches/dynload/ Merge trunk changes up to r4195 to dynload.  
4344 5575 d 22 h svoboda /branches/dynload/ Merge trunk changes up to r3988 to dynload.  
4343 5575 d 22 h svoboda /branches/dynload/ Merged trunk changes up to r3925 to dynload.  
4338 5575 d 23 h svoboda /branches/dynload/ Merge trunk changes up to r3787 to dynload.  
3674 5720 d 21 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
3588 5743 d 6 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
3153 5893 d 5 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
2927 5925 d 9 h decky /branches/dynload/ added dynload branch  
2110 6390 d 22 h jermar /trunk/kernel/arch/ia64/ Minor cleanup in ia64.  
2107 6391 d 22 h jermar /trunk/ When clock() is called by an external interrupt dispatched by the IRQ dispatcher,
no spinlock can be held or the kernel will not be preemptive. This fixes Ticket #24.

Formating and indentation fixes.
 
2071 6408 d 23 h jermar /trunk/ (c) versus (C)  
1945 6499 d 1 h jermar /trunk/kernel/arch/ia64/ ia64 work.
Move keyboard polling to a dedicated kernel thread.
Console initialization and console related sysinfo setup
can be now done in a single function.
 
1942 6499 d 22 h jermar /trunk/ Convert ia64 to the new IRQ and notification scheme.  
1881 6536 d 6 h jermar /trunk/ sparc64 work:
- find a CPU node and read its clock_frequency attribute
- implement asm_delay_loop()
- set TICK_COMPARE register according to processor frequency
- small improvements at random places

OpenFirmware work:
- two new functions for walking the device tree

Generic boot loader work:
- added basic string functions

Usual pile of indentation and formatting fixes.
 
1787 6599 d 1 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 6606 d 2 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1702 6627 d 5 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1482 6639 d 5 h vana /kernel/trunk/arch/ia64/src/drivers/ Misseed clock ticks counting  
577 6812 d 18 h palkovsky /kernel/trunk/ Some small fixes, basic changes to ia64 & ppc32 without testing.  
534 6818 d 0 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6818 d 0 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
523 6824 d 3 h jermar /kernel/trunk/ Clean up.  
521 6824 d 7 h vana /kernel/trunk/arch/ia64/ Coding style patch.  
520 6824 d 22 h vana /kernel/trunk/arch/ia64/ Lost files from last commit.  
519 6824 d 22 h vana /kernel/trunk/arch/ia64/ Keyboard support for ski (ia64 emulator)  
501 6830 d 4 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
456 6844 d 7 h jermar /SPARTAN/trunk/arch/ia64/src/ ia64 work.
Add missing srlz_d().
Remove extra stops.
Coding style cleanups.
 
435 6846 d 22 h jermar /SPARTAN/trunk/arch/ia64/ ia64 work.
Begin implemention of heavyweight interrupt handler.
Finish implementation of interval timer.
Add some PAL macros.