Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
9979 96 d 0 h hidnplayr /programs/network/ircc/ -Fixed bug #150: ping reply length
-Fixed bug where some commands were terminated with \n\r instead of \r\n
 
/programs/network/ircc/ircc.asm
/programs/network/ircc/serverparser.inc
/programs/network/ircc/socket.inc
/programs/network/ircc/userparser.inc
9978 96 d 5 h hidnplayr /programs/network/ircc/ Fixed bug #149 : parsing of subsequent non-printable characters  
/programs/network/ircc/ircc.asm
/programs/network/ircc/textbox.inc
9977 102 d 1 h rgimad /kernel/trunk/ Change "mov reg, 0" to "xor reg, reg" where it's possible  
/kernel/trunk/bootloader/uefi4kos/uefi32kos.asm
/kernel/trunk/bootloader/uefi4kos/uefi64kos.asm
/kernel/trunk/core/apic.inc
/kernel/trunk/core/conf_lib.inc
/kernel/trunk/core/ext_lib.inc
/kernel/trunk/video/vga.inc
9976 103 d 4 h Jurgen /kernel/trunk/ 1.Add procedure check exception 12 (overflow stack) 2.Add info in reference of function 68,24 (rus) 3.Change max limit size of the load file to 1G, for load big WinApp files. 4.Fix procedure close tcp socket:
When WinApp create/close socket in loop => crash core Kolibri
 
/kernel/trunk/core/dll.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/network/socket.inc
9975 103 d 15 h Jurgen /kernel/trunk/core/ Add struct EXCEPT_STACK  
/kernel/trunk/core/sys32.inc
9974 103 d 15 h Jurgen /kernel/trunk/core/ Edit struct APP_HEADER_01_, add line: except_stack_top  
/kernel/trunk/core/taskman.inc
9973 112 d 3 h rgimad /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj: added _ksys_blitter (sysfn73), add forgotten static in libimg.h  
/programs/develop/ktcc/trunk/libc.obj/include/clayer/libimg.h
/programs/develop/ktcc/trunk/libc.obj/include/sys/ksys.h
9972 118 d 7 h Doczom /programs/ programs in "programs\media" that use deleted system functions and whose rewriting is not rational have been moved to "programs\other\outdated"  
/programs/other/outdated/cdp
/programs/other/outdated/iconedit
/programs/other/outdated/mixer
/programs/other/outdated/sb
/programs/media/cdp
/programs/media/iconedit
/programs/media/mixer
/programs/media/sb
/programs/other/outdated/cdp/trunk/cdp.asm
/programs/other/outdated/iconedit/trunk/iconedit.asm
/programs/other/outdated/mixer/trunk/mixer.asm
/programs/other/outdated/sb/trunk/sb.asm
9971 129 d 10 h Doczom /programs/ Update headers programs : delete MENUET00 header on 2 programs.
Fixed mario2 game : delete using sysfn 6 and added constants
Update macro.inc : Added new fields in process_information
 
/programs/demos/unvwater/trunk/unvwater.asm
/programs/games/mario2/trunk/MARIO.ASM
/programs/games/pong/trunk/pong.asm
/programs/macros.inc
/programs/system/taskbar/trunk/TASKBAR.ASM
/programs/system/taskbar/trunk/ctx_menu.asm
/programs/system/taskbar/trunk/drawappl.inc
/programs/system/taskbar/trunk/drawwind.inc
/programs/system/taskbar/trunk/u_data.inc
/programs/system/zkey/trunk/ZKEY.ASM
9970 130 d 3 h turbocat / DGen-SDL:
- The home directory is now taken from system.env;
- The original documentation was restored and converted into html;
- File path hints now work in command mode.
 
/programs/emulator/dgen-sdl-1.33/dgen.1
/programs/emulator/dgen-sdl-1.33/dgen.html
/programs/emulator/dgen-sdl-1.33/dgen_tobin.1
/programs/emulator/dgen-sdl-1.33/dgenrc.5
/programs/emulator/dgen-sdl-1.33/dgenrc.html
/programs/emulator/dgen-sdl-1.33/dgen.man
/programs/emulator/dgen-sdl-1.33/dgenrc.man
/data/Tupfile.lua
/programs/emulator/dgen-sdl-1.33/getopt.c
/programs/emulator/dgen-sdl-1.33/sdl/sdl.cpp
/programs/emulator/dgen-sdl-1.33/system.c
9969 134 d 16 h dunkaist /kernel/trunk/ Revert the length of uglobals buffer (fix r9968)

This is a magic number again, but it is reported to work.
 
/kernel/trunk/Tupfile.lua
/kernel/trunk/kernel.asm
9968 134 d 19 h dunkaist /kernel/trunk/ kernel, sf9: zero data buffer for empty slots

Now sf9 doesn't read uninitialized memory when called for an empty slot.
Also, applications don't get stale data after sf9 anymore.
 
/kernel/trunk/const.inc
/kernel/trunk/kernel.asm
9967 135 d 16 h dunkaist /kernel/trunk/ Use process_information structure in the kernel

Copied from the userspace macros.inc
 
/kernel/trunk/const.inc
/kernel/trunk/kernel.asm
9966 135 d 18 h dunkaist /data/ Fix autobuild timestamp offset on the blue screen  
/data/Tupfile.lua
9965 135 d 18 h dunkaist / Update demos/gears to use sys/ksys.h  
/programs/demos/gears
/programs/demos/gears/Tupfile.lua
/programs/demos/gears/fps.c
/programs/demos/gears/main.c
/data/Tupfile.lua
9964 136 d 2 h dunkaist /kernel/trunk/ Fix sf9 to ignore slot 0

It used to read uninitialized data at SLOT_BASE[0].
 
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/kernel.asm
9963 136 d 7 h turbocat /data/common/emul/DosBox/ DOSBox:
- Remove unnecessary binary
- Now dosbox.conf is unnecessary, it is automatically generated in $HOME/.dosbox
 
/data/common/emul/DosBox/dosbox.conf
/data/common/emul/DosBox/dosbox_new
9962 136 d 7 h turbocat /data/common/emul/DosBox/ DOSBox:
- Documentation updated
- Binary 0.74 replaced with 0.74-3 (RC2)
 
/data/common/emul/DosBox/DOSBox Manual (Rus).htm
/data/common/emul/DosBox/dosbox
/data/common/emul/DosBox/readme.txt
9961 136 d 16 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/ SDL: Fixed cursor freezing in some cases.  
/contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/SDL_kolibri_events.c
9960 136 d 18 h turbocat / uPDF:
- Fixed a bug with floating icons;
- Removed include kos32sys.h.
 
/contrib/media/updf/apps/Makefile
/contrib/media/updf/apps/kolibri.c
/contrib/media/updf/apps/kolibri.h
/contrib/media/updf/apps/kos_main.c
/data/common/media/updf

Show All