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
9514 883 d 16 h rgimad /kernel/trunk/ [KERNEL] - removed commented outdated read_floppy_file function
- removed setmouse function that doesnt do anything
- redmousepos moved from kernel.asm to gui/mouse.inc
- small style fixes
 
9488 884 d 16 h rgimad /kernel/trunk/ [KERNEL] kernel.asm: clean commented outdated stuff, fix prior  
9487 884 d 16 h rgimad /kernel/trunk/gui/ fix prior, add gui/background.inc  
9486 884 d 16 h rgimad /kernel/trunk/ [KERNEL] Sysfn 15, 25, 39 (working with background graphics) moved from kernel.asm to gui/background.inc file  
9477 885 d 18 h rgimad /kernel/trunk/ [KERNEL] Move sysfn 1, 4, 13, 38 implementations from kernel.asm to window.inc
Fix comments style in window.inc
Cleanup some outdated & unused commented stuff in data32.inc
 
9476 885 d 20 h rgimad /kernel/trunk/ [KERNEL] Use common stub undefined_syscall instead of paleholder  
9458 889 d 15 h rgimad /kernel/trunk/ [KERNEL] Add sysfn 39.3 - copy rect of background image to buffer.
Previously was only 39.2 that reads one pixel from background image.
(39.2 is shomehow useless due to big context switching overhead if you trying to read some area of pixels using 39.2)
 
9442 893 d 8 h Doczom /kernel/trunk/core/ fix 68.31  
9441 893 d 9 h Doczom /kernel/trunk/core/ add function for get SRV structure  
9440 893 d 14 h Doczom /kernel/trunk/core/ add function for unload driver  
9438 893 d 21 h Doczom /kernel/trunk/core/ small update loader drivers  
9432 895 d 1 h Doczom /kernel/trunk/core/ fix call function  
9430 895 d 2 h Doczom /kernel/trunk/core/ add check handler driver  
9421 896 d 14 h Boppan /kernel/trunk/ [KERNEL][TEST] use_umka = False by default  
9420 896 d 14 h Boppan /kernel/trunk/ [KERNEL][TEST] Undo prior, main branch isn't ready  
9419 896 d 14 h Boppan /kernel/trunk/ [KERNEL][TEST] Do not checkout trunk brranch of UMKa  
9418 896 d 15 h Boppan /kernel/trunk/ [KERNEL][TEST] Use llvm-mingw if available  
9417 899 d 12 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci: added atapi disks registration, small refactoring & fixes. TODOFIX: identifying sector count of atapi disks gives always the same value. why?  
9416 899 d 17 h Boppan /kernel/trunk/ [KERNEL][TEST] Only download img if not exist  
9415 899 d 17 h Boppan /kernel/trunk/ [KERNEL][TEST] Only call UMKa functions on use_umka  
9414 899 d 17 h Boppan /kernel/trunk/ [KERNEL][TEST] Initial UMKa integration  
9412 901 d 14 h Boppan /kernel/trunk/ [KERNEL][TEST] Handle the latest UMKa  
9409 904 d 12 h Boppan /kernel/trunk/ [KERNEL][TEST][runtests.py] Conform PEP8 except import  
9408 904 d 12 h Boppan /kernel/trunk/ [ASMXYGEN] Conform PEP8 except line import re  
9407 904 d 16 h Boppan /kernel/trunk/ [ASMXYGEN] Convert indentation to spaces  
9406 905 d 5 h Doczom /kernel/trunk/core/ fix load driver
TODO: add function for unload driver
 
9405 905 d 15 h Coldy /kernel/trunk/core/ Fixed vulnerabilitie in sysfn 68.23 (system halt if the name doesn't exist)  
9404 906 d 16 h Boppan /kernel/trunk/blkdev/ [KERNEL] Update documentation of disk.inc  
9403 906 d 16 h Boppan /kernel/trunk/ [ASMXYGEN] Make it read comments before align specifier  
9402 906 d 16 h Boppan /kernel/trunk/ [ASMXYGEN] Add debug mode to compare generated stuff  
9401 906 d 17 h Boppan /kernel/trunk/ [ASMXYGEN] Only execute code on direct script execution  
9400 906 d 17 h Boppan /kernel/trunk/ [ASMXYGEN] Move data closer to place it used  
9399 906 d 17 h Boppan /kernel/trunk/ [ASMXYGEN] Do not mix declarations and code  
9398 906 d 17 h Boppan /kernel/trunk/ [ASMXYGEN] Make keyword list compact  
9397 906 d 18 h Boppan /kernel/trunk/ [KERNEL][TEST] Prepare for full UMKa integration  
9395 907 d 12 h Boppan /kernel/trunk/network/ [KERNEL] Fix eth_input function documentation  
9394 907 d 16 h Boppan /kernel/trunk/network/ [KERNEL] Document eth_input function  
9387 907 d 20 h Boppan /kernel/trunk/ [KERNEL][TEST] Remove UMKa from the main repo for now  
9386 907 d 20 h Boppan /kernel/trunk/ [KERNEL] Update ignore files in kernel folder  
9369 908 d 16 h Boppan /kernel/trunk/test/common/ [KERNEL][TEST] Use python library instead of custom function