- Bump ctx API to 1.31.0; extend /proc/bare_os/syscalls.json schema 4 (fdModel, signalModel) - Add /mirror/aux* routing for auxiliary Hyperdrives; optional BLAKE2b-keyed /bin cache (BARE_OS_VFS_BIN_CACHE_BLAKE2B) - Wire seeder snapshotHintsJson from BARE_OS_SEED_* env; add seeder unit tests - Shell: trap -p; docs for jobs/bg/trap; sync schemas, examples, compatibility matrix, handbook ch.9 - Coreutils: Issue 7 man option rows for cp/mv/ln/find/grep/sed/awk/tar/test/true; xcu-issue7-sweep tests - Docs: env appendix, vault-threat-model, node-vs-bare-host-matrix, test:bare, CHANGELOG 1.31.0
20 lines
743 B
JSON
20 lines
743 B
JSON
{
|
|
"name": "tar",
|
|
"section": 1,
|
|
"title": "tar",
|
|
"synopsis": [
|
|
"tar [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of tar. Full behavior is defined in packages/bare-os-coreutils/src/tar.js. Extended attributes for unpacked files may be mirrored manually using sibling PATH.bare_xattr.json sidecars (see xattr(1)).",
|
|
"options": [
|
|
{ "flag": "-c, -x, -t", "meaning": "[Issue 7 tar] Create, extract, and list modes as implemented in src/tar.js (bounded archive subset)." },
|
|
{ "flag": "-f", "meaning": "[Issue 7 tar] Archive file path operand." }
|
|
],
|
|
"bareOsNotes": "Not full GNU tar; see src/tar.js for supported members and limits.",
|
|
"keywords": [
|
|
"tar",
|
|
"bare-os",
|
|
"coreutils"
|
|
]
|
|
}
|