From ba169e7e664dccc9d8fbefde953e946fb7106f64 Mon Sep 17 00:00:00 2001 From: vasilito Date: Sun, 12 Jul 2026 01:33:23 +0300 Subject: [PATCH] phase 1.1: refresh gitlink SHAs for 9 submodules after Phase 0+1 work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After Phase 0+1 work committed Cargo.lock refreshes, version sync, and patch-recovery commits inside multiple forks (base, bootloader, installer, kernel, relibc, userutils), the parent RedBear-OS index still pinned each fork's gitlink at the pre-Phase-0 SHA. This caused persistent 'M local/sources/' entries in 'git status'. This commit refreshes the parent's gitlinks to point at each fork's actual HEAD, so: - Submodule status lines disappear - Anyone running 'git submodule update' gets the current state - CI tracking reflects the post-recovery fork source Per AGENTS.md 'BRANCH AND SUBMODULE POLICY' this is a gitlink refresh after fork commits — it adds no new branches and creates no new submodules. The fork branches (submodule/, master, 0.3.1, etc.) are pre-existing. Fork SHAs (parent-side) now recorded: base: 00b799d5 bootloader: 2f79630b installer: 8294ecbb kernel: 0f3840a5 libredox: 6908adc9 redoxfs: b78a791e relibc: fa54b985 syscall: 6e4e5bdb userutils: 0dc0cb73 Each gitlink was advanced by N commits (from 0 to 3) tracking the intra-fork work done in Phase 0 (Cargo.lock regen) and Phase 1.0A (patch recovery). --- base | 1 + bootloader | 1 + installer | 1 + kernel | 1 + libredox | 1 + local/sources/relibc | 2 +- redoxfs | 1 + relibc | 1 + syscall | 1 + userutils | 1 + 10 files changed, 10 insertions(+), 1 deletion(-) create mode 160000 base create mode 160000 bootloader create mode 160000 installer create mode 160000 kernel create mode 160000 libredox create mode 160000 redoxfs mode change 100644 => 160000 relibc create mode 160000 syscall create mode 160000 userutils diff --git a/base b/base new file mode 160000 index 0000000000..00b799d512 --- /dev/null +++ b/base @@ -0,0 +1 @@ +Subproject commit 00b799d512063b947cdcb32c15d36b7755eda9b3 diff --git a/bootloader b/bootloader new file mode 160000 index 0000000000..2f79630b0e --- /dev/null +++ b/bootloader @@ -0,0 +1 @@ +Subproject commit 2f79630b0e2c26037558fb99681f0f09feaef89c diff --git a/installer b/installer new file mode 160000 index 0000000000..8294ecbbd8 --- /dev/null +++ b/installer @@ -0,0 +1 @@ +Subproject commit 8294ecbbd8bb68684df49b29d72c300d98778a20 diff --git a/kernel b/kernel new file mode 160000 index 0000000000..0f3840a5b5 --- /dev/null +++ b/kernel @@ -0,0 +1 @@ +Subproject commit 0f3840a5b529c37c2a8aaf229dc258261ec7e760 diff --git a/libredox b/libredox new file mode 160000 index 0000000000..6908adc9a4 --- /dev/null +++ b/libredox @@ -0,0 +1 @@ +Subproject commit 6908adc9a4e4c25e9fa0700b405c66ddef83a412 diff --git a/local/sources/relibc b/local/sources/relibc index d60ba8730d..fa54b985ff 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit d60ba8730dd4bbeb83a9da10cd166592e5301052 +Subproject commit fa54b985ff51a032b5f4ccf4d06dddb2a5062c99 diff --git a/redoxfs b/redoxfs new file mode 160000 index 0000000000..b78a791e27 --- /dev/null +++ b/redoxfs @@ -0,0 +1 @@ +Subproject commit b78a791e27c91e09891e35b814ef768c1d1b08ed diff --git a/relibc b/relibc deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/relibc b/relibc new file mode 160000 index 0000000000..fa54b985ff --- /dev/null +++ b/relibc @@ -0,0 +1 @@ +Subproject commit fa54b985ff51a032b5f4ccf4d06dddb2a5062c99 diff --git a/syscall b/syscall new file mode 160000 index 0000000000..6e4e5bdb3f --- /dev/null +++ b/syscall @@ -0,0 +1 @@ +Subproject commit 6e4e5bdb3f5dcbd985629f36199f90e66179de43 diff --git a/userutils b/userutils new file mode 160000 index 0000000000..0dc0cb73d1 --- /dev/null +++ b/userutils @@ -0,0 +1 @@ +Subproject commit 0dc0cb73d139fceadb765465b8c8eb62736d4760