code wiki / proc

topic: proc

14 modules sharing the proc name family (derived from the tree's prefix discipline).

The 'proc' topic family in the Nishi sovereign ecosystem manages process lifecycle operations across multiple modules. nx_proc provides core process syscalls like fork and execve, while nx_proc_ctl_cmdl and nx_proc_ctl_rt offer canonical methods for process control via full cmdline matching. nx_proc_gate ensures safe process primitives, linking fork, wait4, and exit code propagation, forming a cohesive system for process management and control.

auto-narrated by the local model from this topic's module headers; links verified against the wiki index.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
nx_proc.nxprocess management syscalls (fork / execve / wait4 / clone).14911
nx_proc_ctl.nxshared sovereign /proc process control: kill-by-name + alive-by-name, EXTRACTED VERBATIM26311
nx_proc_ctl_cmdl.nxcanonical sovereign process control: kill by FULL /proc/<pid>/cmdline. THE one true copy that672
nx_proc_ctl_gate.nxproves the canonical full-cmdline matcher, including the EXACT disaster case: a 22-char422
nx_proc_ctl_hb.nxshared sovereign /proc process control: kill-by-name + alive-by-name, EXTRACTED VERBATIM966
nx_proc_ctl_rt.nxcanonical sovereign process control: kill by FULL /proc/<pid>/cmdline. THE one true copy that612
nx_proc_gate.nxgates the process primitive: fork spawns a child, wait4 reaps it, the exit code propagates.351
nx_proc_kat.nxKAT for nx_proc (process syscalls + wait-status decoders). HONESTY [W] weak point443
nx_proc_kill.nxsovereign "kill by FULL /proc/<pid>/cmdline" CLI (retires pkill). Now composes the canonical342
nx_proc_list.nxSOVEREIGN process lister (no ps/shell). Scans /proc, prints "pid<TAB>comm" for605
nx_proc_list_research_t68.nxSOVEREIGN process lister (no ps/shell). Scans /proc, prints "pid<TAB>comm" for605
nx_proc_snapshot.nxONE /proc walk answers EVERY liveness question (seq1318 root fix).24616
nx_proc_snapshot_gate.nxproves the seq1318 fix is CORRECT (same answers) and ACTUALLY O(P)1985
nx_proc_spawn.nxHIGH-LEVEL spawn-with-capability-gate layer above1667