Commit Graph

35 Commits

Author SHA1 Message Date
eb3c6f42d6 Fix data type definitions 2024-03-31 21:03:44 +03:00
d7cc1f5c47 Add ptr_t class to types.h 2024-03-27 18:21:17 +02:00
b0575ba4f2 Rename "SafeFunction" macro to "NoSecurityAnalysis" 2024-02-04 04:31:30 +02:00
96daa43d38 Update kernel 2024-01-19 06:47:42 +02:00
889e1522a3 Restructured and rewritten entire codebase 2023-10-09 01:16:24 +03:00
8898791257 Update kernel code 2023-08-22 06:21:17 +03:00
2c51e4432f Update kernel 2023-08-06 04:53:14 +03:00
41db477173 Update kernel 2023-06-10 13:11:25 +03:00
79c6a5096d Add ROUND_UP and ROUND_DOWN 2023-05-10 21:49:28 +03:00
b4dbf2c281 QoL and bug fixes 2023-04-10 03:11:46 +03:00
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03:00
43af65b21e Implement strcasecmp, wcslen and wcsrtombs 2023-03-30 19:57:12 +03:00
93afcd2210 QoL improvements 2023-03-27 20:11:32 +03:00
f86f3d9293 Rename std functions to match the standard 2023-03-23 04:56:49 +02:00
8a84ed8798 Add __no_debug, __target and __min_vector_width 2023-03-16 21:40:52 +02:00
b17f3449ba Use "int3" for debug interrupt 2023-03-06 02:05:14 +02:00
ea59f87c53 #ifndef __SIG_ATOMIC_TYPE__ 2023-03-05 00:22:48 +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
84ed8d61e2 Added int1 and int3 marco 2023-02-19 00:23:40 +02:00
3618e1df87 Added __sync marco 2023-02-16 04:04:59 +02:00
b8bcc85ee8 Updated notes 2023-01-02 04:09:14 +02:00
a677f3c159 Updated types 2022-12-21 00:43:51 +02:00
b0cc8f2f87 Added BREAK macro 2022-12-18 16:10:47 +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
2571c4f539 Added ubsan 2022-11-17 03:33:18 +02:00
dc5b6498f9 Improved crash screen 2022-11-11 04:42:28 +02:00
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
76e09e1952 Added cwalk library 2022-10-28 06:01:40 +03:00
581638c256 Update files 2022-10-26 21:55:31 +03:00
5d41d36bd8 Implemented SmartCriticalSection 2022-10-21 03:49:12 +03:00
127476ac64 Added SMP support 2022-10-12 03:55:58 +03:00
f746110fbe Implemented GDT & IDT 2022-10-10 09:00:32 +03:00
7c4d43fec3 Implemented a kinda broken tty 2022-10-09 04:01:49 +03:00
8652d781ce Update files 2022-10-08 04:33:53 +03:00