Files
RedBear-OS/redox-rt
Red Bear OS 7dee54808a fix(redox-rt): close O_CLOEXEC fds individually in fexec_impl
The kernel proc scheme returns EBADF for writes to Filetable/NewFiletable
handles, so the bulk FileTableVerb::Close call was silently failing. Close
each O_CLOEXEC fd with SYS_CLOSE instead, which updates both the kernel file
table and the userspace FILETABLE. This unblocks Command::spawn() parents
waiting on the CLOEXEC sync pipe.
2026-07-14 13:57:49 +09:00
..
2026-03-23 08:32:25 +00:00