danos/system/services
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
..
args-echo Pass arguments to main via runtime.process.Init, dispatched on signature 2026-07-11 14:22:48 +01:00
device-manager WIP: USB 2026-07-12 22:24:47 +01:00
init Add input module: broadcast keyboard events over IPC 2026-07-11 15:03:24 +01:00
input Wire real PS/2 scancodes through to input events and characters 2026-07-11 22:48:59 +01:00
input-source Generalize input module to mouse and joystick/gamepad events 2026-07-11 15:21:09 +01:00
input-test Generalize input module to mouse and joystick/gamepad events 2026-07-11 15:21:09 +01:00
process-test Record and expose how every process ends (M17.2) 2026-07-12 23:34:09 +01:00
vfs Publish exit events to subscribers; the VFS releases dead clients' handles (M17.3) 2026-07-12 23:41:44 +01:00