https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285408
Ed Maste <ema...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=2623 | |69 CC| |ema...@freebsd.org --- Comment #1 from Ed Maste <ema...@freebsd.org> --- CTL_KERN=1, /* General kernel info and control */ KERN_RANDOM=40, /* Random driver */ and in drivers/char/random.c there is static const struct ctl_table random_table with kernel.random.boot_id and kernel.random.uuid both specifying proc_do_uuid. So AFIACT this is just a sysctl interface equivalent to procfs sys/kernel/random/uuid. We have an implementation in linprocfs for that, and it should be relatively straightforward to add. Is the application publicly available? -- You are receiving this mail because: You are the assignee for the bug.