ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
18 lines
513 B
Plaintext
18 lines
513 B
Plaintext
# Comments are (aix-weak-1a.s type) wins over/loses to (aix-weak-1b.s type)
|
|
# (strong common) loses to (strong data)
|
|
0*200001d0 D a
|
|
# (strong common) wins over (weak data)
|
|
0*200001e0 B b
|
|
# (strong data) wins over (strong common)
|
|
0*200001c0 D c
|
|
# (weak data) loses to (strong common)
|
|
0*200001e8 B d
|
|
# (weak common) loses to (strong data)
|
|
0*200001d8 D e
|
|
# (weak common) wins over (weak data)
|
|
0*200001e4 W f
|
|
# (strong data) wins over (weak common)
|
|
0*200001c8 D g
|
|
# (weak data) wins over (weak common)
|
|
0*200001cc W h
|