Files
RedBear-OS/redox-rt/src
Red Bear OS 01d229fa5c redox-rt: make filetable refresh non-fatal (fall back to lseek)
The dup2('refresh') added for O_CLOEXEC/stale-fd correctness fails for some
exec'd children (observed: a uid-dropped, namespace-restricted login shell)
and propagated as a spawn ENOENT. Fall back to the plain lseek when the
refresh syscall errors so process startup always succeeds; the refresh
still applies wherever the kernel permits it. Prevents any spawn
regression while the refresh path is stabilized for restricted children.
2026-07-18 16:34:43 +09:00
..
2026-07-06 16:31:47 +07:00
2026-07-09 08:35:50 +01:00
2025-09-08 21:03:27 +00:00