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
9827 706 d 3 h turbocat /drivers/ k10temp:
- Fixed a bug with displaying incorrect temperature values.
- Fixed memory leak (temporary failure of dlmalloc).
- Small refactoring.
- Use gnu99 to make empty functions with no return return 0.
 
9826 706 d 6 h Doczom /programs/network/ircc/ ircc: small fix  
9825 706 d 10 h ConLenov /skins/ Add HotFox skin from ConLenov  
9824 706 d 10 h ConLenov /skins/ConLenov/HotFox/ Add HotFox skin from ConLenov  
9823 706 d 17 h dunkaist /kernel/trunk/ [kernel] Add is_string_userspace func, like is_region_userspace  
9822 708 d 5 h dunkaist /kernel/trunk/ Sync language names and IDs for @taskbar, kernel and docs  
9821 709 d 12 h IgorA /programs/develop/libraries/nnp/ update library 'nnp.obj'  
9820 714 d 1 h dunkaist / Move weather.json config to /kolibrios

Weather app was moved to /kolibrios a year ago, move its config there
too. There is no reason for the config to be in img since nobody in img
uses it.

Also, update Weather to look for its config not only in /sys but also
in /kolibrios.
 
9819 714 d 3 h dunkaist /data/ Replace Checkers with FlappyBird on the desktop

Checkers was removed from img more than a year ago in r8503, and its
desktop icon has been broken since then. There were two options: to
return Checkers and to replace it on the desktop with another game.
I have chosen the latter one.

Perhaps, a more suitable icon should be used for FlappyBird, but I
haven't found one. Feel free to add it.
 
9818 720 d 6 h akron1 /programs/develop/cedit/ CEdit: bugfix  
9817 722 d 7 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9816 722 d 12 h Boppan /kernel/trunk/network/ [KERNEL] Update kernel images  
9815 722 d 12 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9814 722 d 12 h Boppan /kernel/trunk/network/ [KERNEL] Use stack to save EDI and fix stack and EDI state on packet drop  
9813 726 d 3 h vitalkrilov /kernel/trunk/ kernel: fixed bug with loading DEVICES.DAT (appeared since r9756)  
9812 727 d 5 h Coldy /programs/develop/ libc.obj:
- headers update (now used true functions with attributes instead of pointers)
- fixed some samples
kos_mbedtls:
microtar:
changes for compatible to latest version tcc and the libc.obj headers
 
9811 728 d 6 h Coldy /programs/develop/ktcc/trunk/libc.obj/include/ Rollback to previous revision (unforeseen consequences)  
9810 728 d 7 h Coldy /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj: headers update (now used true functions with attributes instead of pointers)  
9809 729 d 10 h Boppan /kernel/trunk/network/ [KERNEL] Temporally drop fragmented packets  
9808 729 d 16 h Coldy /programs/system/shell/ shell:
- fixed definitions
- stack locals changed to heap variables (reduced app size)
 
9807 732 d 8 h Boppan /kernel/trunk/network/ [KERNEL] Attempt to fix unexpected stack state  
9806 732 d 9 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for fragmented packet building  
9805 733 d 15 h Boppan /kernel/trunk/network/ [KERNEL] Fix incorrect address of the first buffer  
9804 735 d 10 h Boppan /kernel/trunk/network/ [KERNEL] Fix FIXME  
9803 735 d 10 h Boppan /kernel/trunk/network/ [KERNEL] Fix offset to first fragment  
9802 735 d 12 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fragmented packet size workaround  
9801 735 d 13 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for EDI destruction  
9800 735 d 14 h Boppan /kernel/trunk/network/ [KERNEL] Update compyrights in IPv4.inc  
9799 735 d 14 h Boppan /kernel/trunk/network/ [KERNEL] Fix IPv4 packet buffer structuring  
9798 740 d 8 h Boppan /kernel/trunk/ [KERNEL] Generate .fas file for kernel with extended primary loader  
9797 741 d 2 h dunkaist / [autobuild] Fix asm-only and no-gcc build  
9796 741 d 3 h dunkaist /kernel/trunk/docs/ Translate documentation of sf68.31 into English  
9795 741 d 7 h dunkaist /data/ [autobuild] Split command list even more to avoid 'execl: Argument list too long'  
9794 741 d 11 h Doczom /kernel/trunk/core/ fixed kernel malfunction when loading a program with mem_size > os_base .  
9793 741 d 15 h turbocat /contrib/sdk/sources/libvorbis-1.3.7/ Added libvorbis to autobuild  
9792 741 d 15 h turbocat /contrib/sdk/sources/SDL_mixer-1.2.12/ SDL_mixer added to autobuild  
9791 741 d 15 h turbocat /contrib/sdk/sources/libogg-1.3.5/ Added libogg to autobuild  
9790 741 d 15 h turbocat /contrib/games/wolf3d/ wolf3d:
- Now used standart SDL timer functions;
- Removed old files and useless functions.
 
9789 741 d 16 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Audio refactoring;
- Delete old menuetos wrappers;
- Fixed tupfile(speed ​​optimization flags) and makefile.
 
9788 741 d 16 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ ksys.h:
- Added SF 68.1 and SF 68.14 wrappers
- Added SLOT_STATE enum.