Ariel Don
8a854ba309
Kernel+LibC: Implement futimens(3)
...
Implement futimes() in terms of utimensat(). Now, utimensat() strays
from POSIX compliance because it also accepts a combination of a file
descriptor of a regular file and an empty path. utimensat() then uses
this file descriptor instead of the path to update the last access
and/or modification time of a file. That being said, its prior behavior
remains intact.
With the new behavior of utimensat(), `path` must point to a valid
string; given a null pointer instead of an empty string, utimensat()
sets `errno` to `EFAULT` and returns a failure.
2022-05-21 18:15:00 +02:00
..
2022-05-01 12:42:01 +02:00
2022-04-01 21:24:45 +01:00
2022-04-03 19:15:14 +02:00
2022-01-08 19:22:00 +01:00
2022-05-05 20:47:38 +02:00
2022-05-21 18:15:00 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-05-20 22:18:54 +02:00
2022-01-23 15:21:10 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-05-01 12:42:01 +02:00
2022-05-08 13:04:32 -07:00
2022-04-21 11:49:48 +02:00
2022-05-21 18:15:00 +02:00
2022-05-21 18:15:00 +02:00
2022-03-06 13:00:42 +01:00
2022-04-29 22:01:06 +02:00
2022-04-01 21:24:45 +01:00
2022-01-08 19:22:00 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-23 10:43:32 -07:00
2022-04-01 21:24:45 +01:00
2022-04-21 11:49:48 +02:00
2022-04-23 10:43:32 -07:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-05-20 22:18:54 +02:00
2022-03-02 11:40:37 +01:00
2022-01-13 18:46:22 +01:00
2022-01-07 18:38:32 +01:00
2022-04-01 21:24:45 +01:00
2022-05-12 15:01:32 +02:00
2022-05-12 15:01:32 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-01-08 19:22:00 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2021-12-24 05:26:21 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-05-21 18:15:00 +02:00
2022-02-28 20:28:01 -08:00
2022-04-03 19:15:14 +02:00
2022-04-03 19:15:14 +02:00
2022-04-01 21:24:45 +01:00
2022-05-20 22:18:54 +02:00
2022-05-20 22:18:54 +02:00
2022-05-01 12:42:01 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2021-12-29 03:17:41 -08:00
2021-12-29 03:17:41 -08:00
2022-04-19 10:06:23 -04:00
2022-04-01 21:24:45 +01:00
2022-02-28 20:09:37 +01:00
2022-05-21 18:10:52 +02:00
2022-05-21 18:10:52 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-20 08:40:36 -04:00