Files
RedBear-OS/tests/expected
Josh Megnauth f5d432644f Implement renameat, renameat2
Like the other "at" functions, renameat renames files with respect with
a directory descriptor. "renameat2" is Linux specific but really nice -
it adds a flag which supports atomically swapping two files or failing
if the target already exists. The latter is easily supported in relibc.
The former requires redoxfs support.

Besides the impl itself, I refactored "cap_path_at" into what it really
is: a mini openat2-like function.
2025-10-21 14:47:39 -04:00
..
2025-10-21 14:47:39 -04:00
2024-09-04 00:50:30 +02:00
2024-09-04 00:50:30 +02:00
2024-11-17 16:15:07 +00:00
2024-11-17 16:15:07 +00:00
2024-12-12 15:17:16 +00:00
2024-12-12 15:17:16 +00:00