- Mar 13, 2025
-
-
Ramon Nou authored
-
Ramon Nou authored
-
Ramon Nou authored
-
Ramon Nou authored
-
Ramon Nou authored
add rmdir
-
Ramon Nou authored
restores noexecstack Avoids the constructor with ENABLE INIT with the user library
-
Ramon Nou authored
Added closes_range libc implementation for ssh moving CTX->interception at the end of the initialization (MN5 issue) Added missing interception (pread/pwrite) Finished missing libc calls (mkdir, pread...unlink), bypass fd protection
-
Ramon Nou authored
-
Ramon Nou authored
Add: new Syscalls, syscall number on syscalls, removes O_PATH on gkfs_open, add close_range support
-
Ramon Nou authored
-
Ramon Nou authored
-
Ramon Nou authored
-
Ramon Nou authored
-
Ramon Nou authored
-
- Mar 12, 2025
-
-
Ramon Nou authored
- Mar 05, 2025
-
-
Ramon Nou authored
- Feb 19, 2025
-
-
Ramon Nou authored
-
- Feb 14, 2025
-
-
Ramon Nou authored
- Feb 03, 2025
-
-
Ramon Nou authored
- Jan 31, 2025
-
- Jan 22, 2025
-
- Jan 10, 2025
-
-
Ramon Nou authored
- Jan 09, 2025
- Nov 27, 2024
-
-
Ramon Nou authored
-
- Nov 26, 2024
-
- Nov 18, 2024
-
-
Ramon Nou authored
Resolve "syscall 436 not logged / processed" Closes #308 #307 This MR adds support for close_range. However, as the upper limit could be "infinite"... we should stop once ge get to GKFS_****_FD. Close_range actually returns always 0, although there is some fd that does not exist. We add support for all the new syscalls from last kernels (Although not implemented), on the other hand we include the number of syscalls to complete the logging information as in the case of unknown syscall we don't have this information. We remove also the O_PATH check in gkfs_open, as this is used on last kernels (in cp *). It seems that it does not break anything and allows copy with * Closes #308 and #307 See merge request !201
-