Files
RedBear-OS/redox-rt
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-03-23 08:32:25 +00:00