Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4612 3705 d 23 h mario79 /kernel/trunk/ Fix for r.4588  
4611 3706 d 18 h mario79 /kernel/trunk/ Do not print the data from the BAR's if IDE controller is not found .  
4610 3707 d 1 h clevermouse /kernel/trunk/core/ add test data  
4608 3707 d 1 h clevermouse /kernel/trunk/ reconfigure MTRRs after BIOS, enable write-combining framebuffer in more configurations  
4599 3711 d 20 h clevermouse /kernel/trunk/bus/pci/ r4599  
4598 3711 d 21 h clevermouse /kernel/trunk/drivers/usbhid/ Fix typing \ | symbols on some specific USB keyboards  
4593 3713 d 19 h clevermouse /kernel/trunk/ test_cpu: simplify & detect physical address width  
4592 3713 d 20 h hidnplayr /kernel/trunk/ Absolute mouse coordinates are now calculated inside kernel instead of driver(s).  
4588 3714 d 14 h mario79 /kernel/trunk/ Function 2 (get the code of the pressed key) for AL = 0 in EAX bits 16-23 = contain scancode for pressed key  
4587 3717 d 3 h Serge /kernel/branches/kolibri-process/ kolibri-process: update  
4578 3719 d 2 h clevermouse /kernel/trunk/ quick fix for active IDE interrupts at boot stage  
4575 3720 d 16 h mario79 /kernel/trunk/ Some reorganization of code:
1) Grouping of code working with IDE drives
2) Moving messages about the SVN revision and CPU counter to the beginning of the log of the message board.
 
4574 3720 d 19 h hidnplayr /kernel/trunk/network/ Fixed stack corruption on SOCKET_num_to_ptr error.  
4573 3720 d 20 h clevermouse /kernel/trunk/ actualize documentation  
4572 3720 d 21 h clevermouse /kernel/trunk/ fix draw of type-I windows with small height  
4553 3738 d 0 h hidnplayr /kernel/trunk/ Serial debug console: reserve port so nobody else uses it.  
4549 3740 d 18 h clevermouse /kernel/trunk/drivers/ fix crash if disconnecting when reading/writing introduced in r4346  
4547 3741 d 2 h clevermouse / API to cancel all queued transfers on USB pipe; add timeout for USB device early initialization  
4535 3743 d 4 h hidnplayr /kernel/trunk/network/ Bugfix for SOCKET_alloc.  
4531 3743 d 22 h hidnplayr /kernel/trunk/drivers/usbhid/ USBHID: support for pointer type device. Now 'USB tablet' mode also works in QEMU.  
4530 3744 d 0 h hidnplayr /kernel/trunk/drivers/usbhid/ Fixed labels in usbhid, no semantic changes.  
4529 3744 d 1 h hidnplayr /kernel/trunk/ USBHID: support for USB tablet (absolute coordinates).  
4528 3745 d 1 h hidnplayr /kernel/trunk/network/ More bugfixes for SOCKET_notify.  
4527 3745 d 2 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_notify.  
4520 3747 d 0 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_block  
4511 3748 d 0 h hidnplayr /kernel/trunk/network/ Bugfix for #4510  
4510 3748 d 1 h hidnplayr /kernel/trunk/network/ Make network queue spinlock protected instead of mutex-protected or worse: a combination of both..  
4507 3748 d 16 h lev /kernel/trunk/video/ redraw cursor in 37.5 in any case  
4496 3749 d 23 h Asper /kernel/trunk/drivers/ fix codec reset condition. DEV_GET_POS audio driver service.  
4465 3753 d 4 h clevermouse /kernel/trunk/blkdev/ small fix  
4459 3754 d 22 h Serge /kernel/branches/kolibri-process/core/ kolibri-process: destroy_thread and destroy_process  
4457 3755 d 2 h Serge /kernel/branches/kolibri-process/ kolibri-process: add child thread's to doubly linked list  
4456 3755 d 10 h Serge /kernel/branches/kolibri-process/core/ kolibri-process terminate: release unused thread slot  
4453 3755 d 18 h clevermouse / hardware cursors for RDC M2010/M2012  
4444 3757 d 3 h clevermouse /kernel/trunk/video/ speedup software blitter for 32bpp modes  
4442 3757 d 4 h clevermouse /kernel/trunk/blkdev/ fix disk_cache.inc by dunkaist  
4441 3757 d 11 h Serge /kernel/trunk/bootloader/ grub4kos: print panic messages  
4440 3759 d 9 h Serge /kernel/trunk/bootloader/ grub4kos: works fine, at least in VMware and Bochs  
4437 3760 d 3 h clevermouse /kernel/trunk/blkdev/ disk cache: new 64-bit multi-sector interface for file systems & prefetching in legacy interface  
4436 3760 d 7 h hidnplayr /kernel/trunk/network/ Disabled socket cleanup after process ends (until deadlock is fixed..)