Commit Graph

47 Commits

Author SHA1 Message Date
6a492c6b07 Update external memory tracker messages 2023-03-16 17:20:12 +02:00
f54b46149d Update debugging code 2023-03-14 01:41:47 +02:00
3738e9b018 Small optimization 2023-03-12 04:27:41 +02:00
a101277991 Added memory tracker to serial port 2023-03-10 21:16:19 +02:00
5c91f23527 x32 is now compiling 2023-03-04 21:17:19 +02:00
392ebc9be2 Renamed "__no_instrument_function" 2023-02-27 22:19:40 +02:00
4506648cd6 mem* check operations now tell where it failed 2023-02-15 07:14:18 +02:00
fb97217927 Renamed "snprintf_" to "snprintf" 2023-02-10 05:25:34 +02:00
a592b85ce5 Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) 2023-02-06 19:35:44 +02:00
7fd6532345 Renamed print functions 2023-01-07 20:13:46 +02:00
f91503d704 TODO: implement a faster mem* 2023-01-04 06:45:22 +02:00
9da6f0f98e Support even older CPUs 2023-01-04 04:31:31 +02:00
d13c208218 Fixed memset sse 2023-01-04 03:32:06 +02:00
e59eef6be9 Moved SIMD mem* functions to separate files 2023-01-03 07:09:49 +02:00
c8bf57df77 Renamed memcpy.c file 2023-01-03 06:38:01 +02:00
4501826025 Kernel now uses SSE instructions properly 2023-01-03 06:36:15 +02:00
5774ceb9e1 Float stuff 2022-12-29 07:46:55 +02:00
b236ca54ee Fixed compiler warnings 2022-12-29 05:29:27 +02:00
045592d8e6 Replaced "%x" with "%lx" 2022-12-29 04:46:30 +02:00
83803fb4cf cxxabi stuff 2022-12-29 02:06:25 +02:00
42e10dc2b1 Added sqrtf 2022-12-29 02:05:51 +02:00
7cb935db05 Crash on check fail 2022-12-24 05:50:09 +02:00
cddf0426e3 Fixed compiler warnings 2022-12-21 20:05:57 +02:00
a677f3c159 Updated types 2022-12-21 00:43:51 +02:00
e07d774c2b Updated stack guard 2022-12-20 06:56:35 +02:00
ab7f20d5f5 Implemented memory tracker 2022-12-11 14:34:24 +02:00
81371b14b0 Implemented strtoul, isdelim and strtok 2022-12-08 19:17:13 +02:00
a47f998764 isalpha, isupper & strtol implementation 2022-12-05 00:43:39 +02:00
0289054900 Changed a lot of files. Summary: profiler support; "SafeFunction"; UnlockDeadLock kernel config; Code optimization & more 2022-11-28 08:25:37 +02:00
a9a5b1f64c More work on cxxabi 2022-11-17 17:44:44 +02:00
95de1f4a3e Updated cxxabi 2022-11-17 04:20:11 +02:00
2571c4f539 Added ubsan 2022-11-17 03:33:18 +02:00
4d874a3e81 Moved backspace() & append() 2022-11-16 16:03:09 +02:00
cabdc5263e Kernel now compiles on x32 2022-11-14 14:54:18 +02:00
954223cbf5 Fixed memory leak 2022-11-06 03:16:03 +02:00
a037bc03b5 Forgot new line 2022-11-06 02:48:39 +02:00
93eeb1f53b Show MD5 and Length 2022-11-06 02:41:51 +02:00
28a1428cf3 Added MD5 checksum (https://github.com/Zunawe/md5-c) 2022-11-06 02:41:12 +02:00
5682229f4f Simple crc32 implementation 2022-11-06 02:18:31 +02:00
534606dca5 Added lock to dumper lib 2022-11-03 03:22:48 +02:00
b809cab953 Added dumper library 2022-11-03 03:15:27 +02:00
76e09e1952 Added cwalk library 2022-10-28 06:01:40 +03:00
0a2d3db946 Lock "FunctionName" should not be initialized 2022-10-27 02:46:46 +03:00
5d41d36bd8 Implemented SmartCriticalSection 2022-10-21 03:49:12 +03:00
8673a73ee4 Added cargs lib 2022-10-20 01:06:58 +03:00
7750dd777e Replaced string to convert 2022-10-20 01:06:20 +03:00
4b6683823f Update files 2022-10-10 23:29:39 +03:00