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
8680 1131 d 0 h rgimad /kernel/trunk/ fixed multiple vulnerabilities in sysfn70 caused by absence of user addresses check  
8052 1413 d 7 h rgimad /kernel/trunk/ translate russian comments to english #3, no code changes  
7830 1493 d 1 h pavelyakov /kernel/trunk/ Does not work stably :(  
7828 1493 d 2 h pavelyakov /kernel/trunk/ Core: new function sys array  
7327 2102 d 7 h pavelyakov / По решению администрации убрал функцию  
7325 2102 d 10 h pavelyakov /kernel/trunk/core/ Fixed error code and optimized function  
7323 2104 d 7 h pavelyakov /kernel/trunk/core/ Fixed error  
7322 2104 d 7 h pavelyakov /kernel/trunk/core/ Fix style  
7321 2104 d 7 h pavelyakov / Added KERNEL process  
7320 2104 d 11 h pavelyakov /kernel/trunk/core/ Added function checksum security  
7319 2104 d 21 h pavelyakov /kernel/trunk/core/ Added Implementation of the function in the system - EAX = 81  
6926 2539 d 22 h serge /kernel/trunk/ kernel: initial pipe() support  
6798 2722 d 3 h pathoswithin /kernel/trunk/ proper unicode support  
6079 3053 d 20 h serge /kernel/trunk/ new Fn77 - fast user-space locking  
5363 3429 d 1 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4273 3842 d 5 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
4199 3853 d 17 h mario79 /kernel/trunk/ Kernel Clipboard. f.54.  
3837 3961 d 8 h mario79 /kernel/trunk/ Update documentation for new network stack  
3614 4009 d 7 h shikhin / Fixed sys_msg_board (fn 63) to not rely on cross_order and take arguments in original order.  
3545 4019 d 3 h hidnplayr / Merge new network stack with trunk  
3539 4019 d 23 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3304 4107 d 10 h clevermouse /kernel/trunk/core/ I'm sorry  
3303 4107 d 10 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 4107 d 23 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70  
2511 4446 d 7 h mario79 /kernel/trunk/ Function 34 - who owner the pixel on the screen  
2509 4447 d 0 h mario79 /kernel/trunk/ Function 25 - put image area on the background layer  
2455 4460 d 4 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2365 4481 d 10 h hidnplayr /kernel/trunk/core/ Reserved sysfn 74,75,76 in trunk for new stack.  
2288 4610 d 23 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2154 4651 d 4 h serge /kernel/trunk/ merge kolibri-acpi #2151  
2089 4665 d 8 h serge /kernel/trunk/ remove fn 41,42,44,45  
1894 4838 d 15 h serge /kernel/trunk/ kernel: new blitter  
1591 5026 d 13 h lrz /kernel/trunk/ A 62 sys function have call without cross registers. Small optimization a syscall.inc.  
1517 5068 d 3 h diamond /kernel/trunk/ reverted wrong files from the prev revision  
1497 5096 d 5 h Lrz /kernel/trunk/ 61 system function.  
1496 5097 d 3 h Lrz /kernel/trunk/ 55 and 60 system functions have call without shift registers.  
1495 5098 d 18 h Lrz /kernel/trunk/ 65 system function have call without shift registers.  
1494 5099 d 4 h Lrz /kernel/trunk/ 66 system function have call without shift registers.  
1491 5101 d 7 h Lrz /kernel/trunk/ The 70 system function have call without shift registers.  
1391 5226 d 2 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)