Files
RedBear-OS/src
Connor-GH 24e250c339 add faccessat(2) and fchownat(2)
Additionally, we were using the `access` syscall for x86_64 for our
linux PAL. I looked at the linux source and found that using the
`access`
syscall is equivalent to using `faccessat` as we do now: https://elixir.bootlin.com/linux/v6.17.5/source/fs/open.c#L550

Also, some of the `fcntl.h` functions were accidentally implemented and exported from `unistd.h`. They are supposed to be implemented in `fcntl.h` and exported to `unistd.h`. This is now the behavior.
2026-04-20 17:20:18 -05:00
..
2026-03-04 22:03:31 +07:00
2026-02-17 15:35:58 +00:00
2026-02-17 15:35:58 +00:00
2026-04-20 17:20:18 -05:00
2026-04-02 00:43:20 +02:00
2026-04-03 14:39:56 +01:00
2026-04-20 17:20:18 -05:00
2026-02-27 21:38:16 +00:00
2026-02-20 14:10:34 +00:00
2026-03-02 10:01:05 +00:00
2026-03-02 10:01:05 +00:00
2023-11-04 18:29:38 +00:00
2024-09-26 16:24:01 +02:00
2026-03-29 14:39:43 +07:00
2025-01-09 13:33:56 -07:00
2026-03-14 03:57:26 +00:00
2026-03-29 07:48:37 +07:00