- 20 Jul, 2022 1 commit
-
-
Marc Vef authored
-
- 05 Jul, 2022 3 commits
-
-
Alberto Miranda authored
Resolve "remove segfault from sfind" Closes #227 See merge request !148
-
Ramon Nou authored
-
Ramon Nou authored
-
- 04 Jul, 2022 2 commits
-
-
Alberto Miranda authored
- 28 Jun, 2022 3 commits
-
-
Ramon Nou authored
Merge branch 'rnou/228-cat-and-other-system-commands-use-new-fstatat-with-at_empty_path-flag' into 'master' Resolve "`cat` and other system commands use (new)fstatat with AT_EMPTY_PATH flag" Before this MR: The flag is ignored in `relativize_fd_path`, but the man page shows that `dirfd` can be a file if the `EMPTY_PATH` is on. It seems that newer (`kernel/coreutils/etc`) uses that instead of doing a normal stat to the file. Therefore, we need to handle empty path during relativize paths so that the file descriptor is used instead. Closes #228 See merge request !149
-
Ramon Nou authored
-
Alberto Miranda authored
Resolve "increase testing coverage" This MR increases testing coverage significantly by including additional tests and implementing basic syscall testing. It also fixes the following issues: * Include `<array>` to compile with GCC 12.1 * Solved SIGSEV in fchdir (When debug is enabled) Closes #216 See merge request !141
-
- 21 Jun, 2022 18 commits
- 20 Jun, 2022 6 commits
-
-
Ramon Nou authored
Resolve "Support clone3 syscall for <glibc-2.34" Starting glibc-2.34, glibc uses the `clone3()` system call to create (instead of `clone()`). This breaks syscall_intercept causing a Segfault on the GekkoFS client. This MR only introduces a patch for syscall_intercept and no GekkoFS modifications. This patch will eventually part of our syscall_intercept fork. Closes #213 See merge request !146
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
- 15 Jun, 2022 1 commit
-
-
Ramon Nou authored
-
- 24 May, 2022 2 commits
-
-
Alberto Miranda authored
Resolve "Update hermes to 0.4.5" Closes #221 See merge request !144
-
Alberto Miranda authored
-
- 17 May, 2022 3 commits
- 13 May, 2022 1 commit
-
-
Ramon Nou authored
-