Commit Graph

25 Commits

Author SHA1 Message Date
f48032658f vfs: Fix GetRoot(), CacheRecursiveSearch() and root identifier 2024-10-13 02:33:46 +03:00
3ca2463834 vfs: Implement GetName() & GetPath() in FileNode class 2024-10-13 02:25:29 +03:00
51ea074b60 Fix driver implementation 2024-07-07 03:14:54 +03:00
5329c92791 Return proper errno for null inode operations 2024-05-19 11:28:22 +03:00
6801475243 Refactor filesystem & stl code 2024-05-18 07:42:01 +03:00
91ca38fd77 Rename struct "stat" to "kstat" 2024-04-01 04:49:06 +03:00
a49e5e9913 Remove redundant file operation functions 2024-04-01 04:36:11 +03:00
4397763e72 Update CreateIfNotExists function signature 2024-02-27 05:52:24 +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
816e5461c9 Fix type sizes 2023-05-13 07:40:07 +03:00
1df78907fc Add PathIsRelative() 2023-05-05 20:02:53 +03:00
50a0857524 Implement file seek 2023-05-05 19:19:05 +03:00
dc7b1fc4c9 Rework virtual filesystem implementation 2023-04-21 18:32:20 +03:00
70e11f17e7 Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector 2023-04-10 05:29:41 +03:00
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03:00
f86f3d9293 Rename std functions to match the standard 2023-03-23 04:56:49 +02:00
cd7267d3c3 Rename smart pointers 2023-03-23 01:48:49 +02:00
a592b85ce5 Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) 2023-02-06 19:35:44 +02:00
a677f3c159 Updated types 2022-12-21 00:43:51 +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
c8e5ce1d36 Added filesystem 2022-10-28 08:50:14 +03:00