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
9269 901 d 7 h leency /programs/cmm/eolite/ Eolite: fixed two bugs (thanks kw33 for found one)  
9268 901 d 11 h Doczom /kernel/trunk/ small clean code  
9267 901 d 15 h Doczom /programs/cmm/clipview/ fix count type  
9266 901 d 16 h Doczom /programs/cmm/clipview/ fixed content type definitions  
9265 901 d 16 h Doczom /kernel/trunk/core/ fixing a memory leak in the clipboard  
9264 901 d 20 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci: sync with trunk  
9263 902 d 13 h leency /programs/cmm/browser/ WebView 3.52: handle dd, dl unclosed tags (thanks turbocat2001 for the bug report)  
9262 903 d 7 h turbocat /programs/develop/ktcc/trunk/ libc.obj:
- Added basename() and dirname()
- libc_test all tabs -> spaces
 
9261 907 d 6 h leency /programs/cmm/mousecfg/ mousecfg: use a hotkey to turn on mouse emulation  
9260 908 d 11 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/time/ libc.obj: fixed asctime() format and UTC mktime() bug.  
9259 910 d 12 h leency /programs/cmm/browser/ WebView: fix page scroll when user is just clicked on a scrolling area and did not drug a slider  
9258 910 d 18 h Boppan /kernel/trunk/ [KERNEL][TEST] Add example keyboard and screenshot test  
9257 910 d 18 h Boppan /kernel/trunk/test/common/ [KERNEL][TEST][API] Implement image comparsion  
9256 910 d 18 h Boppan /kernel/trunk/test/common/ [KERNEL][TEST][API] Implement screenshot taking  
9255 910 d 18 h Boppan /kernel/trunk/test/common/ [KERNEL][TEST][API] Implement keyboard keys sending  
9254 910 d 21 h Boppan /kernel/trunk/test/common/ [KERNEL][TEST] Wait for debug.log more reliable  
9253 911 d 4 h dunkaist /kernel/trunk/bootloader/uefi4kos/ uefi64kos: Fix stack alignment on function calls.

It is a formal requirement of UEFI spec that the stack is to be aligned
on 16 bytes on all calls to service routines. I changed eficall macro to
fstcall one in my previous commit. Due to differences in macro logic
that change broke UEFI boot on some platforms that do care about stack
alignment. This commit should fix the issue.
 
9252 911 d 6 h Boppan /kernel/trunk/ [KERNEL][TEST] Do not pack test kernel (test speedup)  
9251 911 d 6 h Boppan /kernel/trunk/test/common/ [KERNEL][TEST] Do not redirect stdin to qemu  
9250 911 d 6 h Boppan /kernel/trunk/ [KERNEL][TEST] Add test kernel to autobuild  
9249 911 d 6 h Boppan /kernel/trunk/ [KERNEL] Add test framework  
9248 911 d 8 h Doczom /kernel/trunk/core/ fix start apps in kernel mode  
9247 911 d 10 h turbocat /programs/develop/ktcc/trunk/bin/lib/ ktcc: Delete old tinygl library  
9246 912 d 7 h leency / System Panel:
- add Network Speed test (thanks Coldy for the idea)
- add AMDtemp, also add app icon into icons32.png
 
9245 912 d 8 h turbocat /data/ Autobuild OpenTyrian has been added to ISO.  
9244 912 d 8 h turbocat /contrib/games/opentyrian/src/ OpenTyrian: Fixed VERSION and disabled exit, on unsupported scaling  
9243 912 d 8 h hidnplayr /drivers/ethernet/ i8255x: Link detection.  
9242 912 d 11 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added libc_test.c for testing libc.obj (by "navichok26")  
9241 912 d 12 h leency /programs/games/phenix/trunk/ Upload optimized Phoenix and ASCL by Kolibrius  
9240 912 d 12 h Doczom /data/common/drivers/ updated list drivers for DRVINST  
9239 912 d 12 h leency /data/ add Tyrian to Game Sentre, also add icon  
9238 912 d 13 h leency /data/ tyrian: upload to SVN, add to ISO  
9237 912 d 14 h leency /programs/demos/view3ds/ View3DS by macgub: bugfixes and new rendering model - ray casted shadows. Check Readme for more info.  
9236 913 d 8 h turbocat /data/ Replaced the old TinyBasic with the new ported one.  
9235 913 d 8 h turbocat /programs/develop/tinybasic-1.0.4/ tinybasic-1.0.4 fixed Tupefile.lua  
9234 913 d 8 h turbocat /programs/develop/tinybasic-1.0.4/ TinyBasic-1.0.4 added to autobuild  
9233 913 d 9 h turbocat /programs/develop/ktcc/trunk/ libc.obj: Fixed div, ldiv, lldiv ( problem with the compatibility of returned structures in functions between tcc and gcc) thanks to Boppan).  
9232 913 d 10 h hidnplayr /drivers/ethernet/ i8255x: Improved interrupt handling.  
9231 913 d 12 h punk_joker /kernel/trunk/blkdev/ AHCI: support up to 8 controllers  
9230 914 d 15 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- added strtod();
- added "+" to fopen mode;