feat: POSIX/P2P roadmap — proc surfaces, syscalls, boot perf, docs, CI

- Align posix-conformance-matrix bareOsSyscallOps with getconf BARE_OS_SYSCALL_OPS
- Add verify-boot-policy-extension-signer-pins.mjs to pretest; document in scripts/README
- Document extensionSignerPinsV2–V5 env wiring in OTA_AND_BUNDLES; vault multisig sketch
- Note telemetry NDJSON redaction limits in environment appendix
- Expand booter CHANGELOG 1.40.0 (boot-perf, shell POSIX mode, subprocess errors, etc.)
- Holepunch sync README: NDJSON summary path

Seeder/kernel parity and pretest already green for bundled changes.
This commit is contained in:
Raven Scott
2026-04-05 00:02:23 -04:00
parent 16ac71815f
commit 1faf9715b7
67 changed files with 2645 additions and 577 deletions
+5 -1
View File
@@ -20,6 +20,7 @@
"fsync",
"ftruncate",
"getcwd",
"getsockopt",
"kill",
"link",
"listen",
@@ -31,11 +32,13 @@
"readFile",
"readdir",
"readlink",
"readv",
"recv",
"rename",
"rmdir",
"select",
"send",
"setsockopt",
"shutdown",
"socket",
"stat",
@@ -45,7 +48,8 @@
"umount",
"unlink",
"utimes",
"writeFile"
"writeFile",
"writev"
],
"utilitiesRecent": [
"dd",