- Bump BARE_OS_CTX_API_VERSION to 1.54.0 and POSIX profile to 1.0.19 - Process table schema 9: nice/accountingSource, logical maps/threads /proc builders, renice - disk.os: replication_operator_sketch v8, HyperDHT address sketch, pkg index surfaces - Protomux operator sketch v4, security_posture v7, corestore snapshot UX hint, pear_stage_pointer v2 - Swarm: BARE_OS_SWARM_ATTEMPT_BURST_PER_SEC; HDMS: host booter warn logging; shell wait exit codes - getconf/sysconf: additional _SC_* via bareOsGetconfSysconf; socketMsgSurface v6 (iovec/SUSv4 refs) - Identity: vault rotation audit includes pathcap trusted key count - CI/docs: holepunch drift report env, kernel STRUCTURE note, verify-bundle-throws comment, matrices and examples
24 lines
344 B
JSON
24 lines
344 B
JSON
{
|
|
"schema": 9,
|
|
"processes": [
|
|
{
|
|
"pid": 2,
|
|
"ppid": 1,
|
|
"pgid": 2,
|
|
"sid": 1,
|
|
"name": "bare-os-booter",
|
|
"state": "running",
|
|
"nice": 0
|
|
},
|
|
{
|
|
"pid": 3,
|
|
"ppid": 2,
|
|
"pgid": 3,
|
|
"sid": 1,
|
|
"name": "bare-os-shell",
|
|
"state": "running",
|
|
"nice": 0
|
|
}
|
|
]
|
|
}
|