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
9219 920 d 10 h punk_joker /kernel/trunk/blkdev/ ahci: name drives as sdX instead of hdX  
9218 920 d 10 h Boppan /programs/develop/clink/ [clink] Update README.txt  
9217 921 d 0 h Doczom /programs/system/amd_temp_view/ rename amd_temp_view.asm in AMDtemp.asm  
9216 922 d 7 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 922 d 7 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 932 d 12 h turbocat /contrib/sdk/sources/PDCurses/ Added PDCurses library(uses SDL)  
9213 932 d 14 h turbocat /contrib/games/wolf3d/ Wolf3D: uSDL is no longer needed.  
9212 932 d 14 h turbocat /contrib/games/opentyrian/SDL/ OpenTyrian:
- uSDL_Delay is no longer needed.
 
9211 932 d 15 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Fixed SDL_Delay.
- Refactoring
 
9210 933 d 14 h akron1 /programs/develop/cedit/ CEDIT: minor fixes, refactoring  
9209 936 d 15 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 938 d 16 h akron1 /programs/develop/cedit/ CEDIT: internal changes  
9207 940 d 12 h turbocat /programs/develop/ktcc/trunk/ Added libshell for TCC  
9206 940 d 14 h turbocat /data/ Added SDL headers to ISO for TCC  
9205 940 d 14 h turbocat /programs/develop/ktcc/trunk/bin/lib/ Loaded libSDL.a, libsound.a and updated libc.obj.a for tcc.  
9204 940 d 14 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added vsprintf to export
- Added sdltest.c example
 
9203 940 d 14 h turbocat /contrib/sdk/sources/sound/ libsound: Added build for TCC  
9202 940 d 14 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: Adapted for building with TCC. Refactoring  
9201 941 d 15 h Doczom /programs/cmm/misc/ fix height checkbox  
9200 942 d 14 h akron1 /programs/develop/cedit/ CEDIT: minor fixes  
9199 944 d 16 h Doczom /programs/system/amd_temp_view/ add @notify message for input error load driver  
9198 944 d 17 h Doczom /programs/system/cpu/trunk/ fix BUTTON.WIDTH in cpu.asm  
9197 945 d 14 h akron1 / cedit: search selected text
FB2 Reader: minor fix
 
9196 946 d 21 h dunkaist /programs/testing/pcidev/trunk/ pcidev: fix output of the last bus #, increase window height  
9195 947 d 15 h akron1 /data/common/ FB2 Reader: system colors, minor fixes  
9194 950 d 9 h akron1 /programs/develop/cedit/ CEDIT: bugfix  
9193 951 d 10 h akron1 /programs/develop/cedit/ CEDIT: optional highlighting of operators and delimiters  
9192 952 d 14 h turbocat /kernel/branches/ Removed useless kolibri-f branch  
9191 952 d 14 h turbocat /kernel/branches/kolibri-lldw/ Created a branch for low-level work with disks  
9190 952 d 15 h akron1 /programs/develop/cedit/ CEDIT: menu changes  
9189 953 d 13 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/stdlib/ libc.obj: Fixed calloc function  
9188 954 d 21 h hidnplayr /drivers/ethernet/ 3C59X: Improved interrupt handeling. Small fixes (magic numbers, delays)  
9187 955 d 11 h akron1 /programs/develop/cedit/ CEDIT: Keyboard navigation in menu; internal changes  
9186 956 d 13 h turbocat /drivers/ddk/io/ libddk: fixed io functions  
9185 957 d 9 h dunkaist /kernel/trunk/ kernel: fix export of file_system_lfn_protected.

This function returns values not in registers but in their images on
stack. Therefore we have to wrap a call with pushad/popad.
 
9184 957 d 20 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci: code style fixes  
9183 957 d 20 h rgimad /kernel/trunk/ Merge kolibri-ahci into trunk  
9182 958 d 11 h akron1 /programs/develop/cedit/ CEDIT: new checkboxes  
9181 959 d 11 h akron1 /programs/develop/cedit/ CEDIT: better timer, minor fixes  
9180 960 d 11 h akron1 /programs/develop/cedit/ CEDIT: EOL conversion (CRLF/LF/CR)