Commit Graph

9273 Commits

Author SHA1 Message Date
c3b7833e72 libimg: Avoid SSE pinsrw instruction in blend_mmx.asm
pinsrw can act on MMX registers, but it is still an SSE instruction.

git-svn-id: svn://kolibrios.org@9273 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-15 21:20:52 +00:00
571040afd5 AHCI: Full multiple controller support.
Fix using hardcoded ctr1_data in three functions, use corresponding controller instead.
Add pointer to parent controller to PORT_DATA structure,
Other small changes

git-svn-id: svn://kolibrios.org@9272 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-15 16:48:27 +00:00
1f842ffb93 AHCI: simplify structures, fix naming, more comments. sync kolibri-ahci with trunk
git-svn-id: svn://kolibrios.org@9271 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-15 15:05:03 +00:00
3e39815f8c AHCI: fix failure when adding > 1 disks on one controller
git-svn-id: svn://kolibrios.org@9270 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-15 11:56:07 +00:00
Kirill Lipatov (Leency)
7288de6237 Eolite: fixed two bugs (thanks kw33 for found one)
git-svn-id: svn://kolibrios.org@9269 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-14 23:16:56 +00:00
Doczom
7fa9473c69 small clean code
git-svn-id: svn://kolibrios.org@9268 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-14 19:15:56 +00:00
Doczom
0aff050c49 fix count type
git-svn-id: svn://kolibrios.org@9267 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-14 15:23:19 +00:00
Doczom
aca4e09228 fixed content type definitions
git-svn-id: svn://kolibrios.org@9266 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-14 14:16:03 +00:00
Doczom
f62bef13d5 fixing a memory leak in the clipboard
git-svn-id: svn://kolibrios.org@9265 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-14 14:02:16 +00:00
a5f6a10b43 kolibri-ahci: sync with trunk
git-svn-id: svn://kolibrios.org@9264 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-14 10:30:27 +00:00
Kirill Lipatov (Leency)
2b790ca52d WebView 3.52: handle dd, dl unclosed tags (thanks turbocat2001 for the bug report)
git-svn-id: svn://kolibrios.org@9263 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-13 17:21:44 +00:00
turbocat
9257d2c34c libc.obj:
- Added basename() and  dirname()
 - libc_test all tabs -> spaces

git-svn-id: svn://kolibrios.org@9262 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-12 22:45:22 +00:00
Kirill Lipatov (Leency)
1b84dbe19e mousecfg: use a hotkey to turn on mouse emulation
git-svn-id: svn://kolibrios.org@9261 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-08 23:46:33 +00:00
turbocat
f0928164bd libc.obj: fixed asctime() format and UTC mktime() bug.
git-svn-id: svn://kolibrios.org@9260 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-07 19:29:12 +00:00
Kirill Lipatov (Leency)
2eddf0b1c0 WebView: fix page scroll when user is just clicked on a scrolling area and did not drug a slider
git-svn-id: svn://kolibrios.org@9259 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 18:03:23 +00:00
Magomed Kostoev (mkostoevr)
c1e1215115 [KERNEL][TEST] Add example keyboard and screenshot test
git-svn-id: svn://kolibrios.org@9258 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 12:32:12 +00:00
Magomed Kostoev (mkostoevr)
41f68b6632 [KERNEL][TEST][API] Implement image comparsion
git-svn-id: svn://kolibrios.org@9257 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 12:25:50 +00:00
Magomed Kostoev (mkostoevr)
b3fb622ac5 [KERNEL][TEST][API] Implement screenshot taking
git-svn-id: svn://kolibrios.org@9256 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 11:53:13 +00:00
Magomed Kostoev (mkostoevr)
5aafac98ba [KERNEL][TEST][API] Implement keyboard keys sending
git-svn-id: svn://kolibrios.org@9255 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 11:51:19 +00:00
Magomed Kostoev (mkostoevr)
c582c8b648 [KERNEL][TEST] Wait for debug.log more reliable
git-svn-id: svn://kolibrios.org@9254 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 09:17:31 +00:00
e44770ac18 uefi64kos: Fix stack alignment on function calls.
It is a formal requirement of UEFI spec that the stack is to be aligned
on 16 bytes on all calls to service routines. I changed eficall macro to
fstcall one in my previous commit. Due to differences in macro logic
that change broke UEFI boot on some platforms that do care about stack
alignment. This commit should fix the issue.

git-svn-id: svn://kolibrios.org@9253 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 02:17:31 +00:00
Magomed Kostoev (mkostoevr)
7454368c78 [KERNEL][TEST] Do not pack test kernel (test speedup)
git-svn-id: svn://kolibrios.org@9252 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 00:28:48 +00:00
Magomed Kostoev (mkostoevr)
bc7960659c [KERNEL][TEST] Do not redirect stdin to qemu
git-svn-id: svn://kolibrios.org@9251 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 00:27:39 +00:00
Magomed Kostoev (mkostoevr)
5a7c52a4c4 [KERNEL][TEST] Add test kernel to autobuild
git-svn-id: svn://kolibrios.org@9250 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-05 00:21:53 +00:00
Magomed Kostoev (mkostoevr)
0b73fe657f [KERNEL] Add test framework
git-svn-id: svn://kolibrios.org@9249 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-04 23:52:56 +00:00
Doczom
95f32fae09 fix start apps in kernel mode
git-svn-id: svn://kolibrios.org@9248 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-04 21:45:55 +00:00
turbocat
cf33391052 ktcc: Delete old tinygl library
git-svn-id: svn://kolibrios.org@9247 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-04 20:25:19 +00:00
Kirill Lipatov (Leency)
7015aadd71 System Panel:
- add Network Speed test (thanks Coldy for the idea)
- add AMDtemp, also add app icon into icons32.png

git-svn-id: svn://kolibrios.org@9246 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 22:53:03 +00:00
turbocat
041b56415a Autobuild OpenTyrian has been added to ISO.
git-svn-id: svn://kolibrios.org@9245 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 22:02:17 +00:00
turbocat
66a0545330 OpenTyrian: Fixed VERSION and disabled exit, on unsupported scaling
git-svn-id: svn://kolibrios.org@9244 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 21:55:52 +00:00
hidnplayr
78c7f262bf i8255x: Link detection.
git-svn-id: svn://kolibrios.org@9243 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 21:45:38 +00:00
turbocat
9ca128acbd Added libc_test.c for testing libc.obj (by "navichok26")
git-svn-id: svn://kolibrios.org@9242 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 18:52:54 +00:00
Kirill Lipatov (Leency)
251d03d5f0 Upload optimized Phoenix and ASCL by Kolibrius
git-svn-id: svn://kolibrios.org@9241 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 18:23:06 +00:00
Doczom
b69f000608 updated list drivers for DRVINST
git-svn-id: svn://kolibrios.org@9240 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 18:04:19 +00:00
Kirill Lipatov (Leency)
661a4095c0 add Tyrian to Game Sentre, also add icon
git-svn-id: svn://kolibrios.org@9239 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 17:53:50 +00:00
Kirill Lipatov (Leency)
7d1b614236 tyrian: upload to SVN, add to ISO
git-svn-id: svn://kolibrios.org@9238 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 17:26:12 +00:00
Kirill Lipatov (Leency)
b654a4e928 View3DS by macgub: bugfixes and new rendering model - ray casted shadows. Check Readme for more info.
git-svn-id: svn://kolibrios.org@9237 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-03 16:39:08 +00:00
turbocat
ae85867e03 Replaced the old TinyBasic with the new ported one.
git-svn-id: svn://kolibrios.org@9236 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-02 22:35:25 +00:00
turbocat
ed57c702d1 tinybasic-1.0.4 fixed Tupefile.lua
git-svn-id: svn://kolibrios.org@9235 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-02 22:31:12 +00:00
turbocat
27ece40648 TinyBasic-1.0.4 added to autobuild
git-svn-id: svn://kolibrios.org@9234 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-02 22:27:40 +00:00
turbocat
82ddf447d5 libc.obj: Fixed div, ldiv, lldiv ( problem with the compatibility of returned structures in functions between tcc and gcc) thanks to Boppan).
git-svn-id: svn://kolibrios.org@9233 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-02 21:29:04 +00:00
hidnplayr
3bd9001d45 i8255x: Improved interrupt handling.
git-svn-id: svn://kolibrios.org@9232 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-02 20:34:40 +00:00
14beceb157 AHCI: support up to 8 controllers
git-svn-id: svn://kolibrios.org@9231 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-02 17:49:21 +00:00
turbocat
bd8a5b6e8e libc.obj:
- added strtod();
 - added "+" to fopen mode; 

git-svn-id: svn://kolibrios.org@9230 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-01 14:46:28 +00:00
turbocat
5ab7151d7d ktcc : libcryptal fixed crash
git-svn-id: svn://kolibrios.org@9229 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-01 10:03:14 +00:00
hidnplayr
3aa9014b7b add very simple UDP server example
git-svn-id: svn://kolibrios.org@9228 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-01 07:19:05 +00:00
707e7037f0 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.

git-svn-id: svn://kolibrios.org@9227 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-01 02:04:30 +00:00
ConLenov
cffbb82ac5 Add 8Metro skin from ConLenov
git-svn-id: svn://kolibrios.org@9226 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-10-31 06:52:12 +00:00
ConLenov
c1ea6eb787 Add 8Metro skin from ConLenov
git-svn-id: svn://kolibrios.org@9225 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-10-31 06:48:45 +00:00
Doczom
4f072de650 update
git-svn-id: svn://kolibrios.org@9224 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-10-23 17:11:57 +00:00