Files
RedBear-OS/bootstrap
Red Bear OS b59dffc0ff fix: replace 8 .expect("TODO") panic points with proper error handling
- 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.
2026-07-12 01:51:11 +03:00
..
2026-04-19 20:49:19 +02:00