Commit Graph

  • ea1a60faa3 Upload DGEN port source turbocat 2022-06-15 18:25:17 +0000
  • a0f200534d ksys.h: - Fixed formatting; - Added wrapper for sysfunction 65. turbocat 2022-06-15 10:45:06 +0000
  • 1e77fdad62 CEdit: bugfix ([enter], [ctrl+{up/down}]) Anton Krotov 2022-06-10 01:42:36 +0000
  • cc0d0d49e0 CEdit: bugfix Anton Krotov 2022-06-09 21:19:03 +0000
  • 98c8bda617 ddk: fix w/w mutexes after removing TASKDATA turbocat 2022-06-06 22:02:32 +0000
  • 1865c30de8 [KERNEL]: Remove unused get_curr_task and replace with get_curr_slot turbocat 2022-06-06 21:51:08 +0000
  • a9d195b964 Rename fields in SYSCALL_STACK struct: _eax -> eax, etc Ivan Baravy 2022-06-05 14:41:51 +0000
  • b66e372685 ksys.h: - KSYS_SLOT_STATE_FREE has right value (9, not 6) now - few style changes (snake_case) vitalkrilov 2022-06-05 08:46:07 +0000
  • c48822e03e sysfuncr.txt: added missing docs for SysFn77.10, SysFn77.11, SysFn77.13 from wiki ksys.h: - libc.obj's file synced with newlib's (r9788) - added scancodes enum - added wrappers for SysFn66.4 and SysFn66.5 (sys. hotkeys) - added wrappers for SysFn77.0 -- SysFn77.3 (futexes) vitalkrilov 2022-06-04 22:48:35 +0000
  • 4b862c1c0b KERNEL: reducing the use of current_slot_idx Doczom 2022-06-03 23:34:04 +0000
  • 4237496c20 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. turbocat 2022-05-31 21:27:08 +0000
  • 171a745608 ircc: small fix Doczom 2022-05-31 18:31:22 +0000
  • d0faee5191 Add HotFox skin from ConLenov ConLenov 2022-05-31 14:33:32 +0000
  • b222a617be Add HotFox skin from ConLenov ConLenov 2022-05-31 14:29:36 +0000
  • aa4154894c [kernel] Add is_string_userspace func, like is_region_userspace Ivan Baravy 2022-05-31 07:27:00 +0000
  • 3111bdaa18 Sync language names and IDs for @taskbar, kernel and docs Ivan Baravy 2022-05-29 19:36:19 +0000
  • 2ee9123f08 update library 'nnp.obj' IgorA 2022-05-28 12:21:03 +0000
  • f483bc78e4 Move weather.json config to /kolibrios Ivan Baravy 2022-05-23 22:47:22 +0000
  • bcd3970446 Replace Checkers with FlappyBird on the desktop Ivan Baravy 2022-05-23 21:31:22 +0000
  • 1f8d911067 CEdit: bugfix Anton Krotov 2022-05-17 18:09:04 +0000
  • 824bf97e3c [KERNEL] Change fragmented packet log Magomed Kostoev (mkostoevr) 2022-05-15 17:34:08 +0000
  • cac3f92e93 [KERNEL] Update kernel images Magomed Kostoev (mkostoevr) 2022-05-15 12:41:34 +0000
  • 7218749f8a [KERNEL] Change fragmented packet log Magomed Kostoev (mkostoevr) 2022-05-15 12:36:21 +0000
  • 607e199769 [KERNEL] Use stack to save EDI and fix stack and EDI state on packet drop Magomed Kostoev (mkostoevr) 2022-05-15 12:07:53 +0000
  • 5f43399ad2 kernel: fixed bug with loading DEVICES.DAT (appeared since r9756) vitalkrilov 2022-05-11 21:18:56 +0000
  • 1ed1f3a5b1 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 Coldy 2022-05-10 18:58:40 +0000
  • 6753818fc0 Rollback to previous revision (unforeseen consequences) Coldy 2022-05-09 18:19:05 +0000
  • 75d51a28c0 libc.obj: headers update (now used true functions with attributes instead of pointers) Coldy 2022-05-09 17:34:55 +0000
  • 908aa98953 [KERNEL] Temporally drop fragmented packets Magomed Kostoev (mkostoevr) 2022-05-08 14:46:34 +0000
  • 7805691d08 shell: - fixed definitions - stack locals changed to heap variables (reduced app size) Coldy 2022-05-08 08:22:31 +0000
  • 68d6fe5255 [KERNEL] Attempt to fix unexpected stack state Magomed Kostoev (mkostoevr) 2022-05-05 15:47:56 +0000
  • 2543e89522 [KERNEL] Temporal fix for fragmented packet building Magomed Kostoev (mkostoevr) 2022-05-05 14:58:04 +0000
  • ebefc0be7c [KERNEL] Fix incorrect address of the first buffer Magomed Kostoev (mkostoevr) 2022-05-04 09:43:21 +0000
  • 4cd9e17acd [KERNEL] Fix FIXME Magomed Kostoev (mkostoevr) 2022-05-02 14:42:34 +0000
  • be86fc49c6 [KERNEL] Fix offset to first fragment Magomed Kostoev (mkostoevr) 2022-05-02 14:41:19 +0000
  • 12d55e6e71 [KERNEL] Temporal fragmented packet size workaround Magomed Kostoev (mkostoevr) 2022-05-02 12:41:26 +0000
  • b2bd20b9fa [KERNEL] Temporal fix for EDI destruction Magomed Kostoev (mkostoevr) 2022-05-02 11:26:04 +0000
  • 0700cf15dd [KERNEL] Update compyrights in IPv4.inc Magomed Kostoev (mkostoevr) 2022-05-02 10:41:03 +0000
  • 52a5b1bf6e [KERNEL] Fix IPv4 packet buffer structuring Magomed Kostoev (mkostoevr) 2022-05-02 10:35:07 +0000
  • 33f685c41e [KERNEL] Generate .fas file for kernel with extended primary loader Magomed Kostoev (mkostoevr) 2022-04-27 16:23:37 +0000
  • f8e67e0dd1 [autobuild] Fix asm-only and no-gcc build Ivan Baravy 2022-04-26 22:06:46 +0000
  • df15574e00 Translate documentation of sf68.31 into English Ivan Baravy 2022-04-26 20:55:37 +0000
  • 396446108e [autobuild] Split command list even more to avoid 'execl: Argument list too long' Ivan Baravy 2022-04-26 17:22:33 +0000
  • 906a16d3a2 fixed kernel malfunction when loading a program with mem_size > os_base . Doczom 2022-04-26 13:09:12 +0000
  • 90df188638 Added libvorbis to autobuild turbocat 2022-04-26 09:36:31 +0000
  • 17728ab831 SDL_mixer added to autobuild turbocat 2022-04-26 09:28:44 +0000
  • 22b894fdba Added libogg to autobuild turbocat 2022-04-26 09:18:26 +0000
  • 9ba1adb152 wolf3d: - Now used standart SDL timer functions; - Removed old files and useless functions. turbocat 2022-04-26 08:58:22 +0000
  • 2f26d486e6 SDL: - Audio refactoring; - Delete old menuetos wrappers; - Fixed tupfile(speed ​​optimization flags) and makefile. turbocat 2022-04-26 08:01:26 +0000
  • d3e724b908 ksys.h: - Added SF 68.1 and SF 68.14 wrappers - Added SLOT_STATE enum. turbocat 2022-04-26 07:57:42 +0000
  • 23d59ab1ad SDL: remove mentions of menuetos in video src turbocat 2022-04-26 05:31:32 +0000
  • e9318b1780 ksys.h for tcc (duplicate r9784) turbocat 2022-04-25 20:05:53 +0000
  • 1d446821e9 SDL: - Refactoring; - Fixed mouse bug; - Added middle mouse button support. turbocat 2022-04-25 19:55:00 +0000
  • 2f58880d77 ksys.h: - Fixed thread info struct; - Added SF 63.3 wrapper; - Added SF 18.19 universal wraper; - Fixed ksys_pos_t. turbocat 2022-04-25 19:08:45 +0000
  • 4faa50bec6 fix autobuild Coldy 2022-04-24 17:46:31 +0000
  • db785142be ktcc: added __attribute__((dllimport)) support Coldy 2022-04-24 17:28:28 +0000
  • 3dddd1c687 added feature (which was expected to be) of custom HELPERDIR for some Tupfile's (btw there are still many files with same problem) vitalkrilov 2022-04-24 15:05:38 +0000
  • 5cbb298e24 add new function - lsmod This function input list loaded drivers. Doczom 2022-04-23 21:37:05 +0000
  • 953d47e06c Add documentation on 68.31 sysfn Doczom 2022-04-23 21:32:11 +0000
  • d02111da4f Graph (branch: tcc_current): - Code refactoring - Optimization of code (for example, log2(n) searching) and memory usage - Some possible memory corruption fixed - Previous graph will be erased from window if error occured - Fixed bug with provided array of non-sorted points: so now you can pass points in any order - Fixed important bug with graphic rendering (big thanks to turbocat for asm rounding function) - Changed error messages; now you can see line/byte of file where syntax error is; added checking if provided frame of graph is invalid - Autochoosing of an optimal single step for both axises - Added support for reading any number of different functions. You will have to end previous function with ';' if you want to pass another one. They will be rendered on a graph in order you passed them. vitalkrilov 2022-04-21 21:26:05 +0000
  • c5ebb23061 ktcc: removed old files turbocat 2022-04-21 20:50:12 +0000
  • 7b2b4533ba c-- : - Fixed strange Sign size. turbocat 2022-04-21 20:05:08 +0000
  • 2a2a059aa9 libc.obj: added tan.asm turbocat 2022-04-20 19:10:24 +0000
  • 82646d764b libc.obj: - Added inttypes header; - Fixed warnings in mouse api wrappers; - Preparation for build only via tcc+fasm. turbocat 2022-04-20 19:07:54 +0000
  • eeb3d0e5b9 libc.obj: updated libc.def, fixed bug with log10 vitalkrilov 2022-04-20 17:30:33 +0000
  • fda5ad66db libc.obj: added log2, log10, round functions vitalkrilov 2022-04-20 17:08:10 +0000
  • e7935a8fbd AMDtemp: added creating file for program "Graph". To save this file, write the path to it as a parameter. Doczom 2022-04-17 19:08:35 +0000
  • 56fdad78b4 OpenTyrian: refactoring, fixed launch from game center. turbocat 2022-04-15 22:29:16 +0000
  • bfe9af6494 SDL: now window is always centered. turbocat 2022-04-15 22:15:59 +0000
  • 635fbac815 SDL: Refactoring part1 turbocat 2022-04-15 14:05:41 +0000
  • 56ff702799 ksys.h: - Added to Newlib and should be in sync with the file from libc.obj; - Added new wrappers. turbocat 2022-04-15 14:02:43 +0000
  • 99922e4c2c Update skipped files in previous commit turbocat 2022-04-15 09:11:49 +0000
  • cde4fa851d libc.obj: - Formatted by clang-format (WebKit-style). - Removed unnecessary errno linux. - Added KOS error codes. - String functions have been replaced with more optimal ones for x86. - Changed wrappers for 70 sysfunction. turbocat 2022-04-15 09:00:55 +0000
  • dff8056cd6 Graph (branch: tcc_current): now you can provide a filename, when calling a program from shell, which should be opened on start. tcc: ksys.h: added "const" to string argument of _ksys_debug_puts(...). vitalkrilov 2022-04-13 00:31:51 +0000
  • 2e97f212ae Graph (branch: tcc_current): added missing files... (oops) vitalkrilov 2022-04-12 00:42:06 +0000
  • 7fb5d30b55 Graph: manual corrected. Graph (branch: tcc_current): - Rewritten in C so now it can be compiled with tcc. - Added functions: pow (^) and mod (%), arcctg, sgn, sec, cosec, log2, log3, log10. - Added aliases for functions: tan, cot, arctan, arccot, lg, lb, ln. - Fixed bugs with box_lib's edit_box. - Removed deprecated/potentially unused code. - Now an "Edit" button launches Cedit, not Tinypad. - Now there is a better graph rendering: fixed bugs with text drawing. - Added to autobuild list and in iso. vitalkrilov 2022-04-12 00:39:36 +0000
  • 705c0883ac libc.obj: added missing sqrt, cosh functions libc.def: added sqrt, cosh, sin, tan functions vitalkrilov 2022-04-10 23:56:16 +0000
  • 2a32cfda1d AMDtemp: added creating file for program "Graph". File creats on ram disk. Doczom 2022-04-09 06:06:55 +0000
  • 4e324c8612 Samples fix #2 + fridge makefile change maxcodehack 2022-04-06 15:32:56 +0000
  • 87d53e5e74 c/c++ samples refactoring maxcodehack 2022-04-06 15:24:16 +0000
  • 4fae618b2c Refactoring sys/kos.h maxcodehack 2022-04-06 14:37:19 +0000
  • f1b9d66b39 kernel: changed "/rd/1" to "/sys" (at least for returning normal work in UEFI mode with non-ramdisk "/sys" directory) docs of kernel (rus, SysFn68-16): changed "/rd/1" to "/sys" (like in ENG version; I guess writer meant "/sys") vitalkrilov 2022-04-02 23:04:09 +0000
  • 16a184061b exFAT_Delete - delete file/folder (F70.8) Marat Zakiyanov 2022-04-02 21:38:53 +0000
  • 3958c19fa5 KFM - fixed get_inf_dir and delete_dir for some cases Marat Zakiyanov 2022-03-30 21:55:55 +0000
  • 83209b237e Add GX_Violet skin from ConLenov ConLenov 2022-03-29 12:17:52 +0000
  • 6e21af1737 Add GX_Violet skin from ConLenov ConLenov 2022-03-29 12:15:58 +0000
  • 02ac56354e Rhine: Improved chip detection hidnplayr 2022-03-26 22:16:23 +0000
  • fb9897efe0 AR81XX: Fix chip detection hidnplayr 2022-03-26 22:03:07 +0000
  • fe6931589b KFM - fix show icon and fix key/mouse processing for dir names starting with ".." Marat Zakiyanov 2022-03-26 16:26:43 +0000
  • ed61181c2a Fix for previous revision. Marat Zakiyanov 2022-03-26 15:51:10 +0000
  • 7ee13facdf File Browser control - choosing the correct icon for dir names starting with ".." Marat Zakiyanov 2022-03-26 15:36:35 +0000
  • 69f261b5dd added program for view list working drivers Doczom 2022-03-23 14:30:52 +0000
  • 4f754c9e8a Correction of documentation for F70 Marat Zakiyanov 2022-03-20 13:09:59 +0000
  • 5d12a6e4a5 exFAT_SetFileInfo - set attributes of file/folder (F70.6) Marat Zakiyanov 2022-03-20 09:10:06 +0000
  • 0e38558cb0 fix bug in free group of port(46 sysf) in deleting thread Doczom 2022-03-19 16:20:29 +0000
  • 8708293b8f small update 46 system function(no tested!) Doczom 2022-03-18 04:09:59 +0000
  • 6c66c1519e PCIDEV: small update information Doczom 2022-03-15 04:12:55 +0000
  • 92b749efe6 Update to ver 077 - edit subbmit fixed, fire bug fixed, see readme.txt for details. macgub 2022-03-14 17:02:40 +0000
  • d9a3ea763b kernel: added struct sockaddr turbocat 2022-03-13 14:45:55 +0000
  • c99afa0b60 exFAT - support for file name hashes Marat Zakiyanov 2022-03-13 12:25:05 +0000