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
9985 81 d 4 h hidnplayr /programs/network/ssh/ Small speedup in modular exponentation routine (still not side channel resiliant)  
9984 81 d 14 h hidnplayr /programs/network/ircc/ Fixed bug when parsing JOIN command.
Implemented proper handeling of partially received commands.
 
9983 82 d 16 h ConLenov /skins/ Add Yaru skin from ConLenov  
9982 82 d 16 h ConLenov /skins/ConLenov/Yaru/ Add Yaru skin from ConLenov  
9981 87 d 3 h hidnplayr /programs/network/ircc/ -Fixed bug where some commands were terminated with \r\r instead of \r\n  
9980 92 d 2 h hidnplayr /programs/network/netstat/ Allow cursor keys in editboxes (as mentioned in bug #153)  
9979 92 d 3 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
 
9978 92 d 7 h hidnplayr /programs/network/ircc/ Fixed bug #149 : parsing of subsequent non-printable characters  
9977 98 d 4 h rgimad /kernel/trunk/ Change "mov reg, 0" to "xor reg, reg" where it's possible  
9976 99 d 6 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
 
9975 99 d 17 h Jurgen /kernel/trunk/core/ Add struct EXCEPT_STACK  
9974 99 d 17 h Jurgen /kernel/trunk/core/ Edit struct APP_HEADER_01_, add line: except_stack_top  
9973 108 d 5 h rgimad /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj: added _ksys_blitter (sysfn73), add forgotten static in libimg.h  
9972 114 d 10 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"  
9971 125 d 13 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
 
9970 126 d 6 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.
 
9969 130 d 18 h dunkaist /kernel/trunk/ Revert the length of uglobals buffer (fix r9968)

This is a magic number again, but it is reported to work.
 
9968 130 d 21 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.
 
9967 131 d 19 h dunkaist /kernel/trunk/ Use process_information structure in the kernel

Copied from the userspace macros.inc
 
9966 131 d 20 h dunkaist /data/ Fix autobuild timestamp offset on the blue screen  
9965 131 d 21 h dunkaist / Update demos/gears to use sys/ksys.h  
9964 132 d 4 h dunkaist /kernel/trunk/ Fix sf9 to ignore slot 0

It used to read uninitialized data at SLOT_BASE[0].
 
9963 132 d 10 h turbocat /data/common/emul/DosBox/ DOSBox:
- Remove unnecessary binary
- Now dosbox.conf is unnecessary, it is automatically generated in $HOME/.dosbox
 
9962 132 d 10 h turbocat /data/common/emul/DosBox/ DOSBox:
- Documentation updated
- Binary 0.74 replaced with 0.74-3 (RC2)
 
9961 132 d 18 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/ SDL: Fixed cursor freezing in some cases.  
9960 132 d 21 h turbocat / uPDF:
- Fixed a bug with floating icons;
- Removed include kos32sys.h.
 
9959 132 d 22 h turbocat / Newlib: Added enviroment emulation via the file /sys/settings/system.env  
9958 132 d 22 h dunkaist / Switch to the unified (BIOS and UEFI) kernel image

The initial patch by bzt with my minor edits.
 
9957 133 d 1 h turbocat /data/common/emul/DosBox/ Added new DOSBox 0.74-3 (RC1).
Sources: https://github.com/KolibriOS/DOSBox
 
9956 133 d 6 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/include/ SDL: Added CD-ROM and Joystick stubs for easer porting  
9955 134 d 1 h turbocat /contrib/sdk/sources/newlib/libc/posix/ NewLib:
Added missing dirent impl
 
9954 134 d 1 h turbocat /contrib/sdk/sources/newlib/libc/ NewLib:
- Added basic support for dirent.h;
- Added memory.h for compatibility;
- Added ftruncate() function;
- Fixed date and time structures in ksys_file_info_t.
 
9953 134 d 23 h leency /kernel/trunk/fs/ https://board.kolibrios.org/viewtopic.php?p=79329#79912
NTFS fix for sf 70.3 by Pathoswithin (non-tested) => Doczom please check if you can
 
9952 142 d 2 h turbocat / NewLib:
- Duplicate functionality files removed;
- Refactoring of file handling functions;
- Removed broken impliments.
Gears (C + TinyGL):
- Removed because it duplicates an existing example on Fasm and uses unsupported wrappers on the KOS API.
KosJS:
- Removed. The MuJS port is too old and not used anywhere. Support is not profitable.
Backy:
- Removed useless GCC version. Support is not profitable.
DGen-SDL and SQLite3
- Fix after removing broken "dirent.h".
Fridge:
- Moving the KOS API wrapper to avoid compilation errors.
Udis86, uARM and 8086tiny:
- Fix after removing redundant "kos_LoadConsole.h".
 
9951 149 d 10 h turbocat /drivers/ [DRIVERS] Fixed linux MSR functions in ddk  
9950 151 d 5 h turbocat /kernel/trunk/ [KERNEL] Use PAT if supported. Otherwise MTRR  
9949 215 d 11 h Doczom /kernel/trunk/ fix bug in sysfn 7  
9948 226 d 2 h Doczom /kernel/trunk/ [KERNEL] fixed bug in sysfn 39.3  
9947 237 d 2 h ace_dent / Update `docs/README.TXT` and rename to `CREDITS`
- Rename to `CREDITS.TXT` for clarity.
- Improve text of opening paragraph. Thanks to various translators.
- Reformat to use headings, removing excessive whitespace characters (~2.5KiB).
- Sort list of contributors alphabetically; easier to maintain.
- Add missing contributors and remove from `kernel.asm`. Thanks to @rgimad.
- Minor formatting and whitespace cleanup.
 
9946 237 d 11 h akron1 /programs/develop/cedit/ CEdit:
- added line spacing setting
- disabled highlighting of anonymous labels