Raven Scott
193464bd2e
Added a full ctx-level TCP connector path for telnet:
...
packages/bare-os-booter/index.js
Added ctx.bareOsTelnetConnect(host, port, opts) that prefers ctx.bare.bareTcp.createConnection, then new bareTcp.Socket(), with explicit diagnostics if unavailable.
packages/bare-os-coreutils/src/telnet.js already preferred ctx.bareOsTelnetConnect, so it now uses this richer path first automatically.
Added missing ssh command:
New file: packages/bare-os-coreutils/src/ssh.js
Supports -h/--help
Delegates to ctx.bareOsRunSshCli when present
Emits explicit nonzero unavailable/runtime diagnostics when absent
Registered command:
packages/bare-os-coreutils/lib/commands.mjs
Hardened HDMS create mount visibility:
packages/bare-os-booter/lib/hdms-manager.js
hdms create now verifies mount visibility via getMountMap().has(label) and errors non-silently if missing.
Success message now includes mount path (mounted=/mnt/<label>).
Fixed parser/semantics and explicit failures:
packages/bare-os-coreutils/src/kill.js
-1 is now treated as a target (not misparsed as signal shorthand), so kill -TERM -1 is explicit/non-silent.
packages/bare-os-coreutils/src/test.js
Numeric test comparisons now emit diagnostic + exit 2 for empty integer operand cases (keeps existing non-decimal behavior stable).
packages/bare-os-coreutils/src/crontab.js
Explicitly rejects stdin/fd-style installs (-, /dev/fd/*, /proc/self/fd/*) with nonzero error.
Updated ctx typings:
packages/bare-os-booter/lib/bare-os-ctx.d.ts
Added bareOsRunSshCli?
Added bareOsTelnetConnect?
2026-04-27 09:08:34 -04:00
..
2026-04-27 01:00:06 -04:00
2026-04-27 07:59:00 -04:00
2026-04-03 23:04:42 -04:00
2026-04-05 23:01:54 -04:00
2026-04-08 20:02:12 -04:00
2026-04-21 19:44:12 -04:00
2026-04-26 08:28:12 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 22:34:08 -04:00
2026-04-04 18:09:08 -04:00
2026-04-26 08:28:12 -04:00
2026-04-27 08:15:50 -04:00
2026-04-21 21:20:18 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:31:31 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 22:34:08 -04:00
2026-04-25 23:02:07 -04:00
2026-04-04 21:23:49 -04:00
2026-04-03 23:04:42 -04:00
2026-04-26 08:57:34 -04:00
2026-04-03 23:04:42 -04:00
2026-04-27 09:08:34 -04:00
2026-04-26 08:57:34 -04:00
2026-04-27 08:07:18 -04:00
2026-04-27 07:59:00 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:15:50 -04:00
2026-04-24 07:56:36 -04:00
2026-04-26 08:57:34 -04:00
2026-04-26 08:40:53 -04:00
2026-04-26 08:40:53 -04:00
2026-04-04 21:23:49 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:15:50 -04:00
2026-04-27 08:07:18 -04:00
2026-04-04 02:04:59 -04:00
2026-04-03 22:34:08 -04:00
2026-04-05 01:06:59 -04:00
2026-04-05 23:01:54 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:31:31 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 23:04:42 -04:00
2026-04-27 08:22:57 -04:00
2026-04-27 08:15:50 -04:00
2026-04-27 08:54:50 -04:00
2026-04-27 08:31:31 -04:00
2026-04-03 23:04:42 -04:00
2026-04-27 08:54:50 -04:00
2026-04-27 08:07:18 -04:00
2026-04-27 09:08:34 -04:00
2026-04-26 08:40:53 -04:00
2026-04-09 20:42:54 -04:00
2026-04-04 18:09:08 -04:00
2026-04-05 14:45:01 -04:00
2026-04-26 22:28:21 -04:00
2026-04-27 08:22:57 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 23:04:42 -04:00
2026-04-04 18:09:08 -04:00
2026-04-03 22:34:08 -04:00
2026-04-04 21:23:49 -04:00
2026-04-22 22:09:58 -04:00
2026-04-04 16:39:15 -04:00
2026-04-04 17:51:47 -04:00
2026-04-04 17:51:47 -04:00
2026-04-04 16:39:15 -04:00
2026-04-04 16:39:15 -04:00
2026-04-04 16:39:15 -04:00
2026-04-27 09:08:34 -04:00
2026-04-04 23:19:17 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:22:57 -04:00
2026-04-04 19:23:06 -04:00
2026-04-26 06:19:47 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:31:31 -04:00
2026-04-06 07:32:05 -04:00
2026-04-03 23:04:42 -04:00
2026-04-26 08:40:53 -04:00
2026-04-05 04:33:14 -04:00
2026-04-04 02:51:33 -04:00
2026-04-05 15:52:59 -04:00
2026-04-04 19:23:06 -04:00
2026-04-05 01:31:03 -04:00
2026-04-27 08:07:18 -04:00
2026-04-05 15:04:59 -04:00
2026-04-03 22:34:08 -04:00
2026-04-04 02:51:33 -04:00
2026-04-27 08:22:57 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:54:50 -04:00
2026-04-27 08:07:18 -04:00
2026-04-26 08:40:53 -04:00
2026-04-26 08:40:53 -04:00
2026-04-03 23:04:42 -04:00
2026-04-04 21:23:49 -04:00
2026-04-05 23:01:54 -04:00
2026-04-03 22:34:08 -04:00
2026-04-26 08:40:53 -04:00
2026-04-26 08:40:53 -04:00
2026-04-26 08:40:53 -04:00
2026-04-27 07:59:00 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 22:34:08 -04:00
2026-04-04 22:13:19 -04:00
2026-04-27 08:22:57 -04:00
2026-04-04 19:08:51 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 23:04:42 -04:00
2026-04-27 08:31:31 -04:00
2026-04-03 22:34:08 -04:00
2026-04-26 08:40:53 -04:00
2026-04-03 22:34:08 -04:00
2026-04-21 19:44:12 -04:00
2026-04-03 23:42:47 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:15:50 -04:00
2026-04-27 08:41:43 -04:00
2026-04-03 23:04:42 -04:00
2026-04-21 17:26:41 -04:00
2026-04-03 23:04:42 -04:00
2026-04-21 17:26:41 -04:00
2026-04-03 23:04:42 -04:00
2026-04-27 08:15:50 -04:00
2026-04-03 22:34:08 -04:00
2026-04-04 21:23:49 -04:00
2026-04-27 08:15:50 -04:00
2026-04-27 09:08:34 -04:00
2026-04-27 08:54:50 -04:00
2026-04-08 20:02:12 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 23:04:42 -04:00
2026-04-26 08:40:53 -04:00
2026-04-26 08:40:53 -04:00
2026-04-26 08:40:53 -04:00
2026-04-03 23:04:42 -04:00
2026-04-04 18:09:08 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 22:34:08 -04:00
2026-04-04 17:51:47 -04:00
2026-04-26 08:40:53 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:54:50 -04:00
2026-04-27 09:08:34 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:22:57 -04:00
2026-04-27 08:07:18 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 22:34:08 -04:00
2026-04-04 18:41:34 -04:00
2026-04-27 08:54:50 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:41:43 -04:00
2026-04-04 19:23:06 -04:00
2026-04-27 07:59:00 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 23:04:42 -04:00
2026-04-04 18:09:08 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:07:18 -04:00
2026-04-03 22:34:08 -04:00
2026-04-03 23:04:42 -04:00
2026-04-03 22:34:08 -04:00
2026-04-27 08:22:57 -04:00
2026-04-27 08:31:31 -04:00
2026-04-27 08:15:50 -04:00
2026-04-27 08:07:18 -04:00