docs(vms-e9a): LIB$SPAWN/SYS$CREPRC subprocess-pipeline design - #672
Merged
Merged
Conversation
…river forcing function) Grounded design for the subprocess-pipeline facility the GCC driver (cpp->cc1->as->ld) will force, surfaced by the GCC-oracle lane (vms-da0). Finding: OVMX has three divergent process-creation paths; lib$spawn does a real fork/exec of DCL.EXE but never registers with the executive (prcnam/efn/ astadr discarded, lib_misc.c:275) -> spawned procs invisible to $GETJPI/SHOW SYSTEM/$DELPRC, no /NOWAIT completion AST. Design unifies onto SYS$CREPRC + adds exit EF/AST notification; GCC driver calls LIB$SPAWN, not musl vfork. This lib$spawn->raw-fork bypass is also instance #1 in the executive-boundary program (vms-040). rd item: vms-e9a. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Grounded design (docs-only) for the subprocess-pipeline facility the GCC driver (cpp→cc1→as→ld) will force — surfaced by the GCC-as-VMS-oracle lane (vms-da0), filed as vms-e9a.
Finding: OVMX has three divergent process-creation paths.
lib$spawndoes a real fork/exec of DCL.EXE but never registers the child with the executive (prcnam/efn/astadrdiscarded,lib_misc.c:275) → spawned processes are invisible to$GETJPI/SHOW SYSTEM/$DELPRC, no/NOWAITcompletion AST. Design: unify ontoSYS$CREPRC, add exit EF/AST notification (shared kernel-core, 3-way gated), give the GCC driver a VMS-host process hook callingLIB$SPAWN/$CREPRC— not muslvfork. Mostly reuse of executive primitives already landed from the MMK exec-drive work.This
lib$spawn→raw-forkbypass is also instance #1 in the executive-boundary enforcement program (vms-040). F2-era; implements when the GCC driver forces it. Design available for the conductor's convergence-gate review.🤖 Generated with Claude Code