- Add kernel init bundle helper + verify:init-bundle; tighten release-checklist gates

- Implement cooperative F_GETLK/F_SETLK/F_SETLKW; optional BARE_OS_POSIX_SOCKET_FD_BRIDGE
- Add ctx.bareOsGetconfSysconf; extend getconf for _SC_*; awk delete stmt; POSIX heredoc cap
- disk.os: replication_snapshot + replication_operator_sketch; blind-relay swarm schema 2
- Protomux operatorMetrics.backpressureEmitCount; warm-cache invalidate on boot/init puts
- Bump POSIX profile 1.0.6 and syscalls.json schema 6; sync schemas, handbook, env appendix
- Tests + seeder/kernel parity (rsync after coreutils/bare-libs builds)
This commit is contained in:
Raven Scott
2026-04-05 00:14:02 -04:00
parent cc312c9ea1
commit fba44e5659
48 changed files with 1195 additions and 520 deletions
+6 -1
View File
@@ -47,5 +47,10 @@
"denyVfsPrefixes": [],
"denyExecLineBuiltins": [],
"allowedCtxMethods": [],
"maxInitdRestartsPerUnit": 8
"maxInitdRestartsPerUnit": 8,
"posixCapabilityHints": [
"cooperative_fcntl_locks",
"dynamic_sysconf",
"socket_fd_bridge_opt_in"
]
}
+2 -2
View File
@@ -1,9 +1,9 @@
{
"schemaVersion": 5,
"schemaVersion": 6,
"ctxApiVersion": "1.40.0",
"posixProfile": {
"id": "bare-os-posix-like",
"version": "1.0.5"
"version": "1.0.6"
},
"ops": ["readFile", "writeFile", "socket"],
"opsDetail": [