WIP: Align native mediator construction dependencies #2

Draft
erikinkinen wants to merge 15 commits from feature/posix-compat into main
Owner

Summary and rationale

Align the existing original dependency graph for root-capability-free mediator construction, preserve helper behavior and authority ceilings, and consolidate repeated roadmap notes.

Tracking and scope

Owning feature issue #1, Procd bootstrap and realm design. Signed original checkpoint: f3ab7eee6b106a9194b84598b48afdccb24c4fbc. The native construction contract is tracked in Kernel issue 1.

Architecture, authority and failure behavior

Procd selects checked native operation 54 only for mediator staging, without a parent VSpace receipt. The native TCB retains backing; the child initially holds only its primary endpoint. Other roles retain ordinary construction and its existing receipt/drop sequence. A refusal never falls back to operation 32. Scratch absence cleanup, exact stage retirement, private endpoint-master custody, grant-only handoff and all ordinary mediator start gates remain in place.

The existing producer authenticates executable and grant receipts, retains the endpoint master and moves only the unique grant through Loaderd and Launchd. Numeric slots, roles, identifiers and generations remain descriptive. The helper revision updates add no routes, authority or dependencies.

Runtime-image adoption, authenticated grant return, guarded bootstrap routes, private execution, receiver readiness, configuration/seal, client I/O, fair retirement and both full guest build generations remain open. Whole-codebase semantic authority and private-item documentation audits remain incomplete.

Validation evidence

Caller-bound realm storage wire checkpoint — 18 September 2026: Signed revision a03115dde87e1d6e4ac27693c6d02056606f628e is pushed. The coherent immutable graph adopts caller-bound realm messages and, where used, explicit version-3 deployment storage. Local authority and runtime policy are unchanged. Default/all development and release tests, strict host/native Clippy, freestanding builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original CI 81 and CI 82 passes; all four terminal logs are complete (49,870 bytes), without warnings. Actual admission dispatch, coordinated consumer VMs, runnable mediators and both full builds inside EriX remain separate open acceptance requirements.

Original supervisor wire checkpoint — 18 September 2026: Signed revision c513b0297e0b349d3e771379cf346a9d371b997e is pushed. The coherent immutable dependency graph adopts the supervisor-aware materialization request. Local runtime policy is unchanged. Default/all development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original CI 79 and CI 80 passes; all four terminal logs are complete (49,894 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements.

Owned bootstrap wire checkpoint — 18 September 2026: Signed revision 0fbea380dccc28277f749ae67a5d219f9a3016b5 is pushed. The coherent immutable dependency graph adopts the identity-only owned bootstrap request. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original CI 77 and CI 78 passes; all four terminal logs are complete (49,872 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements.

Explicit receiver admission checkpoint — 18 September 2026: Signed revision 1233ae30d2cf32ca7132d1c3ac701b310c8740cc is pushed. The coherent immutable dependency graph adopts explicit owned receiver request budgets. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original CI 75 and CI 76 passes; all four terminal logs are complete (49,866 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements.

Caller-local grant relocation checkpoint — 18 September 2026: Signed revision 344b8d4aa90cfa08a7b2b137084c37634ba0e337 is pushed. The coherent immutable dependency graph adopts the caller-local grant relocation ABI. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original CI 73 and CI 74 passes; all four terminal logs are complete (49,898 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements.

Returned-grant shared contract checkpoint — 18 September 2026: Signed revision 3ac92f42cb9919abe06b63d07ac42b1c9fd68ea7 is pushed. The coherent immutable dependency graph adopts the checked returned-grant bootstrap contract. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original CI 71 and CI 72 passes; all four terminal logs are complete (49,928 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements.

Generation-bound native cleanup checkpoint — 18 September 2026: Signed revision 6f4bcfea576d3040750b0a876212119244bb573c is pushed. The coherent immutable dependency graph adopts the checked generation-bound cleanup ABI. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and rustdoc pass. Formatting and Markdown checks pass. Original CI 69 and CI 70 passes; all four terminal logs are complete (49,928 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements.

Native terminal generation checkpoint — 17 September 2026: Signed revision 87f946825f7e2bf06de539c76f072bdcc96774d6 is pushed. The coherent immutable dependency graph now selects the generation-bearing operation 55 contract. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, freestanding builds, rustdoc, formatting and Markdown checks pass. Native producer/consumer migration, matching VM execution and full guest builds remain separate acceptance gates. Original automatic CI is being collected without retries.

Runtime dependency alignment — 15 September 2026

Signed c6d131e499804a8220687b112fadd638f6da2f1f aligns the existing dependency pins with the original signed library graph. This checkpoint changes Cargo selections and the roadmap; the repository's Rust implementation files are unchanged. The default/all-feature development/release matrix passes 15 tests in each feature/profile configuration, formatting, strict host/native Clippy, 4 native builds and private rustdoc, without warnings. Canonical documentation checks pass. Push/review CI 65/66 passes with complete classified logs and no warnings. Coherent product catalog adoption and product VM acceptance remain pending.

All 15 tests pass in the strict default/all development/release matrix, including host/native Clippy, native builds, private rustdoc, formatting and Markdown. Matching push/review CI passes with complete warning-free logs.

The previously accepted Kernel 6d2ca19c native fixture establishes the constructor object, root-absence and backing contract. This checkpoint adds producer transport controls; it does not claim a new Procd CPL3 VM, runtime-image adoption or runnable realm. Integration source and native VM inputs are unchanged. The manual is signed at Docs 8b30523f3d7e1c300f39e3418a8748dae10ec04f; all 45 tests, final warning-free rendering and CI 877/878 pass.

The source inventory covers 76 repositories and 2,972 code files below 1,000 lines, with direct missing_docs gates on 160 crate roots. Procd's materialization and test modules are now 863 and 711 lines, with creation and test transport in separately documented fragments. No new performance measurement or guest build is claimed.

Review checklist

  • Preserve role-specific native authority and exact cleanup responsibilities.
  • Pass applicable unit, native build, documentation and formatting checks.
  • Publish signed canonical checkpoints and complete component CI.
  • Complete the manual publication and CI.
  • Complete runtime-image adoption, typed bootstrap, isolation and retirement.
  • Complete whole-codebase audits and both full guest build generations.

Explicit install-grant library checkpoint — 19 September 2026: signed/pushed commit c2e0da62709be93de9c1eac4ed7b596b688f30ad. Original dependency pins now select the shared explicit grant-rights contract without mixed wire/capability revisions. The local API and authority policy are unchanged. Four host test matrices pass 15 tests each, alongside four native builds, strict host/native Clippy, formatting, private rustdoc and policy checks. Validation has no warnings. Original CI 83/84 passes with four complete hashed logs (49,866 bytes), zero warnings.

Coordinated actual consumers and matching native execution remain open under Kernel design 19. This dependency/wire checkpoint does not establish complete lifecycle acceptance or either full EriX build generation. Phase completion retains native external Rust/LLVM/runtime rebuilding as an independent requirement.

Acknowledged terminal consumer dependencies — 21 September 2026: signed commit 9b280b90327713d817e5df75c1d83a44e1dcdbb3 aligns original shared revisions for repeatable terminal observation and exact acknowledgement under Kernel design 20. No local API or capability policy changes. Four strict 15-unit host configurations, four native builds, host/native Clippy, private rustdoc, formatting and dependency checks pass without warnings. Original CI 85, 86 passes; four complete logs total 49,896 bytes with verified hashes and zero warning candidates. Actual service consumer and coherent full VM adoption remain open in phase completion.

## Summary and rationale Align the existing original dependency graph for root-capability-free mediator construction, preserve helper behavior and authority ceilings, and consolidate repeated roadmap notes. ## Tracking and scope Owning feature issue #1, [Procd bootstrap](https://git.erikinkinen.fi/erix/procd/issues/1) and [realm design](https://git.erikinkinen.fi/erix/posixd/issues/1). Signed original checkpoint: `f3ab7eee6b106a9194b84598b48afdccb24c4fbc`. The native construction contract is tracked in [Kernel issue 1](https://git.erikinkinen.fi/erix/kernel/issues/1). ## Architecture, authority and failure behavior Procd selects checked native operation 54 only for mediator staging, without a parent VSpace receipt. The native TCB retains backing; the child initially holds only its primary endpoint. Other roles retain ordinary construction and its existing receipt/drop sequence. A refusal never falls back to operation 32. Scratch absence cleanup, exact stage retirement, private endpoint-master custody, grant-only handoff and all ordinary mediator start gates remain in place. The existing producer authenticates executable and grant receipts, retains the endpoint master and moves only the unique grant through Loaderd and Launchd. Numeric slots, roles, identifiers and generations remain descriptive. The helper revision updates add no routes, authority or dependencies. Runtime-image adoption, authenticated grant return, guarded bootstrap routes, private execution, receiver readiness, configuration/seal, client I/O, fair retirement and both full guest build generations remain open. Whole-codebase semantic authority and private-item documentation audits remain incomplete. ## Validation evidence Caller-bound realm storage wire checkpoint — 18 September 2026: Signed revision `a03115dde87e1d6e4ac27693c6d02056606f628e` is pushed. The coherent immutable graph adopts caller-bound realm messages and, where used, explicit version-3 deployment storage. Local authority and runtime policy are unchanged. Default/all development and release tests, strict host/native Clippy, freestanding builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original [CI 81](https://git.erikinkinen.fi/erix/lib-service/actions/runs/81) and [CI 82](https://git.erikinkinen.fi/erix/lib-service/actions/runs/82) passes; all four terminal logs are complete (49,870 bytes), without warnings. Actual admission dispatch, coordinated consumer VMs, runnable mediators and both full builds inside EriX remain separate open acceptance requirements. Original supervisor wire checkpoint — 18 September 2026: Signed revision `c513b0297e0b349d3e771379cf346a9d371b997e` is pushed. The coherent immutable dependency graph adopts the supervisor-aware materialization request. Local runtime policy is unchanged. Default/all development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original [CI 79](https://git.erikinkinen.fi/erix/lib-service/actions/runs/79) and [CI 80](https://git.erikinkinen.fi/erix/lib-service/actions/runs/80) passes; all four terminal logs are complete (49,894 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements. Owned bootstrap wire checkpoint — 18 September 2026: Signed revision `0fbea380dccc28277f749ae67a5d219f9a3016b5` is pushed. The coherent immutable dependency graph adopts the identity-only owned bootstrap request. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original [CI 77](https://git.erikinkinen.fi/erix/lib-service/actions/runs/77) and [CI 78](https://git.erikinkinen.fi/erix/lib-service/actions/runs/78) passes; all four terminal logs are complete (49,872 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements. Explicit receiver admission checkpoint — 18 September 2026: Signed revision `1233ae30d2cf32ca7132d1c3ac701b310c8740cc` is pushed. The coherent immutable dependency graph adopts explicit owned receiver request budgets. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original [CI 75](https://git.erikinkinen.fi/erix/lib-service/actions/runs/75) and [CI 76](https://git.erikinkinen.fi/erix/lib-service/actions/runs/76) passes; all four terminal logs are complete (49,866 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements. Caller-local grant relocation checkpoint — 18 September 2026: Signed revision `344b8d4aa90cfa08a7b2b137084c37634ba0e337` is pushed. The coherent immutable dependency graph adopts the caller-local grant relocation ABI. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original [CI 73](https://git.erikinkinen.fi/erix/lib-service/actions/runs/73) and [CI 74](https://git.erikinkinen.fi/erix/lib-service/actions/runs/74) passes; all four terminal logs are complete (49,898 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements. Returned-grant shared contract checkpoint — 18 September 2026: Signed revision `3ac92f42cb9919abe06b63d07ac42b1c9fd68ea7` is pushed. The coherent immutable dependency graph adopts the checked returned-grant bootstrap contract. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and private-item rustdoc pass. Formatting and Markdown checks pass. Original [CI 71](https://git.erikinkinen.fi/erix/lib-service/actions/runs/71) and [CI 72](https://git.erikinkinen.fi/erix/lib-service/actions/runs/72) passes; all four terminal logs are complete (49,928 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements. Generation-bound native cleanup checkpoint — 18 September 2026: Signed revision `6f4bcfea576d3040750b0a876212119244bb573c` is pushed. The coherent immutable dependency graph adopts the checked generation-bound cleanup ABI. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, native builds and rustdoc pass. Formatting and Markdown checks pass. Original [CI 69](https://git.erikinkinen.fi/erix/lib-service/actions/runs/69) and [CI 70](https://git.erikinkinen.fi/erix/lib-service/actions/runs/70) passes; all four terminal logs are complete (49,928 bytes), without warnings. Runnable mediator bootstrap, fair retirement and both complete builds inside EriX remain separate open acceptance requirements. Native terminal generation checkpoint — 17 September 2026: Signed revision `87f946825f7e2bf06de539c76f072bdcc96774d6` is pushed. The coherent immutable dependency graph now selects the generation-bearing operation 55 contract. Local runtime policy is unchanged. Default/all-feature development and release units, strict host/native Clippy, freestanding builds, rustdoc, formatting and Markdown checks pass. Native producer/consumer migration, matching VM execution and full guest builds remain separate acceptance gates. Original automatic CI is being collected without retries. ### Runtime dependency alignment — 15 September 2026 Signed `c6d131e499804a8220687b112fadd638f6da2f1f` aligns the existing dependency pins with the original signed library graph. This checkpoint changes Cargo selections and the roadmap; the repository's Rust implementation files are unchanged. The default/all-feature development/release matrix passes 15 tests in each feature/profile configuration, formatting, strict host/native Clippy, 4 native builds and private rustdoc, without warnings. Canonical documentation checks pass. Push/review CI 65/66 passes with complete classified logs and no warnings. Coherent product catalog adoption and product VM acceptance remain pending. All 15 tests pass in the strict default/all development/release matrix, including host/native Clippy, native builds, private rustdoc, formatting and Markdown. Matching push/review CI passes with complete warning-free logs. The previously accepted Kernel 6d2ca19c native fixture establishes the constructor object, root-absence and backing contract. This checkpoint adds producer transport controls; it does not claim a new Procd CPL3 VM, runtime-image adoption or runnable realm. Integration source and native VM inputs are unchanged. The manual is signed at Docs `8b30523f3d7e1c300f39e3418a8748dae10ec04f`; all 45 tests, final warning-free rendering and CI 877/878 pass. The source inventory covers 76 repositories and 2,972 code files below 1,000 lines, with direct missing_docs gates on 160 crate roots. Procd's materialization and test modules are now 863 and 711 lines, with creation and test transport in separately documented fragments. No new performance measurement or guest build is claimed. ## Review checklist - [x] Preserve role-specific native authority and exact cleanup responsibilities. - [x] Pass applicable unit, native build, documentation and formatting checks. - [x] Publish signed canonical checkpoints and complete component CI. - [x] Complete the manual publication and CI. - [ ] Complete runtime-image adoption, typed bootstrap, isolation and retirement. - [ ] Complete whole-codebase audits and both full guest build generations. Explicit install-grant library checkpoint — 19 September 2026: signed/pushed commit [c2e0da62709be93de9c1eac4ed7b596b688f30ad](https://git.erikinkinen.fi/erix/lib-service/commit/c2e0da62709be93de9c1eac4ed7b596b688f30ad). Original dependency pins now select the shared explicit grant-rights contract without mixed wire/capability revisions. The local API and authority policy are unchanged. Four host test matrices pass 15 tests each, alongside four native builds, strict host/native Clippy, formatting, private rustdoc and policy checks. Validation has no warnings. Original CI 83/84 passes with four complete hashed logs (49,866 bytes), zero warnings. Coordinated actual consumers and matching native execution remain open under [Kernel design 19](https://git.erikinkinen.fi/erix/kernel/issues/19). This dependency/wire checkpoint does not establish complete lifecycle acceptance or either full EriX build generation. [Phase completion](https://git.erikinkinen.fi/erix/integration/issues/65) retains native external Rust/LLVM/runtime rebuilding as an independent requirement. Acknowledged terminal consumer dependencies — 21 September 2026: signed commit [9b280b90327713d817e5df75c1d83a44e1dcdbb3](https://git.erikinkinen.fi/erix/lib-service/commit/9b280b90327713d817e5df75c1d83a44e1dcdbb3) aligns original shared revisions for repeatable terminal observation and exact acknowledgement under [Kernel design 20](https://git.erikinkinen.fi/erix/kernel/issues/20). No local API or capability policy changes. Four strict 15-unit host configurations, four native builds, host/native Clippy, private rustdoc, formatting and dependency checks pass without warnings. Original CI [85](https://git.erikinkinen.fi/erix/lib-service/actions/runs/85), [86](https://git.erikinkinen.fi/erix/lib-service/actions/runs/86) passes; four complete logs total 49,896 bytes with verified hashes and zero warning candidates. Actual service consumer and coherent full VM adoption remain open in [phase completion](https://git.erikinkinen.fi/erix/integration/issues/65).
build: Align shared protocol dependency identity
All checks were successful
CI / markdown (push) Successful in 9s
CI / test (push) Successful in 47s
CI / markdown (pull_request) Successful in 5s
CI / test (pull_request) Successful in 35s
9e775112ad
Use the original signed process-bound IPC and capability ABI graph for
coordinated native consumers. Preserve existing helper behavior and authority
ceilings while avoiding incompatible IPC types across producer boundaries.

Default and all-feature development and release tests, strict Clippy,
freestanding builds, private rustdoc, formatting and Markdown checks pass.
build: Align staged mediator protocol dependencies
All checks were successful
CI / markdown (pull_request) Successful in 9s
CI / markdown (push) Successful in 10s
CI / test (push) Successful in 38s
CI / test (pull_request) Successful in 38s
72366d5626
Pin the original signed shared IPC and capability contracts used by the
coordinated staged-mediator producers. Preserve helper behavior and authority
ceilings while keeping the complete transitive graph coherent.

Default/all development and release tests, strict host/native Clippy,
freestanding builds, private rustdoc, formatting and Markdown checks pass.
erikinkinen changed title from WIP: Align shared protocol dependencies for native consumers to WIP: Align staged mediator protocol dependencies 2026-09-15 10:56:28 +02:00
build: Align staged mediator protocol dependencies
All checks were successful
CI / markdown (pull_request) Successful in 9s
CI / markdown (push) Successful in 8s
CI / test (push) Successful in 39s
CI / test (pull_request) Successful in 40s
376c076826
Pin the original signed shared IPC and capability contracts used by the
coordinated staged-mediator producers. Preserve helper behavior and authority
ceilings while keeping the complete transitive graph coherent.

Default/all development and release tests, strict host/native Clippy,
freestanding builds, private rustdoc, formatting and Markdown checks pass.
build: Align shared dependencies for mediator construction
All checks were successful
CI / markdown (push) Successful in 8s
CI / markdown (pull_request) Successful in 10s
CI / test (push) Successful in 55s
CI / test (pull_request) Successful in 52s
f3ab7eee6b
Select the original signed IPC and applicable capability ABI revisions needed
by root-capability-free mediator staging. Preserve helper behavior and authority
ceilings, and consolidate duplicate roadmap notes.

Pass strict default/all development/release host and native tests, Clippy,
builds, rustdoc and formatting against the original dependency objects.
erikinkinen changed title from WIP: Align staged mediator protocol dependencies to WIP: Align native mediator construction dependencies 2026-09-15 14:20:40 +02:00
build: Align dependencies for coherent runtime adoption
All checks were successful
CI / markdown (push) Successful in 12s
CI / markdown (pull_request) Successful in 11s
CI / test (push) Successful in 54s
CI / test (pull_request) Successful in 52s
c6d131e499
Select the current original signed foundation commits in the existing Git
dependencies. Keep Rust implementation files unchanged and record the
separate product-image acceptance requirement in the roadmap.

The complete supported feature/profile matrix passes with formatting,
strict Clippy, unit tests, builds and private rustdoc. Product runtime
adoption remains pending the complete dependency graph.
build: Adopt the generation-bearing terminal event contract
All checks were successful
CI / markdown (pull_request) Successful in 19s
CI / markdown (push) Successful in 18s
CI / test (push) Successful in 58s
CI / test (pull_request) Successful in 58s
87f946825f
Select the coherent signed shared IPC dependency graph with operation 55.
Keep native producer and consumer migration explicit; identifiers in event
responses confer no authority and do not replace actual endpoint custody.

Default/all-feature development and release tests, strict host/native Clippy,
freestanding builds, rustdoc, formatting and Markdown checks pass. Coordinated
VM and runnable realm acceptance remains separately required.
build: Adopt the generation-bound native cleanup contract
All checks were successful
CI / markdown (push) Successful in 11s
CI / markdown (pull_request) Successful in 10s
CI / test (push) Successful in 47s
CI / test (pull_request) Successful in 48s
6f4bcfea57
Select the coherent signed shared IPC dependency graph with operations 56 and 57.
Keep native producer and consumer migration explicit; descriptive identifiers in cleanup
requests confer no authority and do not replace actual endpoint custody.

Default/all-feature development and release tests, strict host/native Clippy,
freestanding builds, rustdoc, formatting and Markdown checks pass. Coordinated
VM and runnable realm acceptance remains separately required.
build: Adopt the returned-grant bootstrap custody contract
All checks were successful
CI / markdown (push) Successful in 17s
CI / markdown (pull_request) Successful in 15s
CI / test (pull_request) Successful in 48s
CI / test (push) Successful in 50s
3ac92f42cb
Select the coherent signed shared IPC dependency graph with Procd operation 0x432.
Keep native producer and consumer migration explicit; descriptive identifiers in cleanup
requests confer no authority and do not replace actual endpoint custody.

Default/all-feature development and release tests, strict host/native Clippy,
freestanding builds, rustdoc, formatting and Markdown checks pass. Coordinated
VM and runnable realm acceptance remains separately required.
build: Adopt the caller-local grant relocation contract
All checks were successful
CI / markdown (push) Successful in 3s
CI / markdown (pull_request) Successful in 4s
CI / test (push) Successful in 20s
CI / test (pull_request) Successful in 20s
344b8d4aa9
Select the coherent signed shared IPC dependency graph with native syscall 0x54.
Keep native producer and consumer migration explicit; descriptive local slots in relocation
requests confer no authority and do not replace actual endpoint custody.

Default/all-feature development and release tests, strict host/native Clippy,
freestanding builds, rustdoc, formatting and Markdown checks pass. Coordinated
VM and runnable realm acceptance remains separately required.
build: Adopt explicit owned receiver request budgets
All checks were successful
CI / markdown (push) Successful in 10s
CI / markdown (pull_request) Successful in 10s
CI / test (push) Successful in 51s
CI / test (pull_request) Successful in 51s
1233ae30d2
Select the coherent signed shared IPC dependency graph with explicit REGISTER budgets.
Keep native producer and consumer migration explicit; receiver byte and capability
limits confer no authority and precede native request custody.

Default/all-feature development and release tests, strict host/native Clippy,
freestanding builds, rustdoc, formatting and Markdown checks pass. Coordinated
VM and runnable realm acceptance remains separately required.
build: Adopt owned realm bootstrap request identity
All checks were successful
CI / markdown (push) Successful in 13s
CI / markdown (pull_request) Successful in 11s
CI / test (push) Successful in 1m0s
CI / test (pull_request) Successful in 59s
0fbea380dc
Select the coherent signed shared IPC dependency graph with the 16-byte bootstrap request.
Keep native producer and consumer migration explicit; request identities confer no authority.
Actual claimed origin and received grant custody remain consumer obligations.

Default/all-feature development and release tests, strict host/native Clippy,
freestanding builds, rustdoc, formatting and Markdown checks pass. Coordinated
VM and runnable realm acceptance remains separately required.
build: Adopt original realm supervisor wire identity
All checks were successful
CI / markdown (pull_request) Successful in 7s
CI / markdown (push) Successful in 7s
CI / test (pull_request) Successful in 40s
CI / test (push) Successful in 40s
c513b0297e
Select the coherent signed shared graph with the exact 64-byte materialization
begin body. Descriptive identity confers no authority; native caller attestation
and retained original child ownership remain service responsibilities.

Default/all-feature development and release tests, strict host/native Clippy,
freestanding builds, rustdoc, formatting and Markdown checks pass. Coordinated
consumer VM and runnable realm acceptance remain separately required.
build: Adopt caller-bound realm admission contracts
All checks were successful
CI / markdown (push) Successful in 5s
CI / markdown (pull_request) Successful in 5s
CI / test (push) Successful in 20s
CI / test (pull_request) Successful in 20s
a03115dde8
Select the coherent signed shared graph with exact realm admission messages.
Reservation carries no claimed caller identity. Complete generational handles
and selectors confer no authority; native caller validation and original child
ownership remain service responsibilities.

Default/all-feature development and release tests, strict host/native Clippy,
freestanding builds, rustdoc, formatting and Markdown checks pass. Coordinated
consumer VM and runnable realm acceptance remain separately required.
build: Align explicit grant authority dependencies
All checks were successful
CI / markdown (push) Successful in 6s
CI / markdown (pull_request) Successful in 7s
CI / test (push) Successful in 42s
CI / test (pull_request) Successful in 43s
c2e0da6270
Select the original signed shared revisions needed for coherent consumer
adoption of exact install grant authority. Preserve the existing local API
and capability policy while eliminating duplicate shared source revisions.

Strict host and native matrices, private rustdoc, Markdown and dependency
checks pass without warnings. Full native consumer acceptance remains open.
build: Align acknowledged terminal accounting dependencies
All checks were successful
CI / markdown (pull_request) Successful in 7s
CI / markdown (push) Successful in 7s
CI / test (push) Successful in 37s
CI / test (pull_request) Successful in 37s
9b280b9032
Select original signed shared revisions for coherent service-consumer adoption
of retained CPU evidence and exact terminal acknowledgement. Preserve the local
API and capability policy without duplicate shared source revisions.

Four strict host and native configurations, private rustdoc, formatting,
Markdown and dependency checks pass without warnings. Consumer adoption and
full service acceptance remain open under Kernel #20.
All checks were successful
CI / markdown (pull_request) Successful in 7s
CI / markdown (push) Successful in 7s
CI / test (push) Successful in 37s
CI / test (pull_request) Successful in 37s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/posix-compat:feature/posix-compat
git switch feature/posix-compat

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feature/posix-compat
git switch feature/posix-compat
git rebase main
git switch main
git merge --ff-only feature/posix-compat
git switch feature/posix-compat
git rebase main
git switch main
git merge --no-ff feature/posix-compat
git switch main
git merge --squash feature/posix-compat
git switch main
git merge --ff-only feature/posix-compat
git switch main
git merge feature/posix-compat
git push origin main
Sign in to join this conversation.
No description provided.