Commit Graph

18 Commits

Author SHA1 Message Date
25d17a8831 Add fill() function to std::algorithm 2024-02-10 05:41:42 +02:00
3374eac741 Add resize(size_t, const T &) function to vector class 2024-02-10 05:17:03 +02:00
96daa43d38 Update kernel 2024-01-19 06:47:42 +02:00
e0bd4cee3c Fix unqualified call to 'std::move' 2023-10-17 02:21:52 +03:00
54a47ad3a5 Update std headers 2023-10-11 13:00:15 +03:00
56358280a7 Update std headers 2023-10-10 06:09:17 +03: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
85c0de688d Fix sleep syscall 2023-06-11 01:36:39 +03:00
41db477173 Update kernel 2023-06-10 13:11:25 +03:00
64948bb92f Add cmath header 2023-05-22 02:43:38 +03:00
fedccbfd79 Add alloc functions to stdlib header 2023-05-22 01:47:38 +03:00
80980ecfaf Move drivers to kernel 2023-05-19 07:27:42 +03:00
816e5461c9 Fix type sizes 2023-05-13 07:40:07 +03:00
8349339f32 Update errno macros 2023-05-05 19:19:19 +03:00
61aea6aa8d fork() stub and QoL improvements 2023-05-03 06:37:39 +03:00
41dafe32fb Move all std related headers to "include_std" 2023-04-10 06:08:58 +03:00