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
9246 926 d 1 h leency / System Panel:
- add Network Speed test (thanks Coldy for the idea)
- add AMDtemp, also add app icon into icons32.png
 
9245 926 d 2 h turbocat /data/ Autobuild OpenTyrian has been added to ISO.  
9244 926 d 2 h turbocat /contrib/games/opentyrian/src/ OpenTyrian: Fixed VERSION and disabled exit, on unsupported scaling  
9243 926 d 2 h hidnplayr /drivers/ethernet/ i8255x: Link detection.  
9242 926 d 5 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added libc_test.c for testing libc.obj (by "navichok26")  
9241 926 d 6 h leency /programs/games/phenix/trunk/ Upload optimized Phoenix and ASCL by Kolibrius  
9240 926 d 6 h Doczom /data/common/drivers/ updated list drivers for DRVINST  
9239 926 d 6 h leency /data/ add Tyrian to Game Sentre, also add icon  
9238 926 d 7 h leency /data/ tyrian: upload to SVN, add to ISO  
9237 926 d 7 h leency /programs/demos/view3ds/ View3DS by macgub: bugfixes and new rendering model - ray casted shadows. Check Readme for more info.  
9236 927 d 1 h turbocat /data/ Replaced the old TinyBasic with the new ported one.  
9235 927 d 1 h turbocat /programs/develop/tinybasic-1.0.4/ tinybasic-1.0.4 fixed Tupefile.lua  
9234 927 d 2 h turbocat /programs/develop/tinybasic-1.0.4/ TinyBasic-1.0.4 added to autobuild  
9233 927 d 3 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 927 d 3 h hidnplayr /drivers/ethernet/ i8255x: Improved interrupt handling.  
9231 927 d 6 h punk_joker /kernel/trunk/blkdev/ AHCI: support up to 8 controllers  
9230 928 d 9 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- added strtod();
- added "+" to fopen mode;
 
9229 928 d 14 h turbocat /programs/develop/ktcc/trunk/ ktcc : libcryptal fixed crash  
9228 928 d 17 h hidnplayr /programs/network/udpserv/ add very simple UDP server example  
9227 928 d 22 h dunkaist /kernel/trunk/ uefi64kos: Detect last PCI bus, use fastcall macro.

* Detect last PCI bus via PCI Root Bridge IO protocol (uefi64kos only).
* fastcall macro by Tomasz is much cleaner than eficall from osdev board.
 
9226 929 d 17 h ConLenov /skins/ Add 8Metro skin from ConLenov  
9225 929 d 17 h ConLenov /skins/ConLenov/8Metro/ Add 8Metro skin from ConLenov  
9224 937 d 7 h Doczom /kernel/trunk/ update  
9223 937 d 8 h Doczom /kernel/trunk/ fix bug in my fix bug  
9222 937 d 8 h Doczom /kernel/trunk/ fix bug http://bugs.kolibrios.org/view.php?id=145 in sf 4  
9221 942 d 8 h dunkaist /kernel/trunk/ kernel: Fix window redraw after 1px move.

If
- window A is above window B, and
- window A has been moved,
then window B receives a redraw event.

But if that move was 1px right or down, window B didn't receive an event
because of off-by-one error. Now it's fixed.
 
9220 943 d 14 h Boppan /programs/develop/clink/ [clink] Make it compile by GCC  
9219 944 d 2 h punk_joker /kernel/trunk/blkdev/ ahci: name drives as sdX instead of hdX  
9218 944 d 2 h Boppan /programs/develop/clink/ [clink] Update README.txt  
9217 944 d 16 h Doczom /programs/system/amd_temp_view/ rename amd_temp_view.asm in AMDtemp.asm  
9216 945 d 23 h dunkaist /programs/ libcrash: sync with upstream.

* Implement new algorithms:
- MACs: Poly1305, HMAC (SHA2_256, SHA2_512),
- ciphers: ChaCha20, AES256CTR, AES256CBC.
* Remove MD4 hash.
* Change API (it happens).
* Update crashtest example.
 
9215 945 d 23 h dunkaist /data/ Autobuild: fix autobuild without GCC.

mtar.obj is compiled with GCC. Move it to the corresponding section of a
Tupfile to not break asm-only builds.
 
9214 956 d 5 h turbocat /contrib/sdk/sources/PDCurses/ Added PDCurses library(uses SDL)  
9213 956 d 7 h turbocat /contrib/games/wolf3d/ Wolf3D: uSDL is no longer needed.  
9212 956 d 7 h turbocat /contrib/games/opentyrian/SDL/ OpenTyrian:
- uSDL_Delay is no longer needed.
 
9211 956 d 7 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Fixed SDL_Delay.
- Refactoring
 
9210 957 d 6 h akron1 /programs/develop/cedit/ CEDIT: minor fixes, refactoring  
9209 960 d 7 h hidnplayr /programs/develop/mtdbg/ Bugfix from 'Jurgen' for repne scasw / repnz stosw and handling of unknown/invalid opcodes.
See https://board.kolibrios.org/viewtopic.php?p=77209#p77209 for details.
 
9208 962 d 8 h akron1 /programs/develop/cedit/ CEDIT: internal changes  
9207 964 d 4 h turbocat /programs/develop/ktcc/trunk/ Added libshell for TCC