Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4363 5516 d 1 h svoboda /trunk/kernel/arch/ia64/src/drivers/ Kernel Ski driver should pull more keys at a time, similarly to the user-space driver.  
4329 5528 d 9 h svoboda /trunk/ Stop userspace kbd driver from polling when switching to kcon. Also, fix swapped reversed enabling/disabling of polling in kernel sgcn and ski drivers.  
4313 5532 d 1 h jermar /trunk/kernel/arch/ Convert sgcn to the new HID wiring mechanism.  
4311 5532 d 8 h decky /trunk/ change the way how input devices are wired together according to ticket #44
(also the proposal http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html)
 
4148 5566 d 10 h decky /trunk/ as kernel little brother drivers are not needed anymore, the device numbers do not have to be correlated between kernel and uspace in any way
introduce new syscall sys_device_assign_devno() for generating system-wide unique device numbers for uspace
 
3941 5592 d 0 h jermar /trunk/kernel/ Let IRQ claim methods take irq_t * instead of the instance argument.  
3906 5596 d 22 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 5639 d 7 h jermar /trunk/kernel/ Only one kernel EGA driver to rule them all.  
3766 5643 d 6 h jermar /trunk/kernel/arch/ia64/src/ Humanitarian facelift for ia64.  
3755 5646 d 8 h svoboda /trunk/ Two more cases of memmove() vs memcpy().  
3657 5674 d 9 h vana /trunk/ Legacy IRQ support, uspace NS16550 support, some minor changes  
3635 5679 d 1 h vana /trunk/ IA64: Userspace I/O support  
3583 5691 d 13 h vana /trunk/ IA64: Support for real frequency  
3578 5693 d 13 h vana /trunk/ Alfa of SMP support on IA64  
3104 5851 d 13 h svoboda /trunk/kernel/ Declare arguments for memstr.h operations as pointers instead of uintptr_t.  
2110 6339 d 0 h jermar /trunk/kernel/arch/ia64/ Minor cleanup in ia64.  
2107 6340 d 0 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 6357 d 0 h jermar /trunk/ (c) versus (C)  
1945 6447 d 3 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 6448 d 0 h jermar /trunk/ Convert ia64 to the new IRQ and notification scheme.  
1881 6484 d 8 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 6547 d 3 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 6554 d 4 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1702 6575 d 7 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1482 6587 d 7 h vana /kernel/trunk/arch/ia64/src/drivers/ Misseed clock ticks counting  
577 6760 d 20 h palkovsky /kernel/trunk/ Some small fixes, basic changes to ia64 & ppc32 without testing.  
534 6766 d 1 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6766 d 2 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
523 6772 d 5 h jermar /kernel/trunk/ Clean up.  
521 6772 d 8 h vana /kernel/trunk/arch/ia64/ Coding style patch.  
520 6772 d 23 h vana /kernel/trunk/arch/ia64/ Lost files from last commit.  
519 6772 d 23 h vana /kernel/trunk/arch/ia64/ Keyboard support for ski (ia64 emulator)  
501 6778 d 6 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
456 6792 d 9 h jermar /SPARTAN/trunk/arch/ia64/src/ ia64 work.
Add missing srlz_d().
Remove extra stops.
Coding style cleanups.
 
435 6795 d 0 h jermar /SPARTAN/trunk/arch/ia64/ ia64 work.
Begin implemention of heavyweight interrupt handler.
Finish implementation of interval timer.
Add some PAL macros.