Files
RedBear-OS/local
vasilito 68941c98f8 LG Gram Round 6: zero active relibc stubs + comprehensive sweep
Replaced ALL 16 active unimplemented!() stubs in relibc with
real implementations (submodule/relibc commit 1442195b):

  _aio:     8 functions -> ENOSYS (kernel AIO not available)
  unistd:   gethostid -> 0x7F000001 (localhost fallback)
  time:     clock_getcpuclockid, clock_nanosleep, getdate,
            timer_getoverrun -> real POSIX implementations
  stdlib:   ecvt, fcvt, gcvt, setkey, ttyslot -> safe returns
            for deprecated functions

Zero active unimplemented!() remain in relibc. The only
remaining instances are inside /* */ block comments (functions
awaiting locale_t support) or in the _template/ scaffold.

Comprehensive stub sweep across entire codebase confirmed:
  - Red Bear original recipes: 0 stubs
  - bootloader/installer/redoxfs/userutils/syscall/libredox: 0 stubs
  - kernel: 0 active x86 stubs (6 riscv64/aarch64 out of scope)
  - relibc: 0 active stubs (was 20+ at start of Round 6)
2026-07-26 23:19:00 +09:00
..