EnderIce2
|
9bdb83c346
|
Reformat comments in interrupts.hpp
|
2024-08-19 09:42:28 +03:00 |
|
EnderIce2
|
e9d022169e
|
Fix iterator type mismatch in basic_string::erase functions
|
2024-08-18 21:34:35 +03:00 |
|
EnderIce2
|
31dca2e9a6
|
Remove unused SmartHeap class
|
2024-08-13 07:37:20 +03:00 |
|
EnderIce2
|
e2e9cfe84d
|
Add more debug messages
|
2024-08-13 07:30:29 +03:00 |
|
EnderIce2
|
b783e8b88f
|
Refactored linux_getpid for easier debugging
|
2024-08-01 03:20:42 +03:00 |
|
EnderIce2
|
4d201a5264
|
Fix memory corruption in USTAR::SymLink
|
2024-07-09 03:33:11 +03:00 |
|
EnderIce2
|
51ea074b60
|
Fix driver implementation
|
2024-07-07 03:14:54 +03:00 |
|
EnderIce2
|
3e5177d375
|
Fix broken iterator for unordered_map
|
2024-06-13 07:38:51 +03:00 |
|
EnderIce2
|
aef28c9aff
|
Reset cursor position after print
|
2024-06-08 04:35:18 +03:00 |
|
EnderIce2
|
2489fd93f1
|
Add strrchr implementation
|
2024-06-03 03:54:37 +03:00 |
|
EnderIce2
|
9eec276c18
|
Remove unnecessary variable assignment
|
2024-06-03 03:46:25 +03:00 |
|
EnderIce2
|
bd7c44ae74
|
Update ELF header
|
2024-05-20 05:41:26 +03:00 |
|
EnderIce2
|
5329c92791
|
Return proper errno for null inode operations
|
2024-05-19 11:28:22 +03:00 |
|
EnderIce2
|
042a5f8d4a
|
Fix missing member initialization
|
2024-05-19 08:55:52 +03:00 |
|
EnderIce2
|
6801475243
|
Refactor filesystem & stl code
|
2024-05-18 07:42:01 +03:00 |
|
EnderIce2
|
77a291d08b
|
Implement operator delete with alignment support
|
2024-05-01 05:15:40 +03:00 |
|
EnderIce2
|
72d29a138d
|
Fix RDSEEDFlag assignment
|
2024-05-01 05:14:44 +03:00 |
|
EnderIce2
|
6cedac03f5
|
Refactor RNG code
|
2024-04-26 18:33:43 +03:00 |
|
EnderIce2
|
5a94744fd2
|
Update STL headers
|
2024-04-15 05:13:24 +03:00 |
|
EnderIce2
|
fd292305f6
|
Refactor lock related code
|
2024-04-10 06:25:55 +03:00 |
|
EnderIce2
|
c76eb67883
|
Add null check in isempty function
|
2024-04-03 01:40:38 +03:00 |
|
EnderIce2
|
daccdaeeae
|
Implement process resource limits
|
2024-04-02 05:52:43 +03:00 |
|
EnderIce2
|
e09d93e2bb
|
Refactor panic handler and assertion failed display functions
|
2024-04-01 21:04:45 +03:00 |
|
EnderIce2
|
87e263f5fe
|
Fix warning "ignoring changed section attributes for .text"
|
2024-04-01 20:52:55 +03:00 |
|
EnderIce2
|
91ca38fd77
|
Rename struct "stat" to "kstat"
|
2024-04-01 04:49:06 +03:00 |
|
EnderIce2
|
7b5a486391
|
Rename files with reference and descriptor code
|
2024-04-01 04:40:49 +03:00 |
|
EnderIce2
|
a49e5e9913
|
Remove redundant file operation functions
|
2024-04-01 04:36:11 +03:00 |
|
EnderIce2
|
bbb67b6a88
|
Refactor USTAR class and comments in FAT header
|
2024-04-01 04:33:36 +03:00 |
|
EnderIce2
|
74cf1cee47
|
Check for /bin directory existence and use /usr/bin as fallback
|
2024-04-01 03:39:05 +03:00 |
|
EnderIce2
|
5b7d0106a5
|
Fix handling of symbolic links in cd and ls commands
|
2024-04-01 03:29:34 +03:00 |
|
EnderIce2
|
e327ca783b
|
Comment debug statements in ustar.cpp and node.cpp
|
2024-04-01 03:24:47 +03:00 |
|
EnderIce2
|
6f0a2b3f17
|
Fix linux_stat, linux_fstat & linux_lstat
|
2024-04-01 03:19:48 +03:00 |
|
EnderIce2
|
84e5b2310e
|
Refactor Node constructor
|
2024-04-01 01:25:51 +03:00 |
|
EnderIce2
|
45406209d8
|
Refactor debug print statements in user.cpp
|
2024-04-01 01:21:36 +03:00 |
|
EnderIce2
|
e3f2912d59
|
Add stub F_DUPFD_CLOEXEC and add more cases in linux_fcntl
|
2024-04-01 01:12:37 +03:00 |
|
EnderIce2
|
a09dfe274a
|
Fix file creation and append functionality
|
2024-04-01 00:58:09 +03:00 |
|
EnderIce2
|
e42759147e
|
Add linux_umask syscall implementation
|
2024-04-01 00:47:51 +03:00 |
|
EnderIce2
|
473821bfa8
|
Implement process file mode creation mask
|
2024-04-01 00:47:33 +03:00 |
|
EnderIce2
|
a3b3ab76a7
|
Fix stat in linux
|
2024-03-31 21:42:10 +03:00 |
|
EnderIce2
|
2d94246f55
|
Update fdt stat to include file timestamps
|
2024-03-31 21:41:07 +03:00 |
|
EnderIce2
|
eb3c6f42d6
|
Fix data type definitions
|
2024-03-31 21:03:44 +03:00 |
|
EnderIce2
|
fcccb5b44f
|
Fix linux_newfstatat
"If pathname is absolute, then dirfd is ignored."
|
2024-03-31 19:37:56 +03:00 |
|
EnderIce2
|
f5a6a39159
|
Fix linux_newfstatat function to correctly handle absolute paths
|
2024-03-31 17:14:58 +03:00 |
|
EnderIce2
|
f0896a0b75
|
Fix memory leak in linux_openat function
|
2024-03-31 17:13:32 +03:00 |
|
EnderIce2
|
08c4bcc4a3
|
Fix RawKeyQueue empty check
|
2024-03-31 02:26:07 +02:00 |
|
EnderIce2
|
5a00e91011
|
Fix signals from exception handler
|
2024-03-28 03:15:05 +02:00 |
|
EnderIce2
|
8be2e10a8c
|
Allow kernel shell to execute binaries
|
2024-03-28 03:10:58 +02:00 |
|
EnderIce2
|
ac2147b69b
|
Add stub for F_GETFL and F_SETFL
|
2024-03-28 01:42:21 +02:00 |
|
EnderIce2
|
ac658beb5b
|
Fix file mode in statbuf structure
|
2024-03-28 01:31:47 +02:00 |
|
EnderIce2
|
6d2c04d0c8
|
Update error message
|
2024-03-28 01:16:19 +02:00 |
|