Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5363 3395 d 13 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4273 3808 d 17 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
4199 3820 d 5 h mario79 /kernel/trunk/ Kernel Clipboard. f.54.  
3837 3927 d 21 h mario79 /kernel/trunk/ Update documentation for new network stack  
3614 3975 d 19 h shikhin / Fixed sys_msg_board (fn 63) to not rely on cross_order and take arguments in original order.  
3545 3985 d 16 h hidnplayr / Merge new network stack with trunk  
3539 3986 d 11 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3304 4073 d 23 h clevermouse /kernel/trunk/core/ I'm sorry  
3303 4073 d 23 h clevermouse /kernel/trunk/ Protect thread from external terminate while running any syscall except 5,10,23.
Now 18.2/18.12 are really safe through kernel-colored glasses (however, you still
should not use them except for really critical cases),
although the protection is sometimes quite excessive.
 
3296 4074 d 11 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70  
2511 4412 d 20 h mario79 /kernel/trunk/ Function 34 - who owner the pixel on the screen  
2509 4413 d 12 h mario79 /kernel/trunk/ Function 25 - put image area on the background layer  
2455 4426 d 16 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2365 4447 d 22 h hidnplayr /kernel/trunk/core/ Reserved sysfn 74,75,76 in trunk for new stack.  
2288 4577 d 12 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2154 4617 d 17 h serge /kernel/trunk/ merge kolibri-acpi #2151  
2089 4631 d 21 h serge /kernel/trunk/ remove fn 41,42,44,45  
1894 4805 d 3 h serge /kernel/trunk/ kernel: new blitter  
1591 4993 d 1 h lrz /kernel/trunk/ A 62 sys function have call without cross registers. Small optimization a syscall.inc.  
1517 5034 d 16 h diamond /kernel/trunk/ reverted wrong files from the prev revision  
1497 5062 d 17 h Lrz /kernel/trunk/ 61 system function.  
1496 5063 d 16 h Lrz /kernel/trunk/ 55 and 60 system functions have call without shift registers.  
1495 5065 d 7 h Lrz /kernel/trunk/ 65 system function have call without shift registers.  
1494 5065 d 16 h Lrz /kernel/trunk/ 66 system function have call without shift registers.  
1491 5067 d 19 h Lrz /kernel/trunk/ The 70 system function have call without shift registers.  
1391 5192 d 14 h mikedld /kernel/trunk/ gui/mouse.inc:
+ new file for GUI-related mouse events handling (old mouse.inc renamed)
gui/button.inc and gui/window.inc:
* refactoring in regards of new mouse.inc:
* obsolete code eliminated
* old'n'ugly `check_buttons` and `checkwindows` removed
* events handlers added
gui/window.inc:
* moved GUI-related syscalls and auxilary functions from kernel.asm
* removed registers cross-ordering from syscall 67 (window move/resize)
+ more comments added
known bugs include:
1. apps using syscall 67 (kfar etc.) may not redraw their old screen area leaving ghost images
2. possibility of mouse cursor artefacts may have increased (this *really* has to be reworked)
 
1375 5218 d 16 h Lrz /kernel/trunk/ some little changes  
1369 5221 d 21 h Lrz /kernel/trunk/ small changes and optimization  
1362 5225 d 8 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1345 5228 d 3 h Lrz /kernel/trunk/ sys function 68 is without shift registers call  
1334 5233 d 15 h mikedld /kernel/trunk/ * gui/button.inc refactoring
* only 16 ID bits were checked on button delete, 24 now
* negative button frame draw speed up
 
1330 5236 d 16 h Lrz /kernel/trunk/ sys function 49  
1329 5237 d 15 h Lrz /kernel/trunk/ sys functions 71 and 69 without shift-registers call.(I'm not sure all change is right.  
1324 5244 d 18 h Lrz /kernel/trunk/ sys function 48 is run without cross registers call now.  
1306 5257 d 14 h Lrz /kernel/trunk/ optimization 46 and 64 sysfunc.  
1304 5258 d 16 h Lrz /kernel/trunk/ 30 and 43 sysfunc rewritten without cross registers call.  
1290 5263 d 3 h Lrz /kernel/trunk/ Small optimization sysfunc.  
1279 5270 d 14 h Lrz /kernel/trunk/ upgrade sys_settime.  
1276 5271 d 7 h Lrz /kernel/trunk/ I'm not sure what all my change is right.
Some optimization.
 
1055 5507 d 15 h Galkov /kernel/trunk/ refractoring of EVENT, and so on