b59dffc0ff
- on_sendfd: subscribe/dup errors return error Response instead of panic - fork/new_thread: subscribe errors propagate via ? operator - signal delivery (4 sites): status fd write errors are best-effort (let _ =) The procmgr is the first userspace process manager — a panic here kills the entire system. These changes make it resilient to transient fd errors.