Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3941 5604 d 14 h jermar /trunk/kernel/ Let IRQ claim methods take irq_t * instead of the instance argument.  
3906 5609 d 11 h jermar /trunk/kernel/ IRQ handlers are using one superfluous argument and an unused elipsis.
On the other hand, IRQ claim functions would need to be passed the instance
argument.
 
3779 5651 d 21 h jermar /trunk/kernel/ Only one kernel EGA driver to rule them all.  
3766 5655 d 19 h jermar /trunk/kernel/arch/ia64/src/ Humanitarian facelift for ia64.  
3755 5658 d 22 h svoboda /trunk/ Two more cases of memmove() vs memcpy().  
3657 5686 d 22 h vana /trunk/ Legacy IRQ support, uspace NS16550 support, some minor changes  
3635 5691 d 14 h vana /trunk/ IA64: Userspace I/O support  
3583 5704 d 3 h vana /trunk/ IA64: Support for real frequency  
3578 5706 d 3 h vana /trunk/ Alfa of SMP support on IA64  
3104 5864 d 3 h svoboda /trunk/kernel/ Declare arguments for memstr.h operations as pointers instead of uintptr_t.  
2110 6351 d 14 h jermar /trunk/kernel/arch/ia64/ Minor cleanup in ia64.  
2107 6352 d 13 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 6369 d 14 h jermar /trunk/ (c) versus (C)  
1945 6459 d 17 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 6460 d 14 h jermar /trunk/ Convert ia64 to the new IRQ and notification scheme.  
1881 6496 d 22 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 6559 d 16 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 6566 d 17 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1702 6587 d 20 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1482 6599 d 21 h vana /kernel/trunk/arch/ia64/src/drivers/ Misseed clock ticks counting  

Show All