1. 20 Jul, 2022 1 commit
  2. 05 Jul, 2022 3 commits
  3. 04 Jul, 2022 2 commits
  4. 28 Jun, 2022 3 commits
    • Ramon Nou's avatar
      Merge branch... · bf833e0e
      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
      bf833e0e
    • Ramon Nou's avatar
    • Alberto Miranda's avatar
      Merge branch 'rnou/216-increase-testing-coverage' into 'master' · 655b1f8b
      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
      655b1f8b
  5. 21 Jun, 2022 18 commits
  6. 20 Jun, 2022 6 commits
  7. 15 Jun, 2022 1 commit
  8. 24 May, 2022 2 commits
  9. 17 May, 2022 3 commits
  10. 13 May, 2022 1 commit