1. Jul 21, 2022
  2. Jul 20, 2022
  3. Jul 05, 2022
  4. Jul 04, 2022
  5. Jun 28, 2022
    • 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
  6. Jun 21, 2022
  7. Jun 20, 2022
  8. Jun 15, 2022
  9. May 24, 2022
  10. May 17, 2022