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
518 6177 d 0 h Ghost /programs/system/gmon/ GMon
* bug fix in it87_get_fan_speed
 
517 6177 d 8 h diamond /programs/fs/kfar/trunk/ KFar 0.34  
515 6178 d 3 h heavyiron /programs/system/cpuid/trunk/ CPUID 2.21 from Wildwest  
510 6181 d 2 h Ghost /programs/ GMon & macros.inc small fix  
508 6181 d 9 h victor /programs/ make up in build_all.bat  
507 6181 d 14 h Lrz /programs/develop/examples/editbox/trunk/ Upgrade macros  
503 6182 d 16 h heavyiron /programs/ *correct pong (the previous one was duplicate of pong3)
*small fixes in icon_new
*title with fn0 in copyr
*fixed chess
 
502 6182 d 19 h heavyiron /programs/ Bugfix of 485 revision  
500 6183 d 3 h Ghost /programs/system/gmon/ small changes  
496 6184 d 3 h diamond /programs/system/calendar/trunk/ Fixed broken (svn.485) messages in calendar.asm
(probably used svn client doesn't work correctly with non-english letters)
 
494 6184 d 6 h spraid / @Panel: do not kill self and icon
Kernel: stage one of use dev config
 
493 6184 d 14 h Lrz /programs/system/run/trunk/ modify run, add new version editbox  
491 6185 d 11 h Lrz /programs/develop/examples/editbox/trunk/ modify example  
489 6186 d 23 h victor / small bug fix and make up in build scripts  
485 6189 d 4 h heavyiron / *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt
*programs
new icons and logo for CPUID and ICON
added new version of @ICON and ICONMNGR
fixes in iconedit and calendar from DedOK
new algoritm of fill background in pic4
all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc)
small fixes in build_all.bat script
 
484 6189 d 6 h diamond /programs/ * popc modified to use function 70 and standard header in function 0
* desktop modified to use function 70
* rsquare (level compression part) modified to use function 70
 
483 6189 d 14 h Lrz /programs/develop/examples/editbox/trunk/ modify macros and optimization  
481 6191 d 5 h diamond /programs/network/ftps/ ftps rewritten to function 70  
478 6192 d 5 h Ghost /programs/system/mgb/trunk/ MGB
* Fast calls source ready
 
477 6192 d 5 h Ghost / Fast calls
* multi thread program support
* MSR protect
* fast_call_test update
---------------------------
old code:
int 0x40

code for Intel SYSENTER:
push ebp
mov ebp, esp
push ..ret_point
sysenter
..ret_point:
pop edx
pop ecx

code for AMD SYSCALL:
push ecx
syscall
pop ecx

recommendation: use mcall from macros.inc
 

Show All