Commit Graph

61 Commits

Author SHA1 Message Date
3709683af8 linux: Add stub madvise() syscall 2024-11-18 04:10:27 +02:00
3a68b28c13 memory: Add more debug messages for CoW related functions 2024-11-18 04:07:08 +02:00
9f34bd0192 linux: Fix debug messages for syscalls 2024-11-18 04:06:41 +02:00
462907828d linux: Remove redundant SwapPT in linux_getrandom() 2024-10-25 01:00:58 +03:00
8b442d14e3 linux: Implement vfork() syscall 2024-10-20 03:02:09 +03:00
0edd84c8a8 linux: Disable stack protector for __LinuxForkReturn() 2024-10-20 03:01:30 +03:00
53360c10e2 linux: Fix code style in linux_execve() function 2024-10-19 01:52:25 +03:00
5054243bc6 linux: Implement sched_setaffinity() and sched_getaffinity() syscalls 2024-10-16 16:50:15 +03:00
8dc6edac4a linux: Implement getdents64() syscall 2024-10-16 02:12:15 +03:00
547ae94f80 linux: Add more debug messages for newfstatat syscall 2024-10-16 02:11:36 +03:00
fa31ade889 linux: Fix newfstatat() syscall 2024-10-16 00:12:24 +03:00
ccb2cdde55 linux: Implement fchdir() syscall 2024-10-13 15:48:57 +03:00
6771bb21b2 linux: Fix returning wrong errno code on errors 2024-10-13 02:26:38 +03:00
3ca2463834 vfs: Implement GetName() & GetPath() in FileNode class 2024-10-13 02:25:29 +03:00
74faef2623 linux: Dump read() & write() content in debug output 2024-10-13 02:22:27 +03:00
13eb650ee3 linux: Add stub vfork() function 2024-10-13 02:21:05 +03:00
93e8e3f354 linux: Fix broken process limits implementation 2024-10-13 02:19:26 +03:00
e8e2aa4a5f Update chdir() implementation
Use SetWorkingDirectory()
2024-10-01 00:41:26 +03:00
ddf6a53412 Add chdir() syscall implementation 2024-09-30 23:57:39 +03:00
cac9449457 Update debug messages for getcwd linux syscall 2024-08-31 22:15:24 +03:00
31dca2e9a6 Remove unused SmartHeap class 2024-08-13 07:37:20 +03:00
b783e8b88f Refactored linux_getpid for easier debugging 2024-08-01 03:20:42 +03:00
6801475243 Refactor filesystem & stl code 2024-05-18 07:42:01 +03:00
daccdaeeae Implement process resource limits 2024-04-02 05:52:43 +03:00
91ca38fd77 Rename struct "stat" to "kstat" 2024-04-01 04:49:06 +03:00
6f0a2b3f17 Fix linux_stat, linux_fstat & linux_lstat 2024-04-01 03:19:48 +03:00
e3f2912d59 Add stub F_DUPFD_CLOEXEC and add more cases in linux_fcntl 2024-04-01 01:12:37 +03:00
e42759147e Add linux_umask syscall implementation 2024-04-01 00:47:51 +03:00
473821bfa8 Implement process file mode creation mask 2024-04-01 00:47:33 +03:00
a3b3ab76a7 Fix stat in linux 2024-03-31 21:42:10 +03:00
fcccb5b44f Fix linux_newfstatat
"If pathname is absolute, then dirfd is ignored."
2024-03-31 19:37:56 +03:00
f5a6a39159 Fix linux_newfstatat function to correctly handle absolute paths 2024-03-31 17:14:58 +03:00
f0896a0b75 Fix memory leak in linux_openat function 2024-03-31 17:13:32 +03:00
ac2147b69b Add stub for F_GETFL and F_SETFL 2024-03-28 01:42:21 +02:00
147027b613 Add linux_getrusage and linux_setitimer syscall implementation 2024-03-28 00:16:32 +02:00
603a21c3d2 Fix release compilation 2024-03-27 19:58:10 +02:00
3d1ecc3db0 Rework signal handling code 2024-03-25 23:21:27 +02:00
3b1bd58a36 Add RLIMIT_FSIZE stub 2024-03-25 22:37:40 +02:00
954e5a2d02 Fix linux_stat 2024-03-25 22:30:59 +02:00
a8333048c8 Add stub for F_GETFL 2024-03-25 22:27:27 +02:00
1192f041a9 Implement linux_tkill syscall 2024-03-25 15:18:29 +02:00
17814499d1 Add stub for setting RLIMIT_NPROC 2024-03-20 21:52:16 +02:00
ce654bf710 Add stub implementation for getpgid syscall 2024-03-20 21:28:12 +02:00
14964a1c07 Update linux_getcwd and implement linux_setpgid syscall 2024-03-20 21:24:41 +02:00
4e3f2bc8ab Implement linux_getcwd syscall 2024-03-20 21:18:37 +02:00
76367669be Fix execve and cleanup code 2024-03-20 17:40:27 +02:00
665b26f754 Implement linux_openat syscall 2024-03-20 17:39:31 +02:00
a05f88091c Add stubs for setting RLIMIT_NOFILE and RLIMIT_STACK 2024-03-20 17:38:53 +02:00
a1cda40743 Implement pread64 and pwrite64 syscalls 2024-03-20 17:38:17 +02:00
a5ca3b3995 Add check for file existence in linux_access function 2024-03-20 17:37:20 +02:00