code wiki / proc

topic: proc

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

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_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_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