Files
RedBear-OS/tests/expected/bins_dynamic
Josh Megnauth c899feb774 Implement fstatat
Linux's variant uses the syscall as intended. Redox's variant uses fpath
to build a path to pass to fstat from the file descriptor plus the file
name. Unlike the syscall, this isn't atomic so the liminal space between
fpath/getcwd and fstat is subject to TOCTOU.

Beyond fstatat, I moved the stat test to its correct location and added
an assert since the output of the test is unchecked.

I also added AT_FDCWD which seems to be -100 across Unixes. The other
AT_* constants are unimplemented for now.
2025-08-27 08:21:41 -04:00
..
2025-08-06 02:38:47 -04:00
2024-12-28 22:46:45 +00:00
2025-08-27 08:21:41 -04:00
2025-03-29 19:29:20 +00:00
2025-08-22 22:13:51 -04:00
2024-11-26 19:51:06 +11:00
2024-11-26 19:51:06 +11:00
2024-11-26 19:51:06 +11:00
2024-12-24 20:51:53 +11:00
2024-12-24 20:51:53 +11:00
2025-04-18 12:34:45 +00:00
2025-04-18 12:34:45 +00:00
2024-11-26 19:51:06 +11:00