Commit Graph

8 Commits

Author SHA1 Message Date
Red Bear OS 4173b68e17 getty: add diagnostic debug logging for login spawn 2026-07-06 23:19:26 +03:00
vasilito 2636531bb3 fix(userutils): use local relibc fork for redox-rt
The upstream git redox-rt was pulling in a mismatched syscall/libredox
ABI, causing getty/login to fail silently at runtime on redbear-mini.
Use the local fork path like base/bootstrap already do.
2026-07-06 22:31:37 +03:00
vasilito 395bedfbea 0.3.0: bump version suffix to +rb0.3.0 2026-07-06 19:47:53 +03:00
Red Bear OS e913bacaa3 fix: use local path deps and update scheme API 2026-07-05 23:57:28 +03:00
Red Bear OS e5c076b0ea version: use +rb0.2.5 build metadata instead of -rb0.2.5 pre-release
Semver pre-release suffix (-rb0.2.5) breaks Cargo's [patch.crates-io]
matching for transitive deps. Build metadata (+rb0.2.5) is semver-
compatible: ^0.9.0 matches 0.9.0+rb0.2.5, patch redirection works,
and the Red Bear suffix is still visible in the version string.
2026-07-05 09:16:12 +03:00
Red Bear OS 3c84baebed fork: add Red Bear author attribution to Cargo.toml 2026-07-05 08:48:16 +03:00
Red Bear OS ea272706a7 fork: bump to -rb1 version suffix
Per local/AGENTS.md \xC2\xA7 "Category 2 - Local forks of upstream packages",
all Cat 2 forks must use the `<upstream-tag>-rb<N>` version convention. The
`-rb1` suffix is a Cargo pre-release identifier that prevents upstream
`<upstream-tag>` from silently substituting for this fork in transitive
dependency resolution.

- The base tag (e.g. 0.9.0 for redox_syscall) tracks upstream
  unchanged.
- The `rb1` part records that one Red Bear patch round has been
  applied on top of the upstream tag.

This is the initial policy enforcement pass. The branch is
considered unfrozen at this point; once a freeze is declared, future
`-rbN` increments will land on a frozen `0.X.Y` branch per
local/AGENTS.md.
2026-07-04 10:07:31 +03:00
Red Bear OS 5dc4a8364e Red Bear OS userutils baseline from 0.1.0 pre-patched archive 2026-06-27 09:21:43 +03:00