- HRPC: bare_os.search_local, route table/schema updates; ctx API 1.52.0 - VFS: optional path-capability enforcement; pathcap-verify coreutil - Replication/boot: warm-cache adaptive metrics, boot budget NDJSON v2 - Identity: savevault pre-snapshot host hint - POSIX: profile 1.0.16, socket connect timeout env, Wasm ctx API peek import - Security/ops: peer admission test, personal-drive path policy verifier in pretest - P2P UX: pkg-swarm-index; multisig rc.proposals/enabled gate + audit rows - Docs/scripts: README, handbook, env appendix, developer-guide, ctx helper sync - Examples: syscalls.example ctx version; seeder kernel rsync parity
22 lines
452 B
JSON
22 lines
452 B
JSON
{
|
|
"name": "hostname",
|
|
"section": 1,
|
|
"title": "set or print hostname",
|
|
"synopsis": [
|
|
"hostname [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of set or print hostname. Full behavior is defined in packages/bare-os-coreutils/src/hostname.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"hostname",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "show host",
|
|
"code": "hostname"
|
|
}
|
|
]
|
|
}
|