danos/library
Daniel Samson d8c55c6f2f
Publish exit events to subscribers; the VFS releases dead clients' handles (M17.3)
process_subscribe adds an endpoint to a bounded, ref-counted subscriber
table; every death posts the same badge encoding a supervisor's exit
notification uses, equally late, so subscribers observe a fully-released
child. A dying subscriber's own subscriptions are removed first — it never
hears about itself. The VFS is the first subscriber: open handles now
record their owner and are swept when the owner dies, because a service
must never depend on clients cleaning up after themselves
(docs/process-lifecycle.md). Proven by the vfs-client-death scenario.
2026-07-12 23:41:44 +01:00
..
mmio M14a: memory-ordering / MMIO layer (library/mmio) 2026-07-10 19:32:57 +01:00
posix Split the `system` contract into boot-handoff / abi / device-abi 2026-07-10 18:08:51 +01:00
runtime Publish exit events to subscribers; the VFS releases dead clients' handles (M17.3) 2026-07-12 23:41:44 +01:00
xkeyboard-config Add xkeyboard-config: X11 keyboard layouts compiled to Zig 2026-07-11 15:57:09 +01:00