Skip to content

syscall: implement getrandom(278) — fill userspace buffer with zeros

StellaOS requested to merge fix/busybox into main

glibc initialization calls getrandom() to seed the random pool. Provide a minimal stub that writes zeros to the userspace buffer so glibc can proceed, since a secure entropy source is not yet available.

Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

Merge request reports