On Mon, Nov 24, 2025 at 11:29 AM Osama Abdelkader <[email protected]> wrote: > > Add a simple uuidgen utility that generates RFC 4122 compliant > UUIDs (version 4, random). Uses the existing generate_uuid() > function from libbb. > > Features: > - Generates standard format UUIDs: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx > - RFC 4122 version 4 compliant > - Minimal implementation (~1.1 kb) > - NOFORK applet for efficiency
A simple reminder that, in Linux, `cat /proc/sys/kernel/random/uuid` can be an alias to uuidgen. _______________________________________________ busybox mailing list [email protected] https://lists.busybox.net/mailman/listinfo/busybox
