Files
RedBear-OS/tests/stdio
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
..
2019-07-18 15:27:05 +02:00
2024-07-25 11:32:26 +02:00
2018-12-17 02:01:36 +01:00
2023-11-12 12:07:49 +01:00
2018-09-29 15:04:58 +02:00
2023-11-12 12:07:49 +01:00
2020-05-23 16:20:20 +02:00
2020-06-03 23:20:53 +02:00
2018-12-17 02:01:36 +01:00
2023-11-12 11:45:15 +01:00
2024-12-26 17:14:15 -08:00
2025-08-06 02:38:47 -04:00
2025-09-07 07:44:10 -04:00
2025-10-21 14:47:39 -04:00
2021-01-03 16:07:43 +01:00
2018-09-26 16:13:09 +02:00